I am using GitLab to host a project where performance is the main focus. I currently have tests which assert that certain tasks finish in given time.
I'd like to expand my CI configuration to measure how a particular commit or pull request affects performance and have the information available in a convenient format (charts, performance change by commit, etc.).
Basically I want the equivalent of coveralls.io except for performance instead of coverage.
I'm interested in all solutions which work on GitHub or GitLab.
Please note that this question is not about how to do performance testing in CI, it's about presenting the obtained data in a convenient way.