Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion daprdocs/content/en/concepts/faq/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ description: "Common questions asked about Dapr"
Dapr is not a service mesh. While service meshes focus on fine-grained network control, Dapr is focused on helping developers build distributed applications. Both Dapr and service meshes use the sidecar pattern and run alongside the application. They do have some overlapping features, but also offer unique benefits. For more information please read the [Dapr & service meshes]({{%ref service-mesh%}}) concept page.

## Performance Benchmarks
The Dapr project is focused on performance due to the inherent discussion of Dapr being a sidecar to your application. See [here]({{% ref perf-service-invocation %}}) for updated performance numbers.
The Dapr project is focused on performance due to the inherent discussion of Dapr being a sidecar to your application. See [performance results](https://github.com/dapr/dapr/tree/release-1.16/tests/perf/report/charts) for updated performance numbers.

## Actors

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,6 @@ For quick testing, try using the Dapr CLI for service invocation:

## Next steps
- Read the [service invocation API specification]({{% ref service_invocation_api %}}). This reference guide for service invocation describes how to invoke methods on other services.
- Understand the [service invocation performance numbers]({{% ref perf-service-invocation %}}).
- Understand the [service invocation performance numbers](https://github.com/dapr/dapr/tree/release-1.16/tests/perf/report/charts/).
- Take a look at [observability]({{% ref observability %}}). Here you can dig into Dapr's monitoring tools like tracing, metrics and logging.
- Read up on our [security practices]({{% ref security-concept %}}) around mTLS encryption, token authentication, and endpoint authorization.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
type: docs
title: "Performance results"
linkTitle: "Performance results"
weight: 10000
description: "Performance benchmarks and charts for Dapr APIs"
---

For performance results, please see the [Dapr performance test suite](https://github.com/dapr/dapr/tree/release-1.16/tests/perf/report/charts) in the dapr/dapr repository, where you can
view performance charts and numbers per Dapr version and API available.

Visit the [performance charts directory](https://github.com/dapr/dapr/tree/release-1.16/tests/perf/report/charts) to view detailed performance metrics, including latency, throughput, and
resource utilization per API across different Dapr versions.

This file was deleted.

Binary file removed daprdocs/static/images/perf_invocation_p90.png
Binary file not shown.
Binary file removed daprdocs/static/images/perf_invocation_p99.png
Binary file not shown.
Loading