Skip to content

Commit 51a40a6

Browse files
committed
update benchmark results
1 parent 0e18840 commit 51a40a6

5 files changed

+150
-0
lines changed
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
<!DOCTYPE html>
2+
<html lang='en'>
3+
<head>
4+
<meta charset='utf-8' />
5+
<title>WebApiClientCore.Benchmarks.Requests.HttpGetBenchmark-20240621-134144</title>
6+
7+
<style type="text/css">
8+
table { border-collapse: collapse; display: block; width: 100%; overflow: auto; }
9+
td, th { padding: 6px 13px; border: 1px solid #ddd; text-align: right; }
10+
tr { background-color: #fff; border-top: 1px solid #ccc; }
11+
tr:nth-child(even) { background: #f8f8f8; }
12+
</style>
13+
</head>
14+
<body>
15+
<pre><code>
16+
BenchmarkDotNet v0.13.12, CentOS Linux 7 (Core)
17+
Intel Xeon CPU E5-2650 v2 2.60GHz, 2 CPU, 32 logical and 16 physical cores
18+
[Host] : .NET 8.0.4, X64 NativeAOT AVX
19+
</code></pre>
20+
<pre><code>Job=InProcess Toolchain=InProcessEmitToolchain
21+
</code></pre>
22+
23+
<table>
24+
<thead><tr><th>Method </th><th>Mean</th><th>Error</th><th>StdDev</th><th>Ratio</th><th>RatioSD</th><th>Gen0</th><th>Allocated</th><th>Alloc Ratio</th>
25+
</tr>
26+
</thead><tbody><tr><td>WebApiClientCore_GetAsync</td><td>5.926 &mu;s</td><td>0.1162 &mu;s</td><td>0.1630 &mu;s</td><td>1.00</td><td>0.00</td><td>0.3052</td><td>3.45 KB</td><td>1.00</td>
27+
</tr><tr><td>Refit_GetAsync</td><td>15.943 &mu;s</td><td>0.2997 &mu;s</td><td>0.3681 &mu;s</td><td>2.70</td><td>0.10</td><td>0.4883</td><td>5.18 KB</td><td>1.50</td>
28+
</tr></tbody></table>
29+
</body>
30+
</html>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
<!DOCTYPE html>
2+
<html lang='en'>
3+
<head>
4+
<meta charset='utf-8' />
5+
<title>WebApiClientCore.Benchmarks.Requests.HttpGetJsonBenchmark-20240621-134158</title>
6+
7+
<style type="text/css">
8+
table { border-collapse: collapse; display: block; width: 100%; overflow: auto; }
9+
td, th { padding: 6px 13px; border: 1px solid #ddd; text-align: right; }
10+
tr { background-color: #fff; border-top: 1px solid #ccc; }
11+
tr:nth-child(even) { background: #f8f8f8; }
12+
</style>
13+
</head>
14+
<body>
15+
<pre><code>
16+
BenchmarkDotNet v0.13.12, CentOS Linux 7 (Core)
17+
Intel Xeon CPU E5-2650 v2 2.60GHz, 2 CPU, 32 logical and 16 physical cores
18+
[Host] : .NET 8.0.4, X64 NativeAOT AVX
19+
</code></pre>
20+
<pre><code>Job=InProcess Toolchain=InProcessEmitToolchain
21+
</code></pre>
22+
23+
<table>
24+
<thead><tr><th>Method </th><th>Mean</th><th>Error</th><th>StdDev</th><th>Median</th><th>Ratio</th><th>RatioSD</th><th>Gen0</th><th>Allocated</th><th>Alloc Ratio</th>
25+
</tr>
26+
</thead><tbody><tr><td>WebApiClientCore_GetJsonAsync</td><td>11.64 &mu;s</td><td>0.232 &mu;s</td><td>0.495 &mu;s</td><td>11.44 &mu;s</td><td>1.00</td><td>0.00</td><td>0.4120</td><td>4.3 KB</td><td>1.00</td>
27+
</tr><tr><td>Refit_GetJsonAsync</td><td>25.36 &mu;s</td><td>0.496 &mu;s</td><td>0.830 &mu;s</td><td>25.03 &mu;s</td><td>2.19</td><td>0.13</td><td>0.5493</td><td>5.67 KB</td><td>1.32</td>
28+
</tr></tbody></table>
29+
</body>
30+
</html>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
<!DOCTYPE html>
2+
<html lang='en'>
3+
<head>
4+
<meta charset='utf-8' />
5+
<title>WebApiClientCore.Benchmarks.Requests.HttpPostJsonBenchmark-20240621-134335</title>
6+
7+
<style type="text/css">
8+
table { border-collapse: collapse; display: block; width: 100%; overflow: auto; }
9+
td, th { padding: 6px 13px; border: 1px solid #ddd; text-align: right; }
10+
tr { background-color: #fff; border-top: 1px solid #ccc; }
11+
tr:nth-child(even) { background: #f8f8f8; }
12+
</style>
13+
</head>
14+
<body>
15+
<pre><code>
16+
BenchmarkDotNet v0.13.12, CentOS Linux 7 (Core)
17+
Intel Xeon CPU E5-2650 v2 2.60GHz, 2 CPU, 32 logical and 16 physical cores
18+
[Host] : .NET 8.0.4, X64 NativeAOT AVX
19+
</code></pre>
20+
<pre><code>Job=InProcess Toolchain=InProcessEmitToolchain
21+
</code></pre>
22+
23+
<table>
24+
<thead><tr><th>Method </th><th>Mean</th><th>Error</th><th>StdDev</th><th>Ratio</th><th>RatioSD</th><th>Gen0</th><th>Allocated</th><th>Alloc Ratio</th>
25+
</tr>
26+
</thead><tbody><tr><td>WebApiClientCore_PostJsonAsync</td><td>11.24 &mu;s</td><td>0.223 &mu;s</td><td>0.441 &mu;s</td><td>1.00</td><td>0.00</td><td>0.4120</td><td>4.23 KB</td><td>1.00</td>
27+
</tr><tr><td>Refit_PostJsonAsync</td><td>24.80 &mu;s</td><td>0.487 &mu;s</td><td>0.598 &mu;s</td><td>2.18</td><td>0.09</td><td>0.5798</td><td>6.08 KB</td><td>1.44</td>
28+
</tr></tbody></table>
29+
</body>
30+
</html>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
<!DOCTYPE html>
2+
<html lang='en'>
3+
<head>
4+
<meta charset='utf-8' />
5+
<title>WebApiClientCore.Benchmarks.Requests.HttpPostXmlBenchmark-20240621-134451</title>
6+
7+
<style type="text/css">
8+
table { border-collapse: collapse; display: block; width: 100%; overflow: auto; }
9+
td, th { padding: 6px 13px; border: 1px solid #ddd; text-align: right; }
10+
tr { background-color: #fff; border-top: 1px solid #ccc; }
11+
tr:nth-child(even) { background: #f8f8f8; }
12+
</style>
13+
</head>
14+
<body>
15+
<pre><code>
16+
BenchmarkDotNet v0.13.12, CentOS Linux 7 (Core)
17+
Intel Xeon CPU E5-2650 v2 2.60GHz, 2 CPU, 32 logical and 16 physical cores
18+
[Host] : .NET 8.0.4, X64 NativeAOT AVX
19+
</code></pre>
20+
<pre><code>Job=InProcess Toolchain=InProcessEmitToolchain
21+
</code></pre>
22+
23+
<table>
24+
<thead><tr><th>Method </th><th>Mean</th><th>Error</th><th>StdDev</th><th>Ratio</th><th>RatioSD</th><th>Gen0</th><th>Gen1</th><th>Allocated</th><th>Alloc Ratio</th>
25+
</tr>
26+
</thead><tbody><tr><td>WebApiClientCore_PostXmlAsync</td><td>48.34 &mu;s</td><td>0.926 &mu;s</td><td>0.866 &mu;s</td><td>1.00</td><td>0.00</td><td>3.4180</td><td>-</td><td>35.48 KB</td><td>1.00</td>
27+
</tr><tr><td>Refit_PostXmlAsync</td><td>59.37 &mu;s</td><td>1.180 &mu;s</td><td>2.961 &mu;s</td><td>1.20</td><td>0.06</td><td>14.0381</td><td>2.3193</td><td>144.38 KB</td><td>4.07</td>
28+
</tr></tbody></table>
29+
</body>
30+
</html>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
<!DOCTYPE html>
2+
<html lang='en'>
3+
<head>
4+
<meta charset='utf-8' />
5+
<title>WebApiClientCore.Benchmarks.Requests.HttpPutFormBenchmark-20240621-134621</title>
6+
7+
<style type="text/css">
8+
table { border-collapse: collapse; display: block; width: 100%; overflow: auto; }
9+
td, th { padding: 6px 13px; border: 1px solid #ddd; text-align: right; }
10+
tr { background-color: #fff; border-top: 1px solid #ccc; }
11+
tr:nth-child(even) { background: #f8f8f8; }
12+
</style>
13+
</head>
14+
<body>
15+
<pre><code>
16+
BenchmarkDotNet v0.13.12, CentOS Linux 7 (Core)
17+
Intel Xeon CPU E5-2650 v2 2.60GHz, 2 CPU, 32 logical and 16 physical cores
18+
[Host] : .NET 8.0.4, X64 NativeAOT AVX
19+
</code></pre>
20+
<pre><code>Job=InProcess Toolchain=InProcessEmitToolchain
21+
</code></pre>
22+
23+
<table>
24+
<thead><tr><th>Method </th><th>Mean</th><th>Error</th><th>StdDev</th><th>Median</th><th>Ratio</th><th>RatioSD</th><th>Gen0</th><th>Allocated</th><th>Alloc Ratio</th>
25+
</tr>
26+
</thead><tbody><tr><td>WebApiClientCore_PutFormAsync</td><td>20.10 &mu;s</td><td>0.395 &mu;s</td><td>0.470 &mu;s</td><td>19.96 &mu;s</td><td>1.00</td><td>0.00</td><td>0.5493</td><td>5.7 KB</td><td>1.00</td>
27+
</tr><tr><td>Refit_PutFormAsync</td><td>75.53 &mu;s</td><td>1.476 &mu;s</td><td>2.163 &mu;s</td><td>74.24 &mu;s</td><td>3.78</td><td>0.12</td><td>1.0986</td><td>11.57 KB</td><td>2.03</td>
28+
</tr></tbody></table>
29+
</body>
30+
</html>

0 commit comments

Comments
 (0)