From eeca802ccee217d26acd8bc89ee69bbd3c47e254 Mon Sep 17 00:00:00 2001 From: koe Date: Sun, 10 Sep 2023 17:12:11 -0500 Subject: [PATCH] remove broken perf tests --- tests/performance_tests/main.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/performance_tests/main.cpp b/tests/performance_tests/main.cpp index dd2b085da0..7cc9bef705 100644 --- a/tests/performance_tests/main.cpp +++ b/tests/performance_tests/main.cpp @@ -343,7 +343,6 @@ int main(int argc, char** argv) TEST_PERFORMANCE6(filter, p, test_aggregated_bulletproof, true, 4, 1, 1, 0, 1); // 1x 4 TEST_PERFORMANCE6(filter, p, test_aggregated_bulletproof, true, 8, 1, 1, 0, 1); // 1x 8 TEST_PERFORMANCE6(filter, p, test_aggregated_bulletproof, true, 16, 1, 1, 0, 1); // 1x 16 - TEST_PERFORMANCE6(filter, p, test_aggregated_bulletproof, true, 32, 1, 1, 0, 1); // 1x 32 ParamsShuttleBPPAgg p_bpp_agg; p_bpp_agg = {p.core_params, true, {1}, {1}}; @@ -356,8 +355,6 @@ int main(int argc, char** argv) TEST_PERFORMANCE0(filter, p_bpp_agg, test_aggregated_bulletproof_plus); // 1x 8 p_bpp_agg = {p.core_params, true, {16}, {1}}; TEST_PERFORMANCE0(filter, p_bpp_agg, test_aggregated_bulletproof_plus); // 1x 16 - p_bpp_agg = {p.core_params, true, {32}, {1}}; - TEST_PERFORMANCE0(filter, p_bpp_agg, test_aggregated_bulletproof_plus); // 1x 32 /*