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

mck pushed a commit to branch cassandra-2.2
in repository https://gitbox.apache.org/repos/asf/cassandra.git


The following commit(s) were added to refs/heads/cassandra-2.2 by this push:
     new d19f352  Generate JMH json report with `ant microbench`
d19f352 is described below

commit d19f35243733d211a81de149ef3b995fc7310854
Author: Mick Semb Wever <m...@apache.org>
AuthorDate: Mon Feb 8 10:55:58 2021 +0100

    Generate JMH json report with `ant microbench`
    
     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 83d9aa4..1ac8d5d 100644
--- a/build.xml
+++ b/build.xml
@@ -1935,6 +1935,14 @@
                   <include name="**/*.jar" />
               </fileset>
           </classpath>
+          <arg value="-foe"/>
+          <arg value="true"/>
+          <arg value="-rf"/>
+          <arg value="json"/>
+          <arg value="-rff"/>
+          <arg value="${build.test.dir}/jmh-result.json"/>
+          <arg value="-v"/>
+          <arg value="EXTRA"/>
           <arg value=".*microbench.*${benchmark.name}"/>
       </java>
   </target>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org

Reply via email to