From 162c597093bf19f2efdd9f43d4125fff8e1379ef Mon Sep 17 00:00:00 2001 From: BLUELOVETH Date: Thu, 10 Aug 2023 15:12:35 +0800 Subject: [PATCH] Revert "test benchmarks" This reverts commit f25b99cbbd2cca40c24f94938e17bcf44068adef. --- run_tests.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/run_tests.sh b/run_tests.sh index e4865182..2b964aa8 100644 --- a/run_tests.sh +++ b/run_tests.sh @@ -1,9 +1,7 @@ python3 prebuild.py SRC=$(find src/ -name "*.cpp") 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 benchmarks/ # if prev error exit if [ $? -ne 0 ]; then