Skip to content

Commit

Permalink
fix analysis values
Browse files Browse the repository at this point in the history
  • Loading branch information
vsedov committed Dec 5, 2024
1 parent a410aa9 commit fa88b8e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/aoc/aoc_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ def data_generator(n):
data_generator=data_generator,
min_n=len(self.data) // 10,
max_n=len(self.data),
# n_measures=5,
n_repeats=5,
n_timings=5,
)
Expand Down Expand Up @@ -184,7 +183,7 @@ def run(
part: Union[None, str] = None,
readme_update: bool = False,
profile: bool = True,
runs: int = 100,
runs: int = 1000,
) -> Dict[str, PerformanceMetrics]:
"""Main execution method handling tests, profiling, and submissions."""
console.rule(f"[bold blue]Advent of Code {self.year} - Day {self.day}")
Expand Down

0 comments on commit fa88b8e

Please sign in to comment.