Having different benchmark results
See original GitHub issueHi,
Using master, I have not the same results as show on README
=> https://github.com/GetRayo/rayo.js/tree/master#node-v8112
With the same version of node
, I have :
Requests/s | Latency | Throughput/Mb | |
---|---|---|---|
polka.js | 33159.64 | 22.96 | 3.66 |
rayo.js | 30187.6 | 27.03 | 3.34 |
fastify.js | 29216.4 | 26.68 | 4.36 |
express.js | 23353.3 | 32.45 | 2.59 |
Details on hardware :
- 8 core processor, https://www.amd.com/fr/products/cpu/fx-8320e
- 15.6G of RAM
Issue Analytics
- State:
- Created 5 years ago
- Comments:18 (9 by maintainers)
Top Results From Across the Web
A Guide to Benchmarks and Benchmark Scores - UL Solutions
With a range of tests for different types of hardware, from laptops to desktops, 3DMark is the ideal benchmark for comparing the performance...
Read more >Why Do Android Phones With the Same Processor Have ...
Ever wondered why smartphones with the same processor show different scores on benchmark apps? If they have the same chip, they should show ......
Read more >How is it possible to get different benchmark scores with the ...
Hi all! As the question says. I thought (possibly wrongly!) that screen size didn't matter with benchmark scores?
Read more >Why does the same processor never hit the same score in ...
Q: Can benchmarks scores for smartphones be trusted? A: No, you cannot trust benchmark software test results because Android phone manufacturers have been ......
Read more >Explained: Why Android phones with similar chipsets show ...
Explained: Why Android phones with similar chipsets show different benchmark scores. A chipset that offers high-level performance also needs ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
sure, I hope the next release of https://github.com/tbrand/which_is_the_fastest will have real-world result (i.e : benchmarks completely on digitalocean)
@aichholzer I see you have updated the results on https://github.com/GetRayo/rayo.js#how-does-it-compare
Personally (still on
local
containers, so not very viable results), I found :PS : My benchmark tool are done by
wrk
(onnode10
) with :