Skip to content

Commit f8e7e4b

Browse files
authored
Update ContinuousIntegration.md
1 parent aba45a6 commit f8e7e4b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Diff for: docs/ContinuousIntegration.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -150,18 +150,18 @@ preset=buildbot_incremental,tools=RA,stdlib=RD,smoketest=macosx,single-thread
150150

151151
### Testing Compiler Performance
152152

153-
The following commands will:
153+
Platform | Comment | Check Status
154+
------------ | ------- | ------------
155+
macOS platform | @swift-ci Please test compiler performance | Compiles full source compatibility test suite and measures compiler performance
156+
macOS platform | @swift-ci Please smoke test compiler performance | Compiles a subset of source compatibility test suite and measures compiler performance
157+
158+
These commands will:
154159

155160
1. Build a set of projects from the compatibility test suite
156161
2. Collect counters and timers reported by the compiler
157162
3. Compare the obtained data to the baseline (stored in git) and HEAD (version of a compiler built without the PR changes)
158163
4. Report the results in a pull request comment
159164

160-
Platform | Comment | Check Status
161-
------------ | ------- | ------------
162-
macOS platform | @swift-ci Please test compiler performance | Compiles full source compatibility test suite and measures compiler performance
163-
macOS platform | @swift-ci Please smoke test compiler performance | Compiles a subset of source compatibility test suite and measures compiler performance
164-
165165
For the detailed explanation of how compiler performance is measured, please refer to [this document](https://github.com/apple/swift/blob/master/docs/CompilerPerformance.md).
166166

167167
## Cross Repository Testing

0 commit comments

Comments
 (0)