Skip to content

Releases: Perfscale/github-action

Release list

v1.0.1

Choose a tag to compare

@vitalics vitalics released this 02 Jul 13:59
v1.0.1

Fixes to the install step (verified green on ubuntu + macOS runners):

  • Resolve the latest perfscale tag via the /releases/latest web redirect instead of the REST API, which rate-limits unauthenticated calls per IP (curl 56 / 403 on shared runner pools).
  • Avoid curl exit 23 in version resolution (no more curl | grep -m1 early-pipe-close).
  • Guard the pack step against an empty staging dir so zip can't mask a real error.

uses: Perfscale/github-action@v1

v1.0.0

Choose a tag to compare

@vitalics vitalics released this 02 Jul 13:54
v1.0.0

First release of the perfscale load test action.

  • Composite action: installs a pinned perfscale release binary (sha256-verified) for the runner OS/arch.
  • Runs k6 / locust / native step-engine load tests.
  • Packs the run summary + generated metrics into a zip artifact (output-file output).
  • Linux, macOS, Windows runners (x64 / arm64).

Usage: uses: Perfscale/github-action@v1