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