Skip to content

Commit

Permalink
test:(bench) adjust repeat_time
Browse files Browse the repository at this point in the history
  • Loading branch information
AsterDY committed Jun 8, 2022
1 parent 503ec0f commit c4d964e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bench.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
import subprocess
import argparse

repeat_time = 5
repeat_time = 10
gbench_prefix = "SONIC_NO_ASYNC_GC=1 go test -benchmem -run=none -count=%d "%(repeat_time)

def run(cmd):
Expand Down

0 comments on commit c4d964e

Please sign in to comment.