Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
Signed-off-by: Weizhen Wang <[email protected]>
  • Loading branch information
hawkingrei committed Nov 24, 2023
1 parent 630c9d5 commit 9474b87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/statistics/builder_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,6 @@ func BenchmarkBuildHistAndTopN(b *testing.B) {
memoryTracker := memory.NewTracker(10, 1024*1024*1024)
b.ResetTimer()
for i := 0; i < b.N; i++ {
_, _, _ = BuildHistAndTopN(ctx, 256, 500, 0, collector, filedType, true, memoryTracker)
_, _, _ = BuildHistAndTopN(ctx, 256, 500, 0, collector, filedType, true, memoryTracker, false)
}
}

0 comments on commit 9474b87

Please sign in to comment.