From cd02df3f916a4045f186296cb59d1604eae37869 Mon Sep 17 00:00:00 2001 From: ledwards2225 Date: Mon, 12 Jun 2023 19:13:07 +0000 Subject: [PATCH] revert to single repetition --- .github/workflows/benchmarks.yml | 8 +------- .../benchmark/honk_bench/benchmark_utilities.hpp | 2 +- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/.github/workflows/benchmarks.yml b/.github/workflows/benchmarks.yml index bcb1e4f245..ba86e785b4 100644 --- a/.github/workflows/benchmarks.yml +++ b/.github/workflows/benchmarks.yml @@ -23,13 +23,7 @@ jobs: ref: ${{ github.head_ref }} # checkout HEAD of triggering branch token: ${{ secrets.GITHUB_TOKEN }} - # # Adding some credentials to avoid complaints from git - # - name: Configure git - # run: | - # git config user.name ledwards2225 - # git config user.email l.edwards.d@gmail.com - - # Only run in Linux environment for now + # Only run in Linux environment for now - name: Setup Linux environment run: | sudo apt update diff --git a/cpp/src/barretenberg/benchmark/honk_bench/benchmark_utilities.hpp b/cpp/src/barretenberg/benchmark/honk_bench/benchmark_utilities.hpp index 2893e71e1f..23c8ad33bd 100644 --- a/cpp/src/barretenberg/benchmark/honk_bench/benchmark_utilities.hpp +++ b/cpp/src/barretenberg/benchmark/honk_bench/benchmark_utilities.hpp @@ -32,7 +32,7 @@ struct BenchParams { static constexpr size_t MIN_LOG_NUM_GATES = 16; static constexpr size_t MAX_LOG_NUM_GATES = 16; - static constexpr size_t NUM_REPETITIONS = 2; + static constexpr size_t NUM_REPETITIONS = 1; }; /**