Benchee v1.0.1 Benchee.ScenarioLoader View Source

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.

Link to this section Summary

Functions

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

Link to this section Functions

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