@@ -44,14 +44,13 @@ First, create a PR with the changes.
44
44
After that, you need try privileges, or the assistance of someone with try
45
45
privileges. Ping ` simulacrum ` on IRC as a starting point.
46
46
47
- That person must enter ` @bors try ` as a comment in the PR. This queues a normal
48
- try build on Travis, which takes some time.
49
-
50
- Once the try build has completed, that person must enter `@rust-timer build
51
- $MERGE` as a comment in the PR, where ` $MERGE` is the full 40 character merge
52
- revision ID from the try build. This queues a benchmarking run, and a
53
- comparison URL will be posted in the PR. Several hours later, the results will
54
- be available at the comparison URL.
47
+ There are two ways for that person to do a benchmark run.
48
+ - The easier way: they must enter ` @bors try @rust-timer queue ` as a comment in
49
+ the PR. This queues a try build and a benchmarking run. Several hours later,
50
+ the results will be available at the given URL.
51
+ - The harder way: they must first enter ` @bors try ` to trigger a try build. Once
52
+ that completes, they must enter ` @rust-timer build $MERGE ` , where ` $MERGE ` is
53
+ the full 40 character merge revision ID from the try build.
55
54
56
55
Various measurements are available: instructions (the default), cycles, wall
57
56
time, peak RSS memory, etc. There is some non-determinism and natural variation
0 commit comments