Skip to content

Commit

Permalink
style: benchmark column order
Browse files Browse the repository at this point in the history
  • Loading branch information
c-dilks committed Sep 23, 2024
1 parent 54bdfa5 commit b086aaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ jobs:
for suite in single_threaded memoize threadpool; do
meson test --benchmark --suite $suite -C iguana_build | tee benchmark_$suite.txt
done
iguana_src/.github/make-benchmark-table.rb benchmark*.txt | xargs -0 -I{} echo {} >> $GITHUB_STEP_SUMMARY
iguana_src/.github/make-benchmark-table.rb benchmark_{single_threaded,memoize,threadpool}.txt | xargs -0 -I{} echo {} >> $GITHUB_STEP_SUMMARY
### coverage
- name: coverage
if: ${{ matrix.id == 'coverage' }}
Expand Down

0 comments on commit b086aaf

Please sign in to comment.