ya.make 388 B

123456789101112131415161718192021222324252627282930
  1. # Generated by devtools/yamaker.
  2. PY3_PROGRAM()
  3. WITHOUT_LICENSE_TEXTS()
  4. VERSION(1.9.1)
  5. ORIGINAL_SOURCE(https://github.com/google/benchmark/archive/v1.9.1.tar.gz)
  6. LICENSE(Apache-2.0)
  7. PEERDIR(
  8. contrib/python/numpy
  9. contrib/python/scipy
  10. )
  11. NO_LINT()
  12. PY_MAIN(compare)
  13. PY_SRCS(
  14. TOP_LEVEL
  15. compare.py
  16. gbench/__init__.py
  17. gbench/report.py
  18. gbench/util.py
  19. )
  20. END()