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

Y_BENCHMARK()

SRCS(
    main.cpp
)

END()