aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/accurate_accumulate/benchmark/metrics/ya.make
blob: bcb310f04c21622bef1b3ae21a0e4497c14fc9e3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
OWNER(yazevnul)

PY2TEST() 

SIZE(LARGE)

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

TEST_SRCS(main.py)

DEPENDS(library/cpp/accurate_accumulate/benchmark)

END()