Replies: 1 comment 8 replies
-
For local stuff that isn't critical I use benny For network stuff I use artillery for light stuff and tsung or jmeter for heavy stuff, but that isn't relevant to this question |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In the big monorepo refactor, I got bogged down in making the benchmarks work. That code is not terribly modern, including using
(new Date()).getTime()
as it's source of information.benchmark.js is under-documented and hasn't been updated in 4 years, so it's not my first choice. Does anyone have a benchmarking framework they like at the moment?
Beta Was this translation helpful? Give feedback.
All reactions