This reverts commit e6161ca307
.
PR Close #36798
This commit is contained in:

committed by
Andrew Kushnir

parent
b3fe9017f7
commit
c7e4f5eb4d
@ -1,7 +1,7 @@
|
|||||||
package(default_visibility = ["//modules/benchmarks:__subpackages__"])
|
package(default_visibility = ["//modules/benchmarks:__subpackages__"])
|
||||||
|
|
||||||
load("@io_bazel_rules_sass//sass:sass.bzl", "sass_binary")
|
load("@io_bazel_rules_sass//sass:sass.bzl", "sass_binary")
|
||||||
load("//dev-infra/benchmark/component_benchmark:component_benchmark.bzl", "component_benchmark")
|
load("//tools/components:component_benchmark.bzl", "component_benchmark")
|
||||||
|
|
||||||
sass_binary(
|
sass_binary(
|
||||||
name = "class_bindings_styles",
|
name = "class_bindings_styles",
|
||||||
@ -12,8 +12,7 @@ component_benchmark(
|
|||||||
name = "benchmark",
|
name = "benchmark",
|
||||||
driver = ":class_bindings.perf-spec.ts",
|
driver = ":class_bindings.perf-spec.ts",
|
||||||
driver_deps = [
|
driver_deps = [
|
||||||
"//dev-infra/benchmark/driver-utilities",
|
"//modules/e2e_util",
|
||||||
"@npm//@types/jasmine",
|
|
||||||
"@npm//protractor",
|
"@npm//protractor",
|
||||||
],
|
],
|
||||||
ng_deps = [
|
ng_deps = [
|
||||||
|
Reference in New Issue
Block a user