| java.lang.Object com.whirlycott.cache.benchmarks.BenchmarkRunner
BenchmarkRunner | public class BenchmarkRunner (Code) | | author: pjacob |
Method Summary | |
public static void | main(String[] args) Entry point into the benchmarking code. | public static void | makeGraph(List _results) Make the graphic. |
CONCURRENT_THREADS | final public static int CONCURRENT_THREADS(Code) | | Number of concurrent threads.
|
ITERATIONS_PER_BENCHMARK | final public static int ITERATIONS_PER_BENCHMARK(Code) | | Number of iterations that the benchmark will be run.
|
PERCENT_READONLY | final public static int PERCENT_READONLY(Code) | | Percent of read-only activity: 8 = 80%, 5 = 50%, etc.
|
SLEEPTIME_BETWEEN_TESTS | final public static int SLEEPTIME_BETWEEN_TESTS(Code) | | How many milliseconds should we do a Thread.sleep(n) between tests.
|
BenchmarkRunner | public BenchmarkRunner()(Code) | | |
|
|