# `Benchee.ScenarioLoader`
[🔗](https://github.com/bencheeorg/benchee/blob/1.5.1/lib/benchee/scenario_loader.ex#L1)

Load scenarios that were saved using the saved option to be included.

Usually this is done right before the formatters run (that's when it happens
in `Benchee.run/2`) as all measurements and statistics should be there.
However, if you want to recompute statistics or others you can load them at
any time. Just be aware that if you load them before `Benchee.collect/1` then
they'll be rerun and measurements overridden.

# `load`

Load the file(s) specified as `load_path` and add the scenarios to the list of the
current scenarios in the suite.

