summaryrefslogtreecommitdiff
path: root/utils/ezbench.py
diff options
context:
space:
mode:
Diffstat (limited to 'utils/ezbench.py')
-rw-r--r--utils/ezbench.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/utils/ezbench.py b/utils/ezbench.py
index fe8713e..64d36dc 100644
--- a/utils/ezbench.py
+++ b/utils/ezbench.py
@@ -634,6 +634,8 @@ class SmartEzbench:
return None
def schedule_enhancements(self, git_history=None, perf_change_threshold=0.05):
+ self.__log(Criticality.DD, "Start enhancing the report".format(commit))
+
# Generate the report, order commits based on the git history
if git_history is None:
git_history = self.git_history()
@@ -728,6 +730,8 @@ class SmartEzbench:
del tasks_sorted[-1]
self.__log(Criticality.DD, "No work scheduled using commit {}, try another one".format(commit))
+ self.__log(Criticality.DD, "Done enhancing the report".format(commit))
+
# Report parsing
class Benchmark:
def __init__(self, full_name, unit="undefined"):