aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/string_utils/base64/bench/metrics/ya.make
blob: a77c2c9505210ab48b2d542ee599e850e979ae6a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
PY2TEST()

SIZE(LARGE)

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

TEST_SRCS(
    main.py
)

DEPENDS(
    library/cpp/string_utils/base64/bench
)

END()