aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/restricted/google/benchmark/tools/compare/ya.make
blob: 74e7cb446f367cec94494c9ab142dc7957072765 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# Generated by devtools/yamaker.

PY3_PROGRAM()

WITHOUT_LICENSE_TEXTS()

VERSION(1.8.5)

ORIGINAL_SOURCE(https://github.com/google/benchmark/archive/v1.8.5.tar.gz)

LICENSE(Apache-2.0)

PEERDIR(
    contrib/python/numpy
    contrib/python/scipy
)

NO_LINT()

PY_MAIN(compare)

PY_SRCS(
    TOP_LEVEL
    compare.py
    gbench/__init__.py
    gbench/report.py
    gbench/util.py
)

END()