From dfbf0677331249621a440d4aad9257a3ad32a193 Mon Sep 17 00:00:00 2001 From: codygunton Date: Tue, 15 Aug 2023 20:02:13 +0000 Subject: [PATCH] Fix script comments --- .../benchmark/simulator_bench/compare_native_to_simulator.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/circuits/cpp/barretenberg/cpp/src/barretenberg/benchmark/simulator_bench/compare_native_to_simulator.sh b/circuits/cpp/barretenberg/cpp/src/barretenberg/benchmark/simulator_bench/compare_native_to_simulator.sh index dc0ae4e0a91..a2f0af1799b 100755 --- a/circuits/cpp/barretenberg/cpp/src/barretenberg/benchmark/simulator_bench/compare_native_to_simulator.sh +++ b/circuits/cpp/barretenberg/cpp/src/barretenberg/benchmark/simulator_bench/compare_native_to_simulator.sh @@ -19,7 +19,7 @@ pip3 install --user scipy==1.5.4 cd $BASE_DIR mkdir $BENCH_RESULTS_DIR -# +# Build and run the benchmarks echo -e '\nBuilding native benchmarks.' cmake --preset bench > /dev/null && cmake --build --preset bench --target native_bench cd build-bench @@ -39,5 +39,5 @@ echo -e '\nRunning simulator benchmarks.' # See docs at https://github.com/google/benchmark/blob/main/docs/tools.md for more details. $BENCH_TOOLS_DIR/compare.py benchmarks $NATIVE_BENCH_RESULTS $SIMULATOR_BENCH_RESULTS -# # Delete the temporary results directory and its contents +# Delete the temporary results directory and its contents rm -r $BENCH_RESULTS_DIR \ No newline at end of file