Skip to content

EVM: merge levels in bench

Pierre-Emmanuel CORNILLEAU requested to merge pec@evm@fix_benchs into master

Context

Contributes #6091

The bench script only ever run the debugger on one level of inbox. Some bench scenario output several. This MR makes sure there is only one level.

A better fix would be to read an unbounded number of levels, but this will do for now IMO.

I'm guessing there would be another fix, by sending a bit more profile on stdin, and stopping when "no inputs" is read.

The MR also contains some tweak to account for gas fees in scenarios.

Manually testing the MR

Run the benchs

Checklist

  • Document the interface of any function added or modified (see the coding guidelines)
  • Document any change to the user interface, including configuration parameters (see node configuration)
  • Provide automatic testing (see the testing guide).
  • For new features and bug fixes, add an item in the appropriate changelog (docs/protocols/alpha.rst for the protocol and the environment, CHANGES.rst at the root of the repository for everything else).
  • Select suitable reviewers using the Reviewers field below.
  • Select as Assignee the next person who should take action on that MR
Edited by Pierre-Emmanuel CORNILLEAU

Merge request reports