[ACT][PATCH 3/4] UBUNTU: SAUCE: ubuntu_performance_lkp: automatic code reformat
Krzysztof Kozlowski
krzysztof.kozlowski at canonical.com
Mon Jun 7 11:11:16 UTC 2021
Fixup with pylint. No functional changes.
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski at canonical.com>
---
ubuntu_performance_lkp/ubuntu_performance_lkp.py | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/ubuntu_performance_lkp/ubuntu_performance_lkp.py b/ubuntu_performance_lkp/ubuntu_performance_lkp.py
index b48800c1a3a2..b05c358786c4 100644
--- a/ubuntu_performance_lkp/ubuntu_performance_lkp.py
+++ b/ubuntu_performance_lkp/ubuntu_performance_lkp.py
@@ -284,17 +284,17 @@ class ubuntu_performance_lkp(test.test):
# parse text, find ops/sec in fields as follows:
#
# Maximum memory requested that can be used=1449646096, at the size=13460
- #
+ #
# =================== Timing linear equation system solver ===================
- #
+ #
# Size LDA Align. Time(s) GFlops Residual Residual(norm) Check
# 13460 13460 4 9.851 165.0621 1.255759e-10 2.452756e-02 pass
- #
+ #
# Performance Summary (GFlops)
- #
+ #
# Size LDA Align. Average Maximal
# 13460 13460 4 165.0621 165.0621
- #
+ #
# Residual checks PASSED
#
for line in self.results.splitlines():
--
2.27.0
More information about the kernel-team
mailing list