Skip to content

Test Worst Memory

Documentation for tests/benchmark/test_worst_memory.py@e9958ed2.

Generate fixtures for these test cases for Osaka with:

fill -v tests/benchmark/test_worst_memory.py -m benchmark

Tests that benchmark EVMs in the worst-case memory opcodes.

Test Functions Overview

Name Type Cases (Osaka) Description
test_worst_calldatacopy benchmark_test 0 Test running a block filled with CALLDATACOPY executions.
test_worst_codecopy benchmark_test 0 Test running a block filled with CODECOPY executions.
test_worst_returndatacopy benchmark_test 0 Test running a block filled with RETURNDATACOPY executions.
test_worst_mcopy benchmark_test 0 Test running a block filled with MCOPY executions.