mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-19 04:57:54 +00:00
13 lines
286 B
Python
13 lines
286 B
Python
"""
|
|
pytest-based end-to-end benchmarks of Tahoe-LAFS.
|
|
|
|
Usage:
|
|
|
|
$ systemd-run --user --scope pytest benchmark --number-of-nodes=3
|
|
|
|
It's possible to pass --number-of-nodes multiple times.
|
|
|
|
The systemd-run makes sure the tests run in their own cgroup so we get CPU
|
|
accounting correct.
|
|
"""
|