Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created January 16, 2019 20:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryantm/6e1ddcbd80b8d0ecfda82d96a5bd47f1 to your computer and use it in GitHub Desktop.
Save ryantm/6e1ddcbd80b8d0ecfda82d96a5bd47f1 to your computer and use it in GitHub Desktop.
/nix/store/f9igsa6c8xxd9hnias8109iscl9nl6gl-python3.7-pytest-benchmark-3.2.2
├── bin
│   ├── py.test-benchmark
│   └── pytest-benchmark
├── lib
│   └── python3.7
│   └── site-packages
│   ├── pytest_benchmark
│   │   ├── cli.py
│   │   ├── compat.py
│   │   ├── csv.py
│   │   ├── fixture.py
│   │   ├── histogram.py
│   │   ├── hookspec.py
│   │   ├── __init__.py
│   │   ├── logger.py
│   │   ├── __main__.py
│   │   ├── pep418.py
│   │   ├── plugin.py
│   │   ├── __pycache__
│   │   │   ├── cli.cpython-37.pyc
│   │   │   ├── compat.cpython-37.pyc
│   │   │   ├── csv.cpython-37.pyc
│   │   │   ├── fixture.cpython-37.pyc
│   │   │   ├── histogram.cpython-37.pyc
│   │   │   ├── hookspec.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── logger.cpython-37.pyc
│   │   │   ├── __main__.cpython-37.pyc
│   │   │   ├── pep418.cpython-37.pyc
│   │   │   ├── plugin.cpython-37.pyc
│   │   │   ├── session.cpython-37.pyc
│   │   │   ├── stats.cpython-37.pyc
│   │   │   ├── table.cpython-37.pyc
│   │   │   ├── timers.cpython-37.pyc
│   │   │   └── utils.cpython-37.pyc
│   │   ├── session.py
│   │   ├── stats.py
│   │   ├── storage
│   │   │   ├── elasticsearch.py
│   │   │   ├── file.py
│   │   │   ├── __init__.py
│   │   │   └── __pycache__
│   │   │   ├── elasticsearch.cpython-37.pyc
│   │   │   ├── file.cpython-37.pyc
│   │   │   └── __init__.cpython-37.pyc
│   │   ├── table.py
│   │   ├── timers.py
│   │   └── utils.py
│   └── pytest_benchmark-3.2.2.dist-info
│   ├── AUTHORS.rst
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
10 directories, 49 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment