Skip to content

Commit

Permalink
Fix benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
MadVikingGod committed Sep 28, 2023
1 parent 0cdfff8 commit b5c53d9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -676,7 +676,7 @@ func BenchmarkPrepend(b *testing.B) {

func BenchmarkAppend(b *testing.B) {
for i := 0; i < b.N; i++ {
agg := newExpoHistogramDataPoint[float64](1024, 200, false, false)
agg := newExpoHistogramDataPoint[float64](1024, 20, false, false)
n := smallestNonZeroNormalFloat64
for j := 0; j < 1024; j++ {
agg.record(n)
Expand Down

0 comments on commit b5c53d9

Please sign in to comment.