Skip to content

Commit ad8c4cd

Browse files
wagnermacielAndrewKushnir
authored andcommitted
revert: "feat(dev-infra): exposed new rule 'component_benchmark' via dev_infra (angular#36434)" (angular#36798)
This reverts commit b7f2a03. PR Close angular#36798
1 parent f5ff206 commit ad8c4cd

File tree

98 files changed

+127
-192
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

98 files changed

+127
-192
lines changed

.pullapprove.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -966,17 +966,23 @@ groups:
966966
'docs/TOOLS.md',
967967
'docs/TRIAGE_AND_LABELS.md',
968968
'goldens/*',
969+
'modules/e2e_util/e2e_util.ts',
970+
'modules/e2e_util/perf_util.ts',
969971
'modules/*',
970972
'packages/*',
971973
'packages/examples/test-utils/**',
972974
'packages/private/**',
973975
'packages/examples/*',
974976
'scripts/**',
975977
'third_party/**',
978+
'tools/brotli-cli/**',
979+
'tools/browsers/**',
976980
'tools/build/**',
977981
'tools/circular_dependency_test/**',
978982
'tools/contributing-stats/**',
983+
'tools/components/**',
979984
'tools/gulp-tasks/**',
985+
'tools/ng_rollup_bundle/**',
980986
'tools/ngcontainer/**',
981987
'tools/npm/**',
982988
'tools/npm_integration_test/**',

BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ package(default_visibility = ["//visibility:public"])
22

33
exports_files([
44
"LICENSE",
5+
"protractor-perf.conf.js",
56
"karma-js.conf.js",
67
"browser-providers.conf.js",
78
"scripts/ci/track-payload-size.sh",

WORKSPACE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ load("@io_bazel_rules_webtesting//web:repositories.bzl", "web_test_repositories"
6464

6565
web_test_repositories()
6666

67-
load("//dev-infra/benchmark/browsers:browser_repositories.bzl", "browser_repositories")
67+
load("//tools/browsers:browser_repositories.bzl", "browser_repositories")
6868

6969
browser_repositories()
7070

dev-infra/benchmark/BUILD.bazel

Lines changed: 0 additions & 12 deletions
This file was deleted.

dev-infra/benchmark/brotli-cli/BUILD.bazel

Lines changed: 0 additions & 19 deletions
This file was deleted.

dev-infra/benchmark/component_benchmark/BUILD.bazel

Lines changed: 0 additions & 12 deletions
This file was deleted.

dev-infra/benchmark/component_benchmark/tsconfig-e2e.json

Lines changed: 0 additions & 6 deletions
This file was deleted.

dev-infra/benchmark/driver-utilities/index.ts

Lines changed: 0 additions & 9 deletions
This file was deleted.

dev-infra/tools/BUILD.bazel

Lines changed: 0 additions & 12 deletions
This file was deleted.

modules/benchmarks/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ package(default_visibility = ["//visibility:public"])
33
exports_files([
44
"tsconfig-build.json",
55
"tsconfig-e2e.json",
6+
"start-server.js",
67
])

0 commit comments

Comments
 (0)