aboutsummaryrefslogtreecommitdiffstats
path: root/util/string/benchmark/subst_global/ya.make
blob: 397a4bf354318389a1037aa4b553441c125a9ceb (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()