mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 02:05:57 +01:00
bench-all: reactivate forgotten commented out build and bench
This commit is contained in:
@@ -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)"
|
||||||
|
|||||||
Reference in New Issue
Block a user