Package org.xipki.qa.ca
Class CaEnrollBenchmark
- java.lang.Object
-
- org.xipki.util.BenchmarkExecutor
-
- org.xipki.qa.ca.CaEnrollBenchmark
-
public class CaEnrollBenchmark extends org.xipki.util.BenchmarkExecutorCA enrollment benchmark.- Since:
- 2.0.0
- Author:
- Lijun Liao (xipki)
-
-
Constructor Summary
Constructors Constructor Description CaEnrollBenchmark(String caName, CaEnrollBenchEntry benchmarkEntry, int maxRequests, int num, String description)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected longgetRealAccount(long account)protected RunnablegetTester()org.xipki.ca.sdk.EnrollCertsRequestnextCertRequest()
-
-
-
Constructor Detail
-
CaEnrollBenchmark
public CaEnrollBenchmark(String caName, CaEnrollBenchEntry benchmarkEntry, int maxRequests, int num, String description) throws Exception
- Throws:
Exception
-
-