Last active
October 2, 2023 20:49
-
-
Save mishushakov/7ede59ae7b1186f7fdd0bd70cc6b5dd6 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
JavaScript Web-Server Performance Benchmarks | |
Bun = 126095 | |
Bun + GraphQL.js = 65106 | |
Bun + GraphQL.js + JIT = - | |
Bun + Yoga = 33020 | |
Bun + Yoga + JIT = - | |
Node + uWS = 144939 | |
Node + uWS + GraphQL.js + JIT = 74502 | |
Node + uWS + GraphQL.js = 63875 | |
Node + uWS + Yoga = 27558 | |
Node = 68319 | |
Node + Yoga = 23636 | |
Node + Yoga + JIT = 24318 (!) | |
Node + Mercurius (JIT) = 46458 | |
Node + Mercurius = 40854 | |
Node + GraphQL.js = 44092 | |
Node + GraphQL.js + JIT = 54854 | |
Node + Apollo = 10446 | |
Node + Apollo + uWS= 35927 | |
Node + Apollo + uWS + JIT = - | |
Node + React = 44838 | |
Node + uWS + React = 73543 | |
Node + Vue = 31464 | |
Node + uWS + Vue = 43842 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment