aboutsummaryrefslogtreecommitdiffstats
path: root/util/generic/benchmark/singleton/ya.make
blob: 15043fe122880a23e8f9d9ce6ff6ba8a9e30fa0c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
Y_BENCHMARK()

OWNER(g:util) 
SUBSCRIBER(g:util-subscribers)

SRCS(
    f.cpp
    main.cpp
)

END()