Merge branch 'cassandra-2.2' into cassandra-3.0

This commit is contained in:
Mick Semb Wever 2021-02-08 11:03:51 +01:00
commit 4333b5c7d5
No known key found for this signature in database
GPG Key ID: E91335D77E3E87CB
1 changed files with 8 additions and 0 deletions

View File

@ -1912,6 +1912,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>