Make it line up.

This commit is contained in:
Itamar Turner-Trauring 2022-12-14 11:45:32 -05:00
parent d3e89cc8fd
commit 9e06cc09d8

View File

@ -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: