We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5ed3e6 commit 414ad9fCopy full SHA for 414ad9f
msgpack/msgpack_bench_test.go
@@ -795,7 +795,7 @@ func BenchmarkDecode(b *testing.B) {
795
m := map[string]string{
796
"foo": makeString(math.MaxUint8),
797
"bar": makeString(math.MaxUint8 + 1),
798
- "baz": makeString(math.MaxUint16),
+ "baz": makeString(math.MaxUint8 + 2),
799
}
800
builder := NewTestMapBuilder(b)
801
for k, v := range m {
0 commit comments