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

BENCHMARK_OPTS(--budget=10)

SRCS(
    main.cpp
)

END()

RECURSE(
    metrics
)