nickva opened a new pull request, #4789:
URL: https://github.com/apache/couchdb/pull/4789

   Just tracking total time spent in each individual query prompt may be 
ambiguous, unless we also keep track of the number of calls of each prompt type.
   
   For instance, if we notice the total time spent per some call increasing, it 
could be because the JS engine got slower, or, because some other bottleneck 
was removed and now we can run more total map calls per unit of time. To 
disambiguate between these cases let's also track the total number of calls. 
This way users would be able to estimate the average time spent per call more 
accurately.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@couchdb.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to