From: Michael Wallner Date: Fri, 25 Nov 2005 12:21:28 +0000 (+0000) Subject: - add a simple benchmark X-Git-Tag: RELEASE_2_0_2~89 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7a0886509ef0edb62a452f24387a67fb4bf175e5;p=php - add a simple benchmark --- diff --git a/ext/hash/bench.php b/ext/hash/bench.php new file mode 100644 index 0000000000..a433af0178 --- /dev/null +++ b/ext/hash/bench.php @@ -0,0 +1,92 @@ + $t) { + printf("%-12s %02.6f\n", $a, $t); +} +?>