Skip to content

Commit f72da78

Browse files
authored
Update bench.php
1 parent c9f72ee commit f72da78

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

bench.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -651,6 +651,7 @@ function gethostname() {
651651
'8.0' => 83,
652652
'8.1' => 82,
653653
'8.2' => 79,
654+
'8.3' => 78,
654655
);
655656
// Simple and fast test times, used to adjust all test times and limits
656657
$dumbTestMaxPhpTimes = array(
@@ -668,6 +669,7 @@ function gethostname() {
668669
'8.0' => 0.324,
669670
'8.1' => 0.323,
670671
'8.2' => 0.294,
672+
'8.3' => 0.293,
671673
);
672674
// Nice dice roll
673675
// Should not be longer than 600 seconds

0 commit comments

Comments
 (0)