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 e473d6d commit 60e463bCopy full SHA for 60e463b
benchmark/framework/framework.go
@@ -128,6 +128,8 @@ func (testStats *BenchmarkTestStats) calculateTestStat() {
128
fmt.Printf("Error Calculating Mean: %v\n", err)
129
testStats.Mean = -1
130
}
131
+
132
+ print("testStats.BenchmarkTimes: ", testStats.BenchmarkTimes)
133
testStats.Min, err = stats.Min(testStats.BenchmarkTimes)
134
if err != nil {
135
fmt.Printf("Error Calculating Min: %v\n", err)
0 commit comments