We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If I try to use benchy to speed test a function via node, I'm getting:
benchmark.js:4102 keepInt_687866206[0]+= (void*)&r_553648196
If I remove keep(r)
keep(r)
node benchmark.js min time avg time std dv runs name /home/jack/nim/firenim/bin/benchmark.js:4067 result_754974725 = (window.performance.now() / 1000.0); ^ ReferenceError: window is not defined
The text was updated successfully, but these errors were encountered:
No branches or pull requests
If I try to use benchy to speed test a function via node, I'm getting:
If I remove
keep(r)
The text was updated successfully, but these errors were encountered: