test_worst_blobhash()¶
Documentation for tests/benchmark/test_worst_compute.py::test_worst_blobhash@88e9fb8f.
Generate fixtures for these test cases for Osaka with:
fill -v tests/benchmark/test_worst_compute.py::test_worst_blobhash -m benchmark
Test running a block with as many BLOBHASH instructions as possible.
Source code in tests/benchmark/test_worst_compute.py
1570 1571 1572 1573 1574 1575 1576 1577 1578 1579 1580 1581 1582 1583 1584 1585 1586 1587 1588 1589 1590 1591 1592 1593 1594 1595 1596 1597 1598 1599 1600 | |
Parametrized Test Cases¶
This test case is only parametrized by fork.
| Test ID (Abbreviated) | blob_index | blobs_present |
|---|---|---|
| ...fork_Prague-blockchain_test-no blobs | 0 | 0 |
| ...fork_Prague-blockchain_test-one blob and accessed | 0 | 1 |
| ...fork_Prague-blockchain_test-one blob but access non-existent index | 1 | 1 |
| ...fork_Prague-blockchain_test-six blobs, access latest | 5 | 6 |
| ...fork_Osaka-blockchain_test-no blobs | 0 | 0 |
| ...fork_Osaka-blockchain_test-one blob and accessed | 0 | 1 |
| ...fork_Osaka-blockchain_test-one blob but access non-existent index | 1 | 1 |
| ...fork_Osaka-blockchain_test-six blobs, access latest | 5 | 6 |