angular/modules/benchmarks/src
Paul Gschwendtner 77d2a7c977 build: migrate all modules/... code to ts_project (#61779)
Migrates all `modules/...`  code to `ts_project`.

PR Close #61779
2025-05-30 11:14:58 -04:00
..
change_detection build: migrate all modules/... code to ts_project (#61779) 2025-05-30 11:14:58 -04:00
class_bindings build: rework benchmarks and examples in modules/ to new optimization rule (#61566) 2025-05-29 14:39:11 -04:00
defer build: migrate all modules/... code to ts_project (#61779) 2025-05-30 11:14:58 -04:00
expanding_rows build: migrate all modules/... code to ts_project (#61779) 2025-05-30 11:14:58 -04:00
hydration build: migrate all modules/... code to ts_project (#61779) 2025-05-30 11:14:58 -04:00
js-web-frameworks build: rework benchmarks and examples in modules/ to new optimization rule (#61566) 2025-05-29 14:39:11 -04:00
largeform build: migrate all modules/... code to ts_project (#61779) 2025-05-30 11:14:58 -04:00
largetable build: migrate all modules/... code to ts_project (#61779) 2025-05-30 11:14:58 -04:00
ng_template_outlet_context build: migrate all modules/... code to ts_project (#61779) 2025-05-30 11:14:58 -04:00
styling build: migrate all modules/... code to ts_project (#61779) 2025-05-30 11:14:58 -04:00
tree build: migrate all modules/... code to ts_project (#61779) 2025-05-30 11:14:58 -04:00
BUILD.bazel build: rework benchmarks and examples in modules/ to new optimization rule (#61566) 2025-05-29 14:39:11 -04:00
README.md build(bazel): //modules/benchmarks/src/largetable/render3:perf bazel protractor test (#24788) 2018-07-24 08:26:16 -07:00
util.ts refactor: remove unnecessary TSLint rule flags (#59365) 2025-01-07 16:06:21 +00:00

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.