From d19f35243733d211a81de149ef3b995fc7310854 Mon Sep 17 00:00:00 2001 From: Mick Semb Wever Date: Mon, 8 Feb 2021 10:55:58 +0100 Subject: [PATCH] Generate JMH json report with `ant microbench` MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit patch by Mick Semb Wever; reviewed by Tomek Łasica for CASSANDRA-16371 --- build.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/build.xml b/build.xml index 83d9aa44e2..1ac8d5dbcc 100644 --- a/build.xml +++ b/build.xml @@ -1935,6 +1935,14 @@ + + + + + + + +