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