Skip to content

Commit

Permalink
Use --numelems
Browse files Browse the repository at this point in the history
  • Loading branch information
Emily Graber committed Feb 29, 2024
1 parent 0b0e145 commit 57da45c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
run: |
cd intersection
poetry install
poetry run intersection --number 1000 --maximum 25 --profile --approach ListDouble
poetry run intersection --numelems 1000 --maximum 25 --profile --approach ListDouble
# Run GatorGrader: see config/gatorgrade.yml
- name: Run GatorGrader with GatorGrade
if: always()
Expand Down

0 comments on commit 57da45c

Please sign in to comment.