-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid unnecessary dereferencing by default and add all types to test/benchmark # Before ``` Benchmark_ToString-24 3499090 340.4 ns/op 96 B/op 6 allocs/op Benchmark_ToString-24 3582782 336.3 ns/op 96 B/op 6 allocs/op Benchmark_ToString-24 3484176 341.2 ns/op 96 B/op 6 allocs/op Benchmark_ToString-24 3580878 345.3 ns/op 96 B/op 6 allocs/op ``` ``` Benchmark_ToString-24 4197234 286.6 ns/op 96 B/op 6 allocs/op Benchmark_ToString-24 4241118 281.5 ns/op 96 B/op 6 allocs/op Benchmark_ToString-24 4241490 284.8 ns/op 96 B/op 6 allocs/op Benchmark_ToString-24 4172163 284.7 ns/op 96 B/op 6 allocs/op ```
- Loading branch information
Showing
2 changed files
with
76 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
b127e3b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Possible performance regression was detected for benchmark.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold
2
.Benchmark_ToString
566.8
ns/op 96 B/op 6 allocs/op53.33
ns/op 40 B/op 2 allocs/op10.63
Benchmark_ToString - ns/op
566.8
ns/op53.33
ns/op10.63
Benchmark_ToString - B/op
96
B/op40
B/op2.40
Benchmark_ToString - allocs/op
6
allocs/op2
allocs/op3
This comment was automatically generated by workflow using github-action-benchmark.