Our experimental setup was the same as for the last tests, except that the remote stored procedure was written to return a result set whose size depended on an input parameter.
实验设置与前面的测试相同,惟一不同的是远程存储过程现在返回一个结果集,结果集的大小取决于输入参数。
2
Additionally, we explain how you can recreate our testing setup in your own environment to do your own performance tests.
另外,我们解释了怎样在您自己的环境中重现测试创建工作以完成您自己的性能测试。
3
It is generally a good idea to include a setUp method in your tests if common operations are performed across different test cases.