From edf6680845304bca91f904ea426025763d64df85 Mon Sep 17 00:00:00 2001 From: PhongChuong Date: Mon, 2 Dec 2024 01:30:52 -0500 Subject: [PATCH] test: fix benchmark test missing maven configuration --- benchmark/pom.xml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/benchmark/pom.xml b/benchmark/pom.xml index a459346de..44878969a 100644 --- a/benchmark/pom.xml +++ b/benchmark/pom.xml @@ -38,6 +38,15 @@ org.apache.maven.plugins maven-compiler-plugin 3.13.0 + + + + org.openjdk.jmh + jmh-generator-annprocess + ${jmh.version} + + + org.apache.maven.plugins