From 030724a9aea346e4a9843d5842fb28c6d6c4cf1a Mon Sep 17 00:00:00 2001 From: Peter Fors Date: Thu, 9 Oct 2025 22:07:52 +0200 Subject: Rearrangement and refactoring and optimizations and more accuracy --- Bench.sh | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'Bench.sh') diff --git a/Bench.sh b/Bench.sh index d5dffc4..14208cd 100755 --- a/Bench.sh +++ b/Bench.sh @@ -1,9 +1,8 @@ -. ~/.local/bin/dev +#. ~/.local/bin/dev ./build.sh clean ./build.sh profile ./mknes ./build.sh profile_release -perf stat -C 1 -- taskset -c 1 chrt -f 99 -- ./mknes -perf stat -C 1 -- taskset -c 1 chrt -f 99 -- ./mknes -perf stat -C 1 -- taskset -c 1 chrt -f 99 -- ./mknes - +taskset -c 1 chrt -f 99 -- perf stat -C 1 ./mknes +taskset -c 1 chrt -f 99 -- perf stat -C 1 ./mknes +taskset -c 1 chrt -f 99 -- perf stat -C 1 ./mknes -- cgit v1.2.3