This is an automated email from the ASF dual-hosted git repository.

aherbert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-rng.git


The following commit(s) were added to refs/heads/master by this push:
     new b5522eeb Update user guide links to the JMH examples.
b5522eeb is described below

commit b5522eebaf419c73349820b80c156cf4da7854d6
Author: Alex Herbert <aherb...@apache.org>
AuthorDate: Wed Dec 13 13:17:43 2023 +0000

    Update user guide links to the JMH examples.
---
 src/site/apt/userguide/rng.apt | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/src/site/apt/userguide/rng.apt b/src/site/apt/userguide/rng.apt
index fe3df49e..29cd8475 100644
--- a/src/site/apt/userguide/rng.apt
+++ b/src/site/apt/userguide/rng.apt
@@ -741,9 +741,7 @@ double[] coordinate = sampler.sample();
 
 4. Performance
 
-  This section reports
-  
{{{../commons-rng-examples/examples-jmh/apidocs/org/apache/commons/rng/jmh/package-summary.html}performance
 benchmarks}} of the RNG implementations.
-
+  This section reports performance benchmarks of the RNG implementations.
   All runs were performed on a platform with the following characteristics:
 
   * CPU: Intel(R) Xeon(R) CPU E5-1680 v3 @ 3.20GHz
@@ -755,7 +753,8 @@ double[] coordinate = sampler.sample();
   []
 
   Performance was measured using the
-  {{{http://openjdk.java.net/projects/code-tools/jmh/}Java Micro-benchmark 
Harness (JMH)}}.
+  {{{http://openjdk.java.net/projects/code-tools/jmh/}Java Micro-benchmark 
Harness (JMH)}}
+  and the code is provided in the {{{a6._Examples}Examples}}.
 
   Timings are representative of performance; the relative ranking of results 
may change depending on the JVM, operating system and hardware.
 

Reply via email to