From 6ad89cff39d682db57eaae2f209a9f1f8501ae6f Mon Sep 17 00:00:00 2001 From: Benjamin Prud'homme <139664105+bgprudhomme@users.noreply.github.com> Date: Mon, 19 Aug 2024 13:03:21 -0400 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 30aba2b8d..db8f0dd1d 100644 --- a/README.md +++ b/README.md @@ -91,6 +91,8 @@ docker compose -f docker/Linux-JDK21/docker-compose.yml up --build -d docker exec -it linux-jdk21-cantaloupe-1 mvn --batch-mode test -Pbenchmark > out.txt ``` +(these are run by the ./run_jmh.sh script) + ## Contribute The suggested process for contributing code changes is: