Skip to content

Commit a2457e6

Browse files
Add uptime to CI test info (#59107)
1 parent 2b71259 commit a2457e6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/runtests.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ cd(@__DIR__) do
135135
Sys.CPU_THREADS = $(Sys.CPU_THREADS)
136136
Sys.total_memory() = $(Base.format_bytes(Sys.total_memory()))
137137
Sys.free_memory() = $(Base.format_bytes(Sys.free_memory()))
138+
Sys.uptime() = $(Sys.uptime()) ($(round(Sys.uptime() / (60 * 60), digits=1)) hours)
138139
""")
139140

140141
#pretty print the information about gc and mem usage

0 commit comments

Comments
 (0)