123456789101112131415161718192021222324252627282930 |
- # Generated by devtools/yamaker.
- PY3_PROGRAM()
- WITHOUT_LICENSE_TEXTS()
- VERSION(1.9.1)
- ORIGINAL_SOURCE(https://github.com/google/benchmark/archive/v1.9.1.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()
|