aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/digest/md5/bench/ya.make
blob: 00099ab12635c5f6e9713abf16efa2731c559abc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
G_BENCHMARK()

OWNER( 
    pg 
    g:util 
) 

PEERDIR(
    library/cpp/digest/md5
)

SRCS(
    main.cpp
)

END()