public class LikeFilterBenchmark extends Object
Constructor and Description |
---|
LikeFilterBenchmark() |
Modifier and Type | Method and Description |
---|---|
void |
matchBoundPrefix(org.openjdk.jmh.infra.Blackhole blackhole) |
void |
matchLikeEquals(org.openjdk.jmh.infra.Blackhole blackhole) |
void |
matchLikePrefix(org.openjdk.jmh.infra.Blackhole blackhole) |
void |
matchRegexPrefix(org.openjdk.jmh.infra.Blackhole blackhole) |
void |
matchSelectorEquals(org.openjdk.jmh.infra.Blackhole blackhole) |
void |
setup() |
public void setup() throws IOException
IOException
public void matchLikeEquals(org.openjdk.jmh.infra.Blackhole blackhole)
public void matchSelectorEquals(org.openjdk.jmh.infra.Blackhole blackhole)
public void matchLikePrefix(org.openjdk.jmh.infra.Blackhole blackhole)
public void matchBoundPrefix(org.openjdk.jmh.infra.Blackhole blackhole)
public void matchRegexPrefix(org.openjdk.jmh.infra.Blackhole blackhole)
Copyright © 2011–2017. All rights reserved.