Function format_invariant_metrics_table

Source
pub(crate) fn format_invariant_metrics_table(
    test_metrics: &HashMap<String, InvariantMetrics>,
) -> Table
Expand description

Helper function to create the invariant metrics table.

╭———————–+––––––––+—––+———+–––––╮ | Contract | Selector | Calls | Reverts | Discards | +=====================================================================+ | AnotherCounterHandler | doWork | 7451 | 123 | 4941 | |———————–+––––––––+—––+———+–––––| | AnotherCounterHandler | doWorkThing | 7279 | 137 | 4849 | |———————–+––––––––+—––+———+–––––| | CounterHandler | doAnotherThing | 7302 | 150 | 4794 | |———————–+––––––––+—––+———+–––––| | CounterHandler | doSomething | 7382 | 160 |4794 | ╰———————–+––––––––+—––+———+–––––╯