We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbe46db commit badc79bCopy full SHA for badc79b
CONTRIBUTING.md
@@ -8,3 +8,18 @@ license](https://swift.org/LICENSE.txt).
8
Before submitting the pull request, please make sure you have tested your
9
changes and that they follow the Swift project [guidelines for contributing
10
code](https://swift.org/contributing/#contributing-code).
11
+
12
+---
13
14
+For benchmarking of particular algorithms, please use the
15
16
+`algorithms-benchmark` executable target. For convenience, this target
17
18
+already imports `Algorithms`.
19
20
+Example usage:
21
22
+`$ swift run -c release algorithms-benchmark run <name-of-results-file> --cycles 5`
23
24
+`$ swift run -c release algorithms-benchmark render <name-of-results-file> <name-of-chart-file>.png`
25
0 commit comments