aboutsummaryrefslogtreecommitdiffstats
path: root/resources/metric
AgeCommit message (Collapse)AuthorFilesLines
2017-04-21Reorganize benchmarking tasks into ansible roles which helps toYujun Zhang4-233/+0
- group task with related templates and variables - simplify the main playbook to improve readability See: http://docs.ansible.com/ansible/playbooks_roles.html Change-Id: I9d3180edaac83ee9dba85ce5ac14ff574af7a905 Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
2017-04-20Use ansible roles to setup development toolsYujun Zhang1-20/+0
Change-Id: I897773edf8dcacf08e67fa3eb999c4c10ba22805 Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
2017-04-20Use different folder for cached dataYujun Zhang1-4/+4
- `dump` is for raw testing data and logs from remote - `cache` for temporary data required for testing Change-Id: I540338eae2dd7bbd14b359e1a0dbce186ada902b Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
2017-04-19Create ramspeed reportYujun Zhang1-2/+16
Change-Id: I60805e83a9256fb8fdca362478551c2a5a3106dc Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
2017-04-19Backport ramspeed benchmarking playbook from qtip.driverYujun Zhang1-0/+61
Change-Id: I99c6bcb43074cdf7f9edd93a0fe10b401fff4374 Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
2017-04-18Collect dpi metrics and reportYujun Zhang1-1/+3
Change-Id: I0e02cff9a5bfc123b3227803289fc03abe27f112 Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
2017-04-18Optimize nDPI repeating speedYujun Zhang1-0/+2
- check existence of target file for nDPI build task - skip git updating Change-Id: I7e91df0a38845b2ba8a2dec938b51e1ccc6554cc Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
2017-04-18Add nDPI tasksYujun Zhang1-0/+76
Change-Id: I18b797d7fb8e5ca1bfd74dbcb836ec4feb318378 Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
2017-04-17Move YAML resources to /resources.Yujun Zhang2-0/+98
- replacing the content of /benchmarks will break current module like api/cli - migration required before surpressing the current benchmarks/ folder Change-Id: I8bd04eeb18aaa3c966330ff7adbe85a267680fc1 Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>