Commit 114c7ab6 authored by Julien Muchembled's avatar Julien Muchembled

bench: reduce number of partitions in matrix test

parent c3343279
......@@ -67,7 +67,7 @@ class MatrixImportBenchmark(BenchmarkRunner):
stats[s] = z = {}
for r in replicas:
if r < s:
z[r] = self.runImport(1, s, r, 100)
z[r] = self.runImport(1, s, r, 12*s//(1+r))
return stats
def runImport(self, masters, storages, replicas, partitions):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment