File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 163163 <plugin >
164164 <groupId >org.codehaus.mojo</groupId >
165165 <artifactId >exec-maven-plugin</artifactId >
166- <version >${rng.exec.version} </version >
167166 <executions >
168167 <execution >
169168 <id >benchmark</id >
196195 <!-- Build an executable jar that runs JMH:
197196 mvn package -Pexamples-jmh
198197
199- java -jar target/examples-jmh.jar -h
198+ ava -jar target/examples-jmh.jar -hj
200199 java -jar target/examples-jmh.jar NextDoubleGenerationPerformance -rf json -rff out.json
201200 java -jar target/examples-jmh.jar NextIntGen.*nextInt$ -p randomSourceName=MSWS,PCG_MCG_XSH_RS_32
202201 java -jar target/examples-jmh.jar ContinuousSamplersPerformance.sample -p samplerType=BoxMullerNormalizedGaussianSampler
Original file line number Diff line number Diff line change 4646 <commons .module.name>org.apache.commons.rng.examples</commons .module.name>
4747
4848 <rng .picocli.version>4.7.6</rng .picocli.version>
49- <rng .exec.version>3.5.0</rng .exec.version>
5049 <rng .shade.version>3.6.0</rng .shade.version>
5150
5251 <!-- Disable JApiCmp failures (but keep the report). The examples API is allowed to change. -->
8180 </dependencyManagement >
8281
8382 <build >
84- <pluginManagement >
85- <plugins >
86- <plugin >
87- <groupId >org.codehaus.mojo</groupId >
88- <artifactId >exec-maven-plugin</artifactId >
89- <version >${rng.exec.version} </version >
90- </plugin >
91- </plugins >
92- </pluginManagement >
9383 <plugins >
9484 <plugin >
9585 <artifactId >maven-pmd-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments