Test Stack¶
Documentation for tests/benchmark/compute/instruction/test_stack.py@7b8124a7.
Generate fixtures for these test cases for Osaka with:
fill -v tests/benchmark/compute/instruction/test_stack.py --gas-benchmark-values 1
Test Functions Overview¶
| Name | Type | Cases (Osaka) | Description |
|---|---|---|---|
test_swap |
benchmark_test | 16 | Benchmark SWAP instruction. |
test_dup |
benchmark_test | 16 | Benchmark DUP instruction. |
test_push |
benchmark_test | 33 | Benchmark PUSH instruction. |