Releases: siddharthkp/perfbench
Releases · siddharthkp/perfbench
Custom properties
You can now add custom properties.
Send a user timing performance event from your javascript.
performance.mark('Page ready')And add the kebabcased key to .perf.yml
thresholds:
- page-ready: 1500Easy configuration
You can drop a YAML file .perf.yml in the root of your repository
runs: 2
fail: false