mirror of
https://github.com/prometheus/prometheus.git
synced 2026-02-03 20:39:32 -05:00
fix name in test
Signed-off-by: György Krajcsovits <gyorgy.krajcsovits@grafana.com>
This commit is contained in:
parent
edd8a9e7bb
commit
cd76a2cec7
1 changed files with 1 additions and 1 deletions
|
|
@ -250,7 +250,7 @@ func foreachFmtSampleCase(b *testing.B, fn func(b *testing.B, f fmtCase, s sampl
|
|||
|
||||
for _, f := range []fmtCase{
|
||||
{name: "XOR", newChunkFn: func() Chunk { return NewXORChunk() }, stUnsupported: true},
|
||||
{name: "XOR_OPT_ST", newChunkFn: func() Chunk { return NewXORSTChunk() }},
|
||||
{name: "XOR_ST", newChunkFn: func() Chunk { return NewXORSTChunk() }},
|
||||
} {
|
||||
for _, s := range sampleCases {
|
||||
b.Run(fmt.Sprintf("fmt=%s/%s", f.name, s.name), func(b *testing.B) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue