angular/modules/benchmarks/src
Kristiyan Kostadinov 81cabc1477 feat(core): add support for TypeScript 6
Updates the project to support TypeScript 6 and accounts for some of the breakages.
2026-02-17 08:40:38 -08:00
..
change_detection build: initial test of TypeScript 6 2026-01-15 13:41:01 -08:00
class_bindings build: initial test of TypeScript 6 2026-01-15 13:41:01 -08:00
defer build: initial test of TypeScript 6 2026-01-15 13:41:01 -08: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 build: initial test of TypeScript 6 2026-01-15 13:41:01 -08:00
largetable build: initial test of TypeScript 6 2026-01-15 13:41:01 -08: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 build: initial test of TypeScript 6 2026-01-15 13:41:01 -08:00
BUILD.bazel build: rename defaults2.bzl to defaults.bzl (#63383) 2025-08-25 15:45:01 -07: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.