Benchmarks rename

This commit is contained in:
Nicolás Pazos 2023-11-02 18:03:07 -03:00 committed by Callum Styan
parent a727653618
commit 7740f35338

View file

@ -46,7 +46,7 @@ func TestCompressions(t *testing.T) {
} }
} }
func BenchmarkCompressions(b *testing.B) { func BenchmarkCompressions_V11(b *testing.B) {
data := makeUncompressedReducedWriteRequestBenchData(b) data := makeUncompressedReducedWriteRequestBenchData(b)
bc := []struct { bc := []struct {
name string name string
@ -121,7 +121,7 @@ func BenchmarkCompressions(b *testing.B) {
} }
} }
func BenchmarkCompressionsV1(b *testing.B) { func BenchmarkCompressions_V1(b *testing.B) {
data := makeUncompressedWriteRequestBenchData(b) data := makeUncompressedWriteRequestBenchData(b)
bc := []struct { bc := []struct {
name string name string