Skip to content

Commit

Permalink
final changes
Browse files Browse the repository at this point in the history
  • Loading branch information
khushijain21 committed Jul 4, 2024
1 parent 5584bc6 commit 04edfe5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bridges/otelzap/core_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -199,8 +199,8 @@ func BenchmarkCoreWrite(b *testing.B) {
zap.Time("k", time.Unix(1000, 1000)),
zap.Binary("k", []byte{1, 2}),
zap.ByteString("k", []byte{1, 2}),
zap.Object("k", turducken{}), // also invokes appendObject
zap.Array("k", turduckens(1)), // also invokes appendArray
zap.Object("k", loggable{true}),
zap.Array("k", loggable{true}),
zap.String("k", "a"),
zap.Ints("k", []int{1, 2}),
},
Expand Down

0 comments on commit 04edfe5

Please sign in to comment.