Skip to content

Commit 6df0177

Browse files
authored
Merge pull request #61 from coderbirju/test5
Add test 5
2 parents ca9de3a + 251a9b4 commit 6df0177

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

benchmark/framework/framework.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,6 @@ func (testStats *BenchmarkTestStats) calculateTestStat() {
129129
testStats.Mean = -1
130130
}
131131

132-
print("testStats.BenchmarkTimes: ", testStats.BenchmarkTimes)
133132
testStats.Min, err = stats.Min(testStats.BenchmarkTimes)
134133
if err != nil {
135134
fmt.Printf("Error Calculating Min: %v\n", err)

0 commit comments

Comments
 (0)