Skip to content

v0.5.0

Latest

Choose a tag to compare

@github-actions github-actions released this 13 Jul 16:35
v0.5.0
e2fdc23

Added

  • npm install: npm install -g @perfscale/exe installs 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 metrics object 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

  • feat(core): periodic [stats] lines from the native runner by @vitalics in #1

New Contributors

Full Changelog: v0.4.0...v0.5.0