perf(ivy): add micro-benchmark focused on directive input update (#33798)

PR Close #33798
This commit is contained in:
Pawel Kozlowski
2019-11-13 16:14:56 +01:00
committed by Alex Rickabaugh
parent 56801c74b9
commit edd624b254
2 changed files with 82 additions and 0 deletions

View File

@ -34,6 +34,19 @@ ng_benchmark(
bundle = ":class_binding_lib",
)
ng_rollup_bundle(
name = "directive_inputs_lib",
entry_point = ":directive_inputs/index.ts",
deps = [
":perf_lib",
],
)
ng_benchmark(
name = "directive_inputs",
bundle = ":directive_inputs_lib",
)
ng_rollup_bundle(
name = "directive_instantiate_lib",
entry_point = ":directive_instantiate/index.ts",