aboutsummaryrefslogtreecommitdiffstats
path: root/util/string/benchmark/subst_global/ya.make
blob: 30955f3189f531bea421187f2e1d93566f8e69a6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
OWNER(yazevnul)
 
Y_BENCHMARK()
 
# to minimize allocations overhead
ALLOCATOR(B)
 
SRCS( 
    main.cpp 
) 
 
END()