Commit | Line | Data |
---|---|---|
eb313e17 H |
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 | ?> |