Skip to content

Commit

Permalink
Update benchmark.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
efectn committed Mar 15, 2022
1 parent 4568ce8 commit bd212c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yml
Expand Up @@ -7,7 +7,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v1
with:
go-version: 1.15.x
go-version: 1.18.x
- name: Fetch Repository
uses: actions/checkout@v2
- name: Run Benchmark
Expand Down

1 comment on commit bd212c5

@Fenny
Copy link
Member

@Fenny Fenny commented on bd212c5 Mar 15, 2022

Choose a reason for hiding this comment

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

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 2.

Benchmark suite Current: bd212c5 Previous: 4568ce8 Ratio
Benchmark_SlashRecognition/forEach 6.508 ns/op 0 B/op 0 allocs/op 2.72 ns/op 0 B/op 0 allocs/op 2.39

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

Please sign in to comment.