Fix running benchmarks from bazel

add missing dependency to
- javaewah
- slf4j-api

Change-Id: I28dc982791b32f10d20b2fd0671aa8d2514a0fb3
This commit is contained in:
Matthias Sohn 2021-09-27 15:53:30 +02:00
parent c70c0acb47
commit 283c23012f
1 changed files with 2 additions and 0 deletions

View File

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