Skip to content

Commit 495be3f

Browse files
refactor: update comment
1 parent 10b0044 commit 495be3f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/benchmark/test_worst_compute.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -655,7 +655,7 @@ def test_worst_precompile_only_data_input(
655655
exponent="03",
656656
modulus=6 * ("00" + 31 * "FF"),
657657
),
658-
id="mod_min_as_base_heavy",
658+
id="mod_min_gas_base_heavy",
659659
),
660660
# Ported from https://github.com/NethermindEth/nethermind/blob/ceb8d57b8530ce8181d7427c115ca593386909d6/tools/EngineRequestsGenerator/TestCases/Modexp.cs#L40
661661
pytest.param(
@@ -664,7 +664,7 @@ def test_worst_precompile_only_data_input(
664664
exponent="07" + 75 * "FF",
665665
modulus=7 * "FF",
666666
),
667-
id="mod_min_as_exp_heavy",
667+
id="mod_min_gas_exp_heavy",
668668
),
669669
# Ported from https://github.com/NethermindEth/nethermind/blob/ceb8d57b8530ce8181d7427c115ca593386909d6/tools/EngineRequestsGenerator/TestCases/Modexp.cs#L42
670670
pytest.param(
@@ -673,7 +673,7 @@ def test_worst_precompile_only_data_input(
673673
exponent="01" + 3 * "FF",
674674
modulus="00" + 38 * "FF",
675675
),
676-
id="mod_min_as_balanced",
676+
id="mod_min_gas_balanced",
677677
),
678678
# Ported from https://github.com/NethermindEth/nethermind/blob/ceb8d57b8530ce8181d7427c115ca593386909d6/tools/EngineRequestsGenerator/TestCases/Modexp.cs#L44
679679
pytest.param(
@@ -781,7 +781,7 @@ def test_worst_precompile_only_data_input(
781781
exponent="07" + 6 * "FF",
782782
modulus="00" + 46 * "FF",
783783
),
784-
id="mod_600_as_balanced",
784+
id="mod_600_gas_balanced",
785785
),
786786
# Ported from https://github.com/NethermindEth/nethermind/blob/ceb8d57b8530ce8181d7427c115ca593386909d6/tools/EngineRequestsGenerator/TestCases/Modexp.cs#L68
787787
pytest.param(

0 commit comments

Comments
 (0)