Skip to content

Commit

Permalink
docs: fixed inner tps link
Browse files Browse the repository at this point in the history
  • Loading branch information
devxb authored Apr 3, 2024
1 parent 9330166 commit a708129
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
![version 0.4.0](https://img.shields.io/badge/version-0.4.0-black?labelColor=black&style=flat-square) ![jdk 17](https://img.shields.io/badge/minimum_jdk-17-orange?labelColor=black&style=flat-square) ![load-test](https://img.shields.io/badge/load%20test%2010%2C000%2C000-success-brightgreen?labelColor=black&style=flat-square)
![redis--stream](https://img.shields.io/badge/-redis--stream-da2020?style=flat-square&logo=Redis&logoColor=white)

**TPS(6,000)** on my default Macbook air m2. _[link](#Test1.-TPS)_
**TPS(6,000)** on my default Macbook air m2. _[link](#Test1-TPS)_

Netx is a Saga framework that supports Redis-Stream.
`Netx` provides the following features:
Expand Down Expand Up @@ -279,7 +279,7 @@ fun exists(param: Any): Mono<Any> {

## Test

### Test1. TPS
### Test1-TPS

> **How to test?**
> For 333,333 tests, the sequence proceeds as follows: saga start -> saga join -> saga commit.
Expand All @@ -289,7 +289,7 @@ fun exists(param: Any): Mono<Any> {
<img width="700" alt="Netx load test 777,777" src="https://github.com/devxb/Netx/assets/62425964/2935f194-f246-40de-b9b3-be0505b19446">


### Test2. Rollback
### Test2-Rollback

> **How to test?**
> Pending order -> Pending payment -> Successful payment -> Successful order -> Inventory deduction failure -> Order failure -> Payment failure
Expand Down

0 comments on commit a708129

Please sign in to comment.