Skip to content

Commit

Permalink
Merge branch 'seraphis_lib' into merge_tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rbrunner7 committed Sep 22, 2023
2 parents f88be41 + eeca802 commit a26dc14
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/performance_tests/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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}};
Expand All @@ -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


/*
Expand Down

0 comments on commit a26dc14

Please sign in to comment.