Skip to content

Latency Lingo | Performance Test Coverage

Actions
Performance test reporting and build checks. Integrates with load testing tools like JMeter, k6, and Gatling
v0.0.2
Latest
Star (1)

Latency Lingo Github Action

Publish performance test results to Latency Lingo as part of your CI/CD pipeline.

I recommend visiting the Latency Lingo documentation to get familiar.

Usage

Locate your API key in account settings and add it as a secret to your Github repository. Next, add the Github Action as a step in your workflow.

The input arguments mimic the flags provided to the publish CLI command.

The value of file should reference a file containing your test results. This depends on your test runner and strategy for running tests in CI/CD. Feel free to reach out for any support.

The action evaluates any thresholds for the test scenario referenced. If any of the thresholds are violated, the action will fail the build.

Examples

- name: Latency Lingo
  uses: latency-lingo/github-action@v0.0.2
  with:
    api-key: ${{ secrets.LATENCY_LINGO_API_KEY }}
    file: jmeter-results.jtl
    label: github-action-test
- name: Latency Lingo
  uses: latency-lingo/github-action@v0.0.2
  with:
    api-key: ${{ secrets.LATENCY_LINGO_API_KEY }}
    file: gatling-results.log
    label: github-action-gatling-test
    format: gatling

References

Latency Lingo | Performance Test Coverage is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Performance test reporting and build checks. Integrates with load testing tools like JMeter, k6, and Gatling
v0.0.2
Latest

Latency Lingo | Performance Test Coverage is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.