aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/containers/flat_hash/benchmark/ya.make
blob: 2a86bf458e2cc5ce760fe5a697c079a9d80e036b (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()