Skip to content
This repository has been archived by the owner on Mar 23, 2023. It is now read-only.

Commit

Permalink
For mozilla-mobile#19901: correct spacing in comment on how to run
Browse files Browse the repository at this point in the history
Co-authored-by: Jonathan Almeida <git@jonalmeida.com>
  • Loading branch information
2 people authored and czlucius committed Aug 20, 2021
1 parent f73788b commit 2ddc76c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/benchmark.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 2ddc76c

Please sign in to comment.