mirror of
https://github.com/gohugoio/hugo.git
synced 2024-05-11 05:54:58 +00:00
To run a subset of these benchmark, one can do something like this: ``` go test -run="NONE" -bench="BenchmarkSiteBuilding/tags_per_page=0.*shortcodes=true.*render=false" -test.benchmem=true ./hugolib ``` Which will run without any tags, with shortcodes, but will skip rendering. Fixes #3535