指标测试通常用于调用硬件抽象层 (HAL) 或直接与底层系统服务交互。要利用持续测试服务,应使用 google-benchmark 框架构建指标测试。
示例
请参阅位于 bionic/benchmarks/bionic-benchmarks 的示例指标测试模块设置
步骤总结
- 测试模块配置文件应使用
BUILD_NATIVE_BENCHMARK
构建规则,以便自动包含 google-benchmark 依赖项。 使用 make 命令构建测试模块:
make -j40 bionic-benchmarks
使用 Trade Federation 自动化测试框架自动安装和运行:
make tradefed-all -j tradefed.sh run template/local_min --template:map test=bionic-benchmarks
手动安装并运行,如下所示:
将生成的测试二进制文件推送到设备:
adb push ${OUT}/data/benchmarktest/bionic-benchmarks/bionic-benchmarks32 \ /data/benchmarktest/bionic-benchmarks/bionic-benchmarks32
通过在设备上调用测试二进制文件执行测试:
adb shell /data/benchmarktest/bionic-benchmarks/bionic-benchmarks32