cybench-launcher-gradle-plugin

Gradle plugin designed to execute JMH benchmarks, collect results, add environment properties, build report and store it into external repository for further analysis.

License

License

Categories

Categories

Gradle Build Tools
GroupId

GroupId

com.gocypher.cybench.launcher.plugin
ArtifactId

ArtifactId

cybench-launcher-gradle-plugin
Last Version

Last Version

1.0.3
Release Date

Release Date

Type

Type

jar
Description

Description

cybench-launcher-gradle-plugin
Gradle plugin designed to execute JMH benchmarks, collect results, add environment properties, build report and store it into external repository for further analysis.
Project URL

Project URL

https://github.com/K2NIO/gocypher-cybench-gradle
Project Organization

Project Organization

K2N.IO
Source Code Management

Source Code Management

https://github.com/K2NIO/gocypher-cybench-gradle

Download cybench-launcher-gradle-plugin

How to add to project

<!-- https://jarcasting.com/artifacts/com.gocypher.cybench.launcher.plugin/cybench-launcher-gradle-plugin/ -->
<dependency>
    <groupId>com.gocypher.cybench.launcher.plugin</groupId>
    <artifactId>cybench-launcher-gradle-plugin</artifactId>
    <version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.gocypher.cybench.launcher.plugin/cybench-launcher-gradle-plugin/
implementation 'com.gocypher.cybench.launcher.plugin:cybench-launcher-gradle-plugin:1.0.3'
// https://jarcasting.com/artifacts/com.gocypher.cybench.launcher.plugin/cybench-launcher-gradle-plugin/
implementation ("com.gocypher.cybench.launcher.plugin:cybench-launcher-gradle-plugin:1.0.3")
'com.gocypher.cybench.launcher.plugin:cybench-launcher-gradle-plugin:jar:1.0.3'
<dependency org="com.gocypher.cybench.launcher.plugin" name="cybench-launcher-gradle-plugin" rev="1.0.3">
  <artifact name="cybench-launcher-gradle-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gocypher.cybench.launcher.plugin', module='cybench-launcher-gradle-plugin', version='1.0.3')
)
libraryDependencies += "com.gocypher.cybench.launcher.plugin" % "cybench-launcher-gradle-plugin" % "1.0.3"
[com.gocypher.cybench.launcher.plugin/cybench-launcher-gradle-plugin "1.0.3"]

Dependencies

compile (9)

Group / Artifact Type Version
com.fasterxml.jackson.core : jackson-databind jar 2.13.1
org.apache.httpcomponents : httpclient jar 4.5.13
com.jcabi : jcabi-manifests jar 1.1
com.github.oshi : oshi-core jar 6.1.0
org.jhardware : jHardware jar 0.8.6
com.gocypher.cybench.client : gocypher-cybench-runner jar 1.3.1
com.gocypher.cybench.client : gocypher-cybench-annotations jar 1.3.1
org.reflections : reflections jar 0.10.2
org.twdata.maven : mojo-executor jar 2.3.2

runtime (1)

Group / Artifact Type Version
org.openjdk.jmh : jmh-core jar 1.34

test (1)

Group / Artifact Type Version
junit : junit jar 4.13.2

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.3
1.0.2
1.0.1
1.0.0