Skip to content

Commit c3c962d

Browse files
authored
Assert that we are cache hitting on the CI (#1007)
1 parent 2ff186c commit c3c962d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ jobs:
171171
sleep 2m
172172
173173
# Run again with cache and record results
174-
${{ inputs.env-vars }} python benchmarks/run.py \
174+
${{ inputs.env-vars }} HELION_ASSERT_CACHE_HIT=1 python benchmarks/run.py \
175175
--op $kernel \
176176
--metrics speedup,accuracy \
177177
--latency-measure-mode triton_do_bench \

0 commit comments

Comments
 (0)