这些问题是什么意思,我该如何处理它们?
What do these questions mean and how do I approach them?
我目前正在制作关于我的成品的文档,但是我不明白这个问题想问什么:
- 性能的定性评估
- 绩效量化评估
性能的定性评估是一种不使用特定测量值但将性能与用户的期望或需求进行比较的评估。所以像:
The performance of the import is low, but acceptable for the intended use.
reaction of the application to user input most cases so fast, that no waiting time is perceived.
定量评估基于测量:
The import processes 1 million records per hour
98% of all user interactions are processed withing 0.2 seconds
还有更详细的信息,例如标准偏差或绘制关于某些变量的度量,将是定量评估。
请注意,这两项评估都很重要。定量非常适合比较,例如,如果您想比较应用程序的两个版本的性能。
质量才是真正重要的。最后,通常每毫秒处理多少百万或多少条记录并不重要。问题是:用户是否满意,在大多数情况下,用户的感受不是基于某种测量,而是基于……嗯……他们的感受。
我目前正在制作关于我的成品的文档,但是我不明白这个问题想问什么:
- 性能的定性评估
- 绩效量化评估
性能的定性评估是一种不使用特定测量值但将性能与用户的期望或需求进行比较的评估。所以像:
The performance of the import is low, but acceptable for the intended use.
reaction of the application to user input most cases so fast, that no waiting time is perceived.
定量评估基于测量:
The import processes 1 million records per hour
98% of all user interactions are processed withing 0.2 seconds
还有更详细的信息,例如标准偏差或绘制关于某些变量的度量,将是定量评估。
请注意,这两项评估都很重要。定量非常适合比较,例如,如果您想比较应用程序的两个版本的性能。
质量才是真正重要的。最后,通常每毫秒处理多少百万或多少条记录并不重要。问题是:用户是否满意,在大多数情况下,用户的感受不是基于某种测量,而是基于……嗯……他们的感受。