Fix bazel commandline
PiperOrigin-RevId: 338169060
diff --git a/docs/developing_iree/e2e_benchmarking.md b/docs/developing_iree/e2e_benchmarking.md
index 96523c4..6930102 100644
--- a/docs/developing_iree/e2e_benchmarking.md
+++ b/docs/developing_iree/e2e_benchmarking.md
@@ -410,7 +410,7 @@
The second is `ruy_profiler`. Despite its name, it's available regardless of whether `ruy` is used for the matrix multiplications. It's a sampling profiler, which allows it to provide some more detailed informations, particularly on matrix multiplications. It's a build-time switch:
```
-blaze build \
+bazel build \
--define=ruy_profiler=true \
-c opt \
--config=android_arm64 \