HTML report: Improve performances of generation for big JTL files
Open
enhancement
os: All
P2
- Dominant language
- Java
- Stars
- 9.5k
- Forks
- 2.3k
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 5
Description
@pmouawad ([Bug 65892](https://bz.apache.org/bugzilla//show_bug.cgi?id=65892&redirect=false)):
The time taken to generate the report increases importantly for big files.
For example for a file of 37 Gb, it takes 30 minutes to 1 hour to generate the report on an average VM.
Ideas:
- Parallelization seems to be necessary to improve that.
- Switching from commons-maths DescriptiveStatistics to HDR Histogram for percentiles calculation might be also a way to improve that.
OS: All
Contributor guide
Assessment
This issue has not been assessed yet.