From 23f48e46a46976ae6f6d97aea11440e6a8b63121 Mon Sep 17 00:00:00 2001 From: Yujun Zhang Date: Sat, 31 Dec 2016 21:27:38 +0800 Subject: sample QPI for doctor performance measured in verification job The doctor benchmark plan produces a performance profile consist of timestamp at each checkpoint and time cost of each phase.[1] It collects data from log files and render a timeline diagram in console Current progress - skeleton created - method to be implemented [1]: http://artifacts.opnfv.org/doctor/docs/design/index.html#document-performance-profiler JIRA: QTIP-199 Change-Id: I60fbbd37d04a5724841bd85cb3bfed9eabd3741a Signed-off-by: Yujun Zhang --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 39d12173..7c7892db 100644 --- a/.gitignore +++ b/.gitignore @@ -70,3 +70,6 @@ target/ # setup.py cache AUTHORS ChangeLog + +# unignore sample logfiles +!/opt/plugin/doctor/sample/*/* -- cgit