955423c79b
Under bazel and Ivy we don't need the shim files to be emmited by default. We still need to the shims for blaze however because google3 code imports them. This improves build latency by 1-2 seconds per ng_module target. PR Close #33765 |
||
---|---|---|
.. | ||
class_bindings | ||
expanding_rows | ||
largeform | ||
largetable | ||
old | ||
tree | ||
views | ||
BUILD.bazel | ||
README.md | ||
bootstrap_ng2.ts | ||
bootstrap_plain.ts | ||
util.ts |
README.md
Benchmark Directory Layout
Bazel
Under bazel the rules for laying out test files are slightly different. Use largetable/render3
as an example.
Put the perf file in current subdirectory (ie largetable
) such that the same perf file can be used for each of the sub-subdirectories. (ie largetable/*
should all be testable with the same perf file largetable/largetable_perf.spec.ts
). Under bazel, typescript protractor spec files must end with .spec.ts
or .test.ts
.