Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zachleat/bench-framework-markdown
A set of scripts to test markdown processing speeds in various site generators/frameworks
https://github.com/zachleat/bench-framework-markdown
Last synced: 13 days ago
JSON representation
A set of scripts to test markdown processing speeds in various site generators/frameworks
- Host: GitHub
- URL: https://github.com/zachleat/bench-framework-markdown
- Owner: zachleat
- Created: 2022-07-29T15:58:00.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-07T21:43:55.000Z (6 months ago)
- Last Synced: 2024-10-29T20:56:21.809Z (15 days ago)
- Language: Shell
- Size: 5.42 MB
- Stars: 34
- Watchers: 2
- Forks: 14
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bench-framework-markdown
A set of scripts to test markdown processing speeds in various site generators/frameworks.
* [Read the blog post: Which Generator builds Markdown the fastest?](https://www.zachleat.com/web/build-benchmark/)
## Installation
Install each framework, a script is provided:
```sh
./install.sh
```## Usage
The first argument to each script is the number of pages (samples are provided for 250, 500, 1000, 2000, and 4000)
```sh
./bench-astro.sh 250
./bench-eleventy.sh 250
./bench-gatsby.sh 250
./bench-hugo.sh 250
./bench-nextjs-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/