mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 01:04:59 +00:00
feat: Add cpp benchmark test script
This commit is contained in:
parent
f22d112da2
commit
1f9a53a454
1 changed files with 11 additions and 0 deletions
11
benchmark/cpp-test.sh
Executable file
11
benchmark/cpp-test.sh
Executable file
|
@ -0,0 +1,11 @@
|
|||
#!/bin/bash
|
||||
|
||||
# exit when any command fails
|
||||
set -e
|
||||
|
||||
mkdir build
|
||||
cd build
|
||||
cmake -G "Unix Makefiles" ..
|
||||
make
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue