Skip to content

Commit

Permalink
revert to single repetition
Browse files Browse the repository at this point in the history
  • Loading branch information
ledwards2225 committed Jun 12, 2023
1 parent 9be3d0a commit cd02df3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 [email protected]

# Only run in Linux environment for now
# Only run in Linux environment for now
- name: Setup Linux environment
run: |
sudo apt update
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};

/**
Expand Down

0 comments on commit cd02df3

Please sign in to comment.