Revert "test benchmarks"

This reverts commit f25b99cbbd2cca40c24f94938e17bcf44068adef.
This commit is contained in:
BLUELOVETH 2023-08-10 15:12:35 +08:00
parent f25b99cbbd
commit 162c597093

View File

@ -1,9 +1,7 @@
python3 prebuild.py python3 prebuild.py
SRC=$(find src/ -name "*.cpp") SRC=$(find src/ -name "*.cpp")
clang++ -std=c++17 --coverage -O1 -stdlib=libc++ -Wfatal-errors -o main src2/main.cpp $SRC -Iinclude -ldl clang++ -std=c++17 --coverage -O1 -stdlib=libc++ -Wfatal-errors -o main src2/main.cpp $SRC -Iinclude -ldl
python3 scripts/run_tests.py python3 scripts/run_tests.py
python3 scripts/run_tests.py benchmarks/
# if prev error exit # if prev error exit
if [ $? -ne 0 ]; then if [ $? -ne 0 ]; then