test(ivy): add property binding node-based micro benchmark (#32104)
PR Close #32104
This commit is contained in:

committed by
Andrew Kushnir

parent
33fab26930
commit
f41c41fd50
@ -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",
|
||||
],
|
||||
)
|
Reference in New Issue
Block a user