Skip to content

Commit

Permalink
Revert perf test disabling
Browse files Browse the repository at this point in the history
  • Loading branch information
x-mass committed Dec 7, 2023
1 parent 9bb0ef5 commit 14d71ba
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/systems/plonk/placeholder/performance.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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>) {

Expand Down Expand Up @@ -434,5 +434,3 @@ BOOST_FIXTURE_TEST_CASE(placeholder_large_fibonacci_test, placeholder_performanc
}

BOOST_AUTO_TEST_SUITE_END()


0 comments on commit 14d71ba

Please sign in to comment.