angular/modules/benchmarks/src
Andrew Scott c3576506b3 refactor(core): Update tests for zoneless by default (#63668)
This updates tests and examples only to prepare for zoneless by default.

These changes were identified and made as part of #63382. Anything that
failed gets `provideZoneChangeDetection` unless the fixes were easily
and quickly determined.

It also adds the zoneless provider to the `initTestEnvironment` calls
for tests in this repo to prevent regressions before #63382 is merged.

PR Close #63668
2025-09-09 14:41:56 -07:00
..
change_detection refactor(core): Update tests for zoneless by default (#63668) 2025-09-09 14:41:56 -07:00
class_bindings build: migrate modules to use dependencies from //modules:package.json (#62506) 2025-07-07 20:43:28 +00:00
defer refactor(core): Update tests for zoneless by default (#63668) 2025-09-09 14:41:56 -07:00
expanding_rows build: rename defaults2.bzl to defaults.bzl (#63383) 2025-08-25 15:45:01 -07:00
hydration build: rename defaults2.bzl to defaults.bzl (#63383) 2025-08-25 15:45:01 -07:00
js-web-frameworks build: rename defaults2.bzl to defaults.bzl (#63383) 2025-08-25 15:45:01 -07:00
largeform refactor(core): Update tests for zoneless by default (#63668) 2025-09-09 14:41:56 -07:00
largetable refactor(core): Update tests for zoneless by default (#63668) 2025-09-09 14:41:56 -07:00
ng_template_outlet_context build: rename defaults2.bzl to defaults.bzl (#63383) 2025-08-25 15:45:01 -07:00
styling build: rename defaults2.bzl to defaults.bzl (#63383) 2025-08-25 15:45:01 -07:00
tree refactor(core): Update tests for zoneless by default (#63668) 2025-09-09 14:41:56 -07: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.