aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/messagebus/rain_check/test/perftest/ya.make
blob: 7330a71700f93f6f72e524c955e7a927e5912978 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
PROGRAM(messagebus_rain_check_perftest)

OWNER(g:messagebus)

PEERDIR(
    library/cpp/messagebus/rain_check/core
    library/cpp/messagebus/rain_check/test/helper
)

SRCS(
    perftest.cpp
)

END()