Skip to content

Commit

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

benchmarkjs:
Expand Down Expand Up @@ -103,6 +104,7 @@ jobs:
fail-on-alert: true
summary-always: true
comment-always: true
github-token: ${{ secrets.GITHUB_TOKEN }}
- run: node ./dist/scripts/ci_validate_modification.js before_data.js 'Benchmark.js Benchmark'

pytest-benchmark:
Expand Down

3 comments on commit 7aa7a27

@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: 7aa7a27 Previous: 6fc0096 Ratio
bench_fib_10 158 ns/iter (± 2)
bench_fib_20 19997 ns/iter (± 840)

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

@github-actions
Copy link

Choose a reason for hiding this comment

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

Benchmark.js Benchmark

Benchmark suite Current: 7aa7a27 Previous: 6fc0096 Ratio
fib(10) 1651840 ops/sec (±0.18%) 1649609 ops/sec (±0.75%) 1.00
fib(20) 11368 ops/sec (±1.01%) 13398 ops/sec (±0.23%) 1.18

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

@github-actions
Copy link

Choose a reason for hiding this comment

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

Go Benchmark

Benchmark suite Current: 7aa7a27 Previous: 6fc0096 Ratio
BenchmarkFib10 316.6 ns/op 310.9 ns/op 1.02
BenchmarkFib20 40184 ns/op 39671 ns/op 1.01
BenchmarkFib20WithAuxMetric - ns/op 40372 ns/op 40385 ns/op 1.00
BenchmarkFib20WithAuxMetric - auxMetricUnits 4 auxMetricUnits 4 auxMetricUnits 1

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

Please sign in to comment.