Skip to content

Commit 37ee42c

Browse files
Use flame.jl from ck/mv_flame_export
1 parent 71e20dd commit 37ee42c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

perf/flame.jl

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,6 @@ prof = Profile.@profile begin
3232
do_work!(integrator, cache)
3333
end
3434

35-
p = @allocated do_work!(integrator, cache)
36-
using Test
37-
@testset "Allocations" begin
38-
@test p == 0
39-
end
40-
4135
import ProfileCanvas
4236

4337
if haskey(ENV, "BUILDKITE_COMMIT") || haskey(ENV, "BUILDKITE_BRANCH")
@@ -47,3 +41,9 @@ if haskey(ENV, "BUILDKITE_COMMIT") || haskey(ENV, "BUILDKITE_BRANCH")
4741
else
4842
ProfileCanvas.view(Profile.fetch())
4943
end
44+
45+
p = @allocated do_work!(integrator, cache)
46+
using Test
47+
@testset "Allocations" begin
48+
@test p == 0
49+
end

0 commit comments

Comments
 (0)