Skip to content
This repository was archived by the owner on Mar 12, 2021. It is now read-only.

Commit e6134ef

Browse files
committed
Only show debug timings on CI.
1 parent 41a98b9 commit e6134ef

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

test/runtests.jl

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,11 @@ include("dnn.jl")
5555
include("tensor.jl")
5656
include("forwarddiff.jl")
5757

58-
CuArrays.memory_status()
59-
CuArrays.pool_timings()
60-
CuArrays.alloc_timings()
58+
if haskey(ENV, "CI")
59+
CuArrays.memory_status()
60+
CuArrays.pool_timings()
61+
CuArrays.alloc_timings()
62+
end
6163

6264
CuArrays.reset_timers!()
6365

0 commit comments

Comments
 (0)