---
title: 打开测试结果文件时提示无法获得文档的测量值的解决办法
description: "打开测试结果文件提示无法获得文档的测量值，详细信息如下所示。"
url: https://www.hikunpeng.com/document/detail/zh/SRA/perfEval/benchmarksra/kunpengmodelzoo_06_0022.html
sourcePath: /source/zh/SRA/perfEval/benchmarksra/kunpengmodelzoo_06_0022.html
indexId: 938865ecd2de5196973c72d44332523c12c3ae16d0e072720249eac576bc2c1c65
---
# 打开测试结果文件时提示无法获得文档的测量值的解决办法

#### 问题现象描述

打开测试结果文件提示无法获得文档的测量值，详细信息如下所示。

```
Failed to obtain stable measurement within10 measurement windows for concurrency 20.Please try to increase the- -measurement-interval.
Failed to obtain stable measurement
```


#### 关键过程、根本原因分析

无


#### 结论、解决方案及效果

1. 进入ModelZoo所在路径。
  1 cd /path/to/modelzoo

2. 打开测试文件“inference_throughput_test.py”。
  1 vi inference_throughput_test.py

3. 按“i”进入编辑模式，调整第210、211行关于并发数（concurrency）和batch大小的设置。concurrency中每一组三个数字按顺序分别表示起始并发数，最终并发数和步长。
4. 按“Esc”键，输入:wq!，按“Enter”键保存并退出编辑。
