bench-all: add build benchmarks and make all benchmarks options

run: fix ./run -gu broken behaviour. Document ./tmu window switch failure.

readme: move travis failed attempt to readme.
This commit is contained in:
Ciro Santilli
2018-04-22 21:04:55 +01:00
parent 62f6870e4e
commit f10ef3a467
10 changed files with 280 additions and 93 deletions

6
run
View File

@@ -281,10 +281,10 @@ ${extra_flags} \
esac
fi
if "$tmux"; then
if "$debug"; then
eval "./tmu ./rungdb -a "${arch}" ${tmux_args}"
elif "$gem5"; then
if "$gem5"; then
eval "./tmu 'sleep 2;./gem5-shell'"
elif "$debug"; then
eval "./tmu ./rungdb -a '${arch}' ${tmux_args}"
fi
fi
"${root_dir}/eeval" "$cmd" "${common_out_run_dir}/run.sh"