rust-lang / rustc-perf

Website for graphing performance of rustc

Home Page:https://perf.rust-lang.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add runtime benchmark historical chart to runtime benchmark detail

Kobzol opened this issue · comments

The runtime benchmark table on the compage page currently doesn't show any detail nor historical charts, which makes it difficult to analyze the results. It would be nice to add a similar benchmark detail as is present for compile time benchmarks to it:
image

Apart from the charts, the detail could also contain a command for profiling the runtime benchmark localy using the rustc-perf suite.