diff options
author | bulatman <bulatman@yandex-team.ru> | 2022-02-10 16:45:50 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:45:50 +0300 |
commit | 2f6ca198245aeffd5e2d82b65927c2465b68b4f5 (patch) | |
tree | 9142afc54d335ea52910662635b898e79e192e49 /util/generic/benchmark | |
parent | 6560e4993b14d193f8c879e33a3de5e5eba6e21d (diff) | |
download | ydb-2f6ca198245aeffd5e2d82b65927c2465b68b4f5.tar.gz |
Restoring authorship annotation for <bulatman@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'util/generic/benchmark')
-rw-r--r-- | util/generic/benchmark/fastclp2/ya.make | 2 | ||||
-rw-r--r-- | util/generic/benchmark/log2/ya.make | 2 | ||||
-rw-r--r-- | util/generic/benchmark/rotate_bits/ya.make | 2 | ||||
-rw-r--r-- | util/generic/benchmark/singleton/ya.make | 2 | ||||
-rw-r--r-- | util/generic/benchmark/smart_pointers/ya.make | 2 | ||||
-rw-r--r-- | util/generic/benchmark/sort/ya.make | 2 | ||||
-rw-r--r-- | util/generic/benchmark/vector_count_ctor/ya.make | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/util/generic/benchmark/fastclp2/ya.make b/util/generic/benchmark/fastclp2/ya.make index 5088daa2f3..976977014f 100644 --- a/util/generic/benchmark/fastclp2/ya.make +++ b/util/generic/benchmark/fastclp2/ya.make @@ -4,7 +4,7 @@ OWNER( ) SUBSCRIBER(g:util-subscribers) -Y_BENCHMARK() +Y_BENCHMARK() SRCS( main.cpp diff --git a/util/generic/benchmark/log2/ya.make b/util/generic/benchmark/log2/ya.make index c5202ae100..45d751909e 100644 --- a/util/generic/benchmark/log2/ya.make +++ b/util/generic/benchmark/log2/ya.make @@ -4,7 +4,7 @@ OWNER( ) SUBSCRIBER(g:util-subscribers) -Y_BENCHMARK() +Y_BENCHMARK() SRCS( main.cpp diff --git a/util/generic/benchmark/rotate_bits/ya.make b/util/generic/benchmark/rotate_bits/ya.make index 5088daa2f3..976977014f 100644 --- a/util/generic/benchmark/rotate_bits/ya.make +++ b/util/generic/benchmark/rotate_bits/ya.make @@ -4,7 +4,7 @@ OWNER( ) SUBSCRIBER(g:util-subscribers) -Y_BENCHMARK() +Y_BENCHMARK() SRCS( main.cpp diff --git a/util/generic/benchmark/singleton/ya.make b/util/generic/benchmark/singleton/ya.make index 79e15aa8e4..12d3d316c8 100644 --- a/util/generic/benchmark/singleton/ya.make +++ b/util/generic/benchmark/singleton/ya.make @@ -1,4 +1,4 @@ -Y_BENCHMARK() +Y_BENCHMARK() OWNER(g:util) SUBSCRIBER(g:util-subscribers) diff --git a/util/generic/benchmark/smart_pointers/ya.make b/util/generic/benchmark/smart_pointers/ya.make index ea15a55136..7059abc3a4 100644 --- a/util/generic/benchmark/smart_pointers/ya.make +++ b/util/generic/benchmark/smart_pointers/ya.make @@ -1,4 +1,4 @@ -Y_BENCHMARK() +Y_BENCHMARK() OWNER(g:util) SUBSCRIBER(g:util-subscribers) diff --git a/util/generic/benchmark/sort/ya.make b/util/generic/benchmark/sort/ya.make index ea15a55136..7059abc3a4 100644 --- a/util/generic/benchmark/sort/ya.make +++ b/util/generic/benchmark/sort/ya.make @@ -1,4 +1,4 @@ -Y_BENCHMARK() +Y_BENCHMARK() OWNER(g:util) SUBSCRIBER(g:util-subscribers) diff --git a/util/generic/benchmark/vector_count_ctor/ya.make b/util/generic/benchmark/vector_count_ctor/ya.make index c6f415cde0..42ce442819 100644 --- a/util/generic/benchmark/vector_count_ctor/ya.make +++ b/util/generic/benchmark/vector_count_ctor/ya.make @@ -4,7 +4,7 @@ OWNER( ) SUBSCRIBER(g:util-subscribers) -Y_BENCHMARK() +Y_BENCHMARK() ALLOCATOR(B) |