License |
License |
---|---|
Categories |
CategoriesJMH Application Testing & Monitoring Performance analysis |
GroupId | GroupIdorg.apache.commons |
ArtifactId | ArtifactIdcommons-rng-examples-jmh |
Last Version | Last Version1.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJMH Benchmark
Code for running JMH benchmarks that assess the performance of the generators.
Code in this module is not part of the public API.
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/org.apache.commons/commons-rng-examples-jmh/ -->
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-rng-examples-jmh</artifactId>
<version>1.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.commons/commons-rng-examples-jmh/
implementation 'org.apache.commons:commons-rng-examples-jmh:1.3'
// https://jarcasting.com/artifacts/org.apache.commons/commons-rng-examples-jmh/
implementation ("org.apache.commons:commons-rng-examples-jmh:1.3")
'org.apache.commons:commons-rng-examples-jmh:jar:1.3'
<dependency org="org.apache.commons" name="commons-rng-examples-jmh" rev="1.3">
<artifact name="commons-rng-examples-jmh" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.commons', module='commons-rng-examples-jmh', version='1.3')
)
libraryDependencies += "org.apache.commons" % "commons-rng-examples-jmh" % "1.3"
[org.apache.commons/commons-rng-examples-jmh "1.3"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.commons : commons-rng-simple | jar | 1.3 |
org.apache.commons : commons-rng-sampling | jar | 1.3 |
org.openjdk.jmh : jmh-core | jar | 1.21 |
org.openjdk.jmh : jmh-generator-annprocess | jar | 1.21 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |