Benchmarks #584
mrazauskas
started this conversation in
Ideas
Benchmarks
#584
Replies: 1 comment 1 reply
-
I'll take a look at For more transparency, the current tests were inspired by the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Few ideas regarding benchmarks (very good to see them, of course!).
node:assert
, orchai
, or anything else. For instance, Mocha can be also used withexpect
, but it is slower thannode:assert
. I have a feeling that benchmark here should test speed of a test runner, not speed of assertion library.hyperfine
instead of spawning a process.Beta Was this translation helpful? Give feedback.
All reactions