Skip to content

Commit ca9de3a

Browse files
authored
Merge pull request #60 from coderbirju/test4
Add more log
2 parents e473d6d + 60e463b commit ca9de3a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

benchmark/framework/framework.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,8 @@ func (testStats *BenchmarkTestStats) calculateTestStat() {
128128
fmt.Printf("Error Calculating Mean: %v\n", err)
129129
testStats.Mean = -1
130130
}
131+
132+
print("testStats.BenchmarkTimes: ", testStats.BenchmarkTimes)
131133
testStats.Min, err = stats.Min(testStats.BenchmarkTimes)
132134
if err != nil {
133135
fmt.Printf("Error Calculating Min: %v\n", err)

0 commit comments

Comments
 (0)