Benchee v0.99.0 Benchee.Formatters.TaggedSave View Source
Store the whole suite in the Erlang ExternalTermFormat
while tagging the
scenarios of the current run with a specified tag - can be used for storing
and later loading the results of previous runs with Benchee.ScenarioLoader
.
Automatically configured as the last formatter to run when specifiying the
save
option in the configuration - see Benchee.Configuration
.
Link to this section Summary
Link to this section Functions
Link to this function
format(suite, formatter_config)
View Source
format(suite, formatter_config)
View Source
format(Benchee.Suite.t(), map()) :: {binary(), String.t()}
format(Benchee.Suite.t(), map()) :: {binary(), String.t()}
Tags all scenario with the desired tag and returns it in term_to_binary along with save path.
Link to this function
write(arg, _) View Source
Writes the binary returned by format/2
to the indicated location, telling you where that is.