We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aaf91ce commit 9901bb1Copy full SHA for 9901bb1
test/runtests.jl
@@ -47,8 +47,7 @@ end
47
stats = @timed f(args...; kwargs...)
48
msg = "$(label) took $(round(stats.time, digits=2)) s " *
49
"($(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)) %)"
+ "GC $(round(100*stats.gctime/stats.time, digits=1)) %)"
52
@info msg
53
return stats.value
54
end
0 commit comments