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