mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
60b160f497
This change removes benchmark scenarios written in AngularJS as the framework reached EOL and those numbers are no longer relevant. PR Close #50730
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.