revert: "build(core): use dev-infra's component_benchmark to show PoC (#36434)" (#36798)

This reverts commit e6161ca307.

PR Close #36798
This commit is contained in:
Wagner Maciel 2020-04-24 10:26:24 -07:00 committed by Andrew Kushnir
parent 76190c71fc
commit 90a2796a7e
1 changed files with 2 additions and 3 deletions

View File

@ -1,7 +1,7 @@
package(default_visibility = ["//modules/benchmarks:__subpackages__"])
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(
name = "class_bindings_styles",
@ -12,8 +12,7 @@ component_benchmark(
name = "benchmark",
driver = ":class_bindings.perf-spec.ts",
driver_deps = [
"//dev-infra/benchmark/driver-utilities",
"@npm//@types/jasmine",
"//modules/e2e_util",
"@npm//protractor",
],
ng_deps = [