anton-rs / cannon-rs

An alternative implementation of the OP Stack's Cannon, a MIPS emulator for the EVM.
MIT License
59 stars 6 forks source link

feat: Benchmarks #9

Open clabby opened 1 year ago

clabby commented 1 year ago

Overview

Once the full implementation is complete and is able to run the op-program, it will be great to start benchmarking it. Micro-benchmarks on core data structures, such as cannon-mipsevm's Memory and Page are great, and we'll also want some more end-to-end benchmarks such as executing a full op-program trace as would be done for an on-chain dispute.