If you don't verify that the server response is correct, it's not clear what's being benchmarked...
Currently the server can return anything, including an error code, and the benchmark continues smoothly.
The response doesn't need to be verified for each request, but at least once before the benchmark begins, just to make sure you're comparing apples to apples.
If you don't verify that the server response is correct, it's not clear what's being benchmarked...
Currently the server can return anything, including an error code, and the benchmark continues smoothly.
The response doesn't need to be verified for each request, but at least once before the benchmark begins, just to make sure you're comparing apples to apples.