mirror of https://github.com/apache/lucene.git
Adding Benjamin's readme change #12663
This commit is contained in:
parent
603cd41ca1
commit
a97d7a3e35
|
@ -19,3 +19,11 @@ You can pass any JMH options to the above command, for example:
|
|||
-l list available benchmarks
|
||||
-lp list benchmarks that pass the filter and their parameters
|
||||
regexp execute all benchmark containing regexp
|
||||
|
||||
Here is an example running a single benchmark:
|
||||
|
||||
java --module-path lucene\benchmark-jmh\build\benchmarks --module org.apache.lucene.benchmark.jmh org.apache.lucene.benchmark.jmh.BinaryCosineBenchmark.cosineDistanceNew
|
||||
|
||||
Or running all of BinaryCosineBenchmark
|
||||
|
||||
java --module-path lucene\benchmark-jmh\build\benchmarks --module org.apache.lucene.benchmark.jmh org.apache.lucene.benchmark.jmh.BinaryCosineBenchmark
|
Loading…
Reference in New Issue