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

Default timeout too large?

Open antoine-levitt opened this issue 6 years ago • 2 comments

The current default timeout of five seconds is annoyingly large for simple benchmarking (if I want to benchmark four different versions of a simple loop, I have to wait 20s). How about reducing it to 1s? The rationale is that 1s is largely sufficient for a simple microkernel benchmark, and longer tests should probably not do a default @btime anyway.

antoine-levitt avatar Apr 24 '18 09:04 antoine-levitt