aboutsummaryrefslogtreecommitdiffstats
path: root/util/generic/benchmark/string/ya.make
blob: c2956de6a1893d9524de6d15955f5412fd075a66 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
Y_BENCHMARK()

OWNER(g:util)
SUBSCRIBER(g:util-subscribers)

SRCS(
    string.cpp
    std_string.cpp
)

END()