I like to include google benchmark tests within out continuous integration environment.
How can I check if the code under test has not become slower than it was before? Do I have to manually process the json output of the benchmark?
Is there an elegant way of accounting for different machines?
Is there an elegant way to check for every build on the same machine the performance? Is there a better way than writing a bash script and compare the output of the actual performance with a reference performance?
There has been a similar question, but no good answer to it.
Is there a way to integrate it into Jenkins.