Skip to content

Commit a26f1a4

Browse files
feat(tests): add more sload/sstore combos (#1794)
1 parent 17c5cb1 commit a26f1a4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/benchmark/stateful/bloatnet/test_multi_opcode.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -518,6 +518,8 @@ def test_bloatnet_balance_extcodehash(
518518
@pytest.mark.parametrize(
519519
"sload_percent,sstore_percent",
520520
[
521+
pytest.param(10, 90, id="10-90"),
522+
pytest.param(30, 70, id="30-70"),
521523
pytest.param(50, 50, id="50-50"),
522524
pytest.param(70, 30, id="70-30"),
523525
pytest.param(90, 10, id="90-10"),

0 commit comments

Comments
 (0)