Changes between Initial Version and Version 1 of Ticket #3024
- Timestamp:
- 2019-04-03T15:09:45Z (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3024 – Description
initial v1 18 18 From a recent master job, steps (10) and (11) compared to the whole job run were (non-test % in parens): 19 19 20 {{{ 20 21 * ubuntu 18.04: 8m44s vs 7m18s (16%) 21 22 * debian 9: 8m37s vs 7m37s (11%) … … 29 30 * debian 8: 8m13s vs 7m02s (14%) 30 31 * ubuntu 16.04: 8m36s vs 7m16s (15%) 32 }}} 31 33 32 34 Two other jobs have a different structure but we can make a similar comparison: 33 35 36 {{{ 34 37 * lint: 1m54s vs 1m48s (5%) 35 38 * integration: 4m46s vs 3m35s (24%) 39 }}} 36 40 37 41 It seems reasonable to suggest that if we can factor out the redundant setup we should see at least a 10% speedup in overall CI runtime - perhaps as much as 20% or 30% (when CircleCI is under load, I guess?)