Skip to content

Commit

Permalink
Merge pull request #90 from layer5io/leecalcote-patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
leecalcote committed Feb 20, 2024
2 parents eb659d7 + 2e80c1e commit a040ce5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
# Meshery Performance Analysis GitHub Action

GitHub Action to characterize the performance of a service or microservice (an HTTP, HTTPS, or gRPC endpoint) using a load generator and statistical analysis. Use Meshery's performance management GitHub Action to establish a performance benchmark and visually compare percent quartiles (e.g. P99) over time. Run performance load tests within your CI/CD pipeline in order to catch performance regressions before they happen.
A GitHub Action to characterize the performance of a service or microservice using a load generator and statistical analysis. Use Meshery's performance analysis GitHub Action to establish a performance benchmark and visually compare percentiles (e.g. P99) over time. Integrate performance characterization within your CI/CD pipeline and catch regressions before they happen.

[Meshery](https://meshery.io/) is the canonical implementation of the [Service Mesh Performance specification](https://smp-spec.io/).

THis action supports performance analysis of any accessible HTTP/S endpoint. If the system under test is running on Kubernetes, Meshery will collect additional infrastructure (cluster/node) statistics and include in the analysis.
This action supports performance analysis of any accessible HTTP/S endpoint. If the system under test is running on Kubernetes, Meshery will collect additional infrastructure (cluster/node) statistics and include in the analysis.

## Learn More

Expand Down Expand Up @@ -185,6 +183,8 @@ jobs:
profile_name: soak-test
```
[Meshery](https://meshery.io/) is the canonical implementation of the [Service Mesh Performance specification](https://smp-spec.io/).
## Join the Community!
<a name="contributing"></a><a name="community"></a>
Expand Down

0 comments on commit a040ce5

Please sign in to comment.