mirror of
https://github.com/php/php-src.git
synced 2026-03-24 08:12:21 +01:00
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.
This commit is contained in:
2
.github/workflows/real-time-benchmark.yml
vendored
2
.github/workflows/real-time-benchmark.yml
vendored
@@ -206,7 +206,7 @@ jobs:
|
||||
PHP_BRANCH=${{ env.BRANCH }}
|
||||
PHP_COMMIT=$LAST_RESULT_SHA
|
||||
|
||||
PHP_OPCACHE=2
|
||||
PHP_OPCACHE=1
|
||||
PHP_JIT=0
|
||||
EOF
|
||||
- name: Setup PHP config - benchmarked PHP version
|
||||
|
||||
Reference in New Issue
Block a user