perf(ivy): binding update benchmark (#32574)

PR Close #32574
This commit is contained in:
Pawel Kozlowski
2019-09-10 12:10:03 +02:00
committed by Matias Niemelä
parent 5f095a501e
commit ea378a993a
3 changed files with 104 additions and 3 deletions

View File

@ -45,6 +45,14 @@ ng_rollup_bundle(
],
)
ng_rollup_bundle(
name = "property_binding_update",
entry_point = ":property_binding_update/index.ts",
deps = [
":perf_lib",
],
)
ng_rollup_bundle(
name = "style_binding",
entry_point = ":style_binding/index.ts",