Skip to content

Commit

Permalink
add bench.py loops
Browse files Browse the repository at this point in the history
  • Loading branch information
AsterDY committed Oct 18, 2022
1 parent bdf14c0 commit 0a14860
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bench.py
Expand Up @@ -19,7 +19,7 @@
import subprocess
import argparse

repeat_time = 10
repeat_time = 100
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 0a14860

Please sign in to comment.