Jesper Bojeryd
Results
1
issues of
Jesper Bojeryd
Unlike `@time`, `@btime` throws an error that fun is undefined when I run ``` using BenchmarkTools f(x) = x^2; g(x) = x^3; h(x) = x^4 @btime f(2.0) # This works...
bug