aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/string_utils/base64/bench/ya.make
blob: e2f82d6605ee6fb377b8841009c381909a4c1708 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
OWNER(
    yazevnul
    g:util 
)

Y_BENCHMARK()

SRCS(
    main.cpp
)

PEERDIR(
    library/cpp/string_utils/base64
)

END()