Skip to content

Commit

Permalink
foo
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisYatunin committed Mar 28, 2024
1 parent da27ef7 commit ae6b92f
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions test/test_and_analyze.jl
Original file line number Diff line number Diff line change
Expand Up @@ -296,12 +296,14 @@ for n in (1, 10, 33), is_uniform in (n == 1 ? (true,) : (true, false))
Tuple(Iterators.product(itr1, itr2)),
full_str,
)
@test_unrolled(
(itr1, itr2),
unrolled_product(itr1, itr2, itr1),
Tuple(Iterators.product(itr1, itr2, itr1)),
full_str,
)
if n <= 10 # This can take several minutes to compile when n is large.
@test_unrolled(
(itr1, itr2),
unrolled_product(itr1, itr2, itr1),
Tuple(Iterators.product(itr1, itr2, itr1)),
full_str,
)
end
end
end

Expand Down

0 comments on commit ae6b92f

Please sign in to comment.