Skip to content

A set of scripts to test markdown processing speeds in various site generators/frameworks

Notifications You must be signed in to change notification settings

FredKSchott/bench-framework-markdown

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bench-framework-markdown

A set of scripts to test markdown processing speeds in various site generators/frameworks.

Installation

Install each framework, a script is provided:

./install.sh

Usage

The first argument to each script is the number of pages (samples are provided for 250, 500, 1000, 2000, and 4000)

./bench-astro.sh 250
./bench-astro-with-mdx.sh 250
./bench-eleventy.sh 250
./bench-gatsby.sh 250
./bench-hugo.sh 250
./bench-nextjs.sh 250
./bench-nextjs-file-routing.sh 250
./bench-remix.sh 250
./bench-remix-file-routing.sh 250

./bench-eleventy.sh 250
./bench-eleventy.sh 500
./bench-eleventy.sh 1000
./bench-eleventy.sh 2000
./bench-eleventy.sh 4000

Results

Full (most up-to-date) results published at https://www.zachleat.com/web/build-benchmark/

About

A set of scripts to test markdown processing speeds in various site generators/frameworks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 35.3%
  • JavaScript 21.1%
  • Astro 20.1%
  • Shell 15.6%
  • Nunjucks 7.3%
  • HTML 0.6%