Skip to content

Commit 356b6ac

Browse files
committed
Add case on BnechmarkParse
1 parent 41c59eb commit 356b6ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

baggage/baggage_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1034,7 +1034,7 @@ func BenchmarkParse(b *testing.B) {
10341034
b.ReportAllocs()
10351035

10361036
for i := 0; i < b.N; i++ {
1037-
benchBaggage, _ = Parse(`userId=alice,serverNode = DF28 , isProduction = false,hasProp=stuff;propKey;propWValue=value`)
1037+
benchBaggage, _ = Parse(`userId=alice,serverNode = DF28 , isProduction = false,hasProp=stuff;propKey;propWValue=value, propKeyUtf8=pr%fo%fp%fValue`)
10381038
}
10391039
}
10401040

0 commit comments

Comments
 (0)