tahoe-lafs/benchmarks/__init__.py

13 lines
286 B
Python
Raw Normal View History

2023-09-25 14:55:21 +00:00
"""
pytest-based end-to-end benchmarks of Tahoe-LAFS.
Usage:
2023-09-25 14:55:21 +00:00
$ systemd-run --user --scope pytest benchmark --number-of-nodes=3
It's possible to pass --number-of-nodes multiple times.
2023-09-25 14:55:21 +00:00
The systemd-run makes sure the tests run in their own cgroup so we get CPU
accounting correct.
"""