current-bench icon indicating copy to clipboard operation
current-bench copied to clipboard

Looking at the past

Open art-w opened this issue 3 years ago • 1 comments

The dune team wanted to look at past benchmarks. In the frontend UI, there is a calendar on the top right to select a time interval, but the results are confusing since:

  • [x] The graphs always show the latest 20 commits from the time interval, so selecting a large range from last year to today doesn't actually update anything! (= this gives the impression that the calendar doesn't work)
  • [ ] The date of each commit is not visible, so it's not clear which interval is actually displayed
  • [ ] It's also hard to see that a time interval is selected
  • [ ] Finally the URL is missing the time interval selection: can't share a view with a coworker

art-w avatar Mar 03 '22 17:03 art-w

  • The graphs always show the latest 20 commits from the time interval, so selecting a large range from last year to today doesn't actually update anything!

This was changed in the recently merged #320

  • The date of each commit is not visible, so it's not clear which interval is actually displayed

We also removed the commit IDs being displayed on the X-axis in the same PR. We could possibly display the date of the commit (actually the date when we ran the benchmarks for that commit) in the hover UI.

punchagan avatar Mar 04 '22 05:03 punchagan