The Wayback Machine - https://web.archive.org/web/20210715004317/https://github.com/nuxt/nuxt.js/tree/dev/benchmarks
Skip to content
dev
Switch branches/tags
nuxt.js/benchmarks/
nuxt.js/benchmarks/

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 

Nuxt server-side benchmarks

Taken from Next.js benchmarks, if you like React, we recommend you to try Next.js.

Installation

Follow the steps in CONTRIBUTING.md.

Both benchmarks use ab. So make sure you have it installed.

Usage

Before running the test:

npm run start

Then run one of these tests:

  • Stateless application which renders <h1>My component!</h1>. Runs 3000 http requests.
npm run bench:stateless
  • Stateless application which renders <li>This is row {i}</li> 10.000 times. Runs 500 http requests.
npm run bench:stateless-big