umgbhalla / py-ld

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

py-ld

2022-06-04_21-19-18.mp4

setup dev

pip install pipenv
pipenv install --python python3.9 twine --dev
pipenv shell
pip install -e .

Usage

$ assault --help
Usage: assault [OPTIONS] URL

Options:
  -r, --requests INTEGER     Number of requests
  -c, --concurrency INTEGER  Number of concurrent requests
  -j, --json-file TEXT       Path to output json file
  --help

tests

python -m doctest assault/stats.py

About


Languages

Language:Python 100.0%