Skip to content

Commit

Permalink
aloc test for result more permissive
Browse files Browse the repository at this point in the history
  • Loading branch information
lmiq committed Dec 1, 2023
1 parent 03b3427 commit 1bfc728
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/allocations.jl
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@

R = Result(traj, options)
t_result = @benchmark Result($traj, $options) samples = 1 evals = 1
@test t_result.allocs < 200
@test t_result.allocs < 500

CM.opentraj!(traj)
CM.firstframe!(traj)
Expand Down

0 comments on commit 1bfc728

Please sign in to comment.