summaryrefslogtreecommitdiff
path: root/utests/vload_bench.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Add a option which could set the benchmark unit properly.Meng Mengmeng2015-11-251-1/+1
| | | | | | | | For benchmarks, the units are varied e.g. GB/S, FPS, score and so on. So we need to make a choice for every benchmark. Signed-off-by: Meng Mengmeng <mengmeng.meng@intel.com> Reviewed-by: Ruiling Song <ruiling.song@intel.com>
* Refine benchmark output.Chuanbo Weng2015-02-061-3/+3
| | | | | | | | | | | Change output measurement from time to bandwidth, so we can compare all benchmark results easily. And change return type of benchmark from int to double, because int is not precise enough. v2: Change output measurement from time to bandwidth. Signed-off-by: Chuanbo Weng <chuanbo.weng@intel.com> Reviewed-by: Zhigang Gong <zhigang.gong@linux.intel.com>
* fix utest build for some old gcc versionGuo Yejun2015-01-061-2/+2
| | | | | | | | change the keyword from constexpr to const, update the code for explicit type conversion and std::map's iterator. Signed-off-by: Guo Yejun <yejun.guo@intel.com> Reviewed-by: Zhigang Gong <zhigang.gong@linux.intel.com>
* Add new vload benchmark/test case.Zhigang Gong2014-09-031-0/+98
v2: refine the benchmark case and don't mix it with normal unit test cases. Signed-off-by: Zhigang Gong <zhigang.gong@intel.com> Reviewed-by: "Song, Ruiling" <ruiling.song@intel.com>