You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm new to using criterium. My understanding is that quick-bench is supposed to estimate how long an execution of the expression takes, and base the number of iterations on that. Seems reasonable, and most of my quick-benches takes about 6 seconds. But when I do (quick-bench (eval '(+ 1 2 3))) it takes at least minutes, so long that I have never found out how long it takes, because I don't have the patience. How come?
The text was updated successfully, but these errors were encountered:
I'm using version 0.4.6.
I'm new to using criterium. My understanding is that
quick-bench
is supposed to estimate how long an execution of the expression takes, and base the number of iterations on that. Seems reasonable, and most of my quick-benches takes about 6 seconds. But when I do(quick-bench (eval '(+ 1 2 3)))
it takes at least minutes, so long that I have never found out how long it takes, because I don't have the patience. How come?The text was updated successfully, but these errors were encountered: