Skip to content

Commit

Permalink
test: fix on 386 arch
Browse files Browse the repository at this point in the history
  • Loading branch information
ernado committed Nov 5, 2021
1 parent 66d320d commit 66ab941
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion int_bench_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
)

func BenchmarkEncoder_Int(b *testing.B) {
const v = 0xffffffff
const v = 0xffffff
b.Run("Strconv", func(b *testing.B) {
b.ReportAllocs()
var buf []byte
Expand Down

0 comments on commit 66ab941

Please sign in to comment.