From e07aa6cb0af64fc2d3b4f9efa9081e10e24285ff Mon Sep 17 00:00:00 2001 From: haesleinhuepf Date: Sun, 6 Oct 2019 18:11:49 +0200 Subject: [PATCH] corrected link to JMH benchmarking --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 52068cc..4b6aad0 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ If you search for support, please open a thread on the [image.sc](https://image. * [ImageJ Ops in Java](https://github.com/clij/clij-ops/tree/master/src/test/java/net/haesleinhuepf/clij/ops/examples) * [ImageJ Ops in Jython](https://github.com/clij/clij-ops/tree/master/src/test/resources/jython) * Benchmarking - * [Benchmarking CLIJ operations versus ImageJ/Fiji operations using JMH](https://github.com/clij/clij-benchmarking-jmh) + * [Benchmarking CLIJ operations versus ImageJ/Fiji operations using JMH](https://clij.github.io/clij-benchmarking/benchmarking_operations_jmh) * [Benchmarking CLIJ operations versus ImageJ/Fiji operations (archived)](https://clij.github.io/clij-benchmarking/benchmarking_operations) * [Benchmarking a CLIJ workflow versus ImageJ/Fiji](https://clij.github.io/clij-benchmarking/benchmarking_workflow_spot_count) * Extending CLIJ functionality