From 98e0dbcefedeecf5e4d032e54df1aeebaa118754 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1t=C3=A9=20Kocsis?= Date: Sun, 3 Aug 2025 21:00:19 +0200 Subject: [PATCH] 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. --- .github/workflows/real-time-benchmark.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/real-time-benchmark.yml b/.github/workflows/real-time-benchmark.yml index 226f83fde5c..cf5ad607eaf 100644 --- a/.github/workflows/real-time-benchmark.yml +++ b/.github/workflows/real-time-benchmark.yml @@ -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