Skip to content

Commit

Permalink
add interactive pool size to runtests report
Browse files Browse the repository at this point in the history
  • Loading branch information
IanButterworth committed Jan 31, 2025
1 parent cf4ab83 commit a441ebb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,8 @@ cd(@__DIR__) do
Running parallel tests with:
getpid() = $(getpid())
nworkers() = $(nworkers())
nthreads() = $(Threads.threadpoolsize())
nthreads(:interactive) = $(Threads.threadpoolsize(:interactive))
nthreads(:default) = $(Threads.threadpoolsize(:default))
Sys.CPU_THREADS = $(Sys.CPU_THREADS)
Sys.total_memory() = $(Base.format_bytes(Sys.total_memory()))
Sys.free_memory() = $(Base.format_bytes(Sys.free_memory()))
Expand Down

0 comments on commit a441ebb

Please sign in to comment.