perf(ivy): introduce benchmark for listeners registration (#32495)
PR Close #32495
This commit is contained in:

committed by
Kara Erickson

parent
eab959aa18
commit
024765b86a
@ -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",
|
||||
|
Reference in New Issue
Block a user