Skip to content

Commit ae37c37

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

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
@@ -129,6 +129,8 @@ func (testStats *BenchmarkTestStats) calculateTestStat() {
129129
fmt.Printf("Error Calculating Mean: %v\n", err)
130130
testStats.Mean = -1
131131
}
132+
133+
print("testStats.BenchmarkTimes: ", testStats.BenchmarkTimes)
132134
testStats.Min, err = stats.Min(testStats.BenchmarkTimes)
133135
if err != nil {
134136
fmt.Printf("Error Calculating Min: %v\n", err)

0 commit comments

Comments
 (0)