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
{{ message }}
This repository has been archived by the owner on Apr 11, 2024. It is now read-only.
Any function passed into new Benchmark(options.setup) will result in a considerable drop in tested function performance. It appears to be a fixed overhead unrelated to what is actually done in the setup function. Here are typescript and javascript examples reproducing the problem.
Any function passed into
new Benchmark(options.setup)
will result in a considerable drop in tested function performance. It appears to be a fixed overhead unrelated to what is actually done in the setup function. Here are typescript and javascript examples reproducing the problem.The text was updated successfully, but these errors were encountered: