perf(ivy): add element and text creation benchmark (#32342)
PR Close #32342
This commit is contained in:

committed by
Miško Hevery

parent
581b837e88
commit
85864ed9f7
@ -12,6 +12,14 @@ ts_library(
|
||||
],
|
||||
)
|
||||
|
||||
ng_rollup_bundle(
|
||||
name = "element_text_create",
|
||||
entry_point = ":element_text_create/index.ts",
|
||||
deps = [
|
||||
":perf_lib",
|
||||
],
|
||||
)
|
||||
|
||||
ng_rollup_bundle(
|
||||
name = "interpolation",
|
||||
entry_point = ":interpolation/index.ts",
|
||||
|
Reference in New Issue
Block a user