aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/string_utils/base64/bench/ya.make
blob: 61f0b6eb94d50586ab56fe4a1cf33a7858e06a0c (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()