Skip to content

RafaelGSS/state-of-nodejs-performance-2024

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

State of Node.js Performance 2024

This report was separated into three groups:

  1. Node.js Internal Benchmark
  2. HTTP Servers

Dedicated Host

  • Dedicated Host on AWS
  • Running a dedicated instance
    • c6i.xlarge (Ice Lake) 3,5 GHz - Computing Optimized
    • 4 vCPUs
    • 8 GB Mem

Setup

cd ~/repos/node
nvm install v22.9.0
cp $(which node) ./node22
nvm install v20.17.0
cp $(which node) ./node20
nvm install v18.20.4
cp $(which node) ./node18

Node.js Internal Benchmark

  1. Node.js Internal Benchmark
$ ./benchmark.sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published