scripts: factor out benchmarks and run further with ./eeval and common_bench_cmd

This commit is contained in:
Ciro Santilli
2018-04-18 12:26:41 +01:00
parent 96090a4c24
commit f4eed4163b
7 changed files with 52 additions and 20 deletions

4
rungdb
View File

@@ -89,6 +89,4 @@ ${brk} \
${lx_symbols} \
"
fi
cmd="$cmd $after"
echo "$cmd" | tee "${out_arch_dir}/rungdb.sh"
eval "$cmd"
./eeval "$cmd $after" "${out_arch_dir}/rungdb.sh"