ngless-toolkit / ngless-toolkit/ngless

No HTML report is generated when using the parallel module

Open
#133 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

bug help wanted
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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.