Closed pcolby closed 8 years ago
I think we can speed up the tests quite significantly if we maintain a dictionary of (read-only) parsed sessions instead of re-parsing each session for each test type. Specifically, parsing the session samples data is quite time-consuming.
Well that's got it down to half... so pretty good improvement for now :smile:
It now takes 3 hours for Travis CI and just over 6 hours on AppVeyor, to run through all tests on all configurations.
Anything we can do to reduce this will bring compound time savings.