Skip to content

Commit

Permalink
Update benchmarks/optimize.py
Browse files Browse the repository at this point in the history
Co-authored-by: Toshihiko Yanase <[email protected]>
  • Loading branch information
not522 and toshihikoyanase authored May 18, 2021
1 parent ffd9535 commit f7ab3ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarks/optimize.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,5 @@ def time_optimize(self, args: str) -> None:
"cache, random, 1000",
"redis, random, 1000", # This benchmark uses fakeredis instead of Redis.
)
param_names = "storage, sampler, n_trials"
param_names = ["storage, sampler, n_trials"]
timeout = 600

0 comments on commit f7ab3ed

Please sign in to comment.