Open
Description
We currently use tables in the comments to show the results of comparing performance between a PR and the master. It would be better if we just draw the PR's results on the history graph.
One of the obstacles that prevents us doing this is that we cannot upload images/graphs as comments in the PR due to the limitation of the Github API. We could try if we can upload the image somewhere else (possible to the CI result repo), and embed the link in the comments.