Open mrseanryan opened 4 years ago
Currently, effect on performance is manually tested against a big proprietary code-base.
This is somewhat time consuming, and doesn't scale (requires a Sean !)
We could try:
This could be run as part of CI pipeline, if merging to master.
We can use travis Build Stages to control that.
example - see https://github.com/mrseanryan/tslint-folders (not a performance test but otherwise similar to above)
Some big TS projects:
https://github.com/trending/typescript?since=monthly
Currently, effect on performance is manually tested against a big proprietary code-base.
This is somewhat time consuming, and doesn't scale (requires a Sean !)
We could try:
This could be run as part of CI pipeline, if merging to master.
We can use travis Build Stages to control that.
example - see https://github.com/mrseanryan/tslint-folders (not a performance test but otherwise similar to above)