文章目录
背景说明:
最近在尝试用JMH做性能测试时,出现Exception in thread “main” java.lang.RuntimeException: ERROR: Unable to find the resource: /META-INF/BenchmarkList问题
<!-- JMH基准测试框架依赖 -->
<!-- The jmh is a Java harness for building, running,
and analysing nano/micro/macro benchmarks written in Java and other languages targeting the JVM. -->
<dependency>
<groupId>org.openjdk.jmh</groupId>