test_worst_tload()¶
Documentation for tests/benchmark/test_worst_compute.py::test_worst_tload@e9958ed2.
Generate fixtures for these test cases for Osaka with:
fill -v tests/benchmark/test_worst_compute.py::test_worst_tload -m benchmark
Test running a block with as many TLOAD calls as possible.
Source code in tests/benchmark/test_worst_compute.py
1421 1422 1423 1424 1425 1426 1427 1428 1429 1430 1431 1432 1433 1434 1435 1436 1437 1438 1439 1440 1441 1442 1443 1444 1445 1446 1447 1448 1449 1450 1451 1452 1453 1454 1455 1456 1457 1458 1459 1460 | |
Parametrized Test Cases¶
This test case is only parametrized by fork.
| Test ID (Abbreviated) | val_mut | key_mut |
|---|---|---|
| ...fork_Prague-blockchain_test-val_mut_True-key_mut_True | True | True |
| ...fork_Prague-blockchain_test-val_mut_True-key_mut_False | True | False |
| ...fork_Prague-blockchain_test-val_mut_False-key_mut_True | False | True |
| ...fork_Prague-blockchain_test-val_mut_False-key_mut_False | False | False |
| ...fork_Osaka-blockchain_test-val_mut_True-key_mut_True | True | True |
| ...fork_Osaka-blockchain_test-val_mut_True-key_mut_False | True | False |
| ...fork_Osaka-blockchain_test-val_mut_False-key_mut_True | False | True |
| ...fork_Osaka-blockchain_test-val_mut_False-key_mut_False | False | False |