perf(ivy): introduce micro-benchmark for directive instantiation (#33082)
PR Close #33082
This commit is contained in:

committed by
Miško Hevery

parent
3001716a2f
commit
22d4efbed1
@ -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",
|
||||
|
Reference in New Issue
Block a user