Skip to content

Commit fd6bfc5

Browse files
wagnermacielprofanis
authored andcommitted
revert: "revert: "build(core): use dev-infra's component_benchmark to show PoC (angular#36434)" (angular#36798)" (angular#36800)
This reverts commit 90a2796. PR Close angular#36800
1 parent 170034e commit fd6bfc5

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)