Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
AbhyudayaSharma committed Jun 7, 2019
1 parent 5b63573 commit 60a326a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/jmh-benchmarks.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
= JMH benchmarks with Jenkins

:toc:

link:https://openjdk.java.net/projects/code-tools/jmh/[Java Microbenchmark Harness] allows running benchmarks
in the JVM. To run a benchmark where you need a Jenkins instance, you can use use link:../src/main/java/jenkins/benchmark/jmh/JmhBenchmarkState.java[``JmhBenchmarkState``]
as a state in your benchmark. This creates a temporary Jenkins instance for each fork of the JMH benchmark.
Expand Down Expand Up @@ -37,7 +39,7 @@ public class JmhStateBenchmark {
}
----

=== Other benchmarks
=== Examples

Some benchmarks have been implemented in the https://github.com/jenkinsci/role-strategy-plugin/tree/master/src/test/java/jmh/benchmarks[Role Strategy Plugin]
which show setting up the benchmarks for many different situations.
Expand Down

0 comments on commit 60a326a

Please sign in to comment.