aboutsummaryrefslogtreecommitdiffstats
path: root/util/generic/benchmark/vector_count_ctor/ya.make
blob: 42ce4428194709bae14e1987381e258d51e9a618 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
OWNER(
    yazevnul
    g:util
)
SUBSCRIBER(g:util-subscribers)

Y_BENCHMARK()

ALLOCATOR(B)

SRCS(
    main.cpp
    f.cpp
)

END()