phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] filemanager/tests/benchmark_dav.php, 1.1.2.2


From: nomail
Subject: [Phpgroupware-cvs] filemanager/tests/benchmark_dav.php, 1.1.2.2
Date: Sat, 6 Nov 2004 17:13:47 +0100

Update of /filemanager/tests
Modified Files:
        Branch: Version-0_9_16-branch
          benchmark_dav.php

date: 2004/11/06 16:13:47;  author: powerstat;  state: Exp;  lines: +4 -4

Log Message:
replaced <br> with <br /> and <hr> with <hr /> for better w3c compatibility
=====================================================================
Index: filemanager/tests/benchmark_dav.php
diff -u filemanager/tests/benchmark_dav.php:1.1.2.1 
filemanager/tests/benchmark_dav.php:1.1.2.2
--- filemanager/tests/benchmark_dav.php:1.1.2.1 Mon Jun 30 00:02:01 2003
+++ filemanager/tests/benchmark_dav.php Sat Nov  6 16:13:47 2004
@@ -26,7 +26,7 @@
                $error = $std/sqrt(count($array));
                echo "mean time: $mean error: +-$error";
        }
-    echo '<b>Benchmarking vfs::ls</b><br>';
+    echo '<b>Benchmarking vfs::ls</b><br />';
     $times = array(); 
        $phpgw->vfs->cd();
        for ($i=0;$i<20; $i++)
@@ -36,13 +36,13 @@
                $result = $phpgw->vfs->ls (array ('string' => ''));
                $time = getmicrotime() - $time1;
                $times[] = $time;
-               echo "run $i: $time<br>";
+               echo "run $i: $time<br />";
                //sleep(1);
                flush();
        }
        stats($times);
        
-       echo '<br><b>Benchmarking dav_client::get_properties</b><br>';
+       echo '<br /><b>Benchmarking dav_client::get_properties</b><br />';
     $times = array(); 
        $phpgw->vfs->cd();
        for ($i=0;$i<20; $i++)
@@ -52,7 +52,7 @@
                $result = $phpgw->vfs->dav_client->get_properties('/home/sim');
                $time = getmicrotime() - $time1;
                $times[] = $time;
-               echo "run $i: $time<br>";
+               echo "run $i: $time<br />";
                flush();
        }
        stats($times);




reply via email to

[Prev in Thread] Current Thread [Next in Thread]