mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2025-12-06 17:17:22 +01:00
move flake to own repository
This commit is contained in:
commit
84b5cd816c
55 changed files with 13637 additions and 0 deletions
5
scripts/devShell/benchmark
Executable file
5
scripts/devShell/benchmark
Executable file
|
|
@ -0,0 +1,5 @@
|
|||
#!/bin/sh
|
||||
rm -rf build
|
||||
cmake -S . -B build -D CMAKE_BUILD_TYPE=Release
|
||||
cmake --build build --target benchmark
|
||||
./build/benchmark/benchmark
|
||||
Loading…
Add table
Add a link
Reference in a new issue