An open API service indexing awesome lists of open source software.

https://github.com/bep/hugo-benchmark

Builds a set of random, but real Hugo sites and prints some stats.
https://github.com/bep/hugo-benchmark

Last synced: about 1 year ago
JSON representation

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

Awesome Lists containing this project

README

          

# hugo-benchmark

Benchmark for building a set of random, but real [Hugo](https://github.com/spf13/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
```