docs
[mirrors/Programs.git] / php / speedtest-defunct.php
CommitLineData
eb313e17
H
1<h1>SpeedTest</h1>
2<?php
3//this is not working because of caching...
4
5if( 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 1.046167 seconds and 4 git commands to generate.