1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 10
10
# Author : Sergey Dryabzhinsky #
11
11
# Company : Rusoft Ltd, Russia #
12
12
# Date : Jun 21, 2021 #
13
- # Version : 1.0.42 #
13
+ # Version : 1.0.43-dev #
14
14
# License : Creative Commons CC-BY license #
15
15
# Website : https://github.com/rusoft/php-simple-benchmark-script #
16
16
# Website : https://git.rusoft.ru/open-source/php-simple-benchmark-script #
@@ -32,7 +32,7 @@ function print_pre($msg) {
32
32
flush ();
33
33
}
34
34
35
- $ scriptVersion = '1.0.42 ' ;
35
+ $ scriptVersion = '1.0.43-dev ' ;
36
36
37
37
// Special striing to flush buffers, nginx for example
38
38
$ flushStr = '<!-- ' .str_repeat (" " , 4096 ).' --> ' ;
@@ -366,6 +366,7 @@ function print_pre($msg) {
366
366
'7.3 ' => 78 ,
367
367
'7.4 ' => 78 ,
368
368
'8.0 ' => 73 ,
369
+ '8.1 ' => 71 ,
369
370
);
370
371
// Simple and fast test times, used to adjust all test times and limits
371
372
$ dumbTestMaxPhpTimes = array (
@@ -381,6 +382,7 @@ function print_pre($msg) {
381
382
'7.3 ' => 0.311 ,
382
383
'7.4 ' => 0.315 ,
383
384
'8.0 ' => 0.298 ,
385
+ '8.1 ' => 0.298 ,
384
386
);
385
387
// Nice dice roll
386
388
// Should be passed into 600 seconds
0 commit comments