Test Multi Opcode¶
Documentation for tests/benchmark/bloatnet/test_multi_opcode.py@8d3a51e1
.
Generate fixtures for these test cases for Osaka with:
fill -v tests/benchmark/bloatnet/test_multi_opcode.py -m benchmark
abstract: BloatNet bench cases extracted from https://hackmd.io/9icZeLN7R0Sk5mIjKlZAHQ.
The idea of all these tests is to stress client implementations to find out where the limits of processing are focusing specifically on state-related operations.
Test Functions Overview¶
Name | Type | Cases (Osaka) | Description |
---|---|---|---|
test_bloatnet_balance_extcodesize |
blockchain_test | 1 | BloatNet test using BALANCE + EXTCODESIZE with "on-the-fly" CREATE2 |
test_bloatnet_balance_extcodecopy |
blockchain_test | 1 | BloatNet test using BALANCE + EXTCODECOPY with on-the-fly CREATE2 |