aboutsummaryrefslogtreecommitdiffstats
path: root/util/string/benchmark/join/ya.make
blob: 4ea53d87cb9128ef1a11e7184b273964a0b9865c (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()