Skip to content

Commit

Permalink
🚇 Raised benchmark timeout to 5min (#724)
Browse files Browse the repository at this point in the history
  • Loading branch information
s-weigand authored and jsnel committed Aug 14, 2021
1 parent 5efcf0c commit 8a682cc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions benchmark/benchmarks/integration/ex_two_datasets/benchmark.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,3 +71,9 @@ def peakmem_create_result(self):
_create_result(
self.problem, self.ls_result, self.free_parameter_labels, self.termination_reason
)


if __name__ == "__main__":
test = IntegrationTwoDatasets()
test.setup()
test.time_optimize()

0 comments on commit 8a682cc

Please sign in to comment.