benchmarking
benchmarking copied to clipboard
Instructions for benchmarking Ewasm precompiles. (And results.)
See https://github.com/mathetake/gasm
related to https://github.com/ewasm/benchmarking/issues/173
Recent benchmarks for the faster evm384 variants (benchmarked using a modified evmone) have shown a slight slowdown when run in a Docker container (as we are doing with all benchmarks...
Fixes https://github.com/ewasm/benchmarking/issues/154 Also, closes all charts after being used in order to not retain in memory, avoiding the warning message `RuntimeWarning: More than 20 figures have been opened. Figures created...
Fixes: https://github.com/ewasm/benchmarking/issues/123 Depends on: https://github.com/ewasm/benchmarking/pull/160
when running the script in a system with graphic user interface all charts are opened while being generated.
It has a benchmarking tool: https://github.com/EOSIO/eos-vm/blob/master/tools/bench_interp.cpp Need to make sure to disable metering as even the watchdog could be implemented in a way detrimental to speed. @poemm has run some...