sitespeedio / sitespeedio/sitespeed.io
Let the compare plugin compare to JSONs from file.
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 5k
- Forks
- 624
- Avg merge
- 4h 8m
- Merged PRs (30d)
- 2
Description
Today the compare plugin compare the current test with a baseline. It would be nice feature if we could compare two JSON where we do not use the current tests. It will need some clever hacking to get around that we need a URL or file to run the tests.
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 reading the compare plugin and the test-running entry point that currently supplies a URL or file and baseline data. Trace how the current test is selected, then define the behavior for supplying two JSON files directly. Done means the plugin can compare two provided JSON files without running current tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- performance, tooling
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100