Jacek Glen
Results
2
comments of
Jacek Glen
> There is already a cli that allows you to run bytecode in `revme`: https://github.com/bluealloy/revm/blob/b3f31fc6f2fa0c15f7287ac83ba608a8513ffef1/bins/revme/src/cmd.rs#L21C5-L21C25 > > and even has a `--bench` flag. > > https://github.com/bluealloy/revm/blob/b3f31fc6f2fa0c15f7287ac83ba608a8513ffef1/bins/revme/src/cmd/evmrunner.rs#L94-L103 I missed that, this...
> Wouldn't mind replacing it with `criterion` Hi @rakita , I've updates the existing `revme` benchmark with Criterion. Have a look at the change now, please.