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