Skip to content

Commit 98e0dbc

Browse files
committed
Opcache is always available in the previous commit of the real time benchmark
Now that there's one measured run after opcache is always enabled, we can change the PHP_OPCACHE back to 1.
1 parent a66b631 commit 98e0dbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/real-time-benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ jobs:
206206
PHP_BRANCH=${{ env.BRANCH }}
207207
PHP_COMMIT=$LAST_RESULT_SHA
208208
209-
PHP_OPCACHE=2
209+
PHP_OPCACHE=1
210210
PHP_JIT=0
211211
EOF
212212
- name: Setup PHP config - benchmarked PHP version

0 commit comments

Comments
 (0)