1
0
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:
Máté Kocsis
2025-08-03 21:00:19 +02:00
parent a66b631bce
commit 98e0dbcefe

View File

@@ -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