Home
last modified time | relevance | path

Searched refs:RUNNER_MAX_PARALLELISM_OPTION (Results 1 – 1 of 1) sorted by relevance

/external/caliper/caliper/src/main/java/com/google/caliper/runner/
DExperimentingRunnerModule.java62 private static final String RUNNER_MAX_PARALLELISM_OPTION = "runner.maxParallelism"; field in ExperimentingRunnerModule
88 int poolSize = Integer.parseInt(config.properties().get(RUNNER_MAX_PARALLELISM_OPTION)); in provideExecutorService()