Skip to content

Commit

Permalink
#246: Mention eChars in the report file docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
slashrsm committed Nov 10, 2021
1 parent ddb8df8 commit f54fc73
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/docs/goose-book/src/getting-started/common.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ cargo run --release -- -t 30m

By default, Goose displays [text-formatted metrics](metrics.md) when a load test finishes. It can also optionally write an HTML-formatted report if you enable the `--report-file <NAME>` run-time option, where `<NAME>` is an absolute or relative path to the report file to generate. Any file that already exists at the specified path will be overwritten.

HTML report includes some graphs that rely on [eCharts JavaScript library](https://echarts.apache.org). HTML report loads the library via CDN, which means that the graphs won't be loaded correctly if the CDN is not accessible.

### Example
_Write an HTML-formatted report to `report.html` when the load test finishes._

Expand Down

0 comments on commit f54fc73

Please sign in to comment.