]> git.proxmox.com Git - mirror_qemu.git/commitdiff
.travis.yml: make -j3
authorAlex Bennée <alex.bennee@linaro.org>
Tue, 22 Mar 2016 12:22:27 +0000 (12:22 +0000)
committerAlex Bennée <alex.bennee@linaro.org>
Tue, 5 Apr 2016 09:08:15 +0000 (10:08 +0100)
The move from Travis VMs to Containers came with a upgrade from 1.5
cores to 2. The received wisdom is -j N+1 means a core can be doing work
while other threads wait for IO to complete. This is hard to test on the
Travis infrastructure but an initial before/after eyeballing seems to
confirm it is an improvement.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: David Gibson <david@gibson.dropbear.id.au>
.travis.yml

index f02710dcc1579805b4fdd971093c0d0d0d2e44da..50ac17f4d721d4f1ca4f019d3dfae269e741e131 100644 (file)
@@ -60,7 +60,7 @@ before_install:
 before_script:
   - ./configure ${CONFIG}
 script:
-  - make -j2 && ${TEST_CMD}
+  - make -j3 && ${TEST_CMD}
 matrix:
   include:
     # Sparse is GCC only