summaryrefslogtreecommitdiffstats
path: root/tests/roof/config.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/roof/config.py')
-rw-r--r--tests/roof/config.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/roof/config.py b/tests/roof/config.py
index 5ea8d41..ace895a 100644
--- a/tests/roof/config.py
+++ b/tests/roof/config.py
@@ -22,6 +22,8 @@ class RoofConfig:
self.fan_bins = self.modules * self.get_opt('hardware', 'channels_per_module', 16)
self.fan_projections = self.get_opt('hardware', 'samples_per_rotation', (self.sample_rate / self.imaging_rate) if (self.imaging_rate and self.sample_rate) else 1000)
+ self.sockets_per_thread = self.get_opt('performance', 'sockets_per_stream', 1)
+
if self.args.number is None: self.args.number = 0 if self.args.benchmark else self.planes
# Consistency and default mode