patrickhulce / patrickhulce/third-party-web
Add IQR and MAD to execution time summary
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 1.1k
- Forks
- 112
- Avg merge
- 22h 26m
- Merged PRs (30d)
- 1
Description
Great work!
Leaving this as a note for myself or for anyone who can contribute.
Seeing the IQR and MAD could give us a better idea of intra-library variation. It would be great to see how analytics library execution times spread out in this dataset.
I suspect that the average creeps up with certain libraries due to the population that uses them. For instance, the developers that integrate them may be more skilled, and hence use more feature of the library.
Contributor guide
No contributing guide indexed for this repository
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
No file or test is named in the issue. Start by locating the execution time summary and the dataset aggregation entry point, then check how existing summary statistics are calculated. Done means the summary reports both interquartile range (IQR) and median absolute deviation (MAD) for library execution times, with tests or sample output covering the new values.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- analytics, data
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100