pete/lib/reporters/mico

(require("pete/lib/reporters/mico"))(optionsopt) → {module:pete/lib/getReporters~report}

Description:
  • Create and return report function that will output reports in "human-friendly" format.

Source:
Parameters:
Name Type Attributes Description
options object <optional>
Properties
Name Type Attributes Description
out object <optional>

path to file that should be created

callback object <optional>

to call once on out stream close event

cols string <optional>

comma-separated list of columns to output, e.g., "status,name,max,p50,p99,samples,ops,=p99,p99". "=" means bar instead of column. "" means calculate "loss" column.

ignore string <optional>

comma-separated list of run modes to ignore in results, e.g., "warmup,skip"

sort string <optional>

name of column by which results should be sorted, defaults to last of the columns

colorize string <optional>

set to "no" or "false" to prevent colorizing output, defaults to "yes" when output isTTY

Returns:
Type
module:pete/lib/getReporters~report