You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: