aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/uri/benchmark/ya.make
blob: 6822537c45927aea0e02b409d4052fc980f277ca (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
Y_BENCHMARK()

PEERDIR(
    library/cpp/testing/benchmark
    library/cpp/uri
)

SRCS(
    main.cpp
)

END()