diff options
Diffstat (limited to 'testsuite/driver')
-rw-r--r-- | testsuite/driver/perf_notes.py | 2 | ||||
-rw-r--r-- | testsuite/driver/testglobals.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/driver/perf_notes.py b/testsuite/driver/perf_notes.py index eb31f463da..a320f22336 100644 --- a/testsuite/driver/perf_notes.py +++ b/testsuite/driver/perf_notes.py @@ -487,7 +487,7 @@ def get_commit_metric_value_str_or_none(gitNoteRef, return str(result.value) # gets the average commit metric from git notes. -# gitNoteRef: git notes ref sapce e.g. "perf" or "ci/perf" +# gitNoteRef: git notes ref space e.g. "perf" or "ci/perf" # ref: git commit # test_env: test environment # name: test name diff --git a/testsuite/driver/testglobals.py b/testsuite/driver/testglobals.py index 5826a976e1..2b3dd48b68 100644 --- a/testsuite/driver/testglobals.py +++ b/testsuite/driver/testglobals.py @@ -169,7 +169,7 @@ class TestConfig: # run. self.broken_tests = set() # type: Set[TestName] - # Baseline commit for performane metric comparisons. + # Baseline commit for performance metric comparisons. self.baseline_commit = None # type: Optional[GitRef] # Additional package dbs to inspect for test dependencies. |