ProspectOne / perfops-cli

A simple command line tool to interact with hundreds of servers around the world.
https://perfops.net/cli
288 stars 45 forks source link

feat(cmd/curl): include timings in JSON output #36

Closed terinjokes closed 6 years ago

terinjokes commented 6 years ago

The PerfOps API returns timings in curl responses, that this command line tool was ignoring. This CL adds this field to the internal structs, so that it will be marshalled for output.

Bug: #35