Skip to content

Commit 3f7b8bc

Browse files
authored
core/vm: fix bls benchmark (#31896)
Fixes #31893
1 parent 9fd3f8a commit 3f7b8bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/vm/contracts_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ func BenchmarkPrecompiledBLS12381G1MultiExpWorstCase(b *testing.B) {
370370
Name: "WorstCaseG1",
371371
NoBenchmark: false,
372372
}
373-
benchmarkPrecompiled("f0c", testcase, b)
373+
benchmarkPrecompiled("f0b", testcase, b)
374374
}
375375

376376
// BenchmarkPrecompiledBLS12381G2MultiExpWorstCase benchmarks the worst case we could find that still fits a gaslimit of 10MGas.
@@ -391,5 +391,5 @@ func BenchmarkPrecompiledBLS12381G2MultiExpWorstCase(b *testing.B) {
391391
Name: "WorstCaseG2",
392392
NoBenchmark: false,
393393
}
394-
benchmarkPrecompiled("f0f", testcase, b)
394+
benchmarkPrecompiled("f0d", testcase, b)
395395
}

0 commit comments

Comments
 (0)