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

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

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