From 62f6870e4e0b384c4bd2d514116247e81b241251 Mon Sep 17 00:00:00 2001 From: Ciro Santilli Date: Sun, 22 Apr 2018 00:36:12 +0100 Subject: [PATCH] bench-all: reactivate forgotten commented out build and bench --- bench-all | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bench-all b/bench-all index a1ad20b..2e8b336 100755 --- a/bench-all +++ b/bench-all @@ -10,8 +10,8 @@ # * gem5 built time set -eu . common -#./build-all -#./bench-boot +./build-all +./bench-boot sha="$(git log -1 --format="%H")" benchmark_repo=../linux-kernel-module-cheat-regression last_dir="$(ls "$benchmark_repo" | grep -E '^[0-9]' | tail -n 1)"