mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-02-26 15:47:21 +00:00
parent
9fd3f8a0dd
commit
3f7b8bc976
1 changed files with 2 additions and 2 deletions
|
|
@ -370,7 +370,7 @@ func BenchmarkPrecompiledBLS12381G1MultiExpWorstCase(b *testing.B) {
|
|||
Name: "WorstCaseG1",
|
||||
NoBenchmark: false,
|
||||
}
|
||||
benchmarkPrecompiled("f0c", testcase, b)
|
||||
benchmarkPrecompiled("f0b", testcase, b)
|
||||
}
|
||||
|
||||
// BenchmarkPrecompiledBLS12381G2MultiExpWorstCase benchmarks the worst case we could find that still fits a gaslimit of 10MGas.
|
||||
|
|
@ -391,5 +391,5 @@ func BenchmarkPrecompiledBLS12381G2MultiExpWorstCase(b *testing.B) {
|
|||
Name: "WorstCaseG2",
|
||||
NoBenchmark: false,
|
||||
}
|
||||
benchmarkPrecompiled("f0f", testcase, b)
|
||||
benchmarkPrecompiled("f0d", testcase, b)
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue