From 003f1037b71148947cf7fc8d18a4b0cc26f5fe43 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 28 Aug 2024 16:44:34 +0200 Subject: more bench --- bench.php | 72 ++++++++++++++++++++++++++++++++++++++------------------------- 1 file changed, 43 insertions(+), 29 deletions(-) (limited to 'bench.php') diff --git a/bench.php b/bench.php index a5bc09b..00df9d6 100644 --- a/bench.php +++ b/bench.php @@ -1,37 +1,51 @@ $c]); + } + printf("%.3f\"\n", microtime(true) - $deb); + } } -printf("%.3f\"\n", microtime(true) - $deb); - -- cgit