diff options
Diffstat (limited to 'util/generic/benchmark/ya.make')
-rw-r--r-- | util/generic/benchmark/ya.make | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/util/generic/benchmark/ya.make b/util/generic/benchmark/ya.make index 635860a646..9c18713826 100644 --- a/util/generic/benchmark/ya.make +++ b/util/generic/benchmark/ya.make @@ -1,19 +1,19 @@ OWNER(yazevnul g:util) SUBSCRIBER(g:util-subscribers) - -RECURSE( - fastclp2 - fastclp2/metrics - log2 - log2/metrics - rotate_bits - rotate_bits/metrics - singleton + +RECURSE( + fastclp2 + fastclp2/metrics + log2 + log2/metrics + rotate_bits + rotate_bits/metrics + singleton smart_pointers sort string - vector_count_ctor + vector_count_ctor vector_count_ctor/metrics cont_speed -) +) |