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