summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.benchmarks/.project
diff options
context:
space:
mode:
authorMatthias Sohn <matthias.sohn@sap.com>2019-08-03 12:02:34 +0200
committerMatthias Sohn <matthias.sohn@sap.com>2019-11-05 14:50:32 +0100
commit9a638b08d30f219f35b3bb0a704b8bbaad665920 (patch)
tree649e8c84d0c906d275d568dfd4f4c245e7e14415 /org.eclipse.jgit.benchmarks/.project
parent5b7be296d2e2465ec4fdff4b7ea11b0bcdcbe902 (diff)
downloadjgit-9a638b08d30f219f35b3bb0a704b8bbaad665920.tar.gz
jgit-9a638b08d30f219f35b3bb0a704b8bbaad665920.zip
JMH benchmark for SimpleLruCache
See [1] for JMH documentation and [2] how to use JMH in Eclipse. The benchmarks pom currently cannot use the JGit parent pom due to an ecj bug [3] regarding annotation processing. Hence for now do not inherit from the JGit parent pom and copy the compiler plugin configuration for javac from the parent pom. After running the Maven build the benchmark can be run using Maven: $ java -jar org.eclipse.jgit.benchmarks/target/benchmarks.jar or in Eclipse by running the main method of the SimpleLruCacheBenchmark class. [1] https://openjdk.java.net/projects/code-tools/jmh/ [2] http://alblue.bandlem.com/Page/3/index.html [3] https://eclip.se/532029 CQ: 20517 CQ: 20518 Change-Id: Idca8a9e0980f0b8a9c741c4c9e97d03c62f07c8d Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.benchmarks/.project')
-rw-r--r--org.eclipse.jgit.benchmarks/.project23
1 files changed, 23 insertions, 0 deletions
diff --git a/org.eclipse.jgit.benchmarks/.project b/org.eclipse.jgit.benchmarks/.project
new file mode 100644
index 0000000000..59be0016d3
--- /dev/null
+++ b/org.eclipse.jgit.benchmarks/.project
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.eclipse.jgit.benchmarks</name>
+ <comment></comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ <buildCommand>
+ <name>org.eclipse.jdt.core.javabuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+ <name>org.eclipse.m2e.core.maven2Builder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>org.eclipse.jdt.core.javanature</nature>
+ <nature>org.eclipse.m2e.core.maven2Nature</nature>
+ </natures>
+</projectDescription>