perf(ivy): add element and text creation benchmark (#32342)

PR Close #32342
This commit is contained in:
Pawel Kozlowski
2019-08-27 14:44:16 +02:00
committed by Miško Hevery
parent 581b837e88
commit 85864ed9f7
3 changed files with 93 additions and 1 deletions

View File

@ -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",