diff --git a/tests/benchmark/compute/instruction/test_account_query.py b/tests/benchmark/compute/instruction/test_account_query.py index fcb2ed891e..0c67c38e84 100644 --- a/tests/benchmark/compute/instruction/test_account_query.py +++ b/tests/benchmark/compute/instruction/test_account_query.py @@ -136,7 +136,6 @@ def test_codecopy_benchmark( ) -@pytest.mark.repricing @pytest.mark.parametrize( "opcode", [ @@ -345,6 +344,7 @@ def test_extcode_ops( ) +@pytest.mark.repricing @pytest.mark.parametrize( "copy_size", [0, 32, 256, 512, 1024], diff --git a/tests/benchmark/compute/instruction/test_control_flow.py b/tests/benchmark/compute/instruction/test_control_flow.py index bf58cfdba7..1a2156321a 100644 --- a/tests/benchmark/compute/instruction/test_control_flow.py +++ b/tests/benchmark/compute/instruction/test_control_flow.py @@ -62,9 +62,9 @@ def test_jumps( ) +@pytest.mark.repricing def test_jump_benchmark( benchmark_test: BenchmarkTestFiller, - pre: Alloc, ) -> None: """Benchmark JUMP instruction with different dest.""" benchmark_test(