smarr / ReBenchDB

ReBenchDB records benchmark results and provides customizable reporting to track and analyze run-time performance of software programs.
MIT License
12 stars 6 forks source link

Add project landing page #74

Closed smarr closed 2 years ago

smarr commented 2 years ago

At the moment, we only have the index page with all projects, where one can select changes.

This adds a /project-slug URL, at which only the changes for a specific project are displayed. So, it's a cut-down version of the index. Useful to direct people for a specific project, and for me to find things more easily.

The PR also adds the experiment's start date to the change list. So, in addition to the commit message and branch, there's now a date. It's not the commit date, which may cause some confusion, but to grab that, more work would be needed.