angular/modules/benchmarks/src
Joey Perrott a6a2e38e5c build: update to bazel 7.6.0 (#63096)
Update to later version of bazel

PR Close #63096
2025-08-14 13:01:32 +02:00
..
change_detection build: update to bazel 7.6.0 (#63096) 2025-08-14 13:01:32 +02:00
class_bindings build: migrate modules to use dependencies from //modules:package.json (#62506) 2025-07-07 20:43:28 +00:00
defer build: update to bazel 7.6.0 (#63096) 2025-08-14 13:01:32 +02:00
expanding_rows build: update to bazel 7.6.0 (#63096) 2025-08-14 13:01:32 +02:00
hydration build: update to bazel 7.6.0 (#63096) 2025-08-14 13:01:32 +02:00
js-web-frameworks build: remove ts_project_interop infrastructure (#62908) 2025-07-31 09:12:58 +00:00
largeform build: update to bazel 7.6.0 (#63096) 2025-08-14 13:01:32 +02:00
largetable build: update to bazel 7.6.0 (#63096) 2025-08-14 13:01:32 +02:00
ng_template_outlet_context build: update to bazel 7.6.0 (#63096) 2025-08-14 13:01:32 +02:00
styling build: update to bazel 7.6.0 (#63096) 2025-08-14 13:01:32 +02:00
tree build: update to bazel 7.6.0 (#63096) 2025-08-14 13:01:32 +02: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.