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

Y_BENCHMARK() 

SRCS(
    main.cpp
)

END()