angular/modules/benchmarks/src
Matthieu Riegler eae8f7e30b feat(core): Set default Component changeDetection strategy to OnPush
The default change detection strategy is now OnPush.

BREAKING CHANGE: Component with undefined `changeDetection` property are now `OnPush` by default. Specify `changeDetection: ChangeDetectionStrategy.Eager` to keep the previous behavior.
2026-03-24 16:25:02 -07:00
..
change_detection feat(core): Set default Component changeDetection strategy to OnPush 2026-03-24 16:25:02 -07:00
class_bindings build: initial test of TypeScript 6 2026-01-15 13:41:01 -08:00
defer feat(core): Set default Component changeDetection strategy to OnPush 2026-03-24 16:25:02 -07:00
expanding_rows build: initial test of TypeScript 6 2026-01-15 13:41:01 -08:00
hydration feat(core): add support for TypeScript 6 2026-02-17 08:40:38 -08:00
js-web-frameworks build: initial test of TypeScript 6 2026-01-15 13:41:01 -08:00
largeform feat(core): Set default Component changeDetection strategy to OnPush 2026-03-24 16:25:02 -07:00
largetable feat(core): Set default Component changeDetection strategy to OnPush 2026-03-24 16:25:02 -07:00
ng_template_outlet_context build: initial test of TypeScript 6 2026-01-15 13:41:01 -08:00
styling build: initial test of TypeScript 6 2026-01-15 13:41:01 -08:00
tree feat(core): Set default Component changeDetection strategy to OnPush 2026-03-24 16:25:02 -07:00
BUILD.bazel build: rename defaults2.bzl to defaults.bzl (#63383) 2025-08-25 15:45:01 -07:00
README.md
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.