summaryrefslogtreecommitdiff
path: root/Bench.sh
diff options
context:
space:
mode:
authorPeter Fors <peter.fors@mindkiller.com>2025-10-26 19:28:53 +0100
committerPeter Fors <peter.fors@mindkiller.com>2025-10-26 19:28:53 +0100
commit3b7621981b56a51756badac70034f68366878df9 (patch)
treee85e0b3f2558ea1ec15d9cec319499b0ca55eb9d /Bench.sh
parentb2f646d9f99dd272f3b3a9d045b5039e6fc1dc50 (diff)
Changes to layout
Diffstat (limited to 'Bench.sh')
-rwxr-xr-xBench.sh9
1 files changed, 3 insertions, 6 deletions
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