You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The DataReductionJob recreates the MeasurementValueCollector for each Measurement, which is massively inefficient. It also means that the Collectors can't cache useful things that are required across all measurements.
The
DataReductionJobrecreates theMeasurementValueCollectorfor eachMeasurement, which is massively inefficient. It also means that the Collectors can't cache useful things that are required across all measurements.