build: convert largeform benchmarks to bazel (#28645)
Switches the `largeform` benchmarks to Bazel. This is the last remaining e2e test within `modules/`. PR Close #28645
This commit is contained in:

committed by
Miško Hevery

parent
13685131bc
commit
0a4811c4ad
@ -4,6 +4,9 @@ load("//modules/benchmarks:benchmark_test.bzl", "benchmark_test")
|
||||
|
||||
package(default_visibility = ["//modules/benchmarks:__subpackages__"])
|
||||
|
||||
# Note that this benchmark has been designed for Angular with ViewEngine, but once
|
||||
# ViewEngine is removed, we should should consider removing this one since there
|
||||
# already is a "render3" benchmark.
|
||||
ng_module(
|
||||
name = "ng2",
|
||||
srcs = glob(["*.ts"]),
|
||||
|
Reference in New Issue
Block a user