Skip to content

Commit 60e463b

Browse files
committed
Add more log
Commit test 4 Signed-off-by: Arjun Raja Yogidas <[email protected]>
1 parent e473d6d commit 60e463b

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)