Gas Reports

Kythera can produce gas reports for your contracts. To show gas reports just pass the --gas-report argument while testing your actor.

Example output:

╭─────────────────────┬───────────┬───────────┬───────────┬───────────┬─────────╮
│ Basic.wasm contract ┆           ┆           ┆           ┆           ┆         │
╞═════════════════════╪═══════════╪═══════════╪═══════════╪═══════════╪═════════╡
│ Function Name       ┆ min       ┆ max       ┆ avg       ┆ median    ┆ # calls │
├╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌┤
│ Constructor         ┆ 2385055   ┆ 2385055   ┆ 2385055   ┆ 2385055   ┆ 1       │
├╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌┤
│ HelloWorld          ┆ 665472800 ┆ 665472800 ┆ 665472800 ┆ 665472800 ┆ 1       │
╰─────────────────────┴───────────┴───────────┴───────────┴───────────┴─────────╯