angular/modules/benchmarks/src
Kristiyan Kostadinov f5180b6532 build: switch benchmarks to standalone (#62096)
Updates the `js-web-frameworks` and `largetable` benchmarks to use standalone which helps us benchmark the DOM-only instructions.

PR Close #62096
2025-06-23 14:24:09 +02:00
..
change_detection build: migrate back to using the @npm// sourced benchmark_test macro (#62101) 2025-06-17 18:51:21 +02: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 back to using the @npm// sourced benchmark_test macro (#62101) 2025-06-17 18:51:21 +02:00
expanding_rows build: migrate back to using the @npm// sourced benchmark_test macro (#62101) 2025-06-17 18:51:21 +02:00
hydration build: migrate back to using the @npm// sourced benchmark_test macro (#62101) 2025-06-17 18:51:21 +02:00
js-web-frameworks build: switch benchmarks to standalone (#62096) 2025-06-23 14:24:09 +02:00
largeform build: migrate back to using the @npm// sourced benchmark_test macro (#62101) 2025-06-17 18:51:21 +02:00
largetable build: switch benchmarks to standalone (#62096) 2025-06-23 14:24:09 +02:00
ng_template_outlet_context build: migrate back to using the @npm// sourced benchmark_test macro (#62101) 2025-06-17 18:51:21 +02:00
styling build: migrate back to using the @npm// sourced benchmark_test macro (#62101) 2025-06-17 18:51:21 +02:00
tree build: migrate back to using the @npm// sourced benchmark_test macro (#62101) 2025-06-17 18:51:21 +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.