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

SRCS(
    main.cpp
)

END()

RECURSE(
    metrics
)