bench-all: get working again

Fix gem5/build wrong path for dd swapfile. Put it under out/ while we are at it
now that we have out of tree builds.

Allow seq_id larger than 7: broke previously because 08 is not valid octal.

Use timeout --foreground to allow killing scons

Don't upload results by default, too insane.
This commit is contained in:
Ciro Santilli
2018-05-30 09:02:56 +01:00
parent c7ab01967d
commit ae0701df10
3 changed files with 14 additions and 8 deletions

View File

@@ -3,7 +3,7 @@ set -eu
arch=x86_64
cross_compile=
j=
outdir=./
outdir="$(pwd)/out"
while getopts a:c:j:o: OPT; do
case "$OPT" in
a)