Merge: ci: basic bench with old branch
authorJean Privat <jean@pryen.org>
Fri, 12 Jul 2019 19:53:19 +0000 (15:53 -0400)
committerJean Privat <jean@pryen.org>
Fri, 12 Jul 2019 19:53:19 +0000 (15:53 -0400)
commiteda9a4d57e9057a9ece84b674fb838ee512f370d
tree09fc4af31306cdf90b5986ae1dc3eb098a31eec8
parent64bfb948847791b4e403c0698575bb66826e52b7
parente22eff6c202e52a7a41b748dee68408ae6b77fe0
Merge: ci: basic bench with old branch

This adds a job where a basic execution is compared against origin/master is order to catch important time or space regressions. Because the test machine is shared with many jobs, the results are not that reliable and some additional checks by the integrator might be required.

However, the script can help developers to do a basic check to document their PR.

Pull-Request: #2739
Reviewed-by: Alexis Laferrière <alexis.laf@xymus.net>