Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Result history #13

Open
linusg opened this issue Jun 8, 2023 · 4 comments
Open

Result history #13

linusg opened this issue Jun 8, 2023 · 4 comments
Labels
ui Related to web UI

Comments

@linusg
Copy link
Member

linusg commented Jun 8, 2023

You already know what this is about, just making a tracking issue :)

The way LibJS does it is just appending to an ever growing JSON file, which in hindsight is not really that scalable - especially not when you have results for 10 different engines.

This could either be tracking the total score, or even per-file results to see when certain engines implemented certain features.

@CanadaHonk CanadaHonk added the ui Related to web UI label Jun 18, 2023
@CanadaHonk
Copy link
Member

Basic history tracking (overall, not per file/dir) was added a few days ago in e4a76f4. No graph yet as collecting data for a while first :)

@linusg
Copy link
Member Author

linusg commented Sep 11, 2023

Hmm, it appears that this appends a new entry every time an engine finishes, which could make this grow rather quickly - is that avoidable?

Agreed that per-file is overkill. FYI I've set up a daily mirror of the various JSON files at https://files.linus.dev/test262.fyi, and I'll probably keep that going for a while - so if there's any data you want to backfill, feel free to take it from there.

@CanadaHonk
Copy link
Member

Was a bug - just rewrote it (lol) and should be much future-proof-ier now :) Thanks for info and mirror!

@CanadaHonk
Copy link
Member

Also to note, thanks to @linusg, we can likely use historical data from test262.report for The Graph™!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ui Related to web UI
Projects
None yet
Development

No branches or pull requests

2 participants