Skip to content

Commit

Permalink
deps(actions): Bump actions/setup-go from 4 to 5 (#903)
Browse files Browse the repository at this point in the history
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 4 to 5.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](actions/setup-go@v4...v5)

---
updated-dependencies:
- dependency-name: actions/setup-go
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 13, 2024
1 parent ab96a64 commit 42a1e23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
- uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- name: Run benchmark
Expand Down

1 comment on commit 42a1e23

@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: 42a1e23 Previous: 6408c34 Ratio
BenchmarkPathForDirFS 46.79 ns/op 0 B/op 0 allocs/op 46.77 ns/op 0 B/op 0 allocs/op 1.00
BenchmarkPathForDirFS - ns/op 46.79 ns/op 46.77 ns/op 1.00
BenchmarkPathForDirFS - B/op 0 B/op 0 B/op 1
BenchmarkPathForDirFS - allocs/op 0 allocs/op 0 allocs/op 1
BenchmarkSplitRepoPath/0 12.09 ns/op 0 B/op 0 allocs/op 12.09 ns/op 0 B/op 0 allocs/op 1
BenchmarkSplitRepoPath/0 - ns/op 12.09 ns/op 12.09 ns/op 1
BenchmarkSplitRepoPath/0 - B/op 0 B/op 0 B/op 1
BenchmarkSplitRepoPath/0 - allocs/op 0 allocs/op 0 allocs/op 1
BenchmarkSplitRepoPath/1 17.68 ns/op 0 B/op 0 allocs/op 16.87 ns/op 0 B/op 0 allocs/op 1.05
BenchmarkSplitRepoPath/1 - ns/op 17.68 ns/op 16.87 ns/op 1.05
BenchmarkSplitRepoPath/1 - B/op 0 B/op 0 B/op 1
BenchmarkSplitRepoPath/1 - allocs/op 0 allocs/op 0 allocs/op 1
BenchmarkSplitRepoPath/2 53.42 ns/op 4 B/op 1 allocs/op 53.2 ns/op 4 B/op 1 allocs/op 1.00
BenchmarkSplitRepoPath/2 - ns/op 53.42 ns/op 53.2 ns/op 1.00
BenchmarkSplitRepoPath/2 - B/op 4 B/op 4 B/op 1
BenchmarkSplitRepoPath/2 - allocs/op 1 allocs/op 1 allocs/op 1
BenchmarkSplitRepoPath/3 54.11 ns/op 8 B/op 1 allocs/op 53.95 ns/op 8 B/op 1 allocs/op 1.00
BenchmarkSplitRepoPath/3 - ns/op 54.11 ns/op 53.95 ns/op 1.00
BenchmarkSplitRepoPath/3 - B/op 8 B/op 8 B/op 1
BenchmarkSplitRepoPath/3 - allocs/op 1 allocs/op 1 allocs/op 1
BenchmarkSplitRepoPath/4 48.81 ns/op 8 B/op 1 allocs/op 47.32 ns/op 8 B/op 1 allocs/op 1.03
BenchmarkSplitRepoPath/4 - ns/op 48.81 ns/op 47.32 ns/op 1.03
BenchmarkSplitRepoPath/4 - B/op 8 B/op 8 B/op 1
BenchmarkSplitRepoPath/4 - allocs/op 1 allocs/op 1 allocs/op 1
BenchmarkSplitRepoPath/5 54.55 ns/op 4 B/op 1 allocs/op 54.29 ns/op 4 B/op 1 allocs/op 1.00
BenchmarkSplitRepoPath/5 - ns/op 54.55 ns/op 54.29 ns/op 1.00
BenchmarkSplitRepoPath/5 - B/op 4 B/op 4 B/op 1
BenchmarkSplitRepoPath/5 - allocs/op 1 allocs/op 1 allocs/op 1
BenchmarkSplitRepoPath/6 16.75 ns/op 0 B/op 0 allocs/op 17.23 ns/op 0 B/op 0 allocs/op 0.97
BenchmarkSplitRepoPath/6 - ns/op 16.75 ns/op 17.23 ns/op 0.97
BenchmarkSplitRepoPath/6 - B/op 0 B/op 0 B/op 1
BenchmarkSplitRepoPath/6 - allocs/op 0 allocs/op 0 allocs/op 1

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

Please sign in to comment.