diff options
Diffstat (limited to 'Bench.sh')
| -rwxr-xr-x | Bench.sh | 9 |
1 files changed, 3 insertions, 6 deletions
@@ -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 |
