mirror of
https://github.com/php/php-src.git
synced 2025-08-15 13:38:49 +02: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:
parent
a66b631bce
commit
98e0dbcefe
1 changed files with 1 additions and 1 deletions
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue