From d370d48d4aede068555ec363fb3f44e7acf295d5 Mon Sep 17 00:00:00 2001 From: Nick Hill Date: Tue, 19 Nov 2019 02:28:18 -0800 Subject: [PATCH] Update to latest JMH version (#9787) Motivation JMH 1.22 was released recently, we might as well use the latest when running benchmarks. Summary of changes: https://mail.openjdk.java.net/pipermail/jmh-dev/2019-November/002879.html Modifications Update jmh dependencies in microbench module from version 1.21 to 1.22. Result Benchmarks run using latest JMH --- microbench/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/microbench/pom.xml b/microbench/pom.xml index 000ee460ab..d8ec617053 100644 --- a/microbench/pom.xml +++ b/microbench/pom.xml @@ -31,7 +31,7 @@ true - 1.21 + 1.22