From baa0a44b34b62c1efe5a85bce0dbab2c61e91a78 Mon Sep 17 00:00:00 2001 From: Daniel Langbein Date: Thu, 9 Jan 2025 11:53:05 +0000 Subject: [PATCH] docs: README --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 023dc9d..dd21c02 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,9 @@ Implementation of Powersort with the aim of integrating it into OpenJDK. Benchma * [Benchmark](#benchmark) * [Custom](#custom) * [JMH](#jmh) + * [Run JMH with CGL and Powersort competition lists](#run-jmh-with-cgl-and-powersort-competition-lists) + * [IntelliJ plugin](#intellij-plugin) + * [Further notes](#further-notes) ## Setup