Skip to content

Commit 8a86e5c

Browse files
increasing number of repeated tests.
1 parent b9e9060 commit 8a86e5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ func main() {
185185

186186
if RunMemProfile == "true" || RunCPUProfile == "true" {
187187

188-
const RUN_NUMBER = 6
188+
const RUN_NUMBER = 50
189189
if RunMemProfile == "true" {
190190
defer profile.Start(profile.MemProfile, profile.ProfilePath("."), profile.MemProfileRate(1)).Stop()
191191
} else if RunCPUProfile == "true" {

0 commit comments

Comments
 (0)