Skip to content

Commit

Permalink
Update name of benchmarks to be more consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
gaby committed Mar 1, 2024
1 parent c86a37b commit 4a447cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions log/default_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ func Test_Tracew(t *testing.T) {
require.Equal(t, "[Trace] trace work key1=value1 key2=value2\n", string(w.b))
}

func BenchmarkLogfKeyAndValues(b *testing.B) {
func Benchmark_LogfKeyAndValues(b *testing.B) {
tests := []struct {
name string
level Level
Expand Down Expand Up @@ -365,7 +365,7 @@ func BenchmarkLogfKeyAndValues(b *testing.B) {
}
}

func BenchmarkLogfKeyAndValuesParallel(b *testing.B) {
func Benchmark_LogfKeyAndValuesParallel(b *testing.B) {
tests := []struct {
name string
level Level
Expand Down

0 comments on commit 4a447cf

Please sign in to comment.