文件名称:invokust:蝗虫的包装,以允许在python或AWS Lambda上运行负载测试
文件大小:46KB
文件格式:ZIP
更新时间:2024-02-27 05:04:06
python testing aws-lambda load locust
发票 一种无需使用locust命令行即可在Python中运行负载测试的工具。 这为自动化(例如QA / CI / CD测试)提供了更大的灵活性,也使可以在上运行蝗虫以实现最终的可扩展性。 安装 通过pip安装: pip3 install invokust 例子 使用蝗虫文件运行负载测试: import invokust settings = invokust . create_settings ( locustfile = 'locustfile_example.py' , host = 'http://www.iana.org' , num_users = 1 ,
【文件预览】:
invokust-master
----setup.py(1KB)
----.gitignore(163B)
----main.tf(2KB)
----pyproject.toml(100B)
----invokr.py(5KB)
----.pre-commit-config.yaml(420B)
----LICENSE(1KB)
----Pipfile.lock(55KB)
----setup.cfg(40B)
----.github()
--------workflows()
----examples()
--------loadtest_file_example.py(341B)
--------loadtest_embedded_example.py(475B)
----README.md(16KB)
----tests()
--------test_locustfile.py(214B)
--------test_loadtest.py(866B)
--------test_settings.py(4KB)
----Pipfile(275B)
----lambda_locust.py(933B)
----.coveragerc(29B)
----locustfile_example.py(368B)
----TODO.md(1002B)
----invokust()
--------__init__.py(100B)
--------aws_lambda()
--------loadtest.py(5KB)
--------settings.py(3KB)
----package_lambda_code.sh(305B)