diff --git a/Earthfile b/Earthfile index 34e966723..42c589ccb 100644 --- a/Earthfile +++ b/Earthfile @@ -157,7 +157,7 @@ barretenberg-acir-tests-bb.js: RUN BROWSER=chrome THREAD_MODEL=mt ./run_acir_tests_browser.sh verify_honk_proof # Run UltraHonk recursive verification through bb.js on chrome testing single-threaded browser support. RUN BROWSER=chrome THREAD_MODEL=st ./run_acir_tests_browser.sh verify_honk_proof - # Commenting for now as fails intermittently. Unreproducable on mainframe. + # Commenting for now as fails intermittently. Unreproducible on mainframe. # See https://github.com/AztecProtocol/aztec-packages/issues/2104 #RUN BROWSER=webkit THREAD_MODEL=st ./run_acir_tests_browser.sh 1_mul # TODO(https://github.com/noir-lang/noir/issues/5106) @@ -171,4 +171,4 @@ barretenberg-acir-tests-bb.js: # Run a single arbitrary test not involving recursion through bb.js for MegaHonk RUN BIN=../ts/dest/node/main.js FLOW=prove_and_verify_mega_honk ./run_acir_tests.sh 6_array # Run 1_mul through bb.js build, all_cmds flow, to test all cli args. - RUN BIN=../ts/dest/node/main.js FLOW=all_cmds ./run_acir_tests.sh 1_mul \ No newline at end of file + RUN BIN=../ts/dest/node/main.js FLOW=all_cmds ./run_acir_tests.sh 1_mul diff --git a/cpp/src/barretenberg/benchmark/ultra_bench/mock_circuits.hpp b/cpp/src/barretenberg/benchmark/ultra_bench/mock_circuits.hpp index 8a56e6714..ddfc42cc4 100644 --- a/cpp/src/barretenberg/benchmark/ultra_bench/mock_circuits.hpp +++ b/cpp/src/barretenberg/benchmark/ultra_bench/mock_circuits.hpp @@ -61,7 +61,7 @@ Prover get_prover(void (*test_circuit_function)(typename Prover::Flavor::Circuit }; /** - * @brief Performs proof constuction for benchmarks based on a provided circuit function + * @brief Performs proof construction for benchmarks based on a provided circuit function * * @details This function assumes state.range refers to num_iterations which is the number of times to perform a given * basic operation in the circuit, e.g. number of hashes