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