Skip to content

Commit

Permalink
add summary always and comment always options
Browse files Browse the repository at this point in the history
  • Loading branch information
ktrz committed Jan 26, 2024
1 parent ba94607 commit 52f184f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
fail-on-alert: true
github-token: ${{ secrets.GITHUB_TOKEN }}
summary-always: true
comment-always: true
- run: node ./dist/scripts/ci_validate_modification.js before_data.js 'Rust Benchmark'

go:
Expand Down Expand Up @@ -69,6 +70,8 @@ jobs:
output-file-path: examples/go/output.txt
skip-fetch-gh-pages: true
fail-on-alert: true
summary-always: true
comment-always: true
- run: node ./dist/scripts/ci_validate_modification.js before_data.js 'Go Benchmark'

benchmarkjs:
Expand Down Expand Up @@ -98,6 +101,8 @@ jobs:
output-file-path: examples/benchmarkjs/output.txt
skip-fetch-gh-pages: true
fail-on-alert: true
summary-always: true
comment-always: true
- run: node ./dist/scripts/ci_validate_modification.js before_data.js 'Benchmark.js Benchmark'

pytest-benchmark:
Expand Down

1 comment on commit 52f184f

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rust Benchmark

Benchmark suite Current: 52f184f Previous: 6fc0096 Ratio
bench_fib_10 158 ns/iter (± 1)
bench_fib_20 19965 ns/iter (± 298)

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.