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 2b71259 commit a2457e6Copy full SHA for a2457e6
test/runtests.jl
@@ -135,6 +135,7 @@ cd(@__DIR__) do
135
Sys.CPU_THREADS = $(Sys.CPU_THREADS)
136
Sys.total_memory() = $(Base.format_bytes(Sys.total_memory()))
137
Sys.free_memory() = $(Base.format_bytes(Sys.free_memory()))
138
+ Sys.uptime() = $(Sys.uptime()) ($(round(Sys.uptime() / (60 * 60), digits=1)) hours)
139
""")
140
141
#pretty print the information about gc and mem usage
0 commit comments