mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-04-25 02:52:23 +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",
|
Name: "WorstCaseG1",
|
||||||
NoBenchmark: false,
|
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.
|
// 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",
|
Name: "WorstCaseG2",
|
||||||
NoBenchmark: false,
|
NoBenchmark: false,
|
||||||
}
|
}
|
||||||
benchmarkPrecompiled("f0f", testcase, b)
|
benchmarkPrecompiled("f0d", testcase, b)
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue