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

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

SRCS(
    main.cpp
)

END()