bench-all: reactivate forgotten commented out build and bench

This commit is contained in:
Ciro Santilli
2018-04-22 00:36:12 +01:00
parent 96ee0246ce
commit 62f6870e4e

View File

@@ -10,8 +10,8 @@
# * gem5 built time # * gem5 built time
set -eu set -eu
. common . common
#./build-all ./build-all
#./bench-boot ./bench-boot
sha="$(git log -1 --format="%H")" sha="$(git log -1 --format="%H")"
benchmark_repo=../linux-kernel-module-cheat-regression benchmark_repo=../linux-kernel-module-cheat-regression
last_dir="$(ls "$benchmark_repo" | grep -E '^[0-9]' | tail -n 1)" last_dir="$(ls "$benchmark_repo" | grep -E '^[0-9]' | tail -n 1)"