Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
```

BenchmarkDotNet v0.14.0, Windows 11 (10.0.26100.4351)
13th Gen Intel Core i7-13700H, 1 CPU, 20 logical and 14 physical cores
BenchmarkDotNet v0.15.2, Windows 11 (10.0.26100.4351/24H2/2024Update/HudsonValley)
13th Gen Intel Core i7-13700H 2.90GHz, 1 CPU, 20 logical and 14 physical cores
.NET SDK 9.0.301
[Host] : .NET 9.0.6 (9.0.625.26613), X64 RyuJIT AVX2

Expand All @@ -11,5 +11,5 @@ LaunchCount=2 WarmupCount=10
```
| Method | Mean | Error | StdDev | Ratio | RatioSD | Gen0 | Allocated | Alloc Ratio |
|----------------------- |----------:|---------:|---------:|------:|--------:|-------:|----------:|------------:|
| NoOpAsync | 42.79 ns | 1.119 ns | 1.604 ns | 1.00 | 0.05 | 0.0242 | 304 B | 1.00 |
| NullResiliencePipeline | 167.35 ns | 2.640 ns | 3.786 ns | 3.92 | 0.17 | 0.0298 | 376 B | 1.24 |
| NoOpAsync | 43.26 ns | 1.954 ns | 2.925 ns | 1.00 | 0.09 | 0.0242 | 304 B | 1.00 |
| NullResiliencePipeline | 163.88 ns | 1.275 ns | 1.869 ns | 3.80 | 0.24 | 0.0298 | 376 B | 1.24 |
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
```

BenchmarkDotNet v0.14.0, Windows 11 (10.0.26100.4351)
13th Gen Intel Core i7-13700H, 1 CPU, 20 logical and 14 physical cores
BenchmarkDotNet v0.15.2, Windows 11 (10.0.26100.4351/24H2/2024Update/HudsonValley)
13th Gen Intel Core i7-13700H 2.90GHz, 1 CPU, 20 logical and 14 physical cores
.NET SDK 9.0.301
[Host] : .NET 9.0.6 (9.0.625.26613), X64 RyuJIT AVX2

Job=MediumRun Toolchain=InProcessEmitToolchain IterationCount=15
LaunchCount=2 WarmupCount=10

```
| Method | Mean | Error | StdDev | Ratio | RatioSD | Gen0 | Allocated | Alloc Ratio |
|------------------------- |---------:|--------:|--------:|------:|--------:|-------:|----------:|------------:|
| ExecuteCircuitBreaker_V7 | 141.6 ns | 2.25 ns | 3.23 ns | 1.00 | 0.03 | 0.0370 | 464 B | 1.00 |
| ExecuteCircuitBreaker_V8 | 237.4 ns | 0.31 ns | 0.46 ns | 1.68 | 0.04 | - | - | 0.00 |
| Method | Mean | Error | StdDev | Median | Ratio | RatioSD | Gen0 | Allocated | Alloc Ratio |
|------------------------- |---------:|--------:|--------:|---------:|------:|--------:|-------:|----------:|------------:|
| ExecuteCircuitBreaker_V7 | 145.0 ns | 4.56 ns | 6.83 ns | 141.5 ns | 1.00 | 0.06 | 0.0370 | 464 B | 1.00 |
| ExecuteCircuitBreaker_V8 | 230.9 ns | 0.20 ns | 0.30 ns | 230.9 ns | 1.60 | 0.07 | - | - | 0.00 |
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
```

BenchmarkDotNet v0.14.0, Windows 11 (10.0.26100.4351)
13th Gen Intel Core i7-13700H, 1 CPU, 20 logical and 14 physical cores
BenchmarkDotNet v0.15.2, Windows 11 (10.0.26100.4351/24H2/2024Update/HudsonValley)
13th Gen Intel Core i7-13700H 2.90GHz, 1 CPU, 20 logical and 14 physical cores
.NET SDK 9.0.301
[Host] : .NET 9.0.6 (9.0.625.26613), X64 RyuJIT AVX2

Expand All @@ -11,6 +11,6 @@ LaunchCount=2 WarmupCount=10
```
| Method | Mean | Error | StdDev | Ratio | RatioSD | Gen0 | Allocated | Alloc Ratio |
|-------------------------- |------------:|---------:|---------:|------:|--------:|-------:|----------:|------------:|
| ExecuteAsync_Exception_V7 | 10,446.3 ns | 39.89 ns | 59.71 ns | 22.30 | 0.82 | 0.1526 | 2056 B | 10.28 |
| ExecuteAsync_Exception_V8 | 6,791.6 ns | 42.75 ns | 61.31 ns | 14.50 | 0.54 | 0.0992 | 1312 B | 6.56 |
| ExecuteAsync_Outcome_V8 | 469.0 ns | 10.24 ns | 15.33 ns | 1.00 | 0.05 | 0.0157 | 200 B | 1.00 |
| ExecuteAsync_Exception_V7 | 10,428.8 ns | 25.21 ns | 36.95 ns | 22.36 | 0.48 | 0.1526 | 2056 B | 10.28 |
| ExecuteAsync_Exception_V8 | 6,823.1 ns | 16.33 ns | 22.89 ns | 14.63 | 0.32 | 0.0992 | 1312 B | 6.56 |
| ExecuteAsync_Outcome_V8 | 466.7 ns | 6.57 ns | 9.83 ns | 1.00 | 0.03 | 0.0157 | 200 B | 1.00 |
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
```

BenchmarkDotNet v0.14.0, Windows 11 (10.0.26100.4351)
13th Gen Intel Core i7-13700H, 1 CPU, 20 logical and 14 physical cores
BenchmarkDotNet v0.15.2, Windows 11 (10.0.26100.4351/24H2/2024Update/HudsonValley)
13th Gen Intel Core i7-13700H 2.90GHz, 1 CPU, 20 logical and 14 physical cores
.NET SDK 9.0.301
[Host] : .NET 9.0.6 (9.0.625.26613), X64 RyuJIT AVX2

Expand All @@ -11,4 +11,4 @@ LaunchCount=2 WarmupCount=10
```
| Method | Mean | Error | StdDev | Allocated |
|------------------------------- |---------:|---------:|---------:|----------:|
| CompositeComponent_ExecuteCore | 27.45 ns | 0.106 ns | 0.155 ns | - |
| CompositeComponent_ExecuteCore | 26.88 ns | 0.202 ns | 0.302 ns | - |
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
```

BenchmarkDotNet v0.14.0, Windows 11 (10.0.26100.4351)
13th Gen Intel Core i7-13700H, 1 CPU, 20 logical and 14 physical cores
BenchmarkDotNet v0.15.2, Windows 11 (10.0.26100.4351/24H2/2024Update/HudsonValley)
13th Gen Intel Core i7-13700H 2.90GHz, 1 CPU, 20 logical and 14 physical cores
.NET SDK 9.0.301
[Host] : .NET 9.0.6 (9.0.625.26613), X64 RyuJIT AVX2

Job=MediumRun Toolchain=InProcessEmitToolchain IterationCount=15
LaunchCount=2 WarmupCount=10

```
| Method | Mean | Error | StdDev | Gen0 | Allocated |
|------------ |------------:|---------:|----------:|-------:|----------:|
| Fallback_V7 | 45.45 ns | 2.165 ns | 3.241 ns | 0.0306 | 384 B |
| Fallback_V8 | 1,705.23 ns | 8.115 ns | 12.146 ns | 0.4025 | 5064 B |
| Method | Mean | Error | StdDev | Gen0 | Allocated |
|------------ |------------:|----------:|----------:|-------:|----------:|
| Fallback_V7 | 44.26 ns | 0.524 ns | 0.784 ns | 0.0306 | 384 B |
| Fallback_V8 | 1,727.58 ns | 32.536 ns | 47.691 ns | 0.4025 | 5064 B |
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
```

BenchmarkDotNet v0.14.0, Windows 11 (10.0.26100.4351)
13th Gen Intel Core i7-13700H, 1 CPU, 20 logical and 14 physical cores
BenchmarkDotNet v0.15.2, Windows 11 (10.0.26100.4351/24H2/2024Update/HudsonValley)
13th Gen Intel Core i7-13700H 2.90GHz, 1 CPU, 20 logical and 14 physical cores
.NET SDK 9.0.301
[Host] : .NET 9.0.6 (9.0.625.26613), X64 RyuJIT AVX2

Job=MediumRun Toolchain=InProcessEmitToolchain IterationCount=15
LaunchCount=2 WarmupCount=10

```
| Method | Mean | Error | StdDev | Ratio | RatioSD | Gen0 | Allocated | Alloc Ratio |
|------------------------------------ |---------:|---------:|---------:|------:|--------:|-------:|----------:|------------:|
| DelegatingComponent_ExecuteCore_Jit | 23.38 ns | 2.049 ns | 2.805 ns | 1.01 | 0.17 | - | - | NA |
| DelegatingComponent_ExecuteCore_Aot | 30.32 ns | 0.042 ns | 0.060 ns | 1.32 | 0.15 | 0.0019 | 24 B | NA |
| Method | Mean | Error | StdDev | Ratio | Gen0 | Allocated | Alloc Ratio |
|------------------------------------ |---------:|---------:|---------:|------:|-------:|----------:|------------:|
| DelegatingComponent_ExecuteCore_Jit | 20.63 ns | 0.036 ns | 0.053 ns | 1.00 | - | - | NA |
| DelegatingComponent_ExecuteCore_Aot | 30.36 ns | 0.063 ns | 0.091 ns | 1.47 | 0.0019 | 24 B | NA |
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
```

BenchmarkDotNet v0.14.0, Windows 11 (10.0.26100.4351)
13th Gen Intel Core i7-13700H, 1 CPU, 20 logical and 14 physical cores
BenchmarkDotNet v0.15.2, Windows 11 (10.0.26100.4351/24H2/2024Update/HudsonValley)
13th Gen Intel Core i7-13700H 2.90GHz, 1 CPU, 20 logical and 14 physical cores
.NET SDK 9.0.301
[Host] : .NET 9.0.6 (9.0.625.26613), X64 RyuJIT AVX2

Job=MediumRun Toolchain=InProcessEmitToolchain IterationCount=15
LaunchCount=2 WarmupCount=10

```
| Method | Mean | Error | StdDev | Median | Ratio | RatioSD | Allocated | Alloc Ratio |
|------------------------ |---------:|---------:|---------:|----------:|------:|--------:|----------:|------------:|
| ExecuteAsync_Generic | 12.53 ns | 2.430 ns | 3.244 ns | 9.500 ns | 1.07 | 0.39 | - | NA |
| ExecuteAsync_NonGeneric | 15.28 ns | 0.272 ns | 0.407 ns | 15.133 ns | 1.30 | 0.33 | - | NA |
| Method | Mean | Error | StdDev | Ratio | RatioSD | Allocated | Alloc Ratio |
|------------------------ |----------:|----------:|----------:|------:|--------:|----------:|------------:|
| ExecuteAsync_Generic | 9.788 ns | 0.1653 ns | 0.2317 ns | 1.00 | 0.03 | - | NA |
| ExecuteAsync_NonGeneric | 14.824 ns | 0.0915 ns | 0.1370 ns | 1.52 | 0.04 | - | NA |
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
```

BenchmarkDotNet v0.14.0, Windows 11 (10.0.26100.4351)
13th Gen Intel Core i7-13700H, 1 CPU, 20 logical and 14 physical cores
BenchmarkDotNet v0.15.2, Windows 11 (10.0.26100.4351/24H2/2024Update/HudsonValley)
13th Gen Intel Core i7-13700H 2.90GHz, 1 CPU, 20 logical and 14 physical cores
.NET SDK 9.0.301
[Host] : .NET 9.0.6 (9.0.625.26613), X64 RyuJIT AVX2

Job=MediumRun Toolchain=InProcessEmitToolchain IterationCount=15
LaunchCount=2 WarmupCount=10

```
| Method | Mean | Error | StdDev | Ratio | RatioSD | Gen0 | Allocated | Alloc Ratio |
|---------------------------- |-----------:|---------:|----------:|------:|--------:|-------:|----------:|------------:|
| Hedging_Primary | 579.2 ns | 12.50 ns | 18.71 ns | 1.00 | 0.05 | - | - | NA |
| Hedging_Secondary | 983.2 ns | 28.67 ns | 42.03 ns | 1.70 | 0.09 | 0.0191 | 240 B | NA |
| Hedging_Primary_AsyncWork | 4,149.2 ns | 38.23 ns | 56.04 ns | 7.17 | 0.25 | 0.1831 | 2347 B | NA |
| Hedging_Secondary_AsyncWork | 5,138.5 ns | 95.25 ns | 142.57 ns | 8.88 | 0.37 | 0.2060 | 2579 B | NA |
| Method | Mean | Error | StdDev | Ratio | RatioSD | Gen0 | Allocated | Alloc Ratio |
|---------------------------- |-----------:|----------:|----------:|------:|--------:|-------:|----------:|------------:|
| Hedging_Primary | 583.6 ns | 8.73 ns | 13.06 ns | 1.00 | 0.03 | - | - | NA |
| Hedging_Secondary | 952.5 ns | 13.33 ns | 19.95 ns | 1.63 | 0.05 | 0.0191 | 240 B | NA |
| Hedging_Primary_AsyncWork | 4,219.6 ns | 70.46 ns | 101.05 ns | 7.23 | 0.24 | 0.1831 | 2343 B | NA |
| Hedging_Secondary_AsyncWork | 5,214.9 ns | 225.20 ns | 322.98 ns | 8.94 | 0.59 | 0.2060 | 2587 B | NA |
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
```

BenchmarkDotNet v0.14.0, Windows 11 (10.0.26100.4351)
13th Gen Intel Core i7-13700H, 1 CPU, 20 logical and 14 physical cores
BenchmarkDotNet v0.15.2, Windows 11 (10.0.26100.4351/24H2/2024Update/HudsonValley)
13th Gen Intel Core i7-13700H 2.90GHz, 1 CPU, 20 logical and 14 physical cores
.NET SDK 9.0.301
[Host] : .NET 9.0.6 (9.0.625.26613), X64 RyuJIT AVX2

Expand All @@ -11,8 +11,8 @@ LaunchCount=2 WarmupCount=10
```
| Method | Mean | Error | StdDev | Ratio | RatioSD | Gen0 | Allocated | Alloc Ratio |
|----------------------------------------------- |---------:|----------:|----------:|------:|--------:|-------:|----------:|------------:|
| ExecuteStrategyPipeline_Generic_V7 | 1.347 μs | 0.0219 μs | 0.0328 μs | 1.00 | 0.03 | 0.2174 | 2744 B | 1.00 |
| ExecuteStrategyPipeline_Generic_V8 | 1.179 μs | 0.0266 μs | 0.0398 μs | 0.88 | 0.04 | 0.0019 | 40 B | 0.01 |
| ExecuteStrategyPipeline_GenericTelemetry_V8 | 1.653 μs | 0.0277 μs | 0.0415 μs | 1.23 | 0.04 | 0.0019 | 40 B | 0.01 |
| ExecuteStrategyPipeline_NonGeneric_V8 | 1.285 μs | 0.0184 μs | 0.0276 μs | 0.96 | 0.03 | 0.0019 | 40 B | 0.01 |
| ExecuteStrategyPipeline_NonGenericTelemetry_V8 | 1.739 μs | 0.0475 μs | 0.0711 μs | 1.29 | 0.06 | 0.0019 | 40 B | 0.01 |
| ExecuteStrategyPipeline_Generic_V7 | 1.372 μs | 0.0189 μs | 0.0282 μs | 1.00 | 0.03 | 0.2174 | 2744 B | 1.00 |
| ExecuteStrategyPipeline_Generic_V8 | 1.189 μs | 0.0271 μs | 0.0406 μs | 0.87 | 0.03 | 0.0019 | 40 B | 0.01 |
| ExecuteStrategyPipeline_GenericTelemetry_V8 | 1.647 μs | 0.0147 μs | 0.0221 μs | 1.20 | 0.03 | 0.0019 | 40 B | 0.01 |
| ExecuteStrategyPipeline_NonGeneric_V8 | 1.266 μs | 0.0436 μs | 0.0652 μs | 0.92 | 0.05 | 0.0019 | 40 B | 0.01 |
| ExecuteStrategyPipeline_NonGenericTelemetry_V8 | 1.756 μs | 0.0171 μs | 0.0257 μs | 1.28 | 0.03 | 0.0019 | 40 B | 0.01 |
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
```

BenchmarkDotNet v0.14.0, Windows 11 (10.0.26100.4351)
13th Gen Intel Core i7-13700H, 1 CPU, 20 logical and 14 physical cores
BenchmarkDotNet v0.15.2, Windows 11 (10.0.26100.4351/24H2/2024Update/HudsonValley)
13th Gen Intel Core i7-13700H 2.90GHz, 1 CPU, 20 logical and 14 physical cores
.NET SDK 9.0.301
[Host] : .NET 9.0.6 (9.0.625.26613), X64 RyuJIT AVX2

Job=MediumRun Toolchain=InProcessEmitToolchain IterationCount=15
LaunchCount=2 WarmupCount=10

```
| Method | Components | Mean | Error | StdDev | Median | Ratio | RatioSD | Gen0 | Allocated | Alloc Ratio |
|------------------- |----------- |------------:|----------:|----------:|------------:|------:|--------:|-------:|----------:|------------:|
| **ExecutePipeline_V7** | **1** | **59.65 ns** | **2.963 ns** | **4.250 ns** | **58.39 ns** | **1.00** | **0.10** | **0.0242** | **304 B** | **1.00** |
| ExecutePipeline_V8 | 1 | 52.51 ns | 0.093 ns | 0.133 ns | 52.49 ns | 0.88 | 0.06 | - | - | 0.00 |
| | | | | | | | | | | |
| **ExecutePipeline_V7** | **2** | **125.93 ns** | **0.674 ns** | **0.988 ns** | **125.59 ns** | **1.00** | **0.01** | **0.0439** | **552 B** | **1.00** |
| ExecutePipeline_V8 | 2 | 74.07 ns | 0.207 ns | 0.303 ns | 73.91 ns | 0.59 | 0.01 | - | - | 0.00 |
| | | | | | | | | | | |
| **ExecutePipeline_V7** | **5** | **517.61 ns** | **20.857 ns** | **31.218 ns** | **525.89 ns** | **1.00** | **0.10** | **0.1030** | **1296 B** | **1.00** |
| ExecutePipeline_V8 | 5 | 229.02 ns | 8.340 ns | 12.483 ns | 232.35 ns | 0.44 | 0.04 | - | - | 0.00 |
| | | | | | | | | | | |
| **ExecutePipeline_V7** | **10** | **1,175.56 ns** | **56.978 ns** | **85.282 ns** | **1,206.15 ns** | **1.01** | **0.11** | **0.2003** | **2536 B** | **1.00** |
| ExecutePipeline_V8 | 10 | 550.37 ns | 12.148 ns | 17.806 ns | 558.74 ns | 0.47 | 0.04 | - | - | 0.00 |
| Method | Components | Mean | Error | StdDev | Ratio | RatioSD | Gen0 | Allocated | Alloc Ratio |
|------------------- |----------- |------------:|----------:|----------:|------:|--------:|-------:|----------:|------------:|
| **ExecutePipeline_V7** | **1** | **60.32 ns** | **1.079 ns** | **1.615 ns** | **1.00** | **0.04** | **0.0242** | **304 B** | **1.00** |
| ExecutePipeline_V8 | 1 | 51.35 ns | 0.074 ns | 0.110 ns | 0.85 | 0.02 | - | - | 0.00 |
| | | | | | | | | | |
| **ExecutePipeline_V7** | **2** | **129.42 ns** | **3.163 ns** | **4.636 ns** | **1.00** | **0.05** | **0.0439** | **552 B** | **1.00** |
| ExecutePipeline_V8 | 2 | 72.20 ns | 0.222 ns | 0.326 ns | 0.56 | 0.02 | - | - | 0.00 |
| | | | | | | | | | |
| **ExecutePipeline_V7** | **5** | **532.96 ns** | **18.679 ns** | **27.958 ns** | **1.00** | **0.08** | **0.1030** | **1296 B** | **1.00** |
| ExecutePipeline_V8 | 5 | 235.23 ns | 3.250 ns | 4.864 ns | 0.44 | 0.03 | - | - | 0.00 |
| | | | | | | | | | |
| **ExecutePipeline_V7** | **10** | **1,201.79 ns** | **27.474 ns** | **41.122 ns** | **1.00** | **0.05** | **0.2003** | **2536 B** | **1.00** |
| ExecutePipeline_V8 | 10 | 531.81 ns | 35.576 ns | 53.249 ns | 0.44 | 0.05 | - | - | 0.00 |
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
```

BenchmarkDotNet v0.14.0, Windows 11 (10.0.26100.4351)
13th Gen Intel Core i7-13700H, 1 CPU, 20 logical and 14 physical cores
BenchmarkDotNet v0.15.2, Windows 11 (10.0.26100.4351/24H2/2024Update/HudsonValley)
13th Gen Intel Core i7-13700H 2.90GHz, 1 CPU, 20 logical and 14 physical cores
.NET SDK 9.0.301
[Host] : .NET 9.0.6 (9.0.625.26613), X64 RyuJIT AVX2

Job=MediumRun Toolchain=InProcessEmitToolchain IterationCount=15
LaunchCount=2 WarmupCount=10

```
| Method | Mean | Error | StdDev | Median | Ratio | RatioSD | Allocated | Alloc Ratio |
|--------------------------- |----------:|----------:|----------:|----------:|------:|--------:|----------:|------------:|
| Predicate_SwitchExpression | 9.687 ns | 0.1908 ns | 0.2797 ns | 9.940 ns | 1.00 | 0.04 | - | NA |
| Predicate_PredicateBuilder | 17.365 ns | 0.0545 ns | 0.0816 ns | 17.369 ns | 1.79 | 0.05 | - | NA |
| Method | Mean | Error | StdDev | Ratio | RatioSD | Allocated | Alloc Ratio |
|--------------------------- |----------:|----------:|----------:|------:|--------:|----------:|------------:|
| Predicate_SwitchExpression | 9.503 ns | 0.1032 ns | 0.1544 ns | 1.00 | 0.02 | - | NA |
| Predicate_PredicateBuilder | 18.068 ns | 0.0956 ns | 0.1401 ns | 1.90 | 0.03 | - | NA |
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
```

BenchmarkDotNet v0.14.0, Windows 11 (10.0.26100.4351)
13th Gen Intel Core i7-13700H, 1 CPU, 20 logical and 14 physical cores
BenchmarkDotNet v0.15.2, Windows 11 (10.0.26100.4351/24H2/2024Update/HudsonValley)
13th Gen Intel Core i7-13700H 2.90GHz, 1 CPU, 20 logical and 14 physical cores
.NET SDK 9.0.301
[Host] : .NET 9.0.6 (9.0.625.26613), X64 RyuJIT AVX2

Expand All @@ -11,5 +11,5 @@ LaunchCount=2 WarmupCount=10
```
| Method | Mean | Error | StdDev | Ratio | RatioSD | Gen0 | Allocated | Alloc Ratio |
|---------------------- |---------:|--------:|--------:|------:|--------:|-------:|----------:|------------:|
| ExecuteRateLimiter_V7 | 156.3 ns | 2.29 ns | 3.35 ns | 1.00 | 0.03 | 0.0298 | 376 B | 1.00 |
| ExecuteRateLimiter_V8 | 159.2 ns | 0.44 ns | 0.65 ns | 1.02 | 0.02 | 0.0031 | 40 B | 0.11 |
| ExecuteRateLimiter_V7 | 161.8 ns | 2.92 ns | 4.38 ns | 1.00 | 0.04 | 0.0298 | 376 B | 1.00 |
| ExecuteRateLimiter_V8 | 159.4 ns | 0.47 ns | 0.69 ns | 0.99 | 0.03 | 0.0031 | 40 B | 0.11 |
Loading