summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorNingsheng Jian <ningsheng.jian@linaro.org>2017-11-07 18:38:01 +0800
committerNingsheng Jian <ningsheng.jian@linaro.org>2017-11-16 09:46:55 +0800
commite715fe64e96acb6131af937d0c8bba2537ea13f4 (patch)
tree702384eb404c3fd6acbbc3321261847e9fc27398 /pom.xml
parent3811e9930ddb1d2b3a1463ad6c876af324331335 (diff)
Port and add more cases.HEADmaster
1. Port benchmark cases from art-testing. 2. Add some more benchmarks for basic OPs. 3. Fix some jmh result variance. Signed-off-by: Zhongwei Yao <zhongwei.yao@linaro.org> Signed-off-by: Yang Zhang <yang.zhang@linaro.org> Signed-off-by: Ningsheng Jian <ningsheng.jian@linaro.org> Change-Id: I514658696b63e468158325be3b84494553773705
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 18d3c70..8d9c9cc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -67,7 +67,7 @@ THE POSSIBILITY OF SUCH DAMAGE.
<!--
JMH version to use with this project.
-->
- <jmh.version>1.13</jmh.version>
+ <jmh.version>1.17.5</jmh.version>
<!--
Java source/target to use for compilation.