aboutsummaryrefslogtreecommitdiff
path: root/icing/query/query-processor_benchmark.cc
diff options
context:
space:
mode:
Diffstat (limited to 'icing/query/query-processor_benchmark.cc')
-rw-r--r--icing/query/query-processor_benchmark.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/icing/query/query-processor_benchmark.cc b/icing/query/query-processor_benchmark.cc
index b505ac5..e48fe78 100644
--- a/icing/query/query-processor_benchmark.cc
+++ b/icing/query/query-processor_benchmark.cc
@@ -37,7 +37,7 @@
// //icing/query:query-processor_benchmark
//
// $ blaze-bin/icing/query/query-processor_benchmark
-// --benchmark_filter=all
+// --benchmarks=all
//
// Run on an Android device:
// Make target //icing/tokenization:language-segmenter depend on
@@ -53,7 +53,7 @@
// $ adb push blaze-bin/icing/query/query-processor_benchmark
// /data/local/tmp/
//
-// $ adb shell /data/local/tmp/query-processor_benchmark --benchmark_filter=all
+// $ adb shell /data/local/tmp/query-processor_benchmark --benchmarks=all
// --adb
// Flag to tell the benchmark that it'll be run on an Android device via adb,