View Source Benchee.ScenarioLoader (Benchee v1.3.1)
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.
Summary
Functions
Load the file(s) specified as load_path
and add the scenarios to the list of the
current scenarios in the suite.
Functions
Load the file(s) specified as load_path
and add the scenarios to the list of the
current scenarios in the suite.