perf(ivy): introduce benchmark for listeners registration (#32495)

PR Close #32495
This commit is contained in:
Pawel Kozlowski
2019-09-05 13:42:51 +02:00
committed by Kara Erickson
parent eab959aa18
commit 024765b86a
3 changed files with 110 additions and 1 deletions

View File

@ -29,6 +29,14 @@ ng_rollup_bundle(
],
)
ng_rollup_bundle(
name = "listeners",
entry_point = ":listeners/index.ts",
deps = [
":perf_lib",
],
)
ng_rollup_bundle(
name = "noop_change_detection",
entry_point = ":noop_change_detection/index.ts",