diff mx/suite.py @ 18897:9afee75cee46

mx: add microbench command to run JMH benchmarks
author Roland Schatz <roland.schatz@oracle.com>
date Wed, 21 Jan 2015 14:49:13 +0100
parents 31960077ea9d
children 886621ee9bdb
line wrap: on
line diff
--- a/mx/suite.py	Wed Jan 21 13:55:37 2015 +0100
+++ b/mx/suite.py	Wed Jan 21 14:49:13 2015 +0100
@@ -169,6 +169,13 @@
         "https://search.maven.org/remotecontent?filepath=java3d/vecmath/1.3.1/vecmath-1.3.1.jar",
       ],
       "sha1" : "a0ae4f51da409fa0c20fa0ca59e6bbc9413ae71d",
+    },
+
+    "JMH" : {
+      "path" : "lib/jmh-runner-1.4.2.jar",
+      "sha1" : "f44bffaf237305512002303a306fc5ce3fa63f76",
+      "urls" : ["http://lafo.ssw.uni-linz.ac.at/jmh/jmh-runner-1.4.2.jar"],
+      "annotationProcessor" : "true"
     }
   },