hermione-profiler
v0.6.0
Published
Plugin for hermione for commands execution profiling
Downloads
7
Readme
hermione-profiler
hermione profiler
Requires hermione@4.x.
Installation
npm i hermione-profiler
Usage
Plugin has following configuration:
- enabled (optional)
Boolean
– enable/disable the plugin, by default plugin is enabled; - path (optional)
String
- path to directory for saving report file; by default report will be saved intohermione-profiler/index.html
inside current work directory.