Added
- npm install:
npm install -g @perfscale/exeinstalls the standalone
binary for your platform (esbuild-style optionalDependencies — npm fetches
only the matching@perfscale/<os>-<arch>package; Linux builds are static
musl and run on any distro). Published automatically from every release tag. - Actions can emit custom run metrics: a
metricsobject in a step's output
value (name → number) is summed across VUs/iterations by the native engine and
reported in the summary as<name>: <total> <rate>/s— the same line shape the
downstream parsers already read. Enables protocol-specific dashboards (e.g. FIX
send/receive message rates) without changing the metrics pipeline.
What's Changed
New Contributors
Full Changelog: v0.4.0...v0.5.0