You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 in this repo). Even when using --privileged and and --security-opt seccomp=unconfined we still see the slowdown.
We should be benchmarking on the host machine itself. However, docker is still useful for the build stage of benchmarking engines.
The text was updated successfully, but these errors were encountered:
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 in this repo). Even when using
--privileged
and and--security-opt seccomp=unconfined
we still see the slowdown.We should be benchmarking on the host machine itself. However, docker is still useful for the build stage of benchmarking engines.
The text was updated successfully, but these errors were encountered: