From f6e71d4e4026b5de596fee30ccfa3102b89b9bbc Mon Sep 17 00:00:00 2001 From: Michael Comella <759372+mcomella@users.noreply.github.com> Date: Mon, 12 Jul 2021 10:27:50 -0700 Subject: [PATCH] [fenix] For https://github.com/mozilla-mobile/fenix/issues/19901: correct spacing in comment on how to run Co-authored-by: Jonathan Almeida --- app/benchmark.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/benchmark.gradle b/app/benchmark.gradle index e055128dd2..9238a821eb 100644 --- a/app/benchmark.gradle +++ b/app/benchmark.gradle @@ -8,7 +8,7 @@ // // To run our benchmarks, you need to set the "benchmark" gradle property. You can: // - (preferred) Run via the command line (change the class you run on): -// ./gradlew -Pbenchmark app :connectedCheck -Pandroid.testInstrumentationRunnerArguments.class=org.mozilla.fenix.perf.SampleBenchmark +// ./gradlew -Pbenchmark app:connectedCheck -Pandroid.testInstrumentationRunnerArguments.class=org.mozilla.fenix.perf.SampleBenchmark // - Use the IDE. Temporarily set the "benchmark" property in app/build.gradle with "ext.benchmark=true" // near the top of the file. DO NOT COMMIT THIS. // - (note: I was unable to get IDE run configurations working)