Skip to content

Commit 02159c1

Browse files
committed
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]
1 parent c1d2875 commit 02159c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
BASELINE_COMMIT: "d5f6e56610c729710073350af318c4ea1b292cfe"
5151
ID: "master"
5252
JIT: "1"
53-
INSTRUCTION_COUNT: "1"
53+
INSTRUCTION_COUNT: "0"
5454
RUN_MICRO_BENCH: "0"
5555
YEAR: ""
5656
steps:

0 commit comments

Comments
 (0)