While exploring thebenchmark.html page, I noticed that the trial samples table doesn’t seem to follow any specific sort order and there’s no way to sort the columns manually either.
Right now:
- The rows appear in the order they’re rendered from the backend
- There’s no clear default sorting (e.g., by coverage, trial ID, crashes, etc.)
- Users can’t re-sort columns to quickly find the most relevant trials
This makes it a bit tricky to compare results — especially when the list gets long.
A couple of improvements I had in mind:
- Add a default sort (maybe by coverage or trial ID)
- Allow clickable column headers for sorting (e.g., coverage, crashes)
- Optional: a small icon to show sort direction
Would love to know if this sounds like a useful addition!
If it seems reasonable, I’d be happy to start working on a small PR for it.
While exploring the
benchmark.htmlpage, I noticed that the trial samples table doesn’t seem to follow any specific sort order and there’s no way to sort the columns manually either.Right now:
This makes it a bit tricky to compare results — especially when the list gets long.
A couple of improvements I had in mind:
Would love to know if this sounds like a useful addition!
If it seems reasonable, I’d be happy to start working on a small PR for it.