Test Worst Bytecode¶
Documentation for tests/zkevm/test_worst_bytecode.py@cc5fc26a
.
Generate fixtures for these test cases for Prague with:
fill -v tests/zkevm/test_worst_bytecode.py --fork Prague
Test Functions Overview¶
Name | Type | Cases (Prague) | Description |
---|---|---|---|
test_worst_bytecode_single_opcode |
blockchain_test | 7 | Test a block execution where a single opcode execution maxes out the gas limit, |
test_worst_initcode_jumpdest_analysis |
state_test | 6 | Test the jumpdest analysis performance of the initcode. |