blob: cf364865b5aa16270ff8d4136e60e8c70d91d7a5 (
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.9.0)
ORIGINAL_SOURCE(https://github.com/google/benchmark/archive/v1.9.0.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()
|