From 4727d91cae2e71f6ae0751f4d6e6559d5221b0f2 Mon Sep 17 00:00:00 2001 From: Yujun Zhang Date: Wed, 22 Feb 2017 16:57:48 +0800 Subject: Add reporter PoC Change-Id: I5134a0d95d75fcb3a75267a5f20b4ace8638156a Signed-off-by: Yujun Zhang --- qtip/reporter/base.py | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 qtip/reporter/base.py (limited to 'qtip/reporter/base.py') diff --git a/qtip/reporter/base.py b/qtip/reporter/base.py deleted file mode 100644 index b931d14d..00000000 --- a/qtip/reporter/base.py +++ /dev/null @@ -1,14 +0,0 @@ -############################################################################## -# Copyright (c) 2016 ZTE Corp and others. -# -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Apache License, Version 2.0 -# which accompanies this distribution, and is available at -# http://www.apache.org/licenses/LICENSE-2.0 -############################################################################## - - -class BaseReporter(object): - """benchmark result reporter""" - def __init__(self, collector=None): - self.collector = collector -- cgit 1.2.3-korg