Skip to content

Commit b34c2a3

Browse files
Merge pull request #8511 from Lakith-Rambukkanage/master-4.4.0-perf
Update perf results for 4.4.0
2 parents 619d7ec + d099698 commit b34c2a3

14 files changed

+8
-8
lines changed
Loading
Loading
Loading
Loading
Loading

en/docs/install-and-setup/setup/deployment-best-practices/performance-tests-results-graphql.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Two key performance metrics were used to measure the performance of each test.
6262
<td>Apache JMeter Client</td>
6363
<td>c5.large</td>
6464
<td>2</td>
65-
<td>4</td>
65+
<td>2</td>
6666
</tr>
6767
<tr>
6868
<td>Apache JMeter Server 01</td>
@@ -86,7 +86,7 @@ Two key performance metrics were used to measure the performance of each test.
8686
<td>WSO2 API Manager</td>
8787
<td>c5.large</td>
8888
<td>2</td>
89-
<td>4</td>
89+
<td>2</td>
9090
</tr>
9191
</tbody>
9292
</table>
@@ -106,7 +106,7 @@ All scripts used to run the performance tests and analyze results are in the fol
106106

107107
## Results
108108

109-
The complete results can be found [here](https://github.com/wso2/performance-apim/blob/performance-test-447-2024-03-12_05-54-54/performance/benchmarks/summary.md).
109+
The complete results can be found [here](https://github.com/wso2/performance-apim/blob/performance-test-470-2024-10-24_05-16-34/performance/benchmarks/summary.csv).
110110

111111
The following graph depicts the throughput changes based on the number of concurrent users for different GraphQL queries.
112112

@@ -132,7 +132,7 @@ The following graph depicts the average response time changes based on the numbe
132132

133133
Let’s look at the 90th, 95th, and 99th response time percentiles. It is useful to measure the percentage of requests that exceeded the response time value for a given percentile. A percentile can be used to determine the percentage of requests completed below the particular response time value.
134134

135-
For example, when there are 100 concurrent users, the 90th response time percentile for Query 1 is 76ms. This means that 10% of the requests have taken more than 76ms to respond. Similarly, the 99th response time percentile for Query 1 is 132ms, which means that 99% of the requests have been completed within 132ms.
135+
For example, when there are 100 concurrent users, the 90th response time percentile for Query 1 is 73ms. This means that 10% of the requests have taken more than 73ms to respond. Similarly, the 99th response time percentile for Query 1 is 130ms, which means that 99% of the requests have been completed within 130ms.
136136

137137
The figure below represents the percentile values for Query 1.
138138

en/docs/install-and-setup/setup/deployment-best-practices/performance-tests-results.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Two key performance metrics were used to measure the performance of each test.
3636
<td>Apache JMeter Client</td>
3737
<td>c5.large</td>
3838
<td>2</td>
39-
<td>4</td>
39+
<td>2</td>
4040
</tr>
4141
<tr>
4242
<td>Apache JMeter Server 01</td>
@@ -66,7 +66,7 @@ Two key performance metrics were used to measure the performance of each test.
6666
<td>WSO2 API Manager</td>
6767
<td>c5.large</td>
6868
<td>2</td>
69-
<td>4</td>
69+
<td>2</td>
7070
</tr>
7171
</tbody>
7272
</table>
@@ -86,7 +86,7 @@ All scripts used to run the performance tests and analyze results are in the fol
8686

8787
## Results
8888

89-
Considering the fact that an average WSO2 API Manager user uses ~1KiB messages, the performance test highlights for that scenario are represented in the charts below. The complete results can be found [here](https://github.com/wso2/performance-apim/blob/performance-test-442-2024-03-08_12-05-14/performance/benchmarks/summary.md).
89+
Considering the fact that an average WSO2 API Manager user uses ~1KiB messages, the performance test highlights for that scenario are represented in the charts below. The complete results can be found [here](https://github.com/wso2/performance-apim/blob/performance-test-468-2024-10-23_15-25-13/performance/benchmarks/summary.md).
9090

9191
The following graph depicts the throughput changes based on the number of concurrent users.
9292

@@ -111,7 +111,7 @@ The following graph depicts the average response time changes based on the numbe
111111

112112
Let’s look at the 90th, 95th, and 99th response time percentiles when the message size is 1KiB. It is useful to measure the percentage of requests that exceeded the response time value for a given percentile. A percentile can be used to determine the percentage of requests completed below the particular response time value.
113113

114-
For example, when there are 100 concurrent users, the 90th response time percentile for Echo API is 48ms. This means that 10% of the requests have taken more than 48ms to respond. Similarly, the 99th response time percentile for Echo API is 88ms, which means that 99% of the requests have been completed within 88ms.
114+
For example, when there are 100 concurrent users, the 90th response time percentile for Echo API is 46ms. This means that 10% of the requests have taken more than 46ms to respond. Similarly, the 99th response time percentile for Echo API is 72ms, which means that 99% of the requests have been completed within 72ms.
115115

116116
The figure below represents the percentile values for Echo API (PassThrough Scenario).
117117

0 commit comments

Comments
 (0)