We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b913a32 commit 5812e33Copy full SHA for 5812e33
bench.php
@@ -10,7 +10,7 @@
10
# Author : Sergey Dryabzhinsky #
11
# Company : Rusoft Ltd, Russia #
12
# Date : May 29, 2025 #
13
-# Version : 1.0.59-dev #
+# Version : 1.0.60-dev #
14
# License : Creative Commons CC-BY license #
15
# Website : https://github.com/rusoft/php-simple-benchmark-script #
16
# Website : https://gitea.rusoft.ru/open-source/php-simple-benchmark-script #
@@ -20,7 +20,7 @@
20
21
include_once("php-options.php");
22
23
-$scriptVersion = '1.0.59-dev';
+$scriptVersion = '1.0.60-dev';
24
25
// Special string to flush buffers, nginx for example
26
$flushStr = '<!-- '.str_repeat(" ", 8192).' -->';
0 commit comments