Skip to content

Commit

Permalink
Update bridges/otelzap/core_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: Robert Pająk <pellared@hotmail.com>
  • Loading branch information
khushijain21 and pellared authored Jun 24, 2024
1 parent 260458d commit 8a21421
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bridges/otelzap/core_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ func BenchmarkMultipleFields(b *testing.B) {
}

for _, bm := range benchmarks {
b.Run(fmt.Sprint("Core Write Accumulated fields", bm.name), func(b *testing.B) {
b.Run(fmt.Sprint("With", bm.name), func(b *testing.B) {
zc := NewCore(loggerName)
zc1 := zc.With(bm.field)
b.ReportAllocs()
Expand Down

0 comments on commit 8a21421

Please sign in to comment.