Skip to content

Commit 8750408

Browse files
committed
normal
1 parent d0a682e commit 8750408

File tree

2 files changed

+8
-14
lines changed

2 files changed

+8
-14
lines changed

v2/rscg_examples/Dusharp/src/.tours/Dusharp.tour

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -29,33 +29,27 @@
2929
}
3030

3131

32-
,{
33-
"file": "UnionTypesDemo/obj/GX/Sera.TaggedUnion.Analyzers/Sera.TaggedUnion.Analyzers.Generators.UnionGenerator/UnionTypesDemo.ResultSave.union.g.cs",
34-
"description": "Generated File 5 from 5 : UnionTypesDemo.ResultSave.union.g.cs ",
35-
"line": 1
36-
}
37-
3832
,{
3933
"file": "UnionTypesDemo/obj/GX/Dusharp/Dusharp.UnionSourceGenerator/UnionTypesDemo.ResultSave.Dusharp.g.cs",
40-
"description": "Generated File 4 from 5 : UnionTypesDemo.ResultSave.Dusharp.g.cs ",
34+
"description": "Generated File 4 from 4 : UnionTypesDemo.ResultSave.Dusharp.g.cs ",
4135
"line": 1
4236
}
4337

4438
,{
4539
"file": "UnionTypesDemo/obj/GX/Dusharp/Dusharp.UnionSourceGenerator/Dusharp.EmbeddedCode.UnionCaseAttribute.cs",
46-
"description": "Generated File 3 from 5 : Dusharp.EmbeddedCode.UnionCaseAttribute.cs ",
40+
"description": "Generated File 3 from 4 : Dusharp.EmbeddedCode.UnionCaseAttribute.cs ",
4741
"line": 1
4842
}
4943

5044
,{
5145
"file": "UnionTypesDemo/obj/GX/Dusharp/Dusharp.UnionSourceGenerator/Dusharp.EmbeddedCode.UnionAttribute.cs",
52-
"description": "Generated File 2 from 5 : Dusharp.EmbeddedCode.UnionAttribute.cs ",
46+
"description": "Generated File 2 from 4 : Dusharp.EmbeddedCode.UnionAttribute.cs ",
5347
"line": 1
5448
}
5549

5650
,{
5751
"file": "UnionTypesDemo/obj/GX/Dusharp/Dusharp.UnionSourceGenerator/Dusharp.EmbeddedCode.ExceptionUtils.cs",
58-
"description": "Generated File 1 from 5 : Dusharp.EmbeddedCode.ExceptionUtils.cs ",
52+
"description": "Generated File 1 from 4 : Dusharp.EmbeddedCode.ExceptionUtils.cs ",
5953
"line": 1
6054
}
6155

v2/rscg_examples_site/docs/RSCG-Examples/Immediate.Handlers.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ are determined and the call-tree built at compile-time; meaning that all depende
5757
safety checks. Behaviors and dependencies are obtained via DI at runtime based on compile-time determined dependencies.
5858

5959
#### Examples
60-
* Minimal Api: [Normal](./samples/Normal)
60+
* Minimal Api: [Normal](https://github.com/immediateplatform/Immediate.Handlers/samples/Normal)
6161

6262
## Installing Immediate.Handlers
6363

@@ -249,7 +249,7 @@ BenchmarkDotNet v0.13.12, Windows 11 (10.0.22621.3007/22H2/2022Update/SunValley2
249249
DefaultJob : .NET 8.0.1 (8.0.123.58001), X64 RyuJIT AVX2
250250
```
251251

252-
#### [Benchmarks.Simple](./benchmarks/Benchmark.Simple)
252+
#### [Benchmarks.Simple](https://github.com/immediateplatform/Immediate.Handlers/benchmarks/Benchmark.Simple)
253253

254254
This benchmark tests the various mediator implementations with a single request/response handler.
255255

@@ -262,7 +262,7 @@ This benchmark tests the various mediator implementations with a single request/
262262
| SendRequest_IMediator | 31.3420 ns | 0.1006 ns | 40.64 | 5 | - |
263263
| SendRequest_MediatR | 68.3384 ns | 0.3453 ns | 88.73 | 6 | 240 B |
264264

265-
#### [Benchmarks.Large](./benchmarks/Benchmark.Large)
265+
#### [Benchmarks.Large](https://github.com/immediateplatform/Immediate.Handlers/benchmarks/Benchmark.Large)
266266

267267
This benchmark tests the various mediator implementations in the face of 999 request/response handlers.
268268

@@ -275,7 +275,7 @@ This benchmark tests the various mediator implementations in the face of 999 req
275275
| SendRequest_MediatR | 80.0953 ns | 0.4749 ns | 141.83 | 5 | 240 B |
276276
| SendRequest_IMediator | 435.3890 ns | 1.6399 ns | 771.01 | 6 | - |
277277

278-
#### [Benchmarks.Behaviors](./benchmarks/Benchmark.Behaviors)
278+
#### [Benchmarks.Behaviors](https://github.com/immediateplatform/Immediate.Handlers/benchmarks/Benchmark.Behaviors)
279279

280280
This benchmark tests a more realistic scenario of using 1 behavior and 1 service.
281281

0 commit comments

Comments
 (0)