We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25084dd commit e1a90a9Copy full SHA for e1a90a9
core/vm/contracts_test.go
@@ -370,7 +370,7 @@ func BenchmarkPrecompiledBLS12381G1MultiExpWorstCase(b *testing.B) {
370
Name: "WorstCaseG1",
371
NoBenchmark: false,
372
}
373
- benchmarkPrecompiled("f0c", testcase, b)
+ benchmarkPrecompiled("f0b", testcase, b)
374
375
376
// BenchmarkPrecompiledBLS12381G2MultiExpWorstCase benchmarks the worst case we could find that still fits a gaslimit of 10MGas.
@@ -391,5 +391,5 @@ func BenchmarkPrecompiledBLS12381G2MultiExpWorstCase(b *testing.B) {
391
Name: "WorstCaseG2",
392
393
394
- benchmarkPrecompiled("f0f", testcase, b)
+ benchmarkPrecompiled("f0d", testcase, b)
395
0 commit comments