Skip to content

Commit

Permalink
Update benchmark name
Browse files Browse the repository at this point in the history
  • Loading branch information
pellared committed Dec 29, 2023
1 parent f95514d commit b320802
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion baggage/baggage_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -978,7 +978,7 @@ func BenchmarkNew(b *testing.B) {

var benchMember Member

func BenchmarkNewMember(b *testing.B) {
func BenchmarkNewMemberRaw(b *testing.B) {
b.ReportAllocs()

for i := 0; i < b.N; i++ {
Expand Down

0 comments on commit b320802

Please sign in to comment.