View Source Beamchmark.Formatters.HTML (Beamchmark v1.4.0)
The module formats Beamchmark.Suite
and outputs it to an HTML file.
Link to this section Summary
Types
Configuration for Beamchmark.Formatters.HTML
.
Link to this section Types
Specs
Configuration for Beamchmark.Formatters.HTML
.
output_path
– path to the file, where the report will be saved. Defaults to"index.html"
.auto_open?
– iftrue
, opens the report in system's default browser. Defaults totrue
.inline_assets?
– iftrue
, pastes contents of.css
and.js
assets directly into HTML. Defaults tofalse
.