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

SRCS(
    main.cpp
)

PEERDIR(
    library/cpp/containers/comptrie
    util
)

END()