matteofigus / api-benchmark

A node.js tool to benchmark APIs
MIT License
311 stars 35 forks source link

Track benchmark completed time #23

Closed dmyers closed 5 years ago

dmyers commented 9 years ago

Is there a way to track how long it took run the benchmark? I was thinking under the generated date in the report view there could also be like a time it took to complete the benchmark which could be returned in the results object.

matteofigus commented 9 years ago

Well there is a partial time for each series (each endpoint). You mean having a global timer?

dmyers commented 9 years ago

Yeah I think that would be pretty nice to have if you think so too. I could track it when I run the benchmark in my project, but I think it would be neat to put in the report view in this one.