Skip to content

EVM: bench: fix opcode dump

Hantang Sun requested to merge hantang@evm@fix_tick_model_opcode_dump into master

Context

The opcode dump was not outputted correctly due to writeFileSync. This MR fixes the bug

Manually testing the MR

Run the following command and check opcode dump.

node etherlink/kernel_evm/benchmarks/scripts/run_benchmarks.js -i "benchmarks/bench_erc20tok.js"

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 Hantang Sun

Merge request reports