File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -180,7 +180,7 @@ await mediator.PublishAsync(new OrderShipped(orderId));
180180
181181Foundatio.Mediator delivers exceptional performance, getting remarkably close to direct method calls while providing full mediator pattern benefits:
182182
183- ### Commands (Fire-and-Forget)
183+ ### Commands
184184
185185| Method | Mean | Error | StdDev | Gen0 | Allocated | vs Direct |
186186| -------------------------------| -------------| -----------| -----------| --------| -----------| -----------|
@@ -200,7 +200,7 @@ Foundatio.Mediator delivers exceptional performance, getting remarkably close to
200200
201201### 🎯 Key Performance Insights
202202
203- - ** 🚀 Near-Optimal Performance** : Only ** 2.05x overhead** for commands and ** 1.78x overhead ** for queries compared to direct method calls
203+ - ** 🚀 Near-Optimal Performance** : Only slight overhead vs direct method calls
204204- ** ⚡ Foundatio vs MediatR** : ** 3.08x faster** for commands, ** 1.96x faster** for queries
205205- ** � Foundatio vs MassTransit** : ** 90x faster** for commands, ** 195x faster** for queries
206206- ** 💾 Zero Allocation Commands** : Fire-and-forget operations have no GC pressure
You can’t perform that action at this time.
0 commit comments