Skip to content

Commit 64751de

Browse files
committed
Update opcache config for baseline version
[skip-ci]
1 parent df0e8e7 commit 64751de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
PHP_BRANCH=${{ env.BRANCH }}
113113
PHP_COMMIT=${{ env.BASELINE_COMMIT }}
114114
115-
PHP_OPCACHE=1
115+
PHP_OPCACHE=2
116116
PHP_JIT=0
117117
EOF
118118
- name: Setup PHP config - baseline PHP version with JIT (manual only)
@@ -130,7 +130,7 @@ jobs:
130130
PHP_BRANCH=${{ env.BRANCH }}
131131
PHP_COMMIT=${{ env.BASELINE_COMMIT }}
132132
133-
PHP_OPCACHE=1
133+
PHP_OPCACHE=2
134134
PHP_JIT=${{ env.JIT }}
135135
EOF
136136

0 commit comments

Comments
 (0)