Add turbo button#5272
Conversation
|
I haven't adjusted the node and dart trees yet. Let's see if this passes on CI and if it does let's merge it. I'll redo the other two trees tomorrow in as followup PR. note that I called the flag |
|
We can improve the perf further by dropping the ES6 emit when |
984e414 to
e991007
Compare
|
from casual testing it looks like
We are still spending too much time in Funnels, so there is more we can do to optimize this. Before: After: Dropping the ES6 output is likely the most impactful thing we can do next. |
e991007 to
503f026
Compare
This measures how long does it take for gulp to start the first task up after being invoked from command line. I'm suspecting that we can optimize this significantly, but let's start tracking it first.
There is no need to recommend installing clang-format globally.
this is handy to conditionally create build graph but keep mergeTree() declarative - any input tree passed into mergeTree that is null or undefined will simply be ignored
we can now filter build graph via --project flag to speed up build performance usage: gulp test.unit.js --project=angular2,angular2_material
503f026 to
a63b81b
Compare
|
Merging PR #5272 on behalf of @vsavkin to branch presubmit-vsavkin-pr-5272. |
|
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
//cc: @alexeagle @tbosch