|
77 | 77 |
|
78 | 78 | allocs_tot = @allocations sesolve(H, ψ0, tlist, saveat = [tlist[end]], progress_bar = Val(false)) # Warm-up |
79 | 79 | allocs_tot = @allocations sesolve(H, ψ0, tlist, saveat = [tlist[end]], progress_bar = Val(false)) |
80 | | - @test allocs_tot < 112 |
| 80 | + @test allocs_tot < 100 |
81 | 81 | end |
82 | 82 |
|
83 | 83 | @testset "Type Inference sesolve" begin |
|
288 | 288 |
|
289 | 289 | allocs_tot = @allocations mesolve(L, ψ0, tlist, e_ops = e_ops, progress_bar = Val(false)) # Warm-up |
290 | 290 | allocs_tot = @allocations mesolve(L, ψ0, tlist, e_ops = e_ops, progress_bar = Val(false)) |
291 | | - @test allocs_tot < 219 |
| 291 | + @test allocs_tot < 210 |
292 | 292 |
|
293 | 293 | allocs_tot = @allocations mesolve(L, ψ0, tlist, saveat = [tlist[end]], progress_bar = Val(false)) # Warm-up |
294 | 294 | allocs_tot = @allocations mesolve(L, ψ0, tlist, saveat = [tlist[end]], progress_bar = Val(false)) |
295 | | - @test allocs_tot < 133 |
| 295 | + @test allocs_tot < 120 |
296 | 296 |
|
297 | 297 | allocs_tot = @allocations mesolve(L_td, ψ0, tlist, e_ops = e_ops, progress_bar = Val(false), params = p) # Warm-up |
298 | 298 | allocs_tot = @allocations mesolve(L_td, ψ0, tlist, e_ops = e_ops, progress_bar = Val(false), params = p) |
299 | | - @test allocs_tot < 219 |
| 299 | + @test allocs_tot < 210 |
300 | 300 |
|
301 | 301 | allocs_tot = |
302 | 302 | @allocations mesolve(L_td, ψ0, tlist, progress_bar = Val(false), saveat = [tlist[end]], params = p) # Warm-up |
303 | 303 | allocs_tot = |
304 | 304 | @allocations mesolve(L_td, ψ0, tlist, progress_bar = Val(false), saveat = [tlist[end]], params = p) |
305 | | - @test allocs_tot < 133 |
| 305 | + @test allocs_tot < 120 |
306 | 306 | end |
307 | 307 |
|
308 | 308 | @testset "Memory Allocations (mcsolve)" begin |
|
0 commit comments