Skip to content

Commit 0924d5e

Browse files
authored
add link to project page in comment
so you can simply find the project page again when you discover the benchmark.php 4 years later in your project...
1 parent 8eebe92 commit 0924d5e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

benchmark.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
/**
44
* PHP Script to benchmark PHP and MySQL-Server
5+
* http://odan.github.io/benchmark-php/
56
*
67
* inspired by / thanks to:
78
* - www.php-benchmark-script.com (Alessandro Torrisi)
@@ -315,4 +316,4 @@ function print_benchmark_result($data, $showServerName = true)
315316
function h($v)
316317
{
317318
return htmlentities($v);
318-
}
319+
}

0 commit comments

Comments
 (0)