Commit 02159c16b54 for php.net
commit 02159c16b546e74f271db9ddf6f2b6811cde473c
Author: Máté Kocsis <kocsismate@woohoolabs.com>
Date: Thu Jan 15 10:53:41 2026 +0100
Do not measure instruction count by default on the scheduled runs
It makes the benchmark faster to execute. And this metric is not that useful anyway.
[skip-ci]
diff --git a/.github/workflows/real-time-benchmark.yml b/.github/workflows/real-time-benchmark.yml
index 719d1795a00..41301bdec01 100644
--- a/.github/workflows/real-time-benchmark.yml
+++ b/.github/workflows/real-time-benchmark.yml
@@ -50,7 +50,7 @@ jobs:
BASELINE_COMMIT: "d5f6e56610c729710073350af318c4ea1b292cfe"
ID: "master"
JIT: "1"
- INSTRUCTION_COUNT: "1"
+ INSTRUCTION_COUNT: "0"
RUN_MICRO_BENCH: "0"
YEAR: ""
steps: