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
This article provides longhaul performance and stability benchmarks for Dapr on Kubernetes.
10
+
11
+
The longhaul tests are designed to run for a period of a week, validating the stability of Dapr and its components, while measuring resource utilization and performance over time.
12
+
13
+
## Public Dashboard
14
+
15
+
You can access the live longhaul test results on the public Grafana dashboard. This dashboard is updated in near real-time, showing the latest results from the longhaul tests.
The longhaul environment is run on a 3 node managed Azure Kubernetes Service (AKS) cluster, using standard D2s_v5 nodes running 2 cores and 8GB of RAM, with network acceleration.
22
+
23
+
## Test Applications
24
+
25
+
- Feed generator
26
+
- Hashtag Actor
27
+
- Hashtag counter
28
+
- Message Analyzer
29
+
- Pubsub Workflow
30
+
- Streaming Pubsub Publisher / Producer
31
+
- Streaming Pubsub Subscriber / Consumer
32
+
- Snapshot App
33
+
- Validation Worker App
34
+
- Scheduler Jobs App
35
+
- Workflow Gen App
36
+
- Scheduler Actor Reminders - Client
37
+
- Scheduler Actor Reminders - Server
38
+
- Scheduler Workflow App
39
+
40
+
## Redeployments
41
+
42
+
The longhaul test environment is redeployed every 7 days (Fridays at 08:00 UTC).
43
+
44
+
## Test Infrastructure
45
+
46
+
The test infrastructure is sourced from this [GitHub repository](https://github.com/dapr/test-infra).
47
+
48
+
It is a mixture of Bicep IaC templates and Helm charts to deploy the test applications and Dapr.
0 commit comments