feat: Add cpp benchmark test script

This commit is contained in:
Paul Gauthier 2024-12-19 06:49:18 -08:00 committed by Paul Gauthier (aider)
parent f22d112da2
commit 1f9a53a454

11
benchmark/cpp-test.sh Executable file
View file

@ -0,0 +1,11 @@
#!/bin/bash
# exit when any command fails
set -e
mkdir build
cd build
cmake -G "Unix Makefiles" ..
make