-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into hotfix/dispose
- Loading branch information
Showing
55 changed files
with
7,130 additions
and
340 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
17 changes: 17 additions & 0 deletions
17
BenchmarkDotNet.Artifacts/results/Sally7.Benchmarks.Serialization-report-github.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
``` ini | ||
|
||
BenchmarkDotNet=v0.13.5, OS=Windows 10 (10.0.19045.3086/22H2/2022Update) | ||
Intel Core i9-9900K CPU 3.60GHz (Coffee Lake), 1 CPU, 16 logical and 8 physical cores | ||
.NET SDK=7.0.302 | ||
[Host] : .NET 7.0.5 (7.0.523.17405), X64 RyuJIT AVX2 | ||
Job-RMFIHR : .NET 7.0.5 (7.0.523.17405), X64 RyuJIT AVX2 | ||
|
||
Runtime=.NET 7.0 Toolchain=net70 | ||
|
||
``` | ||
| Method | Mean | Error | StdDev | Code Size | Allocated | | ||
|----------------------------------------- |---------:|----------:|----------:|----------:|----------:| | ||
| MemoryMarshal_Cast | 6.517 ns | 0.1357 ns | 0.1270 ns | 395 B | - | | ||
| Unsafe_WriteUnaligned | 4.462 ns | 0.1186 ns | 0.1543 ns | 145 B | - | | ||
| Unsafe_WriteUnaligned_With_Optimizations | 2.547 ns | 0.0678 ns | 0.0634 ns | 116 B | - | | ||
| Unsafe_As_Struct | 6.453 ns | 0.1559 ns | 0.1382 ns | 220 B | - | |
Oops, something went wrong.