Skip to content

bep/hugo-benchmark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hugo-benchmark

Benchmark for building a set of random, but real Hugo sites.

Install and run

Clone an run the main:

git clone --recursive https://github.com/bep/hugo-benchmark.git
cd hugo-benchmark
go get -u -v
go test -bench=".*" -test.benchmem=true -count 3 > 1.bench
// checkout another Hugo branch
go test -bench=".*" -test.benchmem=true -count 3 > 2.bench
benchcmp -best 1.bench 2.bench

About

Builds a set of random, but real Hugo sites and prints some stats.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages