Uses of Class
org.apache.solr.bench.BaseBenchState
-
Packages that use BaseBenchState Package Description org.apache.solr.bench Support for running Solr benchmarks using OpenJDK's JMH -
-
Uses of BaseBenchState in org.apache.solr.bench
Methods in org.apache.solr.bench with parameters of type BaseBenchState Modifier and Type Method Description void
MiniClusterState.MiniClusterBenchState. doSetup(org.openjdk.jmh.infra.BenchmarkParams benchmarkParams, BaseBenchState baseBenchState)
Do setup.void
MiniClusterState.MiniClusterBenchState. shutdownMiniCluster(org.openjdk.jmh.infra.BenchmarkParams benchmarkParams, BaseBenchState baseBenchState)
Shutdown mini cluster.
-