From 55588e4c25ac40a9d8bdf3c402a863d33c248f09 Mon Sep 17 00:00:00 2001 From: x-mass <36629999+x-mass@users.noreply.github.com> Date: Thu, 7 Dec 2023 15:46:32 +0000 Subject: [PATCH] Revert perf test disabling --- .github/workflows/pull-request.yml | 14 +------------- test/systems/plonk/placeholder/performance.cpp | 4 +--- 2 files changed, 2 insertions(+), 16 deletions(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index e626fd9d8..f0326862c 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -22,17 +22,5 @@ jobs: with: submodules-refs: ${{ needs.handle-syncwith.outputs.prs-refs }} concurrency: 2 # adjust if fails with OOM - targets: | - crypto3_zk_commitment_fold_polynomial_test - crypto3_zk_commitment_fri_test - crypto3_zk_commitment_lpc_test - crypto3_zk_commitment_kzg_test - crypto3_zk_systems_plonk_placeholder_placeholder_test - crypto3_zk_commitment_powers_of_tau_test - crypto3_zk_commitment_proof_of_knowledge_test - crypto3_zk_commitment_r1cs_gg_ppzksnark_mpc_test - crypto3_zk_math_expression_test - crypto3_zk_systems_plonk_plonk_constraint_test - crypto3_zk_commitment_proof_of_knowledge_test - crypto3_zk_transcript_transcript_test + secrets: inherit diff --git a/test/systems/plonk/placeholder/performance.cpp b/test/systems/plonk/placeholder/performance.cpp index 0f624685d..929a5828e 100644 --- a/test/systems/plonk/placeholder/performance.cpp +++ b/test/systems/plonk/placeholder/performance.cpp @@ -321,7 +321,7 @@ class placeholder_performance_test : public placeholder_performance_test_base { columns_rotations_type columns_rotations; }; -BOOST_AUTO_TEST_SUITE(placeholder_transpiler_suite, *boost::unit_test::disabled()) +BOOST_AUTO_TEST_SUITE(placeholder_transpiler_suite) BOOST_FIXTURE_TEST_CASE(placeholder_merkle_tree_poseidon_test, placeholder_performance_test<2>) { @@ -434,5 +434,3 @@ BOOST_FIXTURE_TEST_CASE(placeholder_large_fibonacci_test, placeholder_performanc } BOOST_AUTO_TEST_SUITE_END() - -