diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2015-02-03 21:37:39 +0100 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2015-02-03 21:37:39 +0100 |
commit | 03a61d5d6acb7bfba984eed21cde7c83105ccd36 (patch) | |
tree | 4c096d38efd4ababab986a3f82fc9e72782c68ba /microbenchmark-template/pom.xml | |
parent | 4e41765624292d8d5069f52bce0493e48725a05a (diff) | |
download | sonarqube-03a61d5d6acb7bfba984eed21cde7c83105ccd36.tar.gz sonarqube-03a61d5d6acb7bfba984eed21cde7c83105ccd36.zip |
Improve micro-benchmarks of serializers
Diffstat (limited to 'microbenchmark-template/pom.xml')
-rw-r--r-- | microbenchmark-template/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/microbenchmark-template/pom.xml b/microbenchmark-template/pom.xml index 32659e1d664..3d8695ba8ca 100644 --- a/microbenchmark-template/pom.xml +++ b/microbenchmark-template/pom.xml @@ -52,7 +52,7 @@ <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> - <jmh.version>1.1.1</jmh.version> + <jmh.version>1.5.1</jmh.version> <uberjar.name>microbenchmark</uberjar.name> </properties> |