Skip to content

Commit e6161ca

Browse files
wagnermacielAndrewKushnir
authored andcommitted
build(core): use dev-infra's component_benchmark to show PoC (angular#36434)
This change demonstrates how to use the newly created rule in one of our performance tests. Future commits and PRs will migrate the remaining tests to this new bazel rule. PR Close angular#36434
1 parent d6f6cd0 commit e6161ca

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

modules/benchmarks/src/class_bindings/BUILD.bazel

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package(default_visibility = ["//modules/benchmarks:__subpackages__"])
22

33
load("@io_bazel_rules_sass//sass:sass.bzl", "sass_binary")
4-
load("//tools/components:component_benchmark.bzl", "component_benchmark")
4+
load("//dev-infra/benchmark/component_benchmark:component_benchmark.bzl", "component_benchmark")
55

66
sass_binary(
77
name = "class_bindings_styles",
@@ -12,7 +12,8 @@ component_benchmark(
1212
name = "benchmark",
1313
driver = ":class_bindings.perf-spec.ts",
1414
driver_deps = [
15-
"//modules/e2e_util",
15+
"//dev-infra/benchmark/driver-utilities",
16+
"@npm//@types/jasmine",
1617
"@npm//protractor",
1718
],
1819
ng_deps = [

0 commit comments

Comments
 (0)