test(ivy): add property binding node-based micro benchmark (#32104)

PR Close #32104
This commit is contained in:
Pawel Kozlowski
2019-08-12 12:47:26 +02:00
committed by Andrew Kushnir
parent 33fab26930
commit f41c41fd50
3 changed files with 80 additions and 3 deletions

View File

@ -26,4 +26,12 @@ ng_rollup_bundle(
deps = [
":perf_lib",
],
)
ng_rollup_bundle(
name = "property_binding",
entry_point = ":property_binding/index.ts",
deps = [
":perf_lib",
],
)