|
42 | 42 | False, |
43 | 43 | ], |
44 | 44 | ) |
| 45 | +@pytest.mark.slow() |
45 | 46 | def test_worst_address_state_cold( |
46 | 47 | blockchain_test: BlockchainTestFiller, |
47 | 48 | pre: Alloc, |
@@ -130,6 +131,7 @@ def test_worst_address_state_cold( |
130 | 131 | False, |
131 | 132 | ], |
132 | 133 | ) |
| 134 | +@pytest.mark.slow() |
133 | 135 | def test_worst_address_state_warm( |
134 | 136 | blockchain_test: BlockchainTestFiller, |
135 | 137 | pre: Alloc, |
@@ -201,6 +203,7 @@ class StorageAction: |
201 | 203 | False, |
202 | 204 | ], |
203 | 205 | ) |
| 206 | +@pytest.mark.slow() |
204 | 207 | def test_worst_storage_access_cold( |
205 | 208 | blockchain_test: BlockchainTestFiller, |
206 | 209 | pre: Alloc, |
@@ -308,6 +311,7 @@ def test_worst_storage_access_cold( |
308 | 311 | pytest.param(StorageAction.WRITE_NEW_VALUE, id="SSTORE new value"), |
309 | 312 | ], |
310 | 313 | ) |
| 314 | +@pytest.mark.slow() |
311 | 315 | def test_worst_storage_access_warm( |
312 | 316 | blockchain_test: BlockchainTestFiller, |
313 | 317 | pre: Alloc, |
@@ -376,6 +380,7 @@ def test_worst_storage_access_warm( |
376 | 380 |
|
377 | 381 |
|
378 | 382 | @pytest.mark.valid_from("Cancun") |
| 383 | +@pytest.mark.slow() |
379 | 384 | def test_worst_blockhash( |
380 | 385 | blockchain_test: BlockchainTestFiller, |
381 | 386 | pre: Alloc, |
@@ -409,6 +414,7 @@ def test_worst_blockhash( |
409 | 414 |
|
410 | 415 |
|
411 | 416 | @pytest.mark.valid_from("Cancun") |
| 417 | +@pytest.mark.slow() |
412 | 418 | def test_worst_selfbalance( |
413 | 419 | blockchain_test: BlockchainTestFiller, |
414 | 420 | pre: Alloc, |
@@ -445,6 +451,7 @@ def test_worst_selfbalance( |
445 | 451 | pytest.param(5 * 1024, id="5KiB"), |
446 | 452 | ], |
447 | 453 | ) |
| 454 | +@pytest.mark.slow() |
448 | 455 | def test_worst_extcodecopy_warm( |
449 | 456 | blockchain_test: BlockchainTestFiller, |
450 | 457 | pre: Alloc, |
|
0 commit comments