From 2f9a1205dd504ed64fb4aecfe7a473d9634ea8fd Mon Sep 17 00:00:00 2001 From: daniel-march Date: Mon, 13 Nov 2023 12:02:38 +0300 Subject: Added 'y_benchmark' to Y_BENCHMARK --- library/cpp/containers/comptrie/benchmark/ya.make | 2 ++ 1 file changed, 2 insertions(+) (limited to 'library/cpp/containers') diff --git a/library/cpp/containers/comptrie/benchmark/ya.make b/library/cpp/containers/comptrie/benchmark/ya.make index d0d42fb7d7b..1fded11a948 100644 --- a/library/cpp/containers/comptrie/benchmark/ya.make +++ b/library/cpp/containers/comptrie/benchmark/ya.make @@ -1,5 +1,7 @@ Y_BENCHMARK() +TAG(ya:not_autocheck) + SRCS( main.cpp ) -- cgit v1.3