aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/http/io/benchmark/ya.make
blob: 6e1d252df0c14908c12d9944e70762074d816dc5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
G_BENCHMARK()

PEERDIR(
    library/cpp/http/io
)

SRCS(
    main.cpp
)

END()