Commit 0b1e698
refactor(test-benchmark): organize stateful benchmark folder structure (#3152)
* chore: relocate balance stateful benchmark
- Rename test_bloatnet_balance_opcode to test_balance_query for readability
- Move `test_balance_query` from `test_multi_opocode` to `test_account_query` folder
* refactor: rename test_create2_access to test_create_operation
* chore: organize call related stateful benchmark
- create test_call_operation file
- move test_call_value_existing and test_call_value_new_account
- rename test name
* refactor: relocate erc20 elated benchmark
- add test_erc20_operation file
- move test_sload_erc20_generic, test_sstore_erc20_generic, test_mixed_sload_sstore to same file
* refactor: relocate sload benchmark
- add test_sload file
- move sload related benchmark
* refactor: relocate sstore benchmark
- add test_sstore file
- move test_sstore_bloated, test_sstore_dirty_transitions to new file
* chore: move test_extcodesize_bytecode_sizes to test_account_query
* chore: docstring, comment refactor
* docs: update stub-dependent test examples after benchmark reorg
* chore(tests): fix markdown rendering in bloatnet benchmark docstrings
* refactor(test-benchmark): file renaming, remove _operation suffix
---------
Co-authored-by: danceratopz <danceratopz@gmail.com>1 parent 9e9bf90 commit 0b1e698
16 files changed
Lines changed: 2265 additions & 2334 deletions
File tree
- docs/filling_tests
- tests/benchmark/stateful
- bloatnet
- depth_benchmarks
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
149 | 149 | | |
150 | 150 | | |
151 | 151 | | |
152 | | - | |
| 152 | + | |
153 | 153 | | |
154 | 154 | | |
155 | 155 | | |
| |||
This file was deleted.
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
Lines changed: 1 addition & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
| 1 | + | |
Lines changed: 6 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
| |||
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
| 19 | + | |
18 | 20 | | |
19 | 21 | | |
20 | 22 | | |
21 | 23 | | |
22 | | - | |
| 24 | + | |
| 25 | + | |
23 | 26 | | |
24 | 27 | | |
25 | 28 | | |
| |||
500 | 503 | | |
501 | 504 | | |
502 | 505 | | |
| 506 | + | |
503 | 507 | | |
504 | 508 | | |
505 | 509 | | |
| |||
0 commit comments