From e0ea3e8a0180ec86e3c5da80e4a0bf5b12dea84d Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Mon, 26 Oct 2020 12:24:32 +0100 Subject: [PATCH] Remove dated results from ext/hash/bench.php These are not exactly representative anymore. --- ext/hash/bench.php | 74 ++-------------------------------------------- 1 file changed, 2 insertions(+), 72 deletions(-) diff --git a/ext/hash/bench.php b/ext/hash/bench.php index 436390f7d5..7a0bc4ff54 100755 --- a/ext/hash/bench.php +++ b/ext/hash/bench.php @@ -1,81 +1,12 @@ #!/usr/bin/env php $t) { printf("%-12s %02.6f\n", $a, $t); } -?> -- 2.50.1