We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cda1c3c commit ae37c37Copy full SHA for ae37c37
benchmark/framework/framework.go
@@ -129,6 +129,8 @@ func (testStats *BenchmarkTestStats) calculateTestStat() {
129
fmt.Printf("Error Calculating Mean: %v\n", err)
130
testStats.Mean = -1
131
}
132
+
133
+ print("testStats.BenchmarkTimes: ", testStats.BenchmarkTimes)
134
testStats.Min, err = stats.Min(testStats.BenchmarkTimes)
135
if err != nil {
136
fmt.Printf("Error Calculating Min: %v\n", err)
0 commit comments