Skip to content
Snippets Groups Projects
Commit b39f2882 authored by Steffen Friedrich's avatar Steffen Friedrich Committed by GitHub
Browse files

Update Measurements.java

Solve issue with hdrhistogram+raw which had combined hdrhistogram with histogram
parent be6ba526
No related branches found
No related tags found
No related merge requests found
......@@ -151,7 +151,7 @@ public class Measurements {
case HDRHISTOGRAM_AND_RAW:
return new TwoInOneMeasurement(name,
new OneMeasurementHdrHistogram("Hdr"+name, _props),
new OneMeasurementHistogram("Raw"+name, _props));
new OneMeasurementRaw("Raw"+name, _props));
case TIMESERIES:
return new OneMeasurementTimeSeries(name, _props);
case RAW:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment