Can I get results in format suitable for HDR Histogram? #587
Replies: 5 comments 5 replies
|
Alternatively, is there any other way to display the percentile distributions from several phases and/or runs in a single diagram? |
|
Hi @gunnarmorling, With Hyperfoil at the moment you can get the percentile distribution plot for each phase/run by simply creating the Unfortunately the report generates one plot per phase, so you don't have all phases in one single plot.
IIRC this is not exported anywhere but I think it could be a nice, optional, feature to include. Since we are actually using HDR histograms to store percentiles it would be about writing to a file before exiting |
@lampajr, just noticing this chart you shared goes beyond 100% 🤔? It's not something I'm observing locally when creating a report myself, though. |
|
Logged #588 and #589 for tracking the two feature requests. Thanks a lot for the replies, @lampajr and @franz1981! |
|
@gunnarmorling Hello |


Uh oh!
There was an error while loading. Please reload this page.
Hey all, when using the run script (https://hyperfoil.io/docs/howtos/run_scripts/), is there a way to obtain the results (percentile numbers) in the format expected by HDR Histogram (https://hdrhistogram.github.io/HdrHistogram/plotFiles.html)?
All reactions