Skip to content

Commit 90a2796

Browse files
wagnermacielAndrewKushnir
authored andcommitted
revert: "build(core): use dev-infra's component_benchmark to show PoC (angular#36434)" (angular#36798)
This reverts commit e6161ca. PR Close angular#36798
1 parent 76190c7 commit 90a2796

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

modules/benchmarks/src/class_bindings/BUILD.bazel

Lines changed: 2 additions & 3 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("//dev-infra/benchmark/component_benchmark:component_benchmark.bzl", "component_benchmark")
4+
load("//tools/components:component_benchmark.bzl", "component_benchmark")
55

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

0 commit comments

Comments
 (0)