Test Worst Blocks¶
Documentation for tests/benchmark/test_worst_blocks.py@e9958ed2.
Generate fixtures for these test cases for Osaka with:
fill -v tests/benchmark/test_worst_blocks.py -m benchmark
Test Functions Overview¶
| Name | Type | Cases (Osaka) | Description |
|---|---|---|---|
test_block_full_of_ether_transfers |
benchmark_test | 0 | Single test for ether transfer scenarios. |
test_block_full_data |
benchmark_test | 0 | Test a block with empty payload. |
test_block_full_access_list_and_data |
benchmark_test | 0 | Test a block with access lists (60% gas) and calldata (40% gas) using |
test_worst_case_auth_block |
blockchain_test | 4 | Test an auth block. |