Skip to content

Commit

Permalink
not necessarily non-allocating
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas committed Nov 24, 2022
1 parent 79ac0fb commit a9a82b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/basictests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ sol = benchmark_scalar(sf, csu0)

@test (@ballocated benchmark_immutable(ff, cu0)) < 200
@test (@ballocated benchmark_mutable(ff, cu0)) < 200
@test (@ballocated benchmark_scalar(sf, csu0)) == 0
@test (@ballocated benchmark_scalar(sf, csu0)) < 400

# AD Tests
using ForwardDiff
Expand Down

0 comments on commit a9a82b6

Please sign in to comment.