test_worst_shifts()¶
Documentation for tests/benchmark/test_worst_compute.py::test_worst_shifts@v5.0.0.
Generate fixtures for these test cases for Osaka with:
fill -v tests/benchmark/test_worst_compute.py::test_worst_shifts --fork Osaka
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
1925 1926 1927 1928 1929 1930 1931 1932 1933 1934 1935 1936 1937 1938 1939 1940 1941 1942 1943 1944 1945 1946 1947 1948 1949 1950 1951 1952 1953 1954 1955 1956 1957 1958 1959 1960 1961 1962 1963 1964 1965 1966 1967 1968 1969 1970 1971 1972 1973 1974 1975 1976 1977 1978 1979 1980 1981 1982 1983 1984 1985 1986 1987 1988 1989 1990 1991 1992 1993 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 | |
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 |