Skip to content

Commit

Permalink
Utilize 1.22 for benchmark tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
fr33r committed Apr 4, 2024
1 parent 06b6d24 commit 17e2918
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go-version: [ '1.18' ]
go-version: ["1.22"]
steps:
- uses: actions/checkout@v3
- name: Setup Go ${{ matrix.go-version }}
Expand All @@ -27,11 +27,11 @@ jobs:
- name: Store benchmark result
uses: benchmark-action/github-action-benchmark@v1
with:
tool: 'go'
tool: "go"
output-file-path: output.txt
external-data-json-path: ./cache/benchmark-data.json
fail-on-alert: true
github-token: ${{ secrets.GITHUB_TOKEN }}
comment-always: true
comment-on-alert: true
alert-comment-cc-users: '@fr33r'
alert-comment-cc-users: "@fr33r"

1 comment on commit 17e2918

@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

Benchmark suite Current: 17e2918 Previous: 5173ce6 Ratio
BenchmarkRegister 376357 ns/op 388776 ns/op 0.97
BenchmarkAdd 73487 ns/op 77362 ns/op 0.95
BenchmarkAlter 223940 ns/op 240939 ns/op 0.93
BenchmarkRemove 225477 ns/op 240585 ns/op 0.94
BenchmarkSave/BestEffort 7654 ns/op 8517 ns/op 0.90

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

Please sign in to comment.