Skip to content

Commit

Permalink
Merge #1393
Browse files Browse the repository at this point in the history
1393: Increase `time_ratio_limit` to 4 (tdmxv) r=sriharshakandala a=sriharshakandala



Co-authored-by: sriharshakandala <sriharsha.kvs@gmail.com>
  • Loading branch information
bors[bot] and sriharshakandala authored Jul 26, 2023
2 parents 4c61e33 + 7aabeb2 commit f4bd3d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/MatrixFields/matrix_field_broadcasting.jl
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ end
set_result! = (result, ᶠᶠmat, ᶠvec) -> (@. result = ᶠᶠmat ᶠvec),
ref_set_result! = (_result, _ᶠᶠmat, _ᶠvec) ->
mul!(_result, _ᶠᶠmat, _ᶠvec),
time_ratio_limit = 2, # This case's ref function is fast on Buildkite.
time_ratio_limit = 4, # This case's ref function is fast on Buildkite.
)

test_matrix_broadcast_against_array_reference(;
Expand Down

0 comments on commit f4bd3d0

Please sign in to comment.