aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/coroutine/engine/stack/benchmark/ya.make
blob: b2942fe8ca3f884743411941e5aa5a5069fba7b3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
G_BENCHMARK()

OWNER(g:balancer)

SRCS(
    alloc_bm.cpp
)

PEERDIR(
    library/cpp/coroutine/engine
)

END()