Skip to content

Commit

Permalink
Increasing upper limit for time benchmark on CircleCI.
Browse files Browse the repository at this point in the history
Based on observed 0.07379135849987506 which is approximately
75.56235110387206 / 1024.
  • Loading branch information
dhermes committed Sep 7, 2017
1 parent a58dfc8 commit 6a680c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarks/time/test_curves.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

def get_bounds():
if os.environ.get('CIRCLECI') == 'true':
return 42.0 / 1024.0, 75.0 / 1024.0
return 42.0 / 1024.0, 78.0 / 1024.0
else:
return 35.0 / 1024.0, 42.0 / 1024.0

Expand Down

0 comments on commit 6a680c6

Please sign in to comment.