Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
Signed-off-by: Weizhen Wang <wangweizhen@pingcap.com>
  • Loading branch information
hawkingrei committed Sep 10, 2023
1 parent fa351bb commit 659b8c4
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions statistics/histogram_bench_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,11 @@ import (
"github.com/stretchr/testify/require"
)

const histogramLen = 100
const popedTopNLen = 100
const expBucketNumber = 100
const (
histogramLen = 100
popedTopNLen = 100
expBucketNumber = 100
)

func genBucket4TestData(length int) []*bucket4Test {
result := make([]*bucket4Test, 0, length)
Expand Down

0 comments on commit 659b8c4

Please sign in to comment.