Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
fornwall committed Dec 1, 2024
1 parent 2fa7353 commit d409ab5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/core/run-iai-benchmark.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
main_string = ""

for year in range(2024, 2025):
for day in range(1, 26):
for day in range(1, 2):
for part in range(1, 2 if day == 25 else 3):
problem_func = f"problem_{year}_{day}_{part}"
if FILTER and not problem_func.startswith(FILTER):
Expand Down

0 comments on commit d409ab5

Please sign in to comment.