@@ -57,7 +57,7 @@ are determined and the call-tree built at compile-time; meaning that all depende
57
57
safety checks. Behaviors and dependencies are obtained via DI at runtime based on compile-time determined dependencies.
58
58
59
59
#### Examples
60
- * Minimal Api: [ Normal] ( . /samples/Normal)
60
+ * Minimal Api: [ Normal] ( https://github.com/immediateplatform/Immediate.Handlers /samples/Normal)
61
61
62
62
## Installing Immediate.Handlers
63
63
@@ -249,7 +249,7 @@ BenchmarkDotNet v0.13.12, Windows 11 (10.0.22621.3007/22H2/2022Update/SunValley2
249
249
DefaultJob : .NET 8.0.1 (8.0.123.58001), X64 RyuJIT AVX2
250
250
```
251
251
252
- #### [ Benchmarks.Simple] ( . /benchmarks/Benchmark.Simple)
252
+ #### [ Benchmarks.Simple] ( https://github.com/immediateplatform/Immediate.Handlers /benchmarks/Benchmark.Simple)
253
253
254
254
This benchmark tests the various mediator implementations with a single request/response handler.
255
255
@@ -262,7 +262,7 @@ This benchmark tests the various mediator implementations with a single request/
262
262
| SendRequest_IMediator | 31.3420 ns | 0.1006 ns | 40.64 | 5 | - |
263
263
| SendRequest_MediatR | 68.3384 ns | 0.3453 ns | 88.73 | 6 | 240 B |
264
264
265
- #### [ Benchmarks.Large] ( . /benchmarks/Benchmark.Large)
265
+ #### [ Benchmarks.Large] ( https://github.com/immediateplatform/Immediate.Handlers /benchmarks/Benchmark.Large)
266
266
267
267
This benchmark tests the various mediator implementations in the face of 999 request/response handlers.
268
268
@@ -275,7 +275,7 @@ This benchmark tests the various mediator implementations in the face of 999 req
275
275
| SendRequest_MediatR | 80.0953 ns | 0.4749 ns | 141.83 | 5 | 240 B |
276
276
| SendRequest_IMediator | 435.3890 ns | 1.6399 ns | 771.01 | 6 | - |
277
277
278
- #### [ Benchmarks.Behaviors] ( . /benchmarks/Benchmark.Behaviors)
278
+ #### [ Benchmarks.Behaviors] ( https://github.com/immediateplatform/Immediate.Handlers /benchmarks/Benchmark.Behaviors)
279
279
280
280
This benchmark tests a more realistic scenario of using 1 behavior and 1 service.
281
281
0 commit comments