public class PaillierBenchmark
extends java.lang.Object
Guides to using JMH can be found at: http://tutorials.jenkov.com/java-performance/jmh.html and http://nitschinger.at/Using-JMH-for-Java-Microbenchmarking/
Modifier and Type | Class and Description |
---|---|
static class |
PaillierBenchmark.PaillierBenchmarkState |
Constructor and Description |
---|
PaillierBenchmark() |
Modifier and Type | Method and Description |
---|---|
void |
testWithGMP(PaillierBenchmark.PaillierBenchmarkState allState) |
void |
testWithGMPConstantTime(PaillierBenchmark.PaillierBenchmarkState allState) |
void |
testWithoutGMP(PaillierBenchmark.PaillierBenchmarkState allState) |
public void testWithGMP(PaillierBenchmark.PaillierBenchmarkState allState)
public void testWithGMPConstantTime(PaillierBenchmark.PaillierBenchmarkState allState)
public void testWithoutGMP(PaillierBenchmark.PaillierBenchmarkState allState)