aboutsummaryrefslogtreecommitdiffstats
path: root/util/generic/benchmark/log2/ya.make
blob: eeef80523ba476eb322fca729b0bb3134161da7a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
OWNER( 
    yazevnul 
    g:util
) 
SUBSCRIBER(g:util-subscribers)
 
Y_BENCHMARK()
 
SRCS( 
    main.cpp 
) 
 
PEERDIR( 
    library/cpp/fast_log
) 
 
END()