Skip to content
This repository has been archived by the owner on Aug 13, 2019. It is now read-only.

Commit

Permalink
Merge pull request #308 from oiooj/pr-fix-test
Browse files Browse the repository at this point in the history
Fix labels bench test
  • Loading branch information
gouthamve authored May 7, 2018
2 parents 24a9f27 + 5f92925 commit d298c5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion labels/labels_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit d298c5a

Please sign in to comment.