mirror of
https://github.com/prometheus/prometheus.git
synced 2026-05-28 04:02:21 -04:00
commit
d298c5a939
1 changed files with 1 additions and 1 deletions
|
|
@ -87,7 +87,7 @@ func TestCompareAndEquals(t *testing.T) {
|
|||
}
|
||||
|
||||
func BenchmarkSliceSort(b *testing.B) {
|
||||
lbls, err := ReadLabels("../testdata/1m.series", 900000)
|
||||
lbls, err := ReadLabels("../testdata/20kseries.json", 20000)
|
||||
testutil.Ok(b, err)
|
||||
|
||||
for len(lbls) < 20e6 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue