luckymarmot / API-Flow

Universal data structure and converter for API formats (Swagger, RAML, Paw, Postman…)
MIT License
194 stars 24 forks source link

119 travis install speed up #119

Closed JonathanMontane closed 7 years ago

JonathanMontane commented 7 years ago

Performance increase:

Before #117

image

After #117, #118, and this PR

image

Note

Linting still takes the most time to complete, but it is much better than before image

JonathanMontane commented 7 years ago

Note: Any time the cache changes, the build is 1 min slower. This happened for this PR on branch develop, for instance (since there was no previous cache).

mittsh commented 7 years ago

@JonathanMontane if it was npm it would be 5+ min slower if the cache vanished ;)