diff mbox series

[ACT,3/4] UBUNTU: SAUCE: ubuntu_performance_lkp: automatic code reformat

Message ID 20210607111117.43251-3-krzysztof.kozlowski@canonical.com
State New
Headers show
Series [ACT,1/4] UBUNTU: SAUCE: fix git clone failures and setups not being idempotent | expand

Commit Message

Krzysztof Kozlowski June 7, 2021, 11:11 a.m. UTC
Fixup with pylint.  No functional changes.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
---
 ubuntu_performance_lkp/ubuntu_performance_lkp.py | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Comments

Po-Hsu Lin June 7, 2021, 3 p.m. UTC | #1
Looking good.
Thanks.
Acked-by: Po-Hsu Lin <po-hsu.lin@canonical.com>
Po-Hsu Lin June 8, 2021, 3:55 a.m. UTC | #2
Applied and pushed.

Thanks
Sam
diff mbox series

Patch

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():