diff options
author | 2019-02-04 16:55:44 +0000 | |
---|---|---|
committer | 2019-02-04 16:55:44 +0000 | |
commit | 76c648e7a477ffb2a882ad5ffe523269bd9a3f6a (patch) | |
tree | 29d319d598650bab04e4f58e5e8769567e33091e /lib/libcxx/benchmarks/unordered_set_operations.bench.cpp | |
parent | Import libc++abi 7.0.1. (diff) | |
download | wireguard-openbsd-76c648e7a477ffb2a882ad5ffe523269bd9a3f6a.tar.xz wireguard-openbsd-76c648e7a477ffb2a882ad5ffe523269bd9a3f6a.zip |
Import libc++ 7.0.1.
Diffstat (limited to 'lib/libcxx/benchmarks/unordered_set_operations.bench.cpp')
-rw-r--r-- | lib/libcxx/benchmarks/unordered_set_operations.bench.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libcxx/benchmarks/unordered_set_operations.bench.cpp b/lib/libcxx/benchmarks/unordered_set_operations.bench.cpp index e2afdde56dc..ee0ea29b8d2 100644 --- a/lib/libcxx/benchmarks/unordered_set_operations.bench.cpp +++ b/lib/libcxx/benchmarks/unordered_set_operations.bench.cpp @@ -5,7 +5,7 @@ #include <cstdlib> #include <cstring> -#include "benchmark/benchmark_api.h" +#include "benchmark/benchmark.h" #include "ContainerBenchmarks.hpp" #include "GenerateInput.hpp" @@ -303,4 +303,4 @@ BENCHMARK_CAPTURE(BM_EmplaceDuplicate, std::unordered_set<std::string>{}, getRandomCStringInputs)->Arg(TestNumInputs); -BENCHMARK_MAIN() +BENCHMARK_MAIN(); |