0.5.3 • Published 9 years ago

penkki v0.5.3

Weekly downloads
3
License
Apache-2.0
Repository
github
Last release
9 years ago

Penkki

Run one or more commands n times and measure how long each run takes. Get result as JSON or incredibly useful and staggeringly engaging visualization.

Examples

HTML

Chart

Sparkly

JSON

Install

$ npm install -g penkki

Examples

# Run Gradle 5 times.
$ penkki --times 5 gradle
[ '"gradle"',
  48527,
  29418,
  26333,
  25239,
  24540 ]

# Run ls, du, and df 5 times and save the resulting HTML/JS line chart
# as benchmark.html.
$ penkki --formatter html --times 5 --commands ls,du,df > benchmark.html

Formatters

FormatterExample
JSON (default)penkki -t 50 my-awesome-command
Chartpenkki -f chart -t 50 my-awesome-command
Sparklypenkki -f sparkly -t 50 my-awesome-command
Barspenkki -f bars -t 50 my-awesome-command
HTML (C3)penkki -f html -t 50 my-awesome-command

License

Apache License 2.0.

0.5.3

9 years ago

0.5.2

9 years ago

0.5.1

9 years ago

0.5.0

9 years ago

0.4.3

9 years ago

0.4.2

9 years ago

0.4.1

9 years ago

0.4.0

9 years ago

0.3.1

10 years ago

0.3.0

10 years ago

0.2.1

10 years ago

0.2.0

10 years ago

0.1.4

10 years ago

0.1.3

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago