Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/go_modules/v4/go.uber.org/multi…
Browse files Browse the repository at this point in the history
…err-1.11.0
  • Loading branch information
fr33r committed Apr 4, 2024
2 parents 3a72e30 + 7c4da0c commit f831122
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 f831122

@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: f831122 Previous: 5173ce6 Ratio
BenchmarkRegister 406069 ns/op 388776 ns/op 1.04
BenchmarkAdd 75768 ns/op 77362 ns/op 0.98
BenchmarkAlter 232931 ns/op 240939 ns/op 0.97
BenchmarkRemove 227585 ns/op 240585 ns/op 0.95
BenchmarkSave/BestEffort 8192 ns/op 8517 ns/op 0.96

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

Please sign in to comment.