Merge pull request #308 from oiooj/pr-fix-test

Fix labels bench test
This commit is contained in:
Goutham Veeramachaneni 2018-05-07 16:16:15 +02:00 committed by GitHub
commit d298c5a939
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 {