-
Notifications
You must be signed in to change notification settings - Fork 41
Description
Hello @rogerwelin,
First of all I have to say that this is a great project with clean source code, I was able to understand the code flow very quickly, good job!
I just want to add a Throughput label in the Summary section of the results output. I think it's quite useful for us, who develop web frameworks, to see that number right away. Also, you can move the CLI part package main on a "./cmd/cassowary" directory so we can use the github.com/rogewelin/cassowary package as a library too to take the results directly. I know that you have json output option too but it will require from us to download executable based on the host OS, then exec.Cmd, then read the json file and unmarshal it which it is quite slow operation and requires many steps that can fail.
Thanks again,
Gerasimos Maropoulos. Author of Iris web framework