You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

BUILD 211B

12345678910111213
  1. load("//tools:bzl/jmh.bzl", "jmh_java_benchmarks")
  2. SRCS = glob(
  3. ["src/**/*.java"],
  4. )
  5. jmh_java_benchmarks(
  6. name = "benchmarks",
  7. srcs = SRCS,
  8. deps = [
  9. "//org.eclipse.jgit:jgit",
  10. ],
  11. )