Don't need setup.

This commit is contained in:
Itamar Turner-Trauring 2022-12-14 11:48:36 -05:00
parent 4cc4670e05
commit 46954613dc

View File

@ -83,15 +83,6 @@ class ImmutableBenchmarks(SystemTestMixin, TestCase):
# To test larger files, change this:
DATA = b"Some data to upload\n" * 10
# 1 node
await self.set_up_nodes(1)
# 1 share
for c in self.clients:
c.encoding_params["k"] = 1
c.encoding_params["happy"] = 1
c.encoding_params["n"] = 1
for i in range(5):
# 1. Upload:
with timeit(" upload"):