cardio
cardio copied to clipboard
cardio
npm ERR! Darwin 15.0.0 npm ERR! argv "node" "/usr/local/bin/npm" "install" "-g" "cardio" npm ERR! node v0.12.7 npm ERR! npm v2.11.3 npm ERR! code E404
@msiebuhr and I talked about the ability to analyze .har dumps. It seems like .har files (if dumped with the response bodies) contain enough information to populate an assetgraph, so...
Librato, seems like a great graphing dashboard - https://metrics.librato.com/
It would be rather nice to execute something like the following: ``` git bisect start -- cardio --check "css.countByColor.#eee > 1" ``` Then it would find the revision between `good`...
`123` will be reported as a color because one.colors parser accepts css shorthand also without a prefixed `#`. This leads to false positives when using numbers to describe font sizes....
Currently the `js.complexityReport` output 16 different metrics, both under "functions" and "aggregate" (16×2 = 32), whereon we calculate count, mean, max, std, mean_90th and max_90th (32×6 = 192 metrics). My...
We need at least one visualization built in (eg. ASCII spark-lines / canvas-output) for a proper wow-factor and instant gratification when new users try it out.
That would permit `cardio | cardio-report2array`. Alternately, we should just move the logic of `cardio-report2array` into `cardio`, so it would have the array-style output as the default one.