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

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

SRCS(
    perftest.cpp
)

END()