Update histogram creating options
This commit is contained in:
@ -144,6 +144,7 @@ func startBenchmarkClientWithSetup(setup *testpb.ClientConfig) (*benchmarkClient
|
||||
bc.histogram = stats.NewHistogram(stats.HistogramOptions{
|
||||
NumBuckets: int(math.Log(bc.histogramMaxPossible)/math.Log(1+bc.histogramGrowFactor)) + 1,
|
||||
GrowthFactor: bc.histogramGrowFactor,
|
||||
BaseBucketSize: (1 + bc.histogramGrowFactor),
|
||||
MinValue: 0,
|
||||
})
|
||||
|
||||
|
Reference in New Issue
Block a user