-
Notifications
You must be signed in to change notification settings - Fork 123
Closed
Description
Seems like FCS is slower on Travis in comparison with AppVeyor
and latest versions become slower.
Repro steps
I use FCS to test SwaggerProvider and ensure that TP is compilable on ~390 available Swagger schemas.
I see following test suite execution time
| FCS | AppVeyor | Travis (Linux) |
|---|---|---|
| 11.0.6 | 15 min 56 sec | 40 min 37 sec |
| 11.0.9 | 24 min 37 sec | > 50 min |
| 11.0.10 | 29 min 30 sec | > 50 min |
| 12.0.1 | 26 min 28 sec | > 50 min |
Does it expected regression that is start from 11.0.9?
Do you understand why it is slower on Mono?