mirror of https://github.com/apache/cassandra
Generate JMH json report with `ant microbench`
patch by Mick Semb Wever; reviewed by Tomek Łasica for CASSANDRA-16371
This commit is contained in:
parent
d3e48e4e00
commit
d19f352437
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue