test_worst_shifts()
¶
Documentation for tests/benchmark/test_worst_compute.py::test_worst_shifts@0f7c73a7
.
Generate fixtures for these test cases for Prague with:
fill -v tests/benchmark/test_worst_compute.py::test_worst_shifts --fork Prague
Test running a block with as many shift instructions with non-trivial arguments. This test generates left-right pairs of shifts to avoid zeroing the argument. The shift amounts are randomly pre-selected from the constant pool of 15 values on the stack.
Source code in tests/benchmark/test_worst_compute.py
1499 1500 1501 1502 1503 1504 1505 1506 1507 1508 1509 1510 1511 1512 1513 1514 1515 1516 1517 1518 1519 1520 1521 1522 1523 1524 1525 1526 1527 1528 1529 1530 1531 1532 1533 1534 1535 1536 1537 1538 1539 1540 1541 1542 1543 1544 1545 1546 1547 1548 1549 1550 1551 1552 1553 1554 1555 1556 1557 1558 1559 1560 1561 1562 1563 1564 1565 1566 1567 1568 1569 1570 1571 1572 1573 1574 1575 1576 1577 1578 1579 1580 1581 1582 |
|
Parametrized Test Cases¶
The interactive table below is also available as a standalone page.
Test ID (Abbreviated) | shift_right |
---|---|
...fork_Cancun-state_test-shift_right_SHR | SHR |
...fork_Cancun-state_test-shift_right_SAR | SAR |
...fork_Cancun-blockchain_test_from_state_test-shift_right_SHR | SHR |
...fork_Cancun-blockchain_test_from_state_test-shift_right_SAR | SAR |
...fork_Prague-state_test-shift_right_SHR | SHR |
...fork_Prague-state_test-shift_right_SAR | SAR |
...fork_Prague-blockchain_test_from_state_test-shift_right_SHR | SHR |
...fork_Prague-blockchain_test_from_state_test-shift_right_SAR | SAR |
...fork_Osaka-state_test-shift_right_SHR | SHR |
...fork_Osaka-state_test-shift_right_SAR | SAR |
...fork_Osaka-blockchain_test_from_state_test-shift_right_SHR | SHR |
...fork_Osaka-blockchain_test_from_state_test-shift_right_SAR | SAR |