File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -243,7 +243,7 @@ jobs:
243243 path : ruby-bench
244244
245245 - name : Run ruby-bench
246- run : ruby run_benchmarks.rb -e "ruby::../build/install/bin/ruby" ${{ matrix.bench_opts }}
246+ run : rm -rf benchmarks/lobsters && ruby run_benchmarks.rb -e "ruby::../build/install/bin/ruby" ${{ matrix.bench_opts }}
247247 working-directory : ruby-bench
248248
249249 - uses : ./.github/actions/slack
Original file line number Diff line number Diff line change @@ -198,7 +198,7 @@ jobs:
198198 path : ruby-bench
199199
200200 - name : Run ruby-bench
201- run : ruby run_benchmarks.rb -e "zjit::../build/install/bin/ruby ${{ matrix.ruby_opts }}" ${{ matrix.bench_opts }}
201+ run : rm -rf benchmarks/lobsters && ruby run_benchmarks.rb -e "zjit::../build/install/bin/ruby ${{ matrix.ruby_opts }}" ${{ matrix.bench_opts }}
202202 working-directory : ruby-bench
203203
204204 - uses : ./.github/actions/slack
Original file line number Diff line number Diff line change @@ -251,7 +251,7 @@ jobs:
251251 path : ruby-bench
252252
253253 - name : Run ruby-bench
254- run : ruby run_benchmarks.rb -e "zjit::../build/install/bin/ruby ${{ matrix.ruby_opts }}" ${{ matrix.bench_opts }}
254+ run : rm -rf benchmarks/lobsters && ruby run_benchmarks.rb -e "zjit::../build/install/bin/ruby ${{ matrix.ruby_opts }}" ${{ matrix.bench_opts }}
255255 working-directory : ruby-bench
256256
257257 - uses : ./.github/actions/slack
You can’t perform that action at this time.
0 commit comments