From 19f3ea2c204794e7eabc5bbc34fde3328fedb22a Mon Sep 17 00:00:00 2001 From: Craig Tiller Date: Fri, 17 Feb 2017 15:17:05 -0800 Subject: Start bringing microbenchmarks to Bazel --- WORKSPACE | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'WORKSPACE') diff --git a/WORKSPACE b/WORKSPACE index 4f90f06d88..b92986127b 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -33,6 +33,11 @@ bind( actual = "@submodule_gtest//:gtest", ) +bind( + name = "benchmark", + actual = "@submodule_benchmark//:benchmark", +) + new_local_repository( name = "submodule_boringssl", path = "third_party/boringssl-with-bazel", @@ -56,3 +61,9 @@ new_local_repository( path = "third_party/googletest", build_file = "third_party/gtest.BUILD", ) + +new_local_repository( + name = "submodule_benchmark", + path = "third_party/benchmark", + build_file = "third_party/benchmark.BUILD", +) -- cgit v1.2.3