aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.benchmarks
diff options
context:
space:
mode:
authorMatthias Sohn <matthias.sohn@sap.com>2023-06-27 14:38:53 +0200
committerMatthias Sohn <matthias.sohn@sap.com>2023-06-27 14:43:48 +0200
commit55230e2b958c3fbc8fd7d31a28fdf44537bba305 (patch)
treeecefc46c0519d68c4bc9f0cbfd124531f69c8ff0 /org.eclipse.jgit.benchmarks
parent4d5f2ada5ef572acadbfce69d10bf044a42f0692 (diff)
downloadjgit-55230e2b958c3fbc8fd7d31a28fdf44537bba305.tar.gz
jgit-55230e2b958c3fbc8fd7d31a28fdf44537bba305.zip
Add missing bazel dependency to benchmarks
Change-Id: I330cbdbe7fdd2e3523cfc555adb15b577e858083
Diffstat (limited to 'org.eclipse.jgit.benchmarks')
-rw-r--r--org.eclipse.jgit.benchmarks/BUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/org.eclipse.jgit.benchmarks/BUILD b/org.eclipse.jgit.benchmarks/BUILD
index ecd268c4b8..6198e4d0c7 100644
--- a/org.eclipse.jgit.benchmarks/BUILD
+++ b/org.eclipse.jgit.benchmarks/BUILD
@@ -7,9 +7,11 @@ SRCS = glob(
jmh_java_benchmarks(
name = "benchmarks",
srcs = SRCS,
+ testonly = 1,
deps = [
"//lib:javaewah",
"//lib:slf4j-api",
"//org.eclipse.jgit:jgit",
+ "//org.eclipse.jgit.junit:junit",
],
)