mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-18 20:47:54 +00:00
Make it line up.
This commit is contained in:
parent
d3e89cc8fd
commit
9e06cc09d8
@ -65,7 +65,7 @@ class ImmutableBenchmarks(SystemTestMixin, TestCase):
|
||||
|
||||
for i in range(5):
|
||||
# 1. Upload:
|
||||
with timeit("upload"):
|
||||
with timeit(" upload"):
|
||||
uploader = self.clients[0].getServiceNamed("uploader")
|
||||
results = await uploader.upload(UData(DATA, convergence=None))
|
||||
|
||||
@ -92,7 +92,7 @@ class ImmutableBenchmarks(SystemTestMixin, TestCase):
|
||||
|
||||
for i in range(5):
|
||||
# 1. Upload:
|
||||
with timeit("upload"):
|
||||
with timeit(" upload"):
|
||||
result = await self.clients[0].create_mutable_file(MutableData(DATA))
|
||||
|
||||
# 2. Download:
|
||||
|
Loading…
Reference in New Issue
Block a user