Skip to content

Commit

Permalink
increase set size
Browse files Browse the repository at this point in the history
  • Loading branch information
Czaki committed Feb 20, 2024
1 parent 079496c commit fab8508
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarks/benchmarks.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ def time_emit_to_partial(self, n: int) -> None:


class EventedModelSuite:
params = [10, 100]
params = [10, 10000]

def setup(self, n: int) -> None:
try:
Expand Down

0 comments on commit fab8508

Please sign in to comment.