Skip to content

Commit 017333f

Browse files
authored
Update README.md
1 parent f91f91d commit 017333f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ await mediator.PublishAsync(new OrderShipped(orderId));
180180

181181
Foundatio.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

0 commit comments

Comments
 (0)