diff --git a/wa/workloads/speedometer/__init__.py b/wa/workloads/speedometer/__init__.py
index 202554dc5..c225feecc 100755
--- a/wa/workloads/speedometer/__init__.py
+++ b/wa/workloads/speedometer/__init__.py
@@ -204,6 +204,9 @@ def setup(self, context):
'\n',
'\n',
'\n',
+ # Add a 'request count' value to dismiss the pop-up window on the screen.
+ # If the value is greater than 1, pop-up window will be dismissed.
+ '\n',
]:
lines.insert(len(lines) - 1, line)