.dotfiles/scripts/devShell/benchmark
2023-12-11 02:57:34 +01:00

5 lines
No EOL
137 B
Bash
Executable file

#!/bin/sh
rm -rf build
cmake -S . -B build -D CMAKE_BUILD_TYPE=Release
cmake --build build --target benchmark
./build/benchmark/benchmark