Skip to content

Commit

Permalink
Timing
Browse files Browse the repository at this point in the history
  • Loading branch information
ludamad0 committed Oct 19, 2023
1 parent c08b335 commit b062c2e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ template <typename Builder> void generate_sha256_test_circuit(Builder& builder,
BBERG_INSTRUMENT BBERG_NOINLINE void sumcheck_profiling(honk::UltraProver& ext_prover)
{
ext_prover.construct_proof();
for (size_t i = 0; i < 1000; i++) {
for (size_t i = 0; i < 10000; i++) {
// Bench sumcheck
ext_prover.execute_relation_check_rounds();
}
Expand Down

0 comments on commit b062c2e

Please sign in to comment.