aboutsummaryrefslogtreecommitdiffstats
path: root/util/generic/benchmark/log2/ya.make
blob: c5202ae1006c1addc6ba57e3db7df0432a62ace8 (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()