Skip to content

Commit f12c51e

Browse files
committed
md results
1 parent 80d5d61 commit f12c51e

6 files changed

+41
-92
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
```
2+
3+
BenchmarkDotNet v0.13.12, Windows 11 (10.0.22631.3593/23H2/2023Update/SunValley3)
4+
Intel Core i7-8565U CPU 1.80GHz (Whiskey Lake), 1 CPU, 8 logical and 4 physical cores
5+
[Host] : .NET 6.0.29, X64 NativeAOT AVX2
6+
7+
Job=InProcess Toolchain=InProcessEmitToolchain
8+
9+
```
10+
| Method | Mean | Error | StdDev | Ratio | RatioSD | Gen0 | Allocated | Alloc Ratio |
11+
|-------------------------- |----------:|----------:|----------:|------:|--------:|-------:|----------:|------------:|
12+
| HttpClient_GetAsync | 3.201 μs | 0.0624 μs | 0.0811 μs | 1.00 | 0.00 | 0.5379 | 2.2 KB | 1.00 |
13+
| WebApiClientCore_GetAsync | 8.726 μs | 0.1179 μs | 0.1103 μs | 2.71 | 0.10 | 1.1139 | 4.59 KB | 2.08 |
14+
| Refit_GetAsync | 17.237 μs | 0.2066 μs | 0.1933 μs | 5.34 | 0.17 | 1.3733 | 5.67 KB | 2.57 |

WebApiClientCore.Benchmarks/results/WebApiClientCore.Benchmarks.Requests.GetBenchmark-report.html

Lines changed: 0 additions & 31 deletions
This file was deleted.
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
```
2+
3+
BenchmarkDotNet v0.13.12, Windows 11 (10.0.22631.3593/23H2/2023Update/SunValley3)
4+
Intel Core i7-8565U CPU 1.80GHz (Whiskey Lake), 1 CPU, 8 logical and 4 physical cores
5+
[Host] : .NET 6.0.29, X64 NativeAOT AVX2
6+
7+
Job=InProcess Toolchain=InProcessEmitToolchain
8+
9+
```
10+
| Method | Mean | Error | StdDev | Ratio | RatioSD | Gen0 | Allocated | Alloc Ratio |
11+
|------------------------------- |----------:|----------:|----------:|------:|--------:|-------:|----------:|------------:|
12+
| HttpClient_PostJsonAsync | 4.372 μs | 0.0680 μs | 0.0568 μs | 1.00 | 0.00 | 0.6409 | 2.64 KB | 1.00 |
13+
| WebApiClientCore_PostJsonAsync | 10.299 μs | 0.1485 μs | 0.1389 μs | 2.35 | 0.04 | 1.1902 | 4.9 KB | 1.86 |
14+
| Refit_PostJsonAsync | 21.006 μs | 0.4003 μs | 0.7320 μs | 4.84 | 0.19 | 1.5869 | 6.53 KB | 2.47 |

WebApiClientCore.Benchmarks/results/WebApiClientCore.Benchmarks.Requests.PostJsonBenchmark-report.html

Lines changed: 0 additions & 31 deletions
This file was deleted.
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
```
2+
3+
BenchmarkDotNet v0.13.12, Windows 11 (10.0.22631.3593/23H2/2023Update/SunValley3)
4+
Intel Core i7-8565U CPU 1.80GHz (Whiskey Lake), 1 CPU, 8 logical and 4 physical cores
5+
[Host] : .NET 6.0.29, X64 NativeAOT AVX2
6+
7+
Job=InProcess Toolchain=InProcessEmitToolchain
8+
9+
```
10+
| Method | Mean | Error | StdDev | Ratio | RatioSD | Gen0 | Allocated | Alloc Ratio |
11+
|------------------------------ |---------:|---------:|---------:|------:|--------:|-------:|----------:|------------:|
12+
| WebApiClientCore_PutFormAsync | 15.09 μs | 0.290 μs | 0.705 μs | 1.00 | 0.00 | 1.4038 | 5.77 KB | 1.00 |
13+
| Refit_PutFormAsync | 27.61 μs | 0.544 μs | 1.333 μs | 1.83 | 0.12 | 1.8311 | 7.54 KB | 1.31 |

WebApiClientCore.Benchmarks/results/WebApiClientCore.Benchmarks.Requests.PutFormBenchmark-report.html

Lines changed: 0 additions & 30 deletions
This file was deleted.

0 commit comments

Comments
 (0)