12443ea739
Skydoc is no longer used as `@angular/bazel` is no longer a public API. The Sass rules were only used in a single place in the repo where Sass is not really needed and has just been added by accident most likely. We want to remove the Sass dependency in preparation for Rules NodeJS v4.x where the Sass rules currently still use an older version of `@bazel/worker` that is incompatible. PR Close #42760 |
||
---|---|---|
.. | ||
change_detection | ||
class_bindings | ||
expanding_rows | ||
js-web-frameworks | ||
largeform | ||
largetable | ||
old | ||
styling | ||
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
.