public class IsValidIpV4Benchmark extends AbstractMicrobenchmark
AbstractMicrobenchmark.HarnessExecutor
DEFAULT_FORKS
BASE_JVM_ARGS, DEFAULT_MEASURE_ITERATIONS, DEFAULT_WARMUP_ITERATIONS
Constructor and Description |
---|
IsValidIpV4Benchmark() |
Modifier and Type | Method and Description |
---|---|
boolean |
isValidIpV4AddressNew() |
boolean |
isValidIpV4AddressOld() |
static boolean |
isValidIpV4AddressOld(String value) |
getForks, jvmArgs, newOptionsBuilder
getMeasureIterations, getReportDir, getWarmupIterations, handleUnexpectedException, removeAssertions, run
public static boolean isValidIpV4AddressOld(String value)
public boolean isValidIpV4AddressOld()
public boolean isValidIpV4AddressNew()
Copyright © 2008–2018 The Netty Project. All rights reserved.