aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/pop_count/benchmark/ya.make
blob: f355d6b85651d4576745d1387f97fb0d4d923a3b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
OWNER(g:util)

Y_BENCHMARK() 

PEERDIR(
    util/draft
    library/cpp/pop_count
)

SRCS(
    main.cpp
)

END()