mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-19 04:57:54 +00:00
8 lines
207 B
Python
8 lines
207 B
Python
"""Benchmarks for minimal `tahoe` CLI interactions."""
|
|
|
|
def test_cp_one_file(client_node):
|
|
"""
|
|
Upload a file with tahoe cp and then download it, measuring the latency of
|
|
both operations.
|
|
"""
|