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

3
build
View File

@@ -187,5 +187,4 @@ V='${v}' \\
${extra_make_args} \
all \\
"
echo "$cmd" | tee "${out_arch_dir}/build.sh"
eval "$cmd"
./eeval "$cmd" "${out_arch_dir}/build.sh"