benchto icon indicating copy to clipboard operation
benchto copied to clipboard

No need to log query results for each query execution

Open kokosing opened this issue 8 years ago • 0 comments

If a benchmark is running query multiple times, there is no need to log them each time. It clutters the log file without any new value.

Instead, there could be a check which validates that all the queries returned the same results. Notice that logging and results verification should not be included in benchmark duration time.

kokosing avatar Sep 22 '16 11:09 kokosing