Skip to content

Commit a976527

Browse files
authored
Merge branch 'ethereum:master' into gethintegration
2 parents e6ed88e + 3f7b8bc commit a976527

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)