From 3b7621981b56a51756badac70034f68366878df9 Mon Sep 17 00:00:00 2001 From: Peter Fors Date: Sun, 26 Oct 2025 19:28:53 +0100 Subject: Changes to layout --- Bench.sh | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'Bench.sh') diff --git a/Bench.sh b/Bench.sh index 8be485a..5e4e104 100755 --- a/Bench.sh +++ b/Bench.sh @@ -1,11 +1,8 @@ #!/usr/bin/env bash -# Only rebuild profile data if it doesn't exist -if [ ! -f mknes.gcda ]; then - ./build.sh clean - ./build.sh profile - ./mknes -n 1 -f 1024 # Quick single run for profile generation -fi +./build.sh clean +./build.sh profile +./mknes -n 1 &> /dev/null ./build.sh profile_release -- cgit v1.2.3