perf(ivy): introduce micro-benchmark for directive instantiation (#33082)

PR Close #33082
This commit is contained in:
Pawel Kozlowski
2019-10-10 16:00:25 +02:00
committed by Miško Hevery
parent 3001716a2f
commit 22d4efbed1
2 changed files with 108 additions and 0 deletions

View File

@ -13,6 +13,14 @@ ts_library(
],
)
ng_rollup_bundle(
name = "directive_instantiate",
entry_point = ":directive_instantiate/index.ts",
deps = [
":perf_lib",
],
)
ng_rollup_bundle(
name = "element_text_create",
entry_point = ":element_text_create/index.ts",