You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: en/docs/install-and-setup/setup/deployment-best-practices/performance-tests-results-graphql.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -62,7 +62,7 @@ Two key performance metrics were used to measure the performance of each test.
62
62
<td>Apache JMeter Client</td>
63
63
<td>c5.large</td>
64
64
<td>2</td>
65
-
<td>4</td>
65
+
<td>2</td>
66
66
</tr>
67
67
<tr>
68
68
<td>Apache JMeter Server 01</td>
@@ -86,7 +86,7 @@ Two key performance metrics were used to measure the performance of each test.
86
86
<td>WSO2 API Manager</td>
87
87
<td>c5.large</td>
88
88
<td>2</td>
89
-
<td>4</td>
89
+
<td>2</td>
90
90
</tr>
91
91
</tbody>
92
92
</table>
@@ -106,7 +106,7 @@ All scripts used to run the performance tests and analyze results are in the fol
106
106
107
107
## Results
108
108
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).
110
110
111
111
The following graph depicts the throughput changes based on the number of concurrent users for different GraphQL queries.
112
112
@@ -132,7 +132,7 @@ The following graph depicts the average response time changes based on the numbe
132
132
133
133
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.
134
134
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.
136
136
137
137
The figure below represents the percentile values for Query 1.
Copy file name to clipboardExpand all lines: en/docs/install-and-setup/setup/deployment-best-practices/performance-tests-results.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ Two key performance metrics were used to measure the performance of each test.
36
36
<td>Apache JMeter Client</td>
37
37
<td>c5.large</td>
38
38
<td>2</td>
39
-
<td>4</td>
39
+
<td>2</td>
40
40
</tr>
41
41
<tr>
42
42
<td>Apache JMeter Server 01</td>
@@ -66,7 +66,7 @@ Two key performance metrics were used to measure the performance of each test.
66
66
<td>WSO2 API Manager</td>
67
67
<td>c5.large</td>
68
68
<td>2</td>
69
-
<td>4</td>
69
+
<td>2</td>
70
70
</tr>
71
71
</tbody>
72
72
</table>
@@ -86,7 +86,7 @@ All scripts used to run the performance tests and analyze results are in the fol
86
86
87
87
## Results
88
88
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).
90
90
91
91
The following graph depicts the throughput changes based on the number of concurrent users.
92
92
@@ -111,7 +111,7 @@ The following graph depicts the average response time changes based on the numbe
111
111
112
112
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.
113
113
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.
115
115
116
116
The figure below represents the percentile values for Echo API (PassThrough Scenario).
0 commit comments