@@ -4,27 +4,27 @@ Foundatio Mediator achieves near-direct call performance through C# interceptors
44
55## Benchmark Results
66
7- > 📊 ** Last Updated:** 2025-12-21
7+ > 📊 ** Last Updated:** 2025-12-22
88> 🔧 ** Generated automatically by [ GitHub Actions] ( https://github.com/FoundatioFx/Foundatio.Mediator/actions/workflows/benchmarks.yml ) **
99
1010| Method | Mean | Allocated |
1111| :-------| -----:| ----------:|
12- | Direct_Command | 5.516 ns | 0 B |
13- | Direct_Query | 28.477 ns | 192 B |
14- | Direct_Event | 5.528 ns | 0 B |
15- | Direct_QueryWithDependencies | 32.654 ns | 264 B |
16- | Foundatio_Command | 62.583 ns | 200 B |
17- | MediatR_Command | 37.787 ns | 128 B |
18- | MassTransit_Command | 1,220.045 ns | 4168 B |
19- | Foundatio_Query | 94.020 ns | 464 B |
20- | MediatR_Query | 58.518 ns | 320 B |
21- | MassTransit_Query | 4,608.610 ns | 12472 B |
22- | Foundatio_Publish | 136.917 ns | 648 B |
23- | MediatR_Publish | 49.515 ns | 288 B |
24- | MassTransit_Publish | 1,313.789 ns | 4320 B |
25- | Foundatio_QueryWithDependencies | 96.809 ns | 536 B |
26- | MediatR_QueryWithDependencies | 64.964 ns | 392 B |
27- | MassTransit_QueryWithDependencies | 4,594.323 ns | 12544 B |
12+ | Direct_Command | 13.82 ns | 0 B |
13+ | Direct_Query | 57.69 ns | 192 B |
14+ | Direct_Event | 14.04 ns | 0 B |
15+ | Direct_QueryWithDependencies | 75.99 ns | 264 B |
16+ | Foundatio_Command | 158.02 ns | 200 B |
17+ | MediatR_Command | 108.61 ns | 128 B |
18+ | MassTransit_Command | 3,039.47 ns | 4168 B |
19+ | Foundatio_Query | 213.05 ns | 464 B |
20+ | MediatR_Query | 142.30 ns | 320 B |
21+ | MassTransit_Query | 11,881.17 ns | 12472 B |
22+ | Foundatio_Publish | 393.09 ns | 648 B |
23+ | MediatR_Publish | 124.28 ns | 288 B |
24+ | MassTransit_Publish | 3,223.86 ns | 4320 B |
25+ | Foundatio_QueryWithDependencies | 225.26 ns | 536 B |
26+ | MediatR_QueryWithDependencies | 159.80 ns | 392 B |
27+ | MassTransit_QueryWithDependencies | 12,399.85 ns | 12545 B |
2828
2929## Running Benchmarks Locally
3030
0 commit comments