benchto
benchto copied to clipboard
No need to log query results for each query execution
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.