aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.benchmarks/BUILD
blob: 6198e4d0c7f3ea5abf0623f70078b8937b89dd3b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
load("//tools:bzl/jmh.bzl", "jmh_java_benchmarks")

SRCS = glob(
    ["src/**/*.java"],
)

jmh_java_benchmarks(
    name = "benchmarks",
    srcs = SRCS,
    testonly = 1,
    deps = [
        "//lib:javaewah",
        "//lib:slf4j-api",
        "//org.eclipse.jgit:jgit",
        "//org.eclipse.jgit.junit:junit",
    ],
)