@hugomods/metrics-parser
v0.3.1
Published
A CLI tool that parses Hugo metrics, such as build speed.
Downloads
10
Readme
Hugo Metrics Parser
A CLI tool that parses Hugo metrics, such as build speed.
Installation
npm i -g @hugomods/metrics-parser
Usage
hugo | hugo-metrics-parser
...
2m24.831s in total
6.471781580946423 ms/page (22379 pages)
4.478416821273965 ms/page (32340 pages, including aliases)
4.459799846035412 ms/file (32475 files)
Colors
| Color | Description |
| ------ | -------------- |
| Green | speed <= 5ms
|
| Blue | speed > 5ms
|
| Yellow | speed < 10ms
|
| Red | speed < 20ms
|