View Source Benchee.Benchmark.Hooks (Benchee v1.1.0)

Internal module to support hooks functionality.

Link to this section Summary

Link to this section Types

Specs

hook_function() :: (any() -> any())

Link to this section Functions

Link to this function

run_after_each(return_value, map1, map2)

View Source

Specs

Link to this function

run_after_scenario(map1, map2)

View Source

Specs

Link to this function

run_before_each(map1, map2)

View Source

Specs

Link to this function

run_before_scenario(scenario, scenario_context)

View Source

Specs