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

OWNER(tender-bum)

SRCS(
    flat_hash_benchmark.cpp
)

PEERDIR(
    library/cpp/containers/flat_hash 
)

END()