/* endwith */
/* endwith */
public static void main(String[] args) throws RunnerException, CommandLineOptionException {
new DimensionedJmh(ForEachBenchmarks.class)
.addArgDim("loadFactor", "0.3", "0.6", "0.9")
.addArgDim("capacity", SMALL_CAPACITY, LARGE_CAPACITY)
.withGetOperationsPerInvocation(options ->
(long) n(parseInt(options.get("capacity")),
parseDouble(options.get("loadFactor"))))