Skip to content

Releases: siddharthkp/perfbench

Custom properties

05 Jun 19:48

Choose a tag to compare

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: 1500

Easy configuration

05 Jun 19:45

Choose a tag to compare

You can drop a YAML file .perf.yml in the root of your repository

runs: 2
fail: false