I did this (almost the same except path to jar) and it worked fine: java -jar log4j-perf\target\benchmarks.jar ".*AsyncAppenderLog4j2LocationBenchmark.*" -f 1 -wi 10 -i 20 -t 4 -si true
Try the -l (lowercase L) option to list all benchmarks in the jar: java -jar log4j-perf\target\benchmarks.jar -l On Tue, May 10, 2016 at 10:44 PM, Ralph Goers <[email protected]> wrote: > I am trying to run the location test and am getting > > java -jar target/benchmarks.jar ".*AsyncAppenderLog4j2LocationBenchmark.*" > -f 1 -wi 10 -i 20 -t 4 -si true > > No matching benchmarks. Miss-spelled regexp? > > Use EXTRA verbose mode to debug the pattern matching. > > What’s up with that? > > Ralph >
