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