aboutsummaryrefslogtreecommitdiffstats
path: root/util/digest/benchmark/murmur/main.cpp
diff options
context:
space:
mode:
authorthegeorg <thegeorg@yandex-team.com>2023-06-08 13:56:44 +0300
committerthegeorg <thegeorg@yandex-team.com>2023-06-08 13:56:44 +0300
commit40479c2d3d1e9bd3eb213aba537570d28d37d8a2 (patch)
tree9a275dff7a8b4b20f6c7f33022a7ef800d7a4063 /util/digest/benchmark/murmur/main.cpp
parent74801b5fa21692b9fce51b8096694453568cbf8a (diff)
downloadydb-40479c2d3d1e9bd3eb213aba537570d28d37d8a2.tar.gz
Restrict direct usages of google benchmarking library
Forbid PEERDIR-ing Google Benchmark from modules other than G_BENCHMARK.
Diffstat (limited to 'util/digest/benchmark/murmur/main.cpp')
-rw-r--r--util/digest/benchmark/murmur/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/digest/benchmark/murmur/main.cpp b/util/digest/benchmark/murmur/main.cpp
index eae13e8e48d..ee916bece76 100644
--- a/util/digest/benchmark/murmur/main.cpp
+++ b/util/digest/benchmark/murmur/main.cpp
@@ -1,4 +1,4 @@
-#include <contrib/libs/benchmark/include/benchmark/benchmark.h>
+#include <library/cpp/testing/gbenchmark/benchmark.h>
#include <util/digest/murmur.h>
#include <util/system/types.h>