Skip to content

Commit

Permalink
Merge #2071
Browse files Browse the repository at this point in the history
2071: Lower jet inference limit r=charleskawczynski a=charleskawczynski

This PR lowers the jet inference limit. I think the upgrade to Julia 1.9 fixed a bunch of these issues.

Co-authored-by: Charles Kawczynski <kawczynski.charles@gmail.com>
  • Loading branch information
bors[bot] and charleskawczynski authored Sep 7, 2023
2 parents 7b777bc + fbd35d4 commit 3e59f56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion perf/jet_test_nfailures.jl
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ using Test
# inference. By increasing this counter, we acknowledge that
# we have introduced an inference failure. We hope to drive
# this number down to 0.
n_allowed_failures = 833
n_allowed_failures = 256
@test n n_allowed_failures
if n < n_allowed_failures
@info "Please update the n-failures to $n"
Expand Down

0 comments on commit 3e59f56

Please sign in to comment.