mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Fixed false statement in documentation.
This commit is contained in:
@@ -218,7 +218,7 @@ class ReportFormatter(object):
|
||||
"""ReportFormatter formats the `PerformanceTestResult`s and
|
||||
`ResultComparison`s provided by `TestComparator` using their `header` and
|
||||
`values()` into report table. Supported formats are: `markdown` (used for
|
||||
displaying benchmark results on GitHub), `git` (default) and `html`.
|
||||
displaying benchmark results on GitHub), `git` and `html`.
|
||||
"""
|
||||
def __init__(self, comparator, old_branch, new_branch, changes_only):
|
||||
self.comparator = comparator
|
||||
|
||||
Reference in New Issue
Block a user