Skip to content

Commit c38b065

Browse files
ferantiveroMike Wasson
authored andcommitted
Merged PR 923: remove perf results in advanced
Remove old perf results, since are no longer valid for advanced In the future, we plan to reinstate this section with new perf test results.
2 parents 186b94a + c643e28 commit c38b065

File tree

1 file changed

+0
-25
lines changed

1 file changed

+0
-25
lines changed

README.md

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -45,31 +45,6 @@ The Drone Delivery application is a sample application that consists of several
4545

4646
![](./architecture.png)
4747

48-
## Test results and metrics
49-
The Drone Delivery application has been tested up to 2000 messages/sec:
50-
51-
52-
| | Replicas | ~Max CPU (mc) | ~Max Mem (MB) | Avg. Throughput*  | Max. Throughput* | Avg (ms) | 50<sup>th</sup> (ms) | 95<sup>th</sup> (ms) | 99<sup>th</sup> (ms) |
53-
|------------------------------------------|----------|---------------|---------------|-------------------------|-------------------------|----------|-----------|-----------|-----------|
54-
| Nginx | 1 | N/A | N/A | serve: 1595 reqs/sec | serve: 1923 reqs/sec | N/A | N/A | N/A | N/A |
55-
| Ingestion | 10 | 474 | 488 | ingest: 1275 msgs/sec | ingest: 1710 msgs/sec | 251 | 50.1 | 1560 | 2540 |
56-
| Workflow (receive messages) | 35 | 1445 | 79 | egress: 1275 msgs/sec | egress: 1710 msgs/sec | 81.5 | 0 | 25.7 | 121 |
57-
| Workflow (call backend services + mark message as complete) | 35 | 1445 | 79 | complete: 1100 msgs/sec | complete: 1322 msgs/sec | 561.8 | 447 | 1350 | 2540 |
58-
| Package | 50 | 213 | 78 | N/A | N/A | 67.5 | 53.9 | 165 | 306 |
59-
| Delivery | 50 | 328 | 334 | N/A | N/A | 93.8 | 82.4 | 200 | 304 |
60-
| Dronescheduler | 50 | 402 | 301 | N/A | N/A | 85.9 | 72.6 | 203 | 308 |
61-
62-
63-
64-
*sources:
65-
1. Serve: Visual Studio Load Test Throughout Request/Sec
66-
2. Ingest: Azure Service Bus metrics Incoming Messages/Sec
67-
3. Egress: Azure Service Bus metrics Outgoing Messages/Sec
68-
4. Complete: AI Service Bus Complete dependencies
69-
5. Avg/50<sup>th</sup>/95<sup>th</sup>/99<sup>th</sup>: AI dependencies
70-
6. CPU/Mem: Azure Monitor for Containers
71-
72-
7348
## Deployment
7449

7550
To deploy the solution, follow the steps listed [here](./deployment.md).

0 commit comments

Comments
 (0)