summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.benchmarks/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.jgit.benchmarks/BUILD')
-rw-r--r--org.eclipse.jgit.benchmarks/BUILD13
1 files changed, 13 insertions, 0 deletions
diff --git a/org.eclipse.jgit.benchmarks/BUILD b/org.eclipse.jgit.benchmarks/BUILD
new file mode 100644
index 0000000000..3c6ff0e12b
--- /dev/null
+++ b/org.eclipse.jgit.benchmarks/BUILD
@@ -0,0 +1,13 @@
+load("//tools:bzl/jmh.bzl", "jmh_java_benchmarks")
+
+SRCS = glob(
+ ["src/**/*.java"],
+)
+
+jmh_java_benchmarks(
+ name = "benchmarks",
+ srcs = SRCS,
+ deps = [
+ "//org.eclipse.jgit:jgit",
+ ],
+) \ No newline at end of file