Pakket: libjmh-java (1.37-2)
Verwijzigingen voor libjmh-java
Debian bronnen:
Het bronpakket jmh downloaden:
Beheerders:
Externe bronnen:
- Homepage [openjdk.org]
Vergelijkbare pakketten:
harness for building, running, and analysing Java benchmarks
JMH is a Java harness for building, running, and analysing nano/micro/milli/macro benchmarks written in Java and other languages targeting the JVM.
The recommended way to run a JMH benchmark is to use Maven to setup a standalone project that depends on the jar files of one's application. It is possible to run benchmarks from within an existing project, and even from within an IDE, however setup is more complex and the results are less reliable.
In all cases, the key to using JMH is enabling the annotation- or bytecode-processors to generate the synthetic benchmark code. Maven archetypes are the primary mechanism used to bootstrap the project that has the proper build configuration.
Andere aan libjmh-java gerelateerde pakketten
|
|
|
|
-
- dep: libasm-java
- Java bytecode manipulation framework
-
- dep: libcommons-math3-java
- Java lightweight mathematics and statistics components
-
- dep: libjoptsimple-java
- Command line parsing java library