Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(quick-bench (eval '(+ 1 2 3))) takes very long #58

Open
oskarkv opened this issue Jul 12, 2024 · 0 comments
Open

(quick-bench (eval '(+ 1 2 3))) takes very long #58

oskarkv opened this issue Jul 12, 2024 · 0 comments

Comments

@oskarkv
Copy link

oskarkv commented Jul 12, 2024

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant