test_worst_unop()¶
Documentation for tests/benchmark/test_worst_compute.py::test_worst_unop@v5.0.0.
Generate fixtures for these test cases for Osaka with:
fill -v tests/benchmark/test_worst_compute.py::test_worst_unop --fork Osaka
Test running a block with as many unary instructions (takes one arg, produces one value) as possible.
Source code in tests/benchmark/test_worst_compute.py
1791 1792 1793 1794 1795 1796 1797 1798 1799 1800 1801 1802 1803 1804 1805 1806 1807 1808 1809 1810 1811 1812 1813 1814 1815 1816 1817 1818 1819 1820 1821 1822 1823 | |
Parametrized Test Cases¶
The interactive table below is also available as a standalone page.
| Test ID (Abbreviated) | opcode |
|---|---|
| ...fork_Cancun-state_test-opcode_ISZERO | ISZERO |
| ...fork_Cancun-state_test-opcode_NOT | NOT |
| ...fork_Cancun-blockchain_test_from_state_test-opcode_ISZERO | ISZERO |
| ...fork_Cancun-blockchain_test_from_state_test-opcode_NOT | NOT |
| ...fork_Prague-state_test-opcode_ISZERO | ISZERO |
| ...fork_Prague-state_test-opcode_NOT | NOT |
| ...fork_Prague-blockchain_test_from_state_test-opcode_ISZERO | ISZERO |
| ...fork_Prague-blockchain_test_from_state_test-opcode_NOT | NOT |
| ...fork_Osaka-state_test-opcode_ISZERO | ISZERO |
| ...fork_Osaka-state_test-opcode_NOT | NOT |
| ...fork_Osaka-blockchain_test_from_state_test-opcode_ISZERO | ISZERO |
| ...fork_Osaka-blockchain_test_from_state_test-opcode_NOT | NOT |