Skip to content

Commit 3db7d0c

Browse files
committedNov 25, 2021
Add times for php-8.1
1 parent f45c869 commit 3db7d0c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed
 

‎bench.php

+4-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# Author : Sergey Dryabzhinsky #
1111
# Company : Rusoft Ltd, Russia #
1212
# Date : Jun 21, 2021 #
13-
# Version : 1.0.42 #
13+
# Version : 1.0.43-dev #
1414
# License : Creative Commons CC-BY license #
1515
# Website : https://github.com/rusoft/php-simple-benchmark-script #
1616
# Website : https://git.rusoft.ru/open-source/php-simple-benchmark-script #
@@ -32,7 +32,7 @@ function print_pre($msg) {
3232
flush();
3333
}
3434

35-
$scriptVersion = '1.0.42';
35+
$scriptVersion = '1.0.43-dev';
3636

3737
// Special striing to flush buffers, nginx for example
3838
$flushStr = '<!-- '.str_repeat(" ", 4096).' -->';
@@ -366,6 +366,7 @@ function print_pre($msg) {
366366
'7.3' => 78,
367367
'7.4' => 78,
368368
'8.0' => 73,
369+
'8.1' => 71,
369370
);
370371
// Simple and fast test times, used to adjust all test times and limits
371372
$dumbTestMaxPhpTimes = array(
@@ -381,6 +382,7 @@ function print_pre($msg) {
381382
'7.3' => 0.311,
382383
'7.4' => 0.315,
383384
'8.0' => 0.298,
385+
'8.1' => 0.298,
384386
);
385387
// Nice dice roll
386388
// Should be passed into 600 seconds

0 commit comments

Comments
 (0)
Failed to load comments.