From 3730c1c8271f2e33e5e288323e4186ea44bbeda1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Bylica?= Date: Wed, 13 Feb 2019 10:32:44 +0100 Subject: [PATCH] README: Document benchmark option --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d78f6fa87..a0e1b841a 100644 --- a/README.md +++ b/README.md @@ -66,6 +66,7 @@ These are to be used via EVMC `set_option`: - `engine=` will select the underlying WebAssembly engine, where the only accepted values currently are `binaryen`, `wabt`, and `wavm` - `metering=true` will enable metering of bytecode at deployment using the [Sentinel system contract] (set to `false` by default) +- `benchmark=true` will produce execution timings and output it to both standard error output and `hera_benchmarks.log` file. - `evm1mode=` will select how EVM1 bytecode is handled - `sys:=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.**