From a fresh REPL session (Julia 1.7-rc1, Windows 10),
julia> @time begin
using GR
h = histogram(rand(100))
savefig(joinpath(tempdir(), "test.png"))
end
7.988594 seconds (16.70 M allocations: 905.847 MiB, 5.31% gc time)