Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/ParallelTestRunner.jl
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@ abstract type AbstractTestRecord end
struct TestRecord <: AbstractTestRecord
test::Any
time::Float64
bytes::Int
bytes::UInt64
gctime::Float64
rss::UInt
rss::UInt64
end

function memory_usage(rec::TestRecord)
Expand Down
Loading