aboutsummaryrefslogtreecommitdiffstats
path: root/qtip/web/bench/utils.py
AgeCommit message (Collapse)AuthorFilesLines
2017-11-29Deprecate qtip/web in favor of AWXYujun Zhang1-27/+0
We decided to develop it at the time AWX is not open sourced. Now AWX seems to be a more promising solution then create the service from scratch. Change-Id: I586ac7e582b2db57ad81f0ece7585ca2bf0dd416 JIRA: QTIP-287 Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
2017-07-25Implement benchmark running and logging the outputakhilbatra8981-0/+27
- Run benchmark by adding new tasks - Modify Task model to have log as log files - Add new urls for respective views - Module for running benchmarks in background - Updating status of tasks - Listing and detailed log of all tasks - Add corresponding html templates Change-Id: I244d1bb74949eeb470c738363f6917191e0f052d Signed-off-by: akhilbatra898 <akhil.batra@research.iiit.ac.in>