aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/testing/benchmark/examples/metrics/ya.make
blob: 56eb58fc7f08efbd84bc9224e1c7d2a42db50203 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
PY2TEST()

SIZE(LARGE)

TAG(
    ya:force_sandbox
    sb:intel_e5_2660v1
    ya:fat
)

TEST_SRCS(main.py)

DEPENDS(library/cpp/testing/benchmark/examples)

END()