ngless-toolkit / ngless-toolkit/ngless
No HTML report is generated when using the parallel module
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 152
- Forks
- 23
- PR merge metrics
- No merged PRs in 30d
Description
This can be seen when running for instance the parallel test with ngless --create-report -o report parallel.ngl.
The reason is that generating the final HTML report would require collect()ing reports for each sample. This final step doesn't currently happen, even if only one sample is present in the samplefile.
Since this report would require aggregating several samples, its format also needs to be different from the single sample one.
This can be one of the goals of GSoC 2020 - Improved reporting of results project idea.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by running the parallel test with ngless --create-report -o report parallel.ngl and trace how collect() is used for reports from the samplefile. The work is complete when parallel runs generate an HTML report that aggregates multiple samples and uses an appropriate multi-sample format.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- data-visualization
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100