Skip to content
Snippets Groups Projects
Commit 2c71287e authored by Sean Busbey's avatar Sean Busbey Committed by GitHub
Browse files

Merge pull request #788 from steffenfriedrich/patch-1

[core] solve issue with hdrhistogram+raw 
parents be6ba526 b39f2882
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