aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/testing/benchmark/examples/ya.make
blob: d0d5bdca2c40ceac183b7875547b343cf2f458e3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
OWNER( 
    pg 
    yazevnul 
) 
 
Y_BENCHMARK()

SRCS(
    main.cpp
)

END()