mirror of
https://github.com/prometheus/prometheus.git
synced 2025-03-05 20:59:13 -08:00
Benchmarks rename
This commit is contained in:
parent
a727653618
commit
7740f35338
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue