public static class JRedisBenchmark.Benchmarker
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private Command |
cmd |
private int |
reqCnt |
private int |
threadCnt |
private JRedisBenchmark.BenchmarkWorker[] |
workers |
| Modifier | Constructor and Description |
|---|---|
private |
Benchmarker(Command cmd,
int reqCnt,
int threadCnt,
JRedisBenchmark.BenchmarkWorker[] workers) |
| Modifier and Type | Method and Description |
|---|---|
private void |
runBenchmark() |
static void |
runBenchmark(Command cmd,
int reqCnt,
int threadCnt,
JRedisBenchmark.BenchmarkWorker[] workers) |
private Command cmd
private JRedisBenchmark.BenchmarkWorker[] workers
private int threadCnt
private int reqCnt
private Benchmarker(Command cmd, int reqCnt, int threadCnt, JRedisBenchmark.BenchmarkWorker[] workers)
public static final void runBenchmark(Command cmd, int reqCnt, int threadCnt, JRedisBenchmark.BenchmarkWorker[] workers)
private void runBenchmark()