From be3d01c71724f9fe6dbdb4583874f47caedfd114 Mon Sep 17 00:00:00 2001 From: Dawid Drozd Date: Sat, 5 Aug 2017 12:22:42 +0200 Subject: [PATCH] Add benchmark google library v1.2.0 --- .gitmodules | 3 +++ performance/benchmark | 1 + 2 files changed, 4 insertions(+) create mode 160000 performance/benchmark diff --git a/.gitmodules b/.gitmodules index fb008bc..bb0e98b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "test/Catch"] path = test/Catch url = https://github.com/philsquared/Catch.git +[submodule "performance/benchmark"] + path = performance/benchmark + url = https://github.com/google/benchmark.git diff --git a/performance/benchmark b/performance/benchmark new file mode 160000 index 0000000..5b7683f --- /dev/null +++ b/performance/benchmark @@ -0,0 +1 @@ +Subproject commit 5b7683f49e1e9223cf9927b24f6fd3d6bd82e3f8