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