Implement benchmark running and logging the output 23/38023/5
authorakhilbatra898 <akhil.batra@research.iiit.ac.in>
Mon, 24 Jul 2017 22:00:18 +0000 (03:30 +0530)
committerAkhil Batra <akhil.batra@research.iiit.ac.in>
Tue, 25 Jul 2017 02:03:23 +0000 (02:03 +0000)
commit971df12c95bfa17459d042857e5200f4a7f60cd4
treed75610f678ed9c40ac7b63e88143e35fc52ccc07
parent05ed8bbe8a4e3c6092152382fdb42e33fd3841a2
Implement benchmark running and logging the output

- 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>
qtip/web/bench/forms.py [new file with mode: 0644]
qtip/web/bench/migrations/0005_auto_20170720_2115.py [new file with mode: 0644]
qtip/web/bench/migrations/0006_auto_20170722_0135.py [new file with mode: 0644]
qtip/web/bench/models.py
qtip/web/bench/urls.py
qtip/web/bench/utils.py [new file with mode: 0644]
qtip/web/bench/views.py
qtip/web/templates/bench/run.html [new file with mode: 0644]
qtip/web/templates/bench/task_detail.html [new file with mode: 0644]
qtip/web/templates/bench/task_list.html [new file with mode: 0644]