hwndept / framework-performance

Gather performans metrics from apps written in different frameworks.
3 stars 1 forks source link

Consolidate ab tests output #8

Open hwndept opened 7 years ago

hwndept commented 7 years ago

Goal

To consolidated report at the end of npm test command so it will be easy to compare the results of different frameworks

A/C

  1. Consolidated report provided at the end of npm test command in a format:
app complete requests failed requests requests per second time per request time per request(across all concurrent)
node x1 x2 x3 x4 x5
node-express y1 y2 y3 y4 y5
... ... ... ... ... ...