Skip to content

Commit 727be23

Browse files
committed
javadoc
Signed-off-by: garyschulte <garyschulte@gmail.com>
1 parent a8fabee commit 727be23

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

ethereum/evmtool/src/main/java/org/hyperledger/besu/evmtool/benchmarks/P256VerifyBenchmark.java

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,11 @@
2626
/** Benchmark P256Verify precompile (ECDSA key extraction + keccak hash) */
2727
public class P256VerifyBenchmark extends BenchmarkExecutor {
2828

29-
/** Use default math based warmup and interations */
29+
/**
30+
* Use default math based warmup and interations
31+
* @param output where to write the stats.
32+
* @param benchmarkConfig benchmark configurations.
33+
*/
3034
public P256VerifyBenchmark(final PrintStream output, final BenchmarkConfig benchmarkConfig) {
3135
super(MATH_WARMUP, MATH_ITERATIONS, output, benchmarkConfig);
3236
}

0 commit comments

Comments
 (0)