gtfierro/hod-v1

Add query execution time to returned QueryResult struct

Closed this issue · 1 comments

Currently the only way to "time" a query is to sit there and do it yourself, but when using HTTP, its hard to account for the network latency. If the query result struct returned the query latency along with the results, then that could just be pulled out by the client if it cared.