summaryrefslogtreecommitdiffstats
path: root/qtip/runner/perftest.py
diff options
context:
space:
mode:
Diffstat (limited to 'qtip/runner/perftest.py')
-rw-r--r--qtip/runner/perftest.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/qtip/runner/perftest.py b/qtip/runner/perftest.py
index c6d58397..a9b54716 100644
--- a/qtip/runner/perftest.py
+++ b/qtip/runner/perftest.py
@@ -13,7 +13,9 @@ from benchmark import Benchmark
class PerfTest(Benchmark):
- """PerfTest is the driver of external performance test tools"""
+ """WIP(yujunz):
+ a perftest is the driver of external performance test tools
+ It is usually referred in a suite to collect performance metric"""
# paths to search for perftest
_paths = [path.join(p, 'perftest') for p in Benchmark._paths]