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