Merge: Fast benches
authorJean Privat <jean@pryen.org>
Sat, 28 Mar 2015 01:39:53 +0000 (08:39 +0700)
committerJean Privat <jean@pryen.org>
Sat, 28 Mar 2015 01:39:53 +0000 (08:39 +0700)
commit58a5298b24847da237b3ae81109d650f9dc089bc
treea2f5748cb10d491834a9ec40e8ae19ceee5ee72b
parent87235c87c9a3ec0feab4118fbbb0e8949fae7b87
parent35ca74af2a6c13a7aa326aff357ec1f19d687af9
Merge: Fast benches

Last week benches shows some failures on some options due to recent commits.

This PR add a `--fast --fast` option that test only `hello_world` so it could be used in continuous integration to test the various meaningful combination of compiling options.

Moreover, the script is simplified to be more simple to use and extends with new options or combination of options,

Pull-Request: #1217
Reviewed-by: Alexandre Terrasa <alexandre@moz-code.org>
Reviewed-by: Alexis Laferrière <alexis.laf@xymus.net>