Test Scenarios to compare Bun/Node performance #11565
ozhanefemeral
started this conversation in
General
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello Bun community.
I am doing academic research on JavaScript runtime performance. I will compare Bun vs Node.js runtimes for different aspects such as "as a package manager" or "as script runtime" or "as a HTTP server".
Right now I am trying to come up with test scenarios like clean install times, concurrent HTTP scenarios or various script tasks such as "batch read 10000 files" or "write 10 1gb files".
Here is the all list of current aspects and test scenarios I planned (Notion link).
What other scenarios should I cover? Cheers!
Beta Was this translation helpful? Give feedback.
All reactions