Share Load Test Reports

Overview

Every finished load test can be shared with people outside your LoadFocus team. Clicking Share on a test run creates a public, read-only report page and a live SVG badge you can embed in a README or dashboard. This works for cloud, JMeter and k6 tests on every plan, including the free plan.

The shared page shows a snapshot of the run:

  • the pass or fail verdict, when thresholds are configured
  • virtual users, duration, total requests and requests per second
  • average, p95 and p99 response times and the error rate
  • the response time chart over the run
  • Core Web Vitals under load, when the run collected them

Only this snapshot is public. Visitors never see your account, your team, your other tests or any live data, and the page carries a noindex tag so search engines skip it.

  1. Open a finished test run from Load Tests, JMeter Tests or k6 Tests.
  2. Click the Share button in the results toolbar.
  3. Copy the public link, or copy the badge snippet for your README.

Sharing again for the same run refreshes the snapshot and issues a new link. Each team can create up to 30 share links per day.

The README badge

The share dialog gives you a Markdown snippet like this:

[![Load tested with LoadFocus](https://loadfocus.com/share/YOUR_TOKEN/badge.svg)](https://loadfocus.com/share/YOUR_TOKEN)

The badge is a live SVG that shows the verdict, the virtual user count and the p95 response time of the shared run, so anyone reading your README can see the site was load tested and how it did.

Open the same test run, click Share, then Revoke link. The public page stops resolving immediately and the badge switches to an unavailable state. Sharing the run again later creates a fresh link; the old one stays dead.

Good to know

  • The target URL of the test is shown on the shared page. If you do not want to reveal it, revoke the link.
  • Share links use long random tokens that cannot be guessed or enumerated.
  • Read-only team members cannot create share links; you need write access to the load testing service.