Skip to content

Commit 3730c1c

Browse files
chfastaxic
authored andcommitted
README: Document benchmark option
1 parent 91322c5 commit 3730c1c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ These are to be used via EVMC `set_option`:
6666

6767
- `engine=<engine>` will select the underlying WebAssembly engine, where the only accepted values currently are `binaryen`, `wabt`, and `wavm`
6868
- `metering=true` will enable metering of bytecode at deployment using the [Sentinel system contract] (set to `false` by default)
69+
- `benchmark=true` will produce execution timings and output it to both standard error output and `hera_benchmarks.log` file.
6970
- `evm1mode=<evm1mode>` will select how EVM1 bytecode is handled
7071
- `sys:<alias/address>=file.wasm` will override the code executing at the specified address with code loaded from a filepath at runtime. This option supports aliases for system contracts as well, such that `sys:sentinel=file.wasm` and `sys:evm2wasm=file.wasm` are both valid. **This option is intended for debugging purposes.**
7172

0 commit comments

Comments
 (0)