[Libreoffice-commits] core.git: bin/parse-perfcheck.py
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Tue Oct 2 10:30:37 UTC 2018
bin/parse-perfcheck.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit dbd4d6963280da4c3465532da8778e67ed3271c5
Author: Noel Grandin <noel.grandin at collabora.co.uk>
AuthorDate: Tue Oct 2 12:29:10 2018 +0200
Commit: Noel Grandin <noel.grandin at collabora.co.uk>
CommitDate: Tue Oct 2 12:30:12 2018 +0200
parse-perfcheck: fix parsing of previous CSV data
Change-Id: I46db49472dcaa80b54a937f03bf03b06a2d8a87c
Reviewed-on: https://gerrit.libreoffice.org/61240
Reviewed-by: Noel Grandin <noel.grandin at collabora.co.uk>
Tested-by: Noel Grandin <noel.grandin at collabora.co.uk>
diff --git a/bin/parse-perfcheck.py b/bin/parse-perfcheck.py
index 358a22b37f6b..158ef62fe615 100755
--- a/bin/parse-perfcheck.py
+++ b/bin/parse-perfcheck.py
@@ -142,7 +142,7 @@ def readCsvFile(targetFilename):
if not line:
continue
- curId, curDate, curTestName, curTestComment, curValue = line
+ curId, curDate, curTestName, curTestComment, curValue, currCallgrindFile = line
if curTestComment not in allTests:
allTests.append(curTestComment)
More information about the Libreoffice-commits
mailing list