docs
[mirrors/Programs.git] / php / speedtest-defunct.php
1 <h1>SpeedTest</h1>
2 <?php
3 //this is not working because of caching...
4
5 if( isset($_GET["time"]) ) {
6 $time = ((microtime() - $_GET["time"])/1000000)-1;
7 } else {
8 for($i=0;$i<8000000;$i++) { echo("a"); }
9 }
10 ?>
This page took 0.269605 seconds and 4 git commands to generate.