相关疑难解决方法(0)

从日食中的主要运行JMH时"没有匹配的基准"

我想通过在eclipse中将其作为Java Application运行来试用JMH的新功能.我导入并构建了jmh-samples项目.编译后的类以/ jmh-samples/target/generated-sources/annotations结尾,/ target /中有几个JAR,并且从命令行运行microbenchmarks.jar像往常一样工作.

但是,当我执行main时,我总是得到

No matching benchmarks. Miss-spelled regexp?
Run Code Online (Sandbox Code Playgroud)

有任何想法吗?我使用的是0.3版

java eclipse benchmarking jmh

10
推荐指数
1
解决办法
6516
查看次数

标签 统计

benchmarking ×1

eclipse ×1

java ×1

jmh ×1