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

Y_BENCHMARK()
 
SRCS( 
    main.cpp 
) 
 
END()