BenchmarkTools.jl icon indicating copy to clipboard operation
BenchmarkTools.jl copied to clipboard

Update docs on what to use instead of showall

Open mauro3 opened this issue 6 years ago • 2 comments

showall is gone: https://github.com/JuliaLang/julia/pull/22847 How to best look at results now? Note that repr and print show even less info.

mauro3 avatar Jan 22 '18 15:01 mauro3

I was wondering the same and noticed that show(stdout, MIME"text/plain"(), suite) displays only a limited and non-verbose summary. For a more verbose output one has to provide the verbose and limit keywords, see https://github.com/JuliaCI/BenchmarkTools.jl/blob/master/src/groups.jl#L253). In my opinion it would be nice if BenchmarkTools would respect common properties of IOContext such as limit and compact.

devmotion avatar Sep 03 '18 23:09 devmotion

Yup, BenchmarkTools was originally written before we had the nice IOContext interface. It'd be great for BenchmarkTools to be updated to properly respect it.

jrevels avatar Sep 04 '18 16:09 jrevels