End-to-end benchmarks for DWCONV microkernels

Evaluate performance of MobileNet v1/v2 models depending on DWCONV microkernels
used.

PiperOrigin-RevId: 277792619
diff --git a/BUILD.bazel b/BUILD.bazel
index b450b72..e230d56 100644
--- a/BUILD.bazel
+++ b/BUILD.bazel
@@ -1079,6 +1079,17 @@
 )
 
 xnnpack_benchmark(
+    name = "f32_dwconv_e2e_bench",
+    srcs = ["bench/f32-dwconv-e2e.cc"] + MICROKERNEL_BENCHMARK_HDRS,
+    copts = ["-Wno-unused-function"],
+    deps = MICROKERNEL_BENCHMARK_DEPS + [
+        ":XNNPACK",
+        ":mobilenet_v1",
+        ":mobilenet_v2",
+    ],
+)
+
+xnnpack_benchmark(
     name = "f32_gemm_e2e_bench",
     srcs = ["bench/f32-gemm-e2e.cc"] + MICROKERNEL_BENCHMARK_HDRS,
     copts = ["-Wno-unused-function"],