Increase intrate to four threads by default -- 1 is boring

This commit is contained in:
David Biancolin 2018-05-20 23:45:39 -07:00
parent 3b2cb31dfa
commit 4fa97461fc
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
"common_bootbinary" : "bbl-vmlinux",
"benchmark_name" : "spec17-intrate",
"deliver_dir" : "spec17-intrate",
"common_args" : ["--copies 1"],
"common_args" : ["--copies 4"],
"common_files" : ["intrate.sh"],
"common_outputs" : ["/output"],
"common_simulation_outputs" : ["uartlog"],