test(ivy): add styling [class] benchmarks (#33375)

PR Close #33375
This commit is contained in:
Misko Hevery
2019-10-22 20:18:48 -07:00
committed by Andrew Kushnir
parent 63f0ded5cf
commit 9a5e08f2a7
3 changed files with 222 additions and 19 deletions

View File

@ -13,6 +13,14 @@ ts_library(
],
)
ng_rollup_bundle(
name = "class_binding",
entry_point = ":class_binding/index.ts",
deps = [
":perf_lib",
],
)
ng_rollup_bundle(
name = "directive_instantiate",
entry_point = ":directive_instantiate/index.ts",