All Projects → jekyll → Utterson

jekyll / Utterson

Licence: MIT License
CI benchmarking suite for Jekyll

Programming Languages

shell
77523 projects
ruby
36898 projects - #4 most used programming language
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Utterson

amphp.github.io
Main website repository.
Stars: ✭ 21 (+50%)
Mutual labels:  jekyll
rec.danmuji.org
B站录播姬网站 录播姬->> https://github.com/Bililive/BililiveRecorder <<
Stars: ✭ 19 (+35.71%)
Mutual labels:  jekyll
ghpages-fileserver
A simple file-server which runs on top of Github pages
Stars: ✭ 14 (+0%)
Mutual labels:  jekyll
s
__s, or dunders, is a simple Jekyll Starter Theme
Stars: ✭ 55 (+292.86%)
Mutual labels:  jekyll
junior-theme
⚫ A striking black and white theme for Jekyll. Built as a developer blog + portfolio.
Stars: ✭ 66 (+371.43%)
Mutual labels:  jekyll
harttle.github.io
Harttle Land 的源码和文章
Stars: ✭ 118 (+742.86%)
Mutual labels:  jekyll
pigfly.github.io
Tech blog - Alex Jiang
Stars: ✭ 19 (+35.71%)
Mutual labels:  jekyll
openfaas.github.io
Primary website / landing-page for the project
Stars: ✭ 50 (+257.14%)
Mutual labels:  jekyll
dimension-jekyll-theme
A Jekyll version of the "Dimension" theme by HTML5 UP.
Stars: ✭ 29 (+107.14%)
Mutual labels:  jekyll
jekyll-clean-dark
Dark clean theme for jekyll
Stars: ✭ 198 (+1314.29%)
Mutual labels:  jekyll
docshub
API Documentation Browser based Github Pages Service
Stars: ✭ 58 (+314.29%)
Mutual labels:  jekyll
unifreak.github.io
FangHao's blog
Stars: ✭ 20 (+42.86%)
Mutual labels:  jekyll
CodeForAfrica.org
The @CodeForAfrica landing page. Built with Jekyll and hosted on Github Pages. Accessible at https://codeforafrica.org/
Stars: ✭ 20 (+42.86%)
Mutual labels:  jekyll
jekyll-skeleton
Scaffolding to start with a Jekyll website
Stars: ✭ 27 (+92.86%)
Mutual labels:  jekyll
lime-web
LibreMesh web site using Jekyll
Stars: ✭ 20 (+42.86%)
Mutual labels:  jekyll
online-resume
A Jekyll theme for resume / cv based on Markdown. Demo: https://tarrex.github.io/online-resume
Stars: ✭ 27 (+92.86%)
Mutual labels:  jekyll
blog
My Blog About Computers
Stars: ✭ 106 (+657.14%)
Mutual labels:  jekyll
jekyll-pwa
Jekyll plugin for PWA
Stars: ✭ 95 (+578.57%)
Mutual labels:  jekyll
kitian616.github.io
My personal site, Powered by Jekyll & TeXt Theme.
Stars: ✭ 25 (+78.57%)
Mutual labels:  jekyll
jekyll-theme-hamilton
A minimal and beautiful Jekyll theme best for writing and note-taking.
Stars: ✭ 128 (+814.29%)
Mutual labels:  jekyll

Utterson

Utterson investigates Jekyll's performance. Compare different versions of Jekyll (or even specific PRs/commits) to see how changes might affect performance.

Usage

Running tests

To test the current Jekyll master branch:

./bench

To test a Pull Request:

PR=1234 ./bench

To test a version:

REF=v3.8.2 ./bench

Creating reports

Once multiple tests have been run, generate a report showing differences in total build time with the command:

./report

Reports will show total build time for all sites using each tested version:

| ref                                      | build time in seconds |
|:-----------------------------------------|----------------------:|
| `v3.8.2`                                 |                287.54 |
| `v3.7.3`                                 |                317.74 |
| `v3.6.2`                                 |                295.49 |
| `v3.5.2`                                 |                297.94 |
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].