Skip to content

Commit

Permalink
Disable threshold
Browse files Browse the repository at this point in the history
  • Loading branch information
stinodego committed Apr 8, 2024
1 parent a1d9b69 commit fee95ab
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions py-polars/tests/benchmark/run_h2oai_benchmark.py
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@
assert np.isclose(out["v3"].to_list(), 4.7040828499563754e8).all()

# Fail or pass the benchmark based on runtime. Used in the Benchmark CI workflow.
threshold = 18 if ON_STRINGS else 12
if total_time > threshold:
print(f"query took longer than {threshold}s, may be noise")
exit(1)
# threshold = 18 if ON_STRINGS else 12
# if total_time > threshold:
# print(f"query took longer than {threshold}s, may be noise")
# exit(1)

0 comments on commit fee95ab

Please sign in to comment.