Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(107)

Unified Diff: pkg/analysis_server/benchmark/readme.md

Issue 2998813002: Tweaks to the analysis server benchmarks. (Closed)
Patch Set: Created 3 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « pkg/analysis_server/benchmark/perf/benchmarks_impl.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analysis_server/benchmark/readme.md
diff --git a/pkg/analysis_server/benchmark/readme.md b/pkg/analysis_server/benchmark/readme.md
index b87b691eca5b2519197f041c1fc319480abd8ab7..24eb7ece4926f07bb81d67ba97e43844fe690b7d 100644
--- a/pkg/analysis_server/benchmark/readme.md
+++ b/pkg/analysis_server/benchmark/readme.md
@@ -5,13 +5,13 @@
To see a list of all available benchmarks, run:
```
-dart benchmarks/benchmarks.dart list
+dart benchmark/benchmarks.dart list
```
To run an individual benchmark, run:
```
-dart benchmarks/benchmarks.dart run <benchmark-id>
+dart benchmark/benchmarks.dart run <benchmark-id>
```
## How they're tested
@@ -27,11 +27,9 @@ See `test/benchmark_test.dart`.
## To add a new benchmark
-Register the new benchmark in then main() method of benchmarks/benchmarks.dart.
+Register the new benchmark in the `main()` method of benchmark/benchmarks.dart.
## On the bots
-Our benchmarks run on a continuous performance testing system. It will run
-any benchmark produced by the `benchmarks/benchmarks.dart list` command.
-
-To not run a benchmark on the bot, define the benchmark with the `disable` flag.
+Our benchmarks run on a continuous performance testing system. Currently, the
+benchmarks need to be manually registered ahead of time.
« no previous file with comments | « pkg/analysis_server/benchmark/perf/benchmarks_impl.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698