Skip to content

Commit 9901bb1

Browse files
committed
remove compile time
1 parent aaf91ce commit 9901bb1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/runtests.jl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,7 @@ end
4747
stats = @timed f(args...; kwargs...)
4848
msg = "$(label) took $(round(stats.time, digits=2)) s " *
4949
"($(Base.format_bytes(stats.bytes)) allocated, " *
50-
"GC $(round(100*stats.gctime/stats.time, digits=1)) %, " *
51-
"compile $(round(100*stats.compile_time/stats.time, digits=1)) %)"
50+
"GC $(round(100*stats.gctime/stats.time, digits=1)) %)"
5251
@info msg
5352
return stats.value
5453
end

0 commit comments

Comments
 (0)