Skip to content

Commit

Permalink
FIX-#398: relax performance test constraint
Browse files Browse the repository at this point in the history
Signed-off-by: Doris Lee <[email protected]>
  • Loading branch information
dorisjlee committed Nov 2, 2021
1 parent 4fb2cfc commit 7820fc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_performance.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def test_lazy_maintain_performance_census(global_var):
print(f"1st display Performance: {delta:0.4f} seconds")
print(f"2nd display Performance: {delta2:0.4f} seconds")
assert (
delta < 4
delta < 30 # For Github Actions, should only take < 4 second locally
), "The recommendations on Census dataset took a total of {delta:0.4f} seconds, longer than expected."
assert (
delta2 < 0.1 < delta
Expand Down

0 comments on commit 7820fc2

Please sign in to comment.