GIT.Harvie.CZ
/
mirrors
/
Programs.git
/ blame_incremental
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(non-incremental) |
history
|
HEAD
added tips to lamer.bash help
[mirrors/Programs.git]
/
php
/
speedtest-defunct.php
This page requires JavaScript to run. Use
this page
instead.
... / ...
Commit
Line
Data
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.500496 seconds
and
4
git commands to generate.