| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||
pnpm bazel run modules/benchmarks/src/tree/{name}:devserver
# e.g. "ng2" tree benchmark:
pnpm bazel run modules/benchmarks/src/tree/ng2:devserver# Run e2e tests of individual applications: pnpm bazel test modules/benchmarks/src/tree/ng2/... # Run all e2e tests: pnpm bazel test modules/benchmarks/...
The *_aot.ts files are used as entry-points within Google to run the benchmark tests. These are still built as part of the corresponding ng_module rule.
There are options that can be specified in order to control how a given benchmark target runs. The following options can be set through test environment variables:
Here is an example command that sets the PERF_DRYRUN option:
pnpm bazel test modules/benchmarks/src/tree/baseline:perf --test_env=PERF_DRYRUN=true| Back | FazBrowse Home | New Git URL |