diff --git a/reports/README.md b/reports/README.md deleted file mode 100644 index 17b8dd830b8..00000000000 --- a/reports/README.md +++ /dev/null @@ -1,10 +0,0 @@ -# .NET 9 to .NET 10 Performance Regression Reports - -This directory contains reports detailing performance regressions that occurred between .NET 9 and .NET 10. Below is a list of the available reports. Please note that some linked commits may not be the exact commit reponsible, but were a best guess at the likely commit given the range of commits that the regression occurred in. - -- [CoreCLR x64 Windows](./windows-x64-tiger_changepoint_report.md) -- [CoreCLR x64 Linux](./linux-x64-tiger_changepoint_report.md) -- [CoreCLR Arm64 Linux](./linux-arm64-ampere_changepoint_report.md) -- [Mono x64 Linux](./linux-mono-tiger_changepoint_report.md) -- [MonoAOT Arm64 Linux](./linux-monoaot-ampere_changepoint_report.md) -- [WASM x64 Linux](./linux-wasm-tiger_changepoint_report.md) \ No newline at end of file diff --git a/reports/net9to10/README.md b/reports/net9to10/README.md new file mode 100644 index 00000000000..9d93d8ab889 --- /dev/null +++ b/reports/net9to10/README.md @@ -0,0 +1,10 @@ +# .NET 9 to .NET 10 Performance Reports + +This directory contains reports detailing performance changes that occurred between .NET 9 and .NET 10. Below is a list of the available reports. Please note we only have linked the regressions to the commits that caused them, and improvements are unlinked and may contain noise. Some linked commits may not be the exact commit reponsible, but were a best guess at the likely commit given the range of commits that the regression occurred in. + +- CoreCLR x64 Windows: ([Regressions](./windows-x64-tiger_regression_report.md), [Improvements](./windows-x64-tiger_improvement_report.md)) +- CoreCLR x64 Linux: ([Regressions](./linux-x64-tiger_regression_report.md), [Improvements](./linux-x64-tiger_improvement_report.md)) +- CoreCLR Arm64 Linux: ([Regressions](./linux-arm64-ampere_regression_report.md), [Improvements](./linux-arm64-ampere_improvement_report.md)) +- Mono x64 Linux: ([Regressions](./linux-mono-tiger_regression_report.md), [Improvements](./linux-mono-tiger_improvement_report.md)) +- MonoAOT Arm64 Linux: ([Regressions](./linux-monoaot-ampere_regression_report.md), [Improvements](./linux-monoaot-ampere_improvement_report.md)) +- WASM x64 Linux: ([Regressions](./linux-wasm-tiger_regression_report.md), [Improvements](./linux-wasm-tiger_improvement_report.md)) \ No newline at end of file diff --git a/reports/net9to10/linux-arm64-ampere_improvement_report.md b/reports/net9to10/linux-arm64-ampere_improvement_report.md new file mode 100644 index 00000000000..0d60e7e5b19 --- /dev/null +++ b/reports/net9to10/linux-arm64-ampere_improvement_report.md @@ -0,0 +1,2105 @@ +# Improvement Report - linux-arm64-ampere + +## >50% Improvement (84 tests) + +| Test Name | Link | Change % | .NET 9 | .NET 10 | +|-----------|------|----------|--------|-------| +| ArrayDeAbstraction.foreach_opaque_array_via_interface | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/ArrayDeAbstraction.foreach_opaque_array_via_interface.html) | -71.88% | 1076.030524 | 302.533929 | +| ArrayDeAbstraction.foreach_static_array_via_interface | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/ArrayDeAbstraction.foreach_static_array_via_interface.html) | -71.92% | 1066.711832 | 299.520475 | +| ArrayDeAbstraction.foreach_static_array_via_interface_property | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/ArrayDeAbstraction.foreach_static_array_via_interface_property.html) | -71.81% | 1067.829024 | 300.980923 | +| ArrayDeAbstraction.foreach_static_readonly_array_via_interface | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/ArrayDeAbstraction.foreach_static_readonly_array_via_interface.html) | -67.00% | 1066.548713 | 351.911147 | +| Exceptions.Handling.CatchAndRethrowDeep(kind: Software) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/Exceptions.Handling.CatchAndRethrowDeep%28kind%3A%20Software%29.html) | -65.57% | 110006.494751 | 37880.571499 | +| Exceptions.Handling.CatchAndThrowOtherDeep(kind: Hardware) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/Exceptions.Handling.CatchAndThrowOtherDeep%28kind%3A%20Hardware%29.html) | -60.56% | 126320.804631 | 49815.877404 | +| Exceptions.Handling.CatchAndThrowOtherDeep(kind: Software) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/Exceptions.Handling.CatchAndThrowOtherDeep%28kind%3A%20Software%29.html) | -63.56% | 125663.472157 | 45789.715905 | +| Exceptions.Handling.MultipleNestedTryCatch_FirstCatches(kind: Software) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/Exceptions.Handling.MultipleNestedTryCatch_FirstCatches%28kind%3A%20Software%29.html) | -55.63% | 7418.176735 | 3291.403020 | +| Exceptions.Handling.MultipleNestedTryCatch_LastCatches(kind: Software) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/Exceptions.Handling.MultipleNestedTryCatch_LastCatches%28kind%3A%20Software%29.html) | -52.59% | 7684.560750 | 3643.201861 | +| Exceptions.Handling.MultipleNestedTryFinally(kind: Software) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/Exceptions.Handling.MultipleNestedTryFinally%28kind%3A%20Software%29.html) | -52.82% | 7736.609799 | 3650.334349 | +| Exceptions.Handling.ThrowAndCatch(kind: ReflectionSoftware) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/Exceptions.Handling.ThrowAndCatch%28kind%3A%20ReflectionSoftware%29.html) | -57.95% | 22278.484356 | 9368.572113 | +| Exceptions.Handling.ThrowAndCatch(kind: Software) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/Exceptions.Handling.ThrowAndCatch%28kind%3A%20Software%29.html) | -55.19% | 7450.748571 | 3339.048332 | +| Exceptions.Handling.ThrowAndCatchDeep(kind: ReflectionSoftware) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/Exceptions.Handling.ThrowAndCatchDeep%28kind%3A%20ReflectionSoftware%29.html) | -51.83% | 28495.118513 | 13727.346272 | +| Exceptions.Handling.ThrowAndCatchDeepRecursive(kind: ReflectionSoftware) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/Exceptions.Handling.ThrowAndCatchDeepRecursive%28kind%3A%20ReflectionSoftware%29.html) | -50.79% | 29270.756792 | 14405.342873 | +| Exceptions.Handling.ThrowAndCatchFinally(kind: Software) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/Exceptions.Handling.ThrowAndCatchFinally%28kind%3A%20Software%29.html) | -55.19% | 7423.283952 | 3326.279551 | +| Exceptions.Handling.ThrowAndCatchWhen(kind: Software) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/Exceptions.Handling.ThrowAndCatchWhen%28kind%3A%20Software%29.html) | -54.50% | 7504.710279 | 3414.280909 | +| Exceptions.Handling.ThrowAndCatchWhenFinally(kind: Software) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/Exceptions.Handling.ThrowAndCatchWhenFinally%28kind%3A%20Software%29.html) | -53.16% | 7407.634160 | 3469.526265 | +| Exceptions.Handling.ThrowAndCatch_ManyCatchBlocks(kind: ReflectionSoftware) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/Exceptions.Handling.ThrowAndCatch_ManyCatchBlocks%28kind%3A%20ReflectionSoftware%29.html) | -56.59% | 22596.506522 | 9808.597279 | +| Exceptions.Handling.ThrowAndCatch_ManyCatchBlocks(kind: Software) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/Exceptions.Handling.ThrowAndCatch_ManyCatchBlocks%28kind%3A%20Software%29.html) | -53.10% | 7861.151483 | 3686.850900 | +| System.Buffers.Tests.ReadOnlySequenceTests.SliceMemory | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Buffers.Tests.ReadOnlySequenceTests%28Byte%29.SliceMemory.html) | -65.05% | 9.907970 | 3.463246 | +| System.Buffers.Tests.ReadOnlySequenceTests.SliceSingleSegment | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Buffers.Tests.ReadOnlySequenceTests%28Byte%29.SliceSingleSegment.html) | -69.38% | 9.533771 | 2.919100 | +| System.Buffers.Tests.ReadOnlySequenceTests.SliceArray | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Buffers.Tests.ReadOnlySequenceTests%28Char%29.SliceArray.html) | -65.69% | 9.121810 | 3.129629 | +| System.Buffers.Tests.ReadOnlySequenceTests.SliceMemory | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Buffers.Tests.ReadOnlySequenceTests%28Char%29.SliceMemory.html) | -67.58% | 11.533589 | 3.739303 | +| System.Buffers.Tests.ReadOnlySequenceTests.SliceSingleSegment | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Buffers.Tests.ReadOnlySequenceTests%28Char%29.SliceSingleSegment.html) | -68.97% | 9.835154 | 3.051483 | +| System.Buffers.Text.Tests.Utf8ParserTests.TryParseBool(value: TRUE) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Buffers.Text.Tests.Utf8ParserTests.TryParseBool%28value%3A%20TRUE%29.html) | -68.59% | 8.319795 | 2.612963 | +| System.Buffers.Text.Tests.Utf8ParserTests.TryParseBool(value: true) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Buffers.Text.Tests.Utf8ParserTests.TryParseBool%28value%3A%20true%29.html) | -66.36% | 8.241539 | 2.772373 | +| System.Collections.CtorFromCollectionNonGeneric.ArrayList(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.CtorFromCollectionNonGeneric%28Int32%29.ArrayList%28Size%3A%20512%29.html) | -69.10% | 29741.791533 | 9190.361673 | +| System.Collections.CtorFromCollectionNonGeneric.Stack(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.CtorFromCollectionNonGeneric%28Int32%29.Stack%28Size%3A%20512%29.html) | -58.63% | 31645.757406 | 13091.428761 | +| System.Collections.IterateForEach.IEnumerable(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.IterateForEach%28Int32%29.IEnumerable%28Size%3A%20512%29.html) | -74.12% | 1038.458370 | 268.740663 | +| System.Collections.IterateForEach.SortedDictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.IterateForEach%28Int32%29.SortedDictionary%28Size%3A%20512%29.html) | -54.25% | 7466.472364 | 3416.053475 | +| System.Collections.Tests.Perf_PriorityQueue.Enumerate(Size: 100) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.Tests.Perf_PriorityQueue%28Guid%2C%20Guid%29.Enumerate%28Size%3A%20100%29.html) | -54.87% | 164.071906 | 74.053774 | +| System.Collections.TryGetValueFalse.IDictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.TryGetValueFalse%28Int32%2C%20Int32%29.IDictionary%28Size%3A%20512%29.html) | -57.05% | 6036.697774 | 2592.549751 | +| System.Collections.TryGetValueTrue.ConcurrentDictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.TryGetValueTrue%28BigStruct%2C%20BigStruct%29.ConcurrentDictionary%28Size%3A%20512%29.html) | -53.31% | 700906.425622 | 327243.813009 | +| System.Collections.TryGetValueTrue.Dictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.TryGetValueTrue%28BigStruct%2C%20BigStruct%29.Dictionary%28Size%3A%20512%29.html) | -54.87% | 727244.091917 | 328190.179067 | +| System.Collections.TryGetValueTrue.FrozenDictionaryOptimized(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.TryGetValueTrue%28BigStruct%2C%20BigStruct%29.FrozenDictionaryOptimized%28Size%3A%20512%29.html) | -53.28% | 716613.785204 | 334819.123776 | +| System.Collections.TryGetValueTrue.IDictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.TryGetValueTrue%28BigStruct%2C%20BigStruct%29.IDictionary%28Size%3A%20512%29.html) | -54.28% | 736042.583858 | 336543.860998 | +| System.Collections.TryGetValueTrue.ImmutableDictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.TryGetValueTrue%28BigStruct%2C%20BigStruct%29.ImmutableDictionary%28Size%3A%20512%29.html) | -52.48% | 739495.416898 | 351409.959648 | +| System.Diagnostics.Perf_Activity.EnumerateActivityEventsLarge | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Diagnostics.Perf_Activity.EnumerateActivityEventsLarge.html) | -63.24% | 6916.423551 | 2542.619065 | +| System.Diagnostics.Perf_Activity.EnumerateActivityEventsSmall | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Diagnostics.Perf_Activity.EnumerateActivityEventsSmall.html) | -90.39% | 52.860607 | 5.080064 | +| System.Diagnostics.Perf_Activity.EnumerateActivityLinkTagsLarge | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Diagnostics.Perf_Activity.EnumerateActivityLinkTagsLarge.html) | -77.97% | 6294.486334 | 1386.783115 | +| System.Diagnostics.Perf_Activity.EnumerateActivityLinkTagsSmall | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Diagnostics.Perf_Activity.EnumerateActivityLinkTagsSmall.html) | -89.49% | 46.619304 | 4.900450 | +| System.Diagnostics.Perf_Activity.EnumerateActivityLinksLarge | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Diagnostics.Perf_Activity.EnumerateActivityLinksLarge.html) | -76.26% | 6365.973827 | 1511.012411 | +| System.Diagnostics.Perf_Activity.EnumerateActivityLinksSmall | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Diagnostics.Perf_Activity.EnumerateActivityLinksSmall.html) | -88.41% | 44.847292 | 5.199589 | +| System.Diagnostics.Perf_Activity.EnumerateActivityTagObjectsLarge | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Diagnostics.Perf_Activity.EnumerateActivityTagObjectsLarge.html) | -75.94% | 5759.159511 | 1385.820159 | +| System.Diagnostics.Perf_Activity.EnumerateActivityTagObjectsSmall | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Diagnostics.Perf_Activity.EnumerateActivityTagObjectsSmall.html) | -89.25% | 50.589671 | 5.439973 | +| System.IO.Hashing.Tests.Crc32_AppendPerf.Append(BufferSize: 10240) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.IO.Hashing.Tests.Crc32_AppendPerf.Append%28BufferSize%3A%2010240%29.html) | -66.74% | 1578.965787 | 525.193147 | +| System.IO.Tests.UnmanagedMemoryStreamTests.ReadAsBytes | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.IO.Tests.UnmanagedMemoryStreamTests.ReadAsBytes.html) | -56.37% | 51751.361607 | 22580.197467 | +| System.Memory.Constructors.MemoryFromArray | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Memory.Constructors%28Byte%29.MemoryFromArray.html) | -60.73% | 5.144865 | 2.020175 | +| System.Memory.Constructors.MemoryFromArrayStartLength | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Memory.Constructors%28Byte%29.MemoryFromArrayStartLength.html) | -54.15% | 4.475755 | 2.052219 | +| System.Memory.Constructors.ReadOnlyMemoryFromArray | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Memory.Constructors%28Byte%29.ReadOnlyMemoryFromArray.html) | -50.92% | 5.212678 | 2.558420 | +| System.Memory.Constructors.ReadOnlyMemoryFromArray | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Memory.Constructors%28String%29.ReadOnlyMemoryFromArray.html) | -53.48% | 5.705846 | 2.654384 | +| System.Memory.ReadOnlySequence.Slice_Repeat(Segment: Multiple) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Memory.ReadOnlySequence.Slice_Repeat%28Segment%3A%20Multiple%29.html) | -60.90% | 53.549324 | 20.938073 | +| System.Memory.ReadOnlySequence.Slice_Repeat(Segment: Single) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Memory.ReadOnlySequence.Slice_Repeat%28Segment%3A%20Single%29.html) | -72.86% | 40.268892 | 10.928467 | +| System.Memory.ReadOnlySequence.Slice_Repeat_StartPosition_And_EndPosition(Segment: Single) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Memory.ReadOnlySequence.Slice_Repeat_StartPosition_And_EndPosition%28Segment%3A%20Single%29.html) | -67.56% | 32.941531 | 10.687439 | +| System.Memory.ReadOnlySequence.Slice_Start(Segment: Multiple) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Memory.ReadOnlySequence.Slice_Start%28Segment%3A%20Multiple%29.html) | -64.84% | 7.388871 | 2.597884 | +| System.Memory.ReadOnlySequence.Slice_Start(Segment: Single) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Memory.ReadOnlySequence.Slice_Start%28Segment%3A%20Single%29.html) | -70.02% | 8.021503 | 2.405078 | +| System.Net.Security.Tests.SslStreamTests.DefaultHandshakeIPv4Async | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Net.Security.Tests.SslStreamTests.DefaultHandshakeIPv4Async.html) | -84.29% | 27279714.341270 | 4285768.922619 | +| System.Net.Security.Tests.SslStreamTests.DefaultHandshakeIPv6Async | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Net.Security.Tests.SslStreamTests.DefaultHandshakeIPv6Async.html) | -83.93% | 27414400.289683 | 4405179.617063 | +| System.Net.Security.Tests.SslStreamTests.DefaultHandshakePipeAsync | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Net.Security.Tests.SslStreamTests.DefaultHandshakePipeAsync.html) | -83.72% | 27039752.501984 | 4402747.051587 | +| System.Net.Security.Tests.SslStreamTests.DefaultMutualHandshakeIPv4Async | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Net.Security.Tests.SslStreamTests.DefaultMutualHandshakeIPv4Async.html) | -87.01% | 56208711.138393 | 7298734.535714 | +| System.Net.Security.Tests.SslStreamTests.DefaultMutualHandshakeIPv6Async | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Net.Security.Tests.SslStreamTests.DefaultMutualHandshakeIPv6Async.html) | -86.94% | 56115597.781250 | 7326908.312500 | +| System.Numerics.Tensors.Tests.Perf_BinaryIntegerTensorPrimitives.TrailingZeroCount(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tensors.Tests.Perf_BinaryIntegerTensorPrimitives%28Byte%29.TrailingZeroCount%28BufferLength%3A%20128%29.html) | -68.92% | 39.011399 | 12.124478 | +| System.Numerics.Tests.Perf_BigInteger.Divide(arguments: 65536,32768 bits) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_BigInteger.Divide%28arguments%3A%2065536%2C32768%20bits%29.html) | -77.71% | 5417554.972619 | 1207332.835374 | +| System.Numerics.Tests.Perf_BigInteger.Remainder(arguments: 65536,32768 bits) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_BigInteger.Remainder%28arguments%3A%2065536%2C32768%20bits%29.html) | -78.46% | 5401340.737302 | 1163603.628042 | +| System.Numerics.Tests.Perf_BigInteger.ToByteArray(numberString: 1234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456... | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_BigInteger.ToByteArray%28numberString%3A%201234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456.html) | -57.96% | 68.925953 | 28.973515 | +| System.Numerics.Tests.Perf_BigInteger.ToByteArray(numberString: 1234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456... | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_BigInteger.ToByteArray%28numberString%3A%201234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456.html) | -83.52% | 5105.548525 | 841.212932 | +| System.Numerics.Tests.Perf_Quaternion.CreateFromRotationMatrixBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_Quaternion.CreateFromRotationMatrixBenchmark.html) | -63.06% | 19.763023 | 7.301406 | +| System.Numerics.Tests.Perf_Vector2.GetHashCodeBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_Vector2.GetHashCodeBenchmark.html) | -63.90% | 6.470593 | 2.336203 | +| System.Numerics.Tests.Perf_Vector3.GetHashCodeBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_Vector3.GetHashCodeBenchmark.html) | -71.84% | 8.219329 | 2.314557 | +| System.Numerics.Tests.Perf_Vector4.GetHashCodeBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_Vector4.GetHashCodeBenchmark.html) | -78.34% | 10.611324 | 2.297985 | +| System.Numerics.Tests.Perf_VectorOf.GetHashCodeBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28Int64%29.GetHashCodeBenchmark.html) | -50.69% | 15.489549 | 7.637161 | +| System.Numerics.Tests.Perf_VectorOf.GetHashCodeBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28UInt64%29.GetHashCodeBenchmark.html) | -53.05% | 15.497436 | 7.276379 | +| System.Numerics.Tests.Perf_VectorOf.MultiplyOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28UInt64%29.MultiplyOperatorBenchmark.html) | -52.11% | 3.682651 | 1.763594 | +| System.Reflection.Invoke.Field_GetStatic_int | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Reflection.Invoke.Field_GetStatic_int.html) | -66.82% | 55.084554 | 18.278490 | +| System.Reflection.Invoke.Field_GetStatic_struct | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Reflection.Invoke.Field_GetStatic_struct.html) | -72.19% | 60.643945 | 16.864731 | +| System.Reflection.Invoke.Field_Get_int | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Reflection.Invoke.Field_Get_int.html) | -67.29% | 60.812313 | 19.892048 | +| System.Reflection.Invoke.Field_Get_struct | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Reflection.Invoke.Field_Get_struct.html) | -70.00% | 65.508855 | 19.652167 | +| System.Reflection.Invoke.Property_Get_class | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Reflection.Invoke.Property_Get_class.html) | -52.95% | 26.137789 | 12.297898 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.GetHashCodeBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Int64%29.GetHashCodeBenchmark.html) | -53.96% | 15.477780 | 7.125399 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.GetHashCodeBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28UInt64%29.GetHashCodeBenchmark.html) | -51.70% | 15.498599 | 7.486180 | +| System.Tests.Perf_Array.ArrayRetrieve1D | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Tests.Perf_Array.ArrayRetrieve1D.html) | -69.60% | 2240293.632743 | 680971.867415 | +| System.Tests.Perf_Array.ArrayRetrieve2D | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Tests.Perf_Array.ArrayRetrieve2D.html) | -63.19% | 2512849.607143 | 924883.252601 | +| System.Tests.Perf_Array.ArrayRetrieve3D | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Tests.Perf_Array.ArrayRetrieve3D.html) | -62.34% | 2800688.863534 | 1054813.962030 | +| System.Tests.Perf_Decimal.Round | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Tests.Perf_Decimal.Round.html) | -50.02% | 16.055890 | 8.024771 | + +## 40-50% Improvement (60 tests) + +| Test Name | Link | Change % | .NET 9 | .NET 10 | +|-----------|------|----------|--------|-------| +| Devirtualization.EqualityComparer.ValueTupleCompareCached | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/Devirtualization.EqualityComparer.ValueTupleCompareCached.html) | -40.78% | 7.500612 | 4.441704 | +| Devirtualization.EqualityComparer.ValueTupleCompareWrapped | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/Devirtualization.EqualityComparer.ValueTupleCompareWrapped.html) | -48.50% | 7.582355 | 3.905278 | +| Exceptions.Handling.ThrowAndCatchDeep(kind: Software) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/Exceptions.Handling.ThrowAndCatchDeep%28kind%3A%20Software%29.html) | -42.40% | 13947.124894 | 8033.114575 | +| Exceptions.Handling.ThrowAndCatchDeepRecursive(kind: Software) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/Exceptions.Handling.ThrowAndCatchDeepRecursive%28kind%3A%20Software%29.html) | -43.12% | 14727.348116 | 8377.048870 | +| Exceptions.Handling.ThrowAndCatch_ManyCatchBlocks(kind: ReflectionHardware) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/Exceptions.Handling.ThrowAndCatch_ManyCatchBlocks%28kind%3A%20ReflectionHardware%29.html) | -40.09% | 21861.929069 | 13096.839204 | +| LinqBenchmarks.Order00LinqMethodX | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/LinqBenchmarks.Order00LinqMethodX.html) | -40.75% | 88701845.026786 | 52552387.419643 | +| LinqBenchmarks.Order00LinqQueryX | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/LinqBenchmarks.Order00LinqQueryX.html) | -41.02% | 89119082.142857 | 52564058.696429 | +| System.Buffers.Tests.ReadOnlySequenceTests.IterateForEachSingleSegment | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Buffers.Tests.ReadOnlySequenceTests%28Byte%29.IterateForEachSingleSegment.html) | -42.11% | 15.652366 | 9.060533 | +| System.Buffers.Tests.ReadOnlySequenceTests.IterateTryGetMemory | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Buffers.Tests.ReadOnlySequenceTests%28Byte%29.IterateTryGetMemory.html) | -43.44% | 27.850964 | 15.753226 | +| System.Buffers.Tests.ReadOnlySequenceTests.IterateTryGetSingleSegment | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Buffers.Tests.ReadOnlySequenceTests%28Byte%29.IterateTryGetSingleSegment.html) | -47.74% | 18.402389 | 9.617180 | +| System.Buffers.Tests.ReadOnlySequenceTests.IterateTryGetMemory | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Buffers.Tests.ReadOnlySequenceTests%28Char%29.IterateTryGetMemory.html) | -40.73% | 27.430306 | 16.259184 | +| System.Buffers.Tests.ReadOnlySequenceTests.IterateTryGetSingleSegment | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Buffers.Tests.ReadOnlySequenceTests%28Char%29.IterateTryGetSingleSegment.html) | -40.46% | 17.059426 | 10.156440 | +| System.Buffers.Text.Tests.Utf8ParserTests.TryParseBool(value: True ) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Buffers.Text.Tests.Utf8ParserTests.TryParseBool%28value%3A%20%20True%20%29.html) | -48.09% | 5.985543 | 3.106977 | +| System.Buffers.Text.Tests.Utf8ParserTests.TryParseBool(value: False) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Buffers.Text.Tests.Utf8ParserTests.TryParseBool%28value%3A%20False%29.html) | -43.86% | 6.098390 | 3.423700 | +| System.Buffers.Text.Tests.Utf8ParserTests.TryParseBool(value: false) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Buffers.Text.Tests.Utf8ParserTests.TryParseBool%28value%3A%20false%29.html) | -45.01% | 6.220670 | 3.420439 | +| System.Buffers.Text.Tests.Utf8ParserTests.TryParseDateTimeOffset(value: 12/30/2017 3:45:22 AM -08:00) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Buffers.Text.Tests.Utf8ParserTests.TryParseDateTimeOffset%28value%3A%2012/30/2017%203%3A45%3A22%20AM%20-08%3A00%29.html) | -41.13% | 13.033020 | 7.672249 | +| System.Buffers.Text.Tests.Utf8ParserTests.TryParseInt16(value: 0) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Buffers.Text.Tests.Utf8ParserTests.TryParseInt16%28value%3A%200%29.html) | -41.65% | 6.412276 | 3.741854 | +| System.Buffers.Text.Tests.Utf8ParserTests.TryParseUInt64(value: 0) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Buffers.Text.Tests.Utf8ParserTests.TryParseUInt64%28value%3A%200%29.html) | -40.32% | 5.366342 | 3.202775 | +| System.Collections.ContainsKeyFalse.ConcurrentDictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.ContainsKeyFalse%28Int32%2C%20Int32%29.ConcurrentDictionary%28Size%3A%20512%29.html) | -46.16% | 3441.422306 | 1852.971444 | +| System.Collections.ContainsKeyTrue.ConcurrentDictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.ContainsKeyTrue%28Int32%2C%20Int32%29.ConcurrentDictionary%28Size%3A%20512%29.html) | -46.73% | 4009.597869 | 2136.013274 | +| System.Collections.IndexerSet.Dictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.IndexerSet%28Int32%29.Dictionary%28Size%3A%20512%29.html) | -40.38% | 4756.032817 | 2835.644481 | +| System.Collections.IterateForEach.ImmutableHashSet(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.IterateForEach%28Int32%29.ImmutableHashSet%28Size%3A%20512%29.html) | -44.45% | 18268.695996 | 10148.031429 | +| System.Collections.TryGetValueFalse.Dictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.TryGetValueFalse%28SmallClass%2C%20SmallClass%29.Dictionary%28Size%3A%20512%29.html) | -48.76% | 8742.094296 | 4479.292482 | +| System.IO.MemoryMappedFiles.Tests.Perf_MemoryMappedFile.CreateNew(capacity: 10000) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.IO.MemoryMappedFiles.Tests.Perf_MemoryMappedFile.CreateNew%28capacity%3A%2010000%29.html) | -40.47% | 9068.656286 | 5398.614495 | +| System.IO.MemoryMappedFiles.Tests.Perf_MemoryMappedFile.CreateNew(capacity: 10000000) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.IO.MemoryMappedFiles.Tests.Perf_MemoryMappedFile.CreateNew%28capacity%3A%2010000000%29.html) | -40.52% | 9239.072834 | 5495.535134 | +| System.Memory.Constructors.ArrayAsMemory | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Memory.Constructors%28Byte%29.ArrayAsMemory.html) | -47.93% | 5.183456 | 2.699114 | +| System.Memory.Constructors.ArrayAsMemoryStartLength | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Memory.Constructors%28Byte%29.ArrayAsMemoryStartLength.html) | -40.87% | 4.512803 | 2.668457 | +| System.Memory.Constructors.ReadOnlyMemoryFromArrayStartLength | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Memory.Constructors%28Byte%29.ReadOnlyMemoryFromArrayStartLength.html) | -40.35% | 4.382400 | 2.614244 | +| System.Memory.Constructors.ArrayAsMemory | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Memory.Constructors%28String%29.ArrayAsMemory.html) | -42.44% | 10.333376 | 5.947723 | +| System.Memory.Constructors.MemoryFromArray | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Memory.Constructors%28String%29.MemoryFromArray.html) | -47.44% | 9.631661 | 5.062492 | +| System.Memory.Constructors.MemoryFromArrayStartLength | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Memory.Constructors%28String%29.MemoryFromArrayStartLength.html) | -43.92% | 8.617854 | 4.832854 | +| System.Memory.Constructors.ReadOnlyMemoryFromArrayStartLength | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Memory.Constructors%28String%29.ReadOnlyMemoryFromArrayStartLength.html) | -48.26% | 5.375356 | 2.781317 | +| System.Memory.MemoryMarshal.TryGetArray | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Memory.MemoryMarshal%28Byte%29.TryGetArray.html) | -46.05% | 6.717392 | 3.623807 | +| System.Memory.MemoryMarshal.TryGetArray | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Memory.MemoryMarshal%28Int32%29.TryGetArray.html) | -49.34% | 7.314357 | 3.705295 | +| System.Memory.Span.SequenceCompareToDifferent(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Memory.Span%28Int32%29.SequenceCompareToDifferent%28Size%3A%20512%29.html) | -41.32% | 5.874225 | 3.446937 | +| System.Numerics.Tests.Perf_BigInteger.Add(arguments: 16,16 bits) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_BigInteger.Add%28arguments%3A%2016%2C16%20bits%29.html) | -44.60% | 8.607390 | 4.768520 | +| System.Numerics.Tests.Perf_BigInteger.Subtract(arguments: 16,16 bits) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_BigInteger.Subtract%28arguments%3A%2016%2C16%20bits%29.html) | -44.62% | 8.785412 | 4.865079 | +| System.Numerics.Tests.Perf_Matrix3x2.CreateRotationBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_Matrix3x2.CreateRotationBenchmark.html) | -41.86% | 11.899222 | 6.918524 | +| System.Numerics.Tests.Perf_VectorOf.GetHashCodeBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28Byte%29.GetHashCodeBenchmark.html) | -43.71% | 62.220249 | 35.020976 | +| System.Numerics.Tests.Perf_VectorOf.GetHashCodeBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28Double%29.GetHashCodeBenchmark.html) | -45.47% | 16.648450 | 9.077809 | +| System.Numerics.Tests.Perf_VectorOf.GetHashCodeBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28Int16%29.GetHashCodeBenchmark.html) | -44.76% | 36.578290 | 20.206997 | +| System.Numerics.Tests.Perf_VectorOf.DotBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28Int64%29.DotBenchmark.html) | -45.09% | 4.019315 | 2.207159 | +| System.Numerics.Tests.Perf_VectorOf.GetHashCodeBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28SByte%29.GetHashCodeBenchmark.html) | -40.54% | 62.314533 | 37.050933 | +| System.Numerics.Tests.Perf_VectorOf.GetHashCodeBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28Single%29.GetHashCodeBenchmark.html) | -40.49% | 23.619332 | 14.056314 | +| System.Numerics.Tests.Perf_VectorOf.GetHashCodeBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28UInt16%29.GetHashCodeBenchmark.html) | -44.22% | 36.569554 | 20.398511 | +| System.Numerics.Tests.Perf_VectorOf.GetHashCodeBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28UInt32%29.GetHashCodeBenchmark.html) | -48.14% | 23.733135 | 12.308149 | +| System.Numerics.Tests.Perf_VectorOf.DotBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28UInt64%29.DotBenchmark.html) | -42.07% | 4.105020 | 2.377871 | +| System.Numerics.Tests.Perf_VectorOf.MultiplyBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28UInt64%29.MultiplyBenchmark.html) | -45.67% | 3.511528 | 1.907705 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Int.GetHashCodeBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Int.GetHashCodeBenchmark.html) | -41.99% | 21.695942 | 12.585410 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.GetHashCodeBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Byte%29.GetHashCodeBenchmark.html) | -43.52% | 62.533651 | 35.317406 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.GetHashCodeBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Double%29.GetHashCodeBenchmark.html) | -47.78% | 16.669246 | 8.704477 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.GetHashCodeBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Int16%29.GetHashCodeBenchmark.html) | -43.69% | 36.680330 | 20.655819 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.GetHashCodeBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Int32%29.GetHashCodeBenchmark.html) | -48.14% | 23.930913 | 12.410949 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.GetHashCodeBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28SByte%29.GetHashCodeBenchmark.html) | -44.24% | 62.628170 | 34.920383 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.GetHashCodeBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28UInt16%29.GetHashCodeBenchmark.html) | -45.02% | 36.654295 | 20.153973 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.GetHashCodeBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28UInt32%29.GetHashCodeBenchmark.html) | -48.85% | 23.801876 | 12.175781 | +| System.Text.Json.Serialization.Tests.WriteJson>.SerializeToStream(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28ImmutableDictionary%28String%2C%20String%29%29.SerializeToStream%28Mode%3A%20SourceGen%29.html) | -46.13% | 16241.316649 | 8749.494055 | +| System.Text.Json.Serialization.Tests.WriteJson>.SerializeToString(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28ImmutableDictionary%28String%2C%20String%29%29.SerializeToString%28Mode%3A%20SourceGen%29.html) | -43.91% | 18556.171227 | 10407.279826 | +| System.Text.Json.Serialization.Tests.WriteJson>.SerializeToUtf8Bytes(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28ImmutableDictionary%28String%2C%20String%29%29.SerializeToUtf8Bytes%28Mode%3A%20SourceGen%29.html) | -47.24% | 17600.466429 | 9286.485248 | +| System.Text.Tests.Perf_StringBuilder.Insert_Primitives | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Tests.Perf_StringBuilder.Insert_Primitives.html) | -43.86% | 37435.723726 | 21014.768895 | + +## 30-40% Improvement (88 tests) + +| Test Name | Link | Change % | .NET 9 | .NET 10 | +|-----------|------|----------|--------|-------| +| Exceptions.Handling.ThrowAndCatch(kind: ReflectionHardware) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/Exceptions.Handling.ThrowAndCatch%28kind%3A%20ReflectionHardware%29.html) | -39.10% | 21503.965498 | 13095.583553 | +| Exceptions.Handling.ThrowAndCatchDeep(kind: ReflectionHardware) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/Exceptions.Handling.ThrowAndCatchDeep%28kind%3A%20ReflectionHardware%29.html) | -37.83% | 28009.737765 | 17412.333808 | +| Exceptions.Handling.ThrowAndCatchDeepRecursive(kind: ReflectionHardware) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/Exceptions.Handling.ThrowAndCatchDeepRecursive%28kind%3A%20ReflectionHardware%29.html) | -35.98% | 29405.774678 | 18824.374520 | +| Exceptions.Handling.TryAndCatchDeep_CaugtAtTheTop(kind: Software) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/Exceptions.Handling.TryAndCatchDeep_CaugtAtTheTop%28kind%3A%20Software%29.html) | -34.62% | 15644.831552 | 10229.207178 | +| Exceptions.Handling.TryAndFinallyDeep(kind: Software) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/Exceptions.Handling.TryAndFinallyDeep%28kind%3A%20Software%29.html) | -34.32% | 15650.484623 | 10278.668064 | +| GuardedDevirtualization.ThreeClassInterface.Call(testInput: pB=0.33 pD=0.00) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/GuardedDevirtualization.ThreeClassInterface.Call%28testInput%3A%20pB%3D0.33%20pD%3D0.00%29.html) | -30.75% | 2.219683 | 1.537228 | +| GuardedDevirtualization.ThreeClassInterface.Call(testInput: pB=0.33 pD=0.67) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/GuardedDevirtualization.ThreeClassInterface.Call%28testInput%3A%20pB%3D0.33%20pD%3D0.67%29.html) | -30.96% | 2.239490 | 1.546224 | +| GuardedDevirtualization.TwoClassInterface.Call(testInput: pB = 0.40) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/GuardedDevirtualization.TwoClassInterface.Call%28testInput%3A%20pB%20%3D%200.40%29.html) | -32.10% | 2.671848 | 1.814224 | +| GuardedDevirtualization.TwoClassInterface.Call(testInput: pB = 0.50) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/GuardedDevirtualization.TwoClassInterface.Call%28testInput%3A%20pB%20%3D%200.50%29.html) | -34.02% | 3.001021 | 1.980220 | +| GuardedDevirtualization.TwoClassVirtual.Call(testInput: pB = 0.40) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/GuardedDevirtualization.TwoClassVirtual.Call%28testInput%3A%20pB%20%3D%200.40%29.html) | -34.37% | 2.108633 | 1.383915 | +| Microsoft.Extensions.Logging.FormattingOverhead.FourArguments_EnumerableArgument | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/Microsoft.Extensions.Logging.FormattingOverhead.FourArguments_EnumerableArgument.html) | -37.23% | 1154.392201 | 724.648254 | +| Microsoft.Extensions.Primitives.StringSegmentBenchmark.LastIndexOf | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/Microsoft.Extensions.Primitives.StringSegmentBenchmark.LastIndexOf.html) | -33.09% | 8.990775 | 6.016103 | +| Microsoft.Extensions.Primitives.StringSegmentBenchmark.SubSegment | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/Microsoft.Extensions.Primitives.StringSegmentBenchmark.SubSegment.html) | -34.76% | 5.012066 | 3.269830 | +| PerfLabTests.BlockCopyPerf.CallBlockCopy(numElements: 10) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/PerfLabTests.BlockCopyPerf.CallBlockCopy%28numElements%3A%2010%29.html) | -31.41% | 9.680287 | 6.639553 | +| PerfLabTests.CastingPerf2.CastingPerf.ScalarValueTypeObj | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/PerfLabTests.CastingPerf2.CastingPerf.ScalarValueTypeObj.html) | -33.33% | 301224.008066 | 200827.487470 | +| System.Buffers.Tests.ReadOnlySequenceTests.FirstArray | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Buffers.Tests.ReadOnlySequenceTests%28Byte%29.FirstArray.html) | -33.93% | 10.013703 | 6.616399 | +| System.Buffers.Tests.ReadOnlySequenceTests.FirstMemory | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Buffers.Tests.ReadOnlySequenceTests%28Byte%29.FirstMemory.html) | -34.50% | 10.701362 | 7.008892 | +| System.Buffers.Tests.ReadOnlySequenceTests.FirstArray | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Buffers.Tests.ReadOnlySequenceTests%28Char%29.FirstArray.html) | -31.57% | 9.961308 | 6.816913 | +| System.Buffers.Tests.ReadOnlySequenceTests.FirstMemory | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Buffers.Tests.ReadOnlySequenceTests%28Char%29.FirstMemory.html) | -34.56% | 11.072230 | 7.245747 | +| System.Buffers.Tests.ReadOnlySequenceTests.IterateForEachMemory | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Buffers.Tests.ReadOnlySequenceTests%28Char%29.IterateForEachMemory.html) | -39.16% | 25.107570 | 15.275465 | +| System.Buffers.Tests.ReadOnlySequenceTests.IterateForEachSingleSegment | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Buffers.Tests.ReadOnlySequenceTests%28Char%29.IterateForEachSingleSegment.html) | -38.19% | 14.857458 | 9.184034 | +| System.Buffers.Text.Tests.Utf8ParserTests.TryParseUInt32(value: 0) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Buffers.Text.Tests.Utf8ParserTests.TryParseUInt32%28value%3A%200%29.html) | -38.86% | 5.593850 | 3.420350 | +| System.Collections.Concurrent.IsEmpty.Queue(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.Concurrent.IsEmpty%28Int32%29.Queue%28Size%3A%20512%29.html) | -34.06% | 8.004406 | 5.277782 | +| System.Collections.ContainsFalse.HashSet(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.ContainsFalse%28Int32%29.HashSet%28Size%3A%20512%29.html) | -31.33% | 3912.451298 | 2686.796339 | +| System.Collections.ContainsKeyFalse.Dictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.ContainsKeyFalse%28Int32%2C%20Int32%29.Dictionary%28Size%3A%20512%29.html) | -34.14% | 3978.722482 | 2620.274840 | +| System.Collections.ContainsKeyFalse.IDictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.ContainsKeyFalse%28Int32%2C%20Int32%29.IDictionary%28Size%3A%20512%29.html) | -35.71% | 4083.745976 | 2625.554024 | +| System.Collections.ContainsKeyFalse.ImmutableSortedDictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.ContainsKeyFalse%28Int32%2C%20Int32%29.ImmutableSortedDictionary%28Size%3A%20512%29.html) | -30.04% | 23839.527842 | 16678.750589 | +| System.Collections.IterateFor.ImmutableList(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.IterateFor%28String%29.ImmutableList%28Size%3A%20512%29.html) | -34.18% | 10227.065374 | 6731.258242 | +| System.Collections.IterateFor.ImmutableSortedSet(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.IterateFor%28String%29.ImmutableSortedSet%28Size%3A%20512%29.html) | -37.56% | 10362.550480 | 6470.139648 | +| System.Collections.IterateForEach.ImmutableHashSet(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.IterateForEach%28String%29.ImmutableHashSet%28Size%3A%20512%29.html) | -38.56% | 41106.988135 | 25256.444326 | +| System.Collections.IterateForEach.SortedDictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.IterateForEach%28String%29.SortedDictionary%28Size%3A%20512%29.html) | -33.94% | 10520.488728 | 6949.943441 | +| System.Collections.Tests.Add_Remove_SteadyState.Stack(Count: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.Tests.Add_Remove_SteadyState%28Int32%29.Stack%28Count%3A%20512%29.html) | -34.92% | 6.449087 | 4.196950 | +| System.Collections.Tests.DictionarySequentialKeys.ContainsKey_17_Int_32ByteRefsValue | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.Tests.DictionarySequentialKeys.ContainsKey_17_Int_32ByteRefsValue.html) | -35.44% | 7.065607 | 4.561892 | +| System.Collections.Tests.DictionarySequentialKeys.ContainsKey_17_Int_32ByteValue | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.Tests.DictionarySequentialKeys.ContainsKey_17_Int_32ByteValue.html) | -34.22% | 7.053384 | 4.639804 | +| System.Collections.Tests.DictionarySequentialKeys.ContainsKey_3k_Int_32ByteRefsValue | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.Tests.DictionarySequentialKeys.ContainsKey_3k_Int_32ByteRefsValue.html) | -35.85% | 7.017712 | 4.502127 | +| System.Collections.Tests.DictionarySequentialKeys.ContainsKey_3k_Int_32ByteValue | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.Tests.DictionarySequentialKeys.ContainsKey_3k_Int_32ByteValue.html) | -35.37% | 6.979795 | 4.511238 | +| System.Collections.Tests.DictionarySequentialKeys.ContainsValue_17_Int_Int | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.Tests.DictionarySequentialKeys.ContainsValue_17_Int_Int.html) | -33.35% | 6.939786 | 4.625567 | +| System.Collections.Tests.DictionarySequentialKeys.TryGetValue_17_Int_Int | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.Tests.DictionarySequentialKeys.TryGetValue_17_Int_Int.html) | -36.11% | 7.067148 | 4.515380 | +| System.Collections.Tests.DictionarySequentialKeys.TryGetValue_3k_Int_32ByteRefsValue | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.Tests.DictionarySequentialKeys.TryGetValue_3k_Int_32ByteRefsValue.html) | -35.43% | 6.967605 | 4.499233 | +| System.Collections.Tests.Perf_PriorityQueue.Enumerate(Size: 10) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.Tests.Perf_PriorityQueue%28Guid%2C%20Guid%29.Enumerate%28Size%3A%2010%29.html) | -35.21% | 21.137633 | 13.694504 | +| System.Collections.Tests.Perf_PriorityQueue.Enumerate(Size: 100) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.Tests.Perf_PriorityQueue%28Int32%2C%20Int32%29.Enumerate%28Size%3A%20100%29.html) | -30.63% | 106.657101 | 73.988427 | +| System.Collections.TryGetValueFalse.Dictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.TryGetValueFalse%28Int32%2C%20Int32%29.Dictionary%28Size%3A%20512%29.html) | -38.49% | 4042.446217 | 2486.657542 | +| System.Collections.TryGetValueTrue.Dictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.TryGetValueTrue%28Int32%2C%20Int32%29.Dictionary%28Size%3A%20512%29.html) | -35.68% | 4426.596005 | 2847.337764 | +| System.Collections.TryGetValueTrue.IDictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.TryGetValueTrue%28Int32%2C%20Int32%29.IDictionary%28Size%3A%20512%29.html) | -36.64% | 4652.932327 | 2947.869736 | +| System.ComponentModel.Tests.Perf_TypeDescriptorTests.GetConverter(typeToConvert: typeof(System.ComponentModel.Tests.SomeValueType?)) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.ComponentModel.Tests.Perf_TypeDescriptorTests.GetConverter%28typeToConvert%3A%20typeof%28System.ComponentModel.Tests.SomeValueType%3F%29%29.html) | -30.75% | 141.850201 | 98.227685 | +| System.ComponentModel.Tests.Perf_TypeDescriptorTests.GetConverter(typeToConvert: typeof(System.Enum)) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.ComponentModel.Tests.Perf_TypeDescriptorTests.GetConverter%28typeToConvert%3A%20typeof%28System.Enum%29%29.html) | -30.25% | 141.902921 | 98.983375 | +| System.ComponentModel.Tests.Perf_TypeDescriptorTests.GetConverter(typeToConvert: typeof(System.Guid)) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.ComponentModel.Tests.Perf_TypeDescriptorTests.GetConverter%28typeToConvert%3A%20typeof%28System.Guid%29%29.html) | -30.87% | 141.862158 | 98.070405 | +| System.ComponentModel.Tests.Perf_TypeDescriptorTests.GetConverter(typeToConvert: typeof(int?)) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.ComponentModel.Tests.Perf_TypeDescriptorTests.GetConverter%28typeToConvert%3A%20typeof%28int%3F%29%29.html) | -30.20% | 141.691919 | 98.899285 | +| System.IO.Hashing.Tests.Crc32_AppendPerf.Append(BufferSize: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.IO.Hashing.Tests.Crc32_AppendPerf.Append%28BufferSize%3A%20128%29.html) | -30.41% | 36.438236 | 25.356374 | +| System.IO.MemoryMappedFiles.Tests.Perf_MemoryMappedFile.CreateNew(capacity: 100000) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.IO.MemoryMappedFiles.Tests.Perf_MemoryMappedFile.CreateNew%28capacity%3A%20100000%29.html) | -38.33% | 11402.309676 | 7031.372016 | +| System.IO.MemoryMappedFiles.Tests.Perf_MemoryMappedFile.CreateNew(capacity: 1000000) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.IO.MemoryMappedFiles.Tests.Perf_MemoryMappedFile.CreateNew%28capacity%3A%201000000%29.html) | -34.94% | 10503.874284 | 6833.499190 | +| System.IO.Tests.UnmanagedMemoryStreamTests.ReadAsArrays | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.IO.Tests.UnmanagedMemoryStreamTests.ReadAsArrays.html) | -36.21% | 1044.605217 | 666.337015 | +| System.Linq.Tests.Perf_Enumerable.CastToBaseClass(input: IEnumerable) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Linq.Tests.Perf_Enumerable.CastToBaseClass%28input%3A%20IEnumerable%29.html) | -34.67% | 2883.256331 | 1883.581378 | +| System.Linq.Tests.Perf_Enumerable.Contains_ElementNotFound(input: IEnumerable) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Linq.Tests.Perf_Enumerable.Contains_ElementNotFound%28input%3A%20IEnumerable%29.html) | -37.96% | 339.546524 | 210.650207 | +| System.Linq.Tests.Perf_Enumerable.WhereLast_LastElementMatches(input: List) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Linq.Tests.Perf_Enumerable.WhereLast_LastElementMatches%28input%3A%20List%29.html) | -30.82% | 40.812600 | 28.235751 | +| System.Linq.Tests.Perf_Enumerable.Zip(input: IEnumerable) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Linq.Tests.Perf_Enumerable.Zip%28input%3A%20IEnumerable%29.html) | -39.11% | 1224.053094 | 745.376005 | +| System.Memory.Constructors.ArrayAsMemoryStartLength | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Memory.Constructors%28String%29.ArrayAsMemoryStartLength.html) | -38.54% | 9.729381 | 5.979234 | +| System.Memory.Slice.ReadOnlyMemorySpanStart | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Memory.Slice%28String%29.ReadOnlyMemorySpanStart.html) | -30.24% | 5.829271 | 4.066648 | +| System.Memory.Slice.ReadOnlyMemoryStartSpan | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Memory.Slice%28String%29.ReadOnlyMemoryStartSpan.html) | -33.10% | 4.011246 | 2.683398 | +| System.Memory.Span.Fill(Size: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Memory.Span%28Char%29.Fill%28Size%3A%204%29.html) | -33.98% | 4.659116 | 3.075987 | +| System.Memory.Span.SequenceCompareToDifferent(Size: 33) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Memory.Span%28Int32%29.SequenceCompareToDifferent%28Size%3A%2033%29.html) | -37.06% | 5.896614 | 3.711346 | +| System.Memory.Span.SequenceCompareToDifferent(Size: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Memory.Span%28Int32%29.SequenceCompareToDifferent%28Size%3A%204%29.html) | -36.75% | 5.451310 | 3.447894 | +| System.Net.Primitives.Tests.IPAddressPerformanceTests.TryWriteBytes(address: 1020:3040:5060:7080:9010:1112:1314:1516) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Net.Primitives.Tests.IPAddressPerformanceTests.TryWriteBytes%28address%3A%201020%3A3040%3A5060%3A7080%3A9010%3A1112%3A1314%3A1516%29.html) | -37.24% | 5.807290 | 3.644431 | +| System.Numerics.Tensors.Tests.Perf_BinaryIntegerTensorPrimitives.PopCount(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tensors.Tests.Perf_BinaryIntegerTensorPrimitives%28Int32%29.PopCount%28BufferLength%3A%20128%29.html) | -35.11% | 53.139340 | 34.479719 | +| System.Numerics.Tensors.Tests.Perf_BinaryIntegerTensorPrimitives.TrailingZeroCount(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tensors.Tests.Perf_BinaryIntegerTensorPrimitives%28Int32%29.TrailingZeroCount%28BufferLength%3A%20128%29.html) | -34.14% | 70.722501 | 46.579594 | +| System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives.Ieee754Remainder_ScalarDividend(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives%28Double%29.Ieee754Remainder_ScalarDividend%28BufferLength%3A%20128%29.html) | -30.37% | 1923.796223 | 1339.612182 | +| System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives.Ieee754Remainder_Vector(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives%28Double%29.Ieee754Remainder_Vector%28BufferLength%3A%20128%29.html) | -32.23% | 1962.826208 | 1330.271395 | +| System.Numerics.Tests.Perf_Matrix3x2.CreateRotationWithCenterBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_Matrix3x2.CreateRotationWithCenterBenchmark.html) | -35.97% | 12.715539 | 8.142217 | +| System.Numerics.Tests.Perf_Quaternion.AddOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_Quaternion.AddOperatorBenchmark.html) | -31.88% | 3.011286 | 2.051199 | +| System.Numerics.Tests.Perf_Vector3.DivideByVector3Benchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_Vector3.DivideByVector3Benchmark.html) | -34.89% | 3.464899 | 2.255904 | +| System.Numerics.Tests.Perf_VectorOf.MultiplyBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28Int64%29.MultiplyBenchmark.html) | -39.83% | 3.676080 | 2.211830 | +| System.Numerics.Tests.Perf_VectorOf.MultiplyOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28Int64%29.MultiplyOperatorBenchmark.html) | -36.10% | 3.741234 | 2.390471 | +| System.Numerics.Tests.Perf_VectorOf.EqualsBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28UInt32%29.EqualsBenchmark.html) | -30.44% | 3.007553 | 2.091982 | +| System.Reflection.Invoke.Field_Get_class | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Reflection.Invoke.Field_Get_class.html) | -34.31% | 9.714876 | 6.381731 | +| System.Reflection.Invoke.Method0_NoParms | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Reflection.Invoke.Method0_NoParms.html) | -35.48% | 16.727641 | 10.792188 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Float.GetHashCodeBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Float.GetHashCodeBenchmark.html) | -33.65% | 21.596283 | 14.330208 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.ConditionalSelectBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28SByte%29.ConditionalSelectBenchmark.html) | -38.48% | N/A | N/A | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.AbsBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Single%29.AbsBenchmark.html) | -30.15% | 2.534429 | 1.770251 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.GetHashCodeBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Single%29.GetHashCodeBenchmark.html) | -36.97% | 23.645483 | 14.903481 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.AddOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28UInt64%29.AddOperatorBenchmark.html) | -37.15% | 2.678770 | 1.683566 | +| System.Tests.Perf_Array.Reverse | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Tests.Perf_Array.Reverse.html) | -36.38% | 54.667327 | 34.778789 | +| System.Tests.Perf_HashCode.Add | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Tests.Perf_HashCode.Add.html) | -37.41% | 2601.798540 | 1628.500390 | +| System.Tests.Perf_Type.GetType_InvalidName | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Tests.Perf_Type.GetType_InvalidName.html) | -31.96% | 1050.370429 | 714.717203 | +| System.Tests.Perf_Type.op_Equality | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Tests.Perf_Type.op_Equality.html) | -33.04% | 4.024973 | 2.695240 | +| System.Text.Perf_Ascii.IsValid_Bytes(Size: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Perf_Ascii.IsValid_Bytes%28Size%3A%20128%29.html) | -30.31% | 8.242758 | 5.744727 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Cache.IsMatch_Multithreading(total: 40000, unique: 1600, cacheSize: 800) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.RegularExpressions.Tests.Perf_Regex_Cache.IsMatch_Multithreading%28total%3A%2040000%2C%20unique%3A%201600%2C%20cacheSize%3A%20800%29.html) | -38.24% | 103728893.250000 | 64065307.401786 | +| System.Threading.Tasks.ValueTaskPerfTest.Copy_PassAsArgumentAndReturn_FromResult | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Threading.Tasks.ValueTaskPerfTest.Copy_PassAsArgumentAndReturn_FromResult.html) | -35.80% | 10.571800 | 6.787179 | +| System.Threading.Tests.Perf_SpinLock.TryEnter_Fail | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Threading.Tests.Perf_SpinLock.TryEnter_Fail.html) | -37.93% | 5.740603 | 3.563397 | + +## 25-30% Improvement (77 tests) + +| Test Name | Link | Change % | .NET 9 | .NET 10 | +|-----------|------|----------|--------|-------| +| GuardedDevirtualization.ThreeClassVirtual.Call(testInput: pB=0.00 pD=0.67) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/GuardedDevirtualization.ThreeClassVirtual.Call%28testInput%3A%20pB%3D0.00%20pD%3D0.67%29.html) | -26.81% | 1.761252 | 1.288986 | +| GuardedDevirtualization.TwoClassInterface.Call(testInput: pB = 0.30) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/GuardedDevirtualization.TwoClassInterface.Call%28testInput%3A%20pB%20%3D%200.30%29.html) | -27.31% | 1.917213 | 1.393651 | +| GuardedDevirtualization.TwoClassVirtual.Call(testInput: pB = 0.30) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/GuardedDevirtualization.TwoClassVirtual.Call%28testInput%3A%20pB%20%3D%200.30%29.html) | -28.69% | 1.828425 | 1.303926 | +| GuardedDevirtualization.TwoClassVirtual.Call(testInput: pB = 0.50) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/GuardedDevirtualization.TwoClassVirtual.Call%28testInput%3A%20pB%20%3D%200.50%29.html) | -26.06% | 2.044062 | 1.511369 | +| Microsoft.Extensions.Primitives.StringSegmentBenchmark.Trim | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/Microsoft.Extensions.Primitives.StringSegmentBenchmark.Trim.html) | -25.77% | 23.405722 | 17.374158 | +| PerfLabTests.BlockCopyPerf.CallBlockCopy(numElements: 100) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/PerfLabTests.BlockCopyPerf.CallBlockCopy%28numElements%3A%20100%29.html) | -28.70% | 12.809497 | 9.133431 | +| PerfLabTests.GetMember.GetField | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/PerfLabTests.GetMember.GetField.html) | -25.79% | 58541.475346 | 43441.863177 | +| System.Buffers.Tests.ReadOnlySequenceTests.IterateGetPositionSingleSegment | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Buffers.Tests.ReadOnlySequenceTests%28Byte%29.IterateGetPositionSingleSegment.html) | -26.36% | 28.264447 | 20.814107 | +| System.Buffers.Text.Tests.Utf8ParserTests.TryParseInt64(value: 12345) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Buffers.Text.Tests.Utf8ParserTests.TryParseInt64%28value%3A%2012345%29.html) | -26.57% | 9.507387 | 6.981136 | +| System.Buffers.Text.Tests.Utf8ParserTests.TryParseSByte(value: -128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Buffers.Text.Tests.Utf8ParserTests.TryParseSByte%28value%3A%20-128%29.html) | -29.98% | 9.074683 | 6.354465 | +| System.Buffers.Text.Tests.Utf8ParserTests.TryParseSByte(value: 127) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Buffers.Text.Tests.Utf8ParserTests.TryParseSByte%28value%3A%20127%29.html) | -27.97% | 8.496720 | 6.120257 | +| System.Buffers.Text.Tests.Utf8ParserTests.TryParseUInt32(value: 12345) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Buffers.Text.Tests.Utf8ParserTests.TryParseUInt32%28value%3A%2012345%29.html) | -26.39% | 8.958858 | 6.594507 | +| System.Buffers.Text.Tests.Utf8ParserTests.TryParseUInt32Hex(value: FFFFFFFFFFFFFFFF) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Buffers.Text.Tests.Utf8ParserTests.TryParseUInt32Hex%28value%3A%20FFFFFFFFFFFFFFFF%29.html) | -26.21% | 13.089679 | 9.659031 | +| System.Buffers.Text.Tests.Utf8ParserTests.TryParseUInt64(value: 12345) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Buffers.Text.Tests.Utf8ParserTests.TryParseUInt64%28value%3A%2012345%29.html) | -29.66% | 9.556208 | 6.721987 | +| System.Collections.Concurrent.IsEmpty.Dictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.Concurrent.IsEmpty%28Int32%29.Dictionary%28Size%3A%20512%29.html) | -28.39% | 8.303854 | 5.946100 | +| System.Collections.Concurrent.IsEmpty.Queue(Size: 0) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.Concurrent.IsEmpty%28Int32%29.Queue%28Size%3A%200%29.html) | -25.58% | 9.547732 | 7.105732 | +| System.Collections.Concurrent.IsEmpty.Dictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.Concurrent.IsEmpty%28String%29.Dictionary%28Size%3A%20512%29.html) | -27.92% | 8.345089 | 6.015215 | +| System.Collections.ContainsFalse.ImmutableSortedSet(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.ContainsFalse%28Int32%29.ImmutableSortedSet%28Size%3A%20512%29.html) | -27.54% | 24623.916495 | 17841.727082 | +| System.Collections.ContainsKeyTrue.ImmutableDictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.ContainsKeyTrue%28Int32%2C%20Int32%29.ImmutableDictionary%28Size%3A%20512%29.html) | -25.50% | 10414.381779 | 7758.227494 | +| System.Collections.Perf_Frozen.ToFrozenDictionary(Count: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.Perf_Frozen%28Int16%29.ToFrozenDictionary%28Count%3A%20512%29.html) | -25.28% | 31882.271947 | 23821.184591 | +| System.Collections.Perf_Frozen.ToFrozenDictionary(Count: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.Perf_Frozen%28NotKnownComparable%29.ToFrozenDictionary%28Count%3A%20512%29.html) | -29.31% | 38002.885304 | 26864.499227 | +| System.Collections.Tests.Perf_BitArray.BitArrayRightShift(Size: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.Tests.Perf_BitArray.BitArrayRightShift%28Size%3A%204%29.html) | -26.08% | 9.896711 | 7.316103 | +| System.Collections.Tests.Perf_BitArray.BitArraySetAll(Size: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.Tests.Perf_BitArray.BitArraySetAll%28Size%3A%204%29.html) | -28.43% | 7.136801 | 5.107649 | +| System.Collections.Tests.Perf_PriorityQueue.Enumerate(Size: 1000) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.Tests.Perf_PriorityQueue%28String%2C%20String%29.Enumerate%28Size%3A%201000%29.html) | -27.69% | 3366.029915 | 2434.032549 | +| System.ComponentModel.Tests.Perf_TypeDescriptorTests.GetConverter(typeToConvert: typeof(System.ComponentModel.Tests.DerivedClass)) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.ComponentModel.Tests.Perf_TypeDescriptorTests.GetConverter%28typeToConvert%3A%20typeof%28System.ComponentModel.Tests.DerivedClass%29%29.html) | -29.37% | 140.987236 | 99.573763 | +| System.ComponentModel.Tests.Perf_TypeDescriptorTests.GetConverter(typeToConvert: typeof(System.ComponentModel.Tests.SomeEnum)) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.ComponentModel.Tests.Perf_TypeDescriptorTests.GetConverter%28typeToConvert%3A%20typeof%28System.ComponentModel.Tests.SomeEnum%29%29.html) | -29.83% | 179.946982 | 126.272642 | +| System.ComponentModel.Tests.Perf_TypeDescriptorTests.GetConverter(typeToConvert: typeof(int)) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.ComponentModel.Tests.Perf_TypeDescriptorTests.GetConverter%28typeToConvert%3A%20typeof%28int%29%29.html) | -28.92% | 141.481988 | 100.558799 | +| System.IO.Pipelines.Tests.Perf_Pipe.SyncReadAsync | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.IO.Pipelines.Tests.Perf_Pipe.SyncReadAsync.html) | -26.25% | 1018866.424144 | 751414.279516 | +| System.IO.Tests.Perf_Path.HasExtension | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.IO.Tests.Perf_Path.HasExtension.html) | -27.12% | 8.569258 | 6.245238 | +| System.Linq.Tests.Perf_Enumerable.SingleWithPredicate_LastElementMatches(input: IEnumerable) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Linq.Tests.Perf_Enumerable.SingleWithPredicate_LastElementMatches%28input%3A%20IEnumerable%29.html) | -26.18% | 287.287470 | 212.079338 | +| System.MathBenchmarks.Single.Exp2 | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.MathBenchmarks.Single.Exp2.html) | -27.32% | 68169.803442 | 49543.590295 | +| System.Memory.ReadOnlySequence.Slice_StartPosition(Segment: Single) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Memory.ReadOnlySequence.Slice_StartPosition%28Segment%3A%20Single%29.html) | -29.34% | 10.115977 | 7.148289 | +| System.Memory.ReadOnlySpan.IndexOfString(input: "だだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだすだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだ", value: "す", comparisonType: Ordinal) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Memory.ReadOnlySpan.IndexOfString%28input%3A%20%22%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%99%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%22%2C%20value%3A%20%22%E3%81%99%22%2C%20comparisonType%3A%20Ordinal%29.html) | -27.57% | 14.168805 | 10.262012 | +| System.Memory.Slice.MemorySpanStart | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Memory.Slice%28Byte%29.MemorySpanStart.html) | -29.02% | 5.630842 | 3.996542 | +| System.Memory.Slice.MemorySpanStartLength | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Memory.Slice%28Byte%29.MemorySpanStartLength.html) | -27.28% | 5.086094 | 3.698805 | +| System.Memory.Slice.ReadOnlyMemorySpanStart | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Memory.Slice%28Byte%29.ReadOnlyMemorySpanStart.html) | -29.08% | 5.628008 | 3.991215 | +| System.Memory.Slice.ReadOnlyMemorySpanStartLength | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Memory.Slice%28Byte%29.ReadOnlyMemorySpanStartLength.html) | -27.18% | 5.080439 | 3.699812 | +| System.Memory.Slice.MemorySpanStart | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Memory.Slice%28String%29.MemorySpanStart.html) | -29.95% | 5.831973 | 4.085317 | +| System.Memory.Slice.MemorySpanStartLength | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Memory.Slice%28String%29.MemorySpanStartLength.html) | -26.66% | 5.193804 | 3.809219 | +| System.Memory.Slice.MemoryStartSpan | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Memory.Slice%28String%29.MemoryStartSpan.html) | -27.50% | 4.135111 | 2.998139 | +| System.Memory.Slice.ReadOnlyMemoryStartLengthSpan | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Memory.Slice%28String%29.ReadOnlyMemoryStartLengthSpan.html) | -28.27% | 3.565288 | 2.557336 | +| System.Memory.Span.IndexOfAnyFiveValues(Size: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Memory.Span%28Byte%29.IndexOfAnyFiveValues%28Size%3A%204%29.html) | -28.90% | 9.008893 | 6.405701 | +| System.Memory.Span.SequenceCompareToDifferent(Size: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Memory.Span%28Byte%29.SequenceCompareToDifferent%28Size%3A%204%29.html) | -27.14% | 5.572225 | 4.060103 | +| System.Memory.Span.IndexOfAnyFiveValues(Size: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Memory.Span%28Char%29.IndexOfAnyFiveValues%28Size%3A%204%29.html) | -27.64% | 8.951737 | 6.477874 | +| System.Memory.Span.Fill(Size: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Memory.Span%28Int32%29.Fill%28Size%3A%204%29.html) | -28.39% | 4.030747 | 2.886387 | +| System.Net.Primitives.Tests.CredentialCacheTests.GetCredential_HostPort(host: "notfound", hostPortCount: 0) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Net.Primitives.Tests.CredentialCacheTests.GetCredential_HostPort%28host%3A%20%22notfound%22%2C%20hostPortCount%3A%200%29.html) | -29.34% | 18.915060 | 13.366162 | +| System.Net.Primitives.Tests.IPAddressPerformanceTests.TryWriteBytes(address: 143.24.20.36) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Net.Primitives.Tests.IPAddressPerformanceTests.TryWriteBytes%28address%3A%20143.24.20.36%29.html) | -27.25% | 4.320188 | 3.142949 | +| System.Net.Tests.Perf_WebUtility.Decode_NoDecodingRequired | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Net.Tests.Perf_WebUtility.Decode_NoDecodingRequired.html) | -28.20% | 107.510918 | 77.192057 | +| System.Numerics.Tensors.Tests.Perf_BinaryIntegerTensorPrimitives.PopCount(BufferLength: 3079) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tensors.Tests.Perf_BinaryIntegerTensorPrimitives%28Byte%29.PopCount%28BufferLength%3A%203079%29.html) | -26.29% | 105.589401 | 77.826754 | +| System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives.Pow_ScalarExponent(BufferLength: 3079) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives%28Single%29.Pow_ScalarExponent%28BufferLength%3A%203079%29.html) | -25.47% | 44083.442071 | 32855.832035 | +| System.Numerics.Tests.Perf_Matrix4x4.CreateLookAtBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_Matrix4x4.CreateLookAtBenchmark.html) | -27.70% | 35.421452 | 25.610639 | +| System.Numerics.Tests.Perf_VectorOf.OneBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28Byte%29.OneBenchmark.html) | -26.96% | N/A | N/A | +| System.Numerics.Tests.Perf_VectorOf.AbsBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28Int16%29.AbsBenchmark.html) | -26.37% | 2.213815 | 1.630101 | +| System.Numerics.Tests.Perf_VectorOf.BitwiseAndOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28Int64%29.BitwiseAndOperatorBenchmark.html) | -28.30% | N/A | N/A | +| System.Reflection.Metadata.Perf_TypeName.TryParse_Invalid(input: "Wrong.Syntax[[]]") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Reflection.Metadata.Perf_TypeName.TryParse_Invalid%28input%3A%20%22Wrong.Syntax%5B%5B%5D%5D%22%29.html) | -26.20% | 58.188580 | 42.941722 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128.ConvertFloatToIntBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128.ConvertFloatToIntBenchmark.html) | -26.08% | N/A | N/A | +| System.Tests.Perf_Object.GetType_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Tests.Perf_Object.GetType_.html) | -28.07% | 7.270505 | 5.229745 | +| System.Tests.Perf_UInt32.TryParseHex(value: "0") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Tests.Perf_UInt32.TryParseHex%28value%3A%20%220%22%29.html) | -26.53% | 9.319143 | 6.846403 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToStream(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28ArrayList%29.SerializeToStream%28Mode%3A%20SourceGen%29.html) | -25.07% | 7147.453382 | 5355.323034 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToUtf8Bytes(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28ArrayList%29.SerializeToUtf8Bytes%28Mode%3A%20Reflection%29.html) | -25.67% | 7133.320034 | 5301.996174 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToUtf8Bytes(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28ArrayList%29.SerializeToUtf8Bytes%28Mode%3A%20SourceGen%29.html) | -25.73% | 7146.759115 | 5307.664127 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToWriter(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28ArrayList%29.SerializeToWriter%28Mode%3A%20Reflection%29.html) | -27.71% | 6827.722568 | 4936.005589 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToWriter(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28ArrayList%29.SerializeToWriter%28Mode%3A%20SourceGen%29.html) | -28.43% | 6885.242912 | 4927.861993 | +| System.Text.Json.Serialization.Tests.WriteJson>.SerializeToString(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28Dictionary%28String%2C%20String%29%29.SerializeToString%28Mode%3A%20Reflection%29.html) | -25.29% | 10992.596395 | 8212.508264 | +| System.Text.Json.Serialization.Tests.WriteJson>.SerializeToWriter(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28Dictionary%28String%2C%20String%29%29.SerializeToWriter%28Mode%3A%20Reflection%29.html) | -29.48% | 9172.219274 | 6468.678110 | +| System.Text.Json.Serialization.Tests.WriteJson>.SerializeToWriter(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28HashSet%28String%29%29.SerializeToWriter%28Mode%3A%20Reflection%29.html) | -28.67% | 6242.535066 | 4452.521017 | +| System.Text.Json.Tests.Perf_Booleans.WriteBooleans(Formatted: True, SkipValidation: False) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Booleans.WriteBooleans%28Formatted%3A%20True%2C%20SkipValidation%3A%20False%29.html) | -27.60% | 2135222.586285 | 1545810.612245 | +| System.Text.Json.Tests.Perf_Booleans.WriteBooleans(Formatted: True, SkipValidation: True) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Booleans.WriteBooleans%28Formatted%3A%20True%2C%20SkipValidation%3A%20True%29.html) | -25.76% | 2073586.421107 | 1539376.012588 | +| System.Text.Json.Tests.Perf_Reader.ReadReturnBytes(IsDataCompact: True, TestCase: LotsOfStrings) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Reader.ReadReturnBytes%28IsDataCompact%3A%20True%2C%20TestCase%3A%20LotsOfStrings%29.html) | -28.82% | 1811.008324 | 1288.999188 | +| System.Text.Json.Tests.Perf_Strings.WriteStringsUtf8(Formatted: False, SkipValidation: False, Escaped: NoneEscaped) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Strings.WriteStringsUtf8%28Formatted%3A%20False%2C%20SkipValidation%3A%20False%2C%20Escaped%3A%20NoneEscaped%29.html) | -26.00% | 4767226.168067 | 3527732.376751 | +| System.Text.Json.Tests.Perf_Strings.WriteStringsUtf8(Formatted: False, SkipValidation: True, Escaped: NoneEscaped) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Strings.WriteStringsUtf8%28Formatted%3A%20False%2C%20SkipValidation%3A%20True%2C%20Escaped%3A%20NoneEscaped%29.html) | -25.28% | 4710322.486695 | 3519576.052171 | +| System.Text.Json.Tests.Perf_Strings.WriteStringsUtf8(Formatted: True, SkipValidation: False, Escaped: NoneEscaped) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Strings.WriteStringsUtf8%28Formatted%3A%20True%2C%20SkipValidation%3A%20False%2C%20Escaped%3A%20NoneEscaped%29.html) | -29.77% | 5475964.064683 | 3845932.243254 | +| System.Text.Json.Tests.Perf_Strings.WriteStringsUtf8(Formatted: True, SkipValidation: True, Escaped: NoneEscaped) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Strings.WriteStringsUtf8%28Formatted%3A%20True%2C%20SkipValidation%3A%20True%2C%20Escaped%3A%20NoneEscaped%29.html) | -29.41% | 5418899.839683 | 3825107.831746 | +| System.Text.Perf_Ascii.FromUtf16(Size: 6) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Perf_Ascii.FromUtf16%28Size%3A%206%29.html) | -25.31% | 7.349622 | 5.489222 | +| System.Text.Perf_Ascii.ToUtf16(Size: 6) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Perf_Ascii.ToUtf16%28Size%3A%206%29.html) | -25.10% | 7.282718 | 5.454933 | +| System.Threading.Tests.Perf_CancellationToken.CreateLinkedTokenSource2 | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Threading.Tests.Perf_CancellationToken.CreateLinkedTokenSource2.html) | -27.42% | 134.282793 | 97.461915 | +| System.Xml.Linq.Perf_XName.CreateElement | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Xml.Linq.Perf_XName.CreateElement.html) | -26.09% | 28.488722 | 21.055615 | + +## 20-25% Improvement (165 tests) + +| Test Name | Link | Change % | .NET 9 | .NET 10 | +|-----------|------|----------|--------|-------| +| Benchstone.BenchF.InvMt.Test | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/Benchstone.BenchF.InvMt.Test.html) | -23.26% | 3281515.760808 | 2518390.068374 | +| GuardedDevirtualization.ThreeClassInterface.Call(testInput: pB=0.67 pD=0.00) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/GuardedDevirtualization.ThreeClassInterface.Call%28testInput%3A%20pB%3D0.67%20pD%3D0.00%29.html) | -20.26% | 1.812359 | 1.445181 | +| GuardedDevirtualization.TwoClassInterface.Call(testInput: pB = 0.60) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/GuardedDevirtualization.TwoClassInterface.Call%28testInput%3A%20pB%20%3D%200.60%29.html) | -21.24% | 2.141401 | 1.686582 | +| LinqBenchmarks.Order00ManualX | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/LinqBenchmarks.Order00ManualX.html) | -22.91% | 149476799.553571 | 115234191.875000 | +| LinqBenchmarks.Where01LinqMethodNestedX | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/LinqBenchmarks.Where01LinqMethodNestedX.html) | -22.49% | 416071132.910714 | 322494071.482143 | +| LinqBenchmarks.Where01LinqQueryX | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/LinqBenchmarks.Where01LinqQueryX.html) | -24.86% | 422031032.142857 | 317124864.535714 | +| MicroBenchmarks.Serializers.Json_ToStream.SystemTextJson_Reflection_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/MicroBenchmarks.Serializers.Json_ToStream%28CollectionsOfPrimitives%29.SystemTextJson_Reflection_.html) | -22.72% | 138696.251815 | 107183.845467 | +| MicroBenchmarks.Serializers.Json_ToStream.SystemTextJson_SourceGen_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/MicroBenchmarks.Serializers.Json_ToStream%28CollectionsOfPrimitives%29.SystemTextJson_SourceGen_.html) | -22.82% | 138711.004145 | 107052.668081 | +| Microsoft.AspNetCore.Server.Kestrel.Performance.PipeThroughputBenchmark.Parse_ParallelAsync(Length: 128, Chunks: 1) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/Microsoft.AspNetCore.Server.Kestrel.Performance.PipeThroughputBenchmark.Parse_ParallelAsync%28Length%3A%20128%2C%20Chunks%3A%201%29.html) | -20.35% | 519.693970 | 413.912853 | +| Microsoft.Extensions.Primitives.StringSegmentBenchmark.GetValue | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/Microsoft.Extensions.Primitives.StringSegmentBenchmark.GetValue.html) | -22.91% | 6.008524 | 4.632015 | +| PerfLabTests.DictionaryExpansion.ExpandDictionaries | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/PerfLabTests.DictionaryExpansion.ExpandDictionaries.html) | -21.34% | 838.102165 | 659.265727 | +| PerfLabTests.EnumPerf.ObjectGetTypeNoBoxing | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/PerfLabTests.EnumPerf.ObjectGetTypeNoBoxing.html) | -20.69% | 6.869401 | 5.447779 | +| PerfLabTests.LowLevelPerf.NewDelegateClassEmptyStaticFn | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/PerfLabTests.LowLevelPerf.NewDelegateClassEmptyStaticFn.html) | -20.60% | N/A | N/A | +| Span.IndexerBench.SameIndex1(length: 1024) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/Span.IndexerBench.SameIndex1%28length%3A%201024%29.html) | -22.05% | 1049.669758 | 818.239032 | +| System.Buffers.Tests.ReadOnlySequenceTests.IterateGetPositionMemory | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Buffers.Tests.ReadOnlySequenceTests%28Char%29.IterateGetPositionMemory.html) | -20.15% | 39.652747 | 31.664281 | +| System.Buffers.Text.Tests.Utf8FormatterTests.FormatterDouble(value: 12345) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Buffers.Text.Tests.Utf8FormatterTests.FormatterDouble%28value%3A%2012345%29.html) | -21.45% | 114.921508 | 90.265114 | +| System.Buffers.Text.Tests.Utf8ParserTests.TryParseInt16(value: -32768) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Buffers.Text.Tests.Utf8ParserTests.TryParseInt16%28value%3A%20-32768%29.html) | -23.00% | 10.531943 | 8.110057 | +| System.Buffers.Text.Tests.Utf8ParserTests.TryParseInt16(value: 32767) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Buffers.Text.Tests.Utf8ParserTests.TryParseInt16%28value%3A%2032767%29.html) | -22.26% | 10.161113 | 7.899606 | +| System.Buffers.Text.Tests.Utf8ParserTests.TryParseUInt16(value: 65535) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Buffers.Text.Tests.Utf8ParserTests.TryParseUInt16%28value%3A%2065535%29.html) | -24.03% | 9.138372 | 6.942431 | +| System.Buffers.Text.Tests.Utf8ParserTests.TryParseUInt32Hex(value: 3039) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Buffers.Text.Tests.Utf8ParserTests.TryParseUInt32Hex%28value%3A%203039%29.html) | -22.04% | 8.613843 | 6.715626 | +| System.Buffers.Text.Tests.Utf8ParserTests.TryParseUInt64Hex(value: 3039) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Buffers.Text.Tests.Utf8ParserTests.TryParseUInt64Hex%28value%3A%203039%29.html) | -23.71% | 8.878973 | 6.773447 | +| System.Collections.ContainsKeyTrue.ConcurrentDictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.ContainsKeyTrue%28String%2C%20String%29.ConcurrentDictionary%28Size%3A%20512%29.html) | -21.63% | 14293.469601 | 11201.246010 | +| System.Collections.ContainsTrue.HashSet(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.ContainsTrue%28Int32%29.HashSet%28Size%3A%20512%29.html) | -24.64% | 4454.792604 | 3357.255142 | +| System.Collections.ContainsTrue.ImmutableList(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.ContainsTrue%28Int32%29.ImmutableList%28Size%3A%20512%29.html) | -24.25% | 519069.158519 | 393191.377567 | +| System.Collections.ContainsTrue.ImmutableSortedSet(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.ContainsTrue%28Int32%29.ImmutableSortedSet%28Size%3A%20512%29.html) | -21.18% | 21670.796582 | 17081.403343 | +| System.Collections.ContainsTrueComparer.ImmutableSortedSet(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.ContainsTrueComparer%28Int32%29.ImmutableSortedSet%28Size%3A%20512%29.html) | -22.04% | 21800.529001 | 16996.086445 | +| System.Collections.CtorDefaultSize.Stack | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.CtorDefaultSize%28String%29.Stack.html) | -20.89% | 27.973891 | 22.129681 | +| System.Collections.CtorFromCollection.FrozenDictionaryOptimized(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.CtorFromCollection%28Int32%29.FrozenDictionaryOptimized%28Size%3A%20512%29.html) | -23.64% | 29650.966832 | 22640.415294 | +| System.Collections.CtorFromCollection.FrozenSet(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.CtorFromCollection%28Int32%29.FrozenSet%28Size%3A%20512%29.html) | -23.62% | 45146.337588 | 34483.518751 | +| System.Collections.CtorFromCollection.HashSet(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.CtorFromCollection%28Int32%29.HashSet%28Size%3A%20512%29.html) | -20.81% | 6915.413590 | 5476.076569 | +| System.Collections.IndexerSet.Dictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.IndexerSet%28String%29.Dictionary%28Size%3A%20512%29.html) | -20.98% | 15765.943785 | 12458.947149 | +| System.Collections.IterateForEach.ImmutableSortedSet(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.IterateForEach%28Int32%29.ImmutableSortedSet%28Size%3A%20512%29.html) | -21.90% | 5427.298319 | 4238.787119 | +| System.Collections.IterateForEach.ImmutableDictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.IterateForEach%28String%29.ImmutableDictionary%28Size%3A%20512%29.html) | -22.52% | 34008.341697 | 26350.217875 | +| System.Collections.IterateForEachNonGeneric.Stack(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.IterateForEachNonGeneric%28String%29.Stack%28Size%3A%20512%29.html) | -22.21% | 2953.804723 | 2297.885839 | +| System.Collections.Perf_Frozen.ToFrozenSet(Count: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.Perf_Frozen%28Int16%29.ToFrozenSet%28Count%3A%204%29.html) | -20.37% | 179.642315 | 143.043605 | +| System.Collections.Perf_Frozen.ToFrozenSet(Count: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.Perf_Frozen%28Int16%29.ToFrozenSet%28Count%3A%20512%29.html) | -22.60% | 37347.881303 | 28908.564671 | +| System.Collections.Perf_Frozen.ToFrozenDictionary(Count: 64) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.Perf_Frozen%28NotKnownComparable%29.ToFrozenDictionary%28Count%3A%2064%29.html) | -23.12% | 3949.370182 | 3036.386660 | +| System.Collections.Perf_Frozen.ToFrozenSet(Count: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.Perf_Frozen%28NotKnownComparable%29.ToFrozenSet%28Count%3A%204%29.html) | -22.48% | 170.362728 | 132.056843 | +| System.Collections.Perf_Frozen.ToFrozenDictionary(Count: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.Perf_Frozen%28ReferenceType%29.ToFrozenDictionary%28Count%3A%20512%29.html) | -21.18% | 46840.776673 | 36920.024799 | +| System.Collections.Tests.Perf_BitArray.BitArrayByteArrayCtor(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.Tests.Perf_BitArray.BitArrayByteArrayCtor%28Size%3A%20512%29.html) | -22.60% | 251.508193 | 194.660808 | +| System.Collections.Tests.Perf_BitArray.BitArrayLeftShift(Size: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.Tests.Perf_BitArray.BitArrayLeftShift%28Size%3A%204%29.html) | -20.09% | 8.173965 | 6.531922 | +| System.Collections.Tests.Perf_BitArray.BitArraySetLengthShrink(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.Tests.Perf_BitArray.BitArraySetLengthShrink%28Size%3A%20512%29.html) | -21.75% | 253.014073 | 197.987157 | +| System.Collections.TryGetValueFalse.Dictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.TryGetValueFalse%28String%2C%20String%29.Dictionary%28Size%3A%20512%29.html) | -22.72% | 12171.425296 | 9405.666830 | +| System.Collections.TryGetValueTrue.SortedDictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.TryGetValueTrue%28BigStruct%2C%20BigStruct%29.SortedDictionary%28Size%3A%20512%29.html) | -23.23% | 41150.608226 | 31592.422654 | +| System.Collections.TryGetValueTrue.ImmutableDictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.TryGetValueTrue%28Int32%2C%20Int32%29.ImmutableDictionary%28Size%3A%20512%29.html) | -24.01% | 10542.151300 | 8011.453192 | +| System.ComponentModel.Tests.Perf_TypeDescriptorTests.GetConverter(typeToConvert: typeof(System.ComponentModel.Tests.ClassIDerived)) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.ComponentModel.Tests.Perf_TypeDescriptorTests.GetConverter%28typeToConvert%3A%20typeof%28System.ComponentModel.Tests.ClassIDerived%29%29.html) | -21.57% | 101.319248 | 79.463128 | +| System.ComponentModel.Tests.Perf_TypeDescriptorTests.GetConverter(typeToConvert: typeof(System.ComponentModel.Tests.ClassWithNoConverter)) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.ComponentModel.Tests.Perf_TypeDescriptorTests.GetConverter%28typeToConvert%3A%20typeof%28System.ComponentModel.Tests.ClassWithNoConverter%29%29.html) | -20.64% | 99.527210 | 78.982786 | +| System.ComponentModel.Tests.Perf_TypeDescriptorTests.GetConverter(typeToConvert: typeof(string)) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.ComponentModel.Tests.Perf_TypeDescriptorTests.GetConverter%28typeToConvert%3A%20typeof%28string%29%29.html) | -21.74% | 100.295025 | 78.494624 | +| System.IO.Pipelines.Tests.Perf_Pipe.SyncReadAsyncWithCancellationToken | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.IO.Pipelines.Tests.Perf_Pipe.SyncReadAsyncWithCancellationToken.html) | -24.26% | 1008121.022959 | 763521.435328 | +| System.IO.Tests.BinaryWriterTests.WriteAsciiChar | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.IO.Tests.BinaryWriterTests.WriteAsciiChar.html) | -24.25% | 8.082680 | 6.122547 | +| System.IO.Tests.BinaryWriterTests.WriteNonAsciiChar | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.IO.Tests.BinaryWriterTests.WriteNonAsciiChar.html) | -23.07% | 8.845347 | 6.805149 | +| System.Linq.Tests.Perf_Enumerable.Aggregate_Seed(input: IEnumerable) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Linq.Tests.Perf_Enumerable.Aggregate_Seed%28input%3A%20IEnumerable%29.html) | -21.55% | 266.743949 | 209.249115 | +| System.Linq.Tests.Perf_Enumerable.ElementAt(input: IList) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Linq.Tests.Perf_Enumerable.ElementAt%28input%3A%20IList%29.html) | -24.47% | 4.663182 | 3.521883 | +| System.Linq.Tests.Perf_Enumerable.LastWithPredicate_FirstElementMatches(input: IList) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Linq.Tests.Perf_Enumerable.LastWithPredicate_FirstElementMatches%28input%3A%20IList%29.html) | -21.58% | 8.431881 | 6.612331 | +| System.MathBenchmarks.Single.Pow | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.MathBenchmarks.Single.Pow.html) | -20.51% | 67696.353361 | 53812.772802 | +| System.Memory.Constructors_ValueTypesOnly.ReadOnlyFromPointerLength | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Memory.Constructors_ValueTypesOnly%28Int32%29.ReadOnlyFromPointerLength.html) | -23.31% | N/A | N/A | +| System.Memory.ReadOnlySequence.Slice_StartPosition_And_EndPosition(Segment: Single) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Memory.ReadOnlySequence.Slice_StartPosition_And_EndPosition%28Segment%3A%20Single%29.html) | -20.97% | 9.685263 | 7.654127 | +| System.Memory.ReadOnlySpan.Trim(input: "") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Memory.ReadOnlySpan.Trim%28input%3A%20%22%22%29.html) | -21.02% | 3.033867 | 2.396189 | +| System.Memory.Slice.MemoryStartSpan | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Memory.Slice%28Byte%29.MemoryStartSpan.html) | -23.11% | 3.337970 | 2.566681 | +| System.Memory.Slice.ReadOnlyMemoryStartSpan | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Memory.Slice%28Byte%29.ReadOnlyMemoryStartSpan.html) | -23.09% | 3.339376 | 2.568184 | +| System.Memory.Slice.MemoryStartLengthSpan | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Memory.Slice%28String%29.MemoryStartLengthSpan.html) | -22.86% | 3.763999 | 2.903654 | +| System.Memory.Slice.ReadOnlyMemorySpanStartLength | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Memory.Slice%28String%29.ReadOnlyMemorySpanStartLength.html) | -24.66% | 5.030068 | 3.789440 | +| System.Memory.Span.Fill(Size: 33) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Memory.Span%28Byte%29.Fill%28Size%3A%2033%29.html) | -20.17% | 4.360240 | 3.480944 | +| System.Memory.Span.Fill(Size: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Memory.Span%28Byte%29.Fill%28Size%3A%204%29.html) | -22.69% | 4.816627 | 3.723893 | +| System.Memory.Span.IndexOfAnyFourValues(Size: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Memory.Span%28Byte%29.IndexOfAnyFourValues%28Size%3A%204%29.html) | -23.19% | 8.104322 | 6.224799 | +| System.Memory.Span.Fill(Size: 33) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Memory.Span%28Char%29.Fill%28Size%3A%2033%29.html) | -23.94% | 5.398450 | 4.106041 | +| System.Memory.Span.IndexOfAnyFourValues(Size: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Memory.Span%28Char%29.IndexOfAnyFourValues%28Size%3A%204%29.html) | -24.64% | 8.113409 | 6.114205 | +| System.Memory.Span.SequenceEqual(Size: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Memory.Span%28Char%29.SequenceEqual%28Size%3A%204%29.html) | -21.39% | 5.380019 | 4.229237 | +| System.Memory.Span.BinarySearch(Size: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Memory.Span%28Int32%29.BinarySearch%28Size%3A%204%29.html) | -24.10% | 10.726369 | 8.141597 | +| System.Memory.Span.IndexOfValue(Size: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Memory.Span%28Int32%29.IndexOfValue%28Size%3A%204%29.html) | -21.98% | 5.365854 | 4.186454 | +| System.Memory.Span.LastIndexOfValue(Size: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Memory.Span%28Int32%29.LastIndexOfValue%28Size%3A%204%29.html) | -20.76% | 6.109514 | 4.840945 | +| System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives.Ieee754Remainder_ScalarDivisor(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives%28Double%29.Ieee754Remainder_ScalarDivisor%28BufferLength%3A%20128%29.html) | -22.67% | 1838.559267 | 1421.734947 | +| System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives.Pow_ScalarBase(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives%28Single%29.Pow_ScalarBase%28BufferLength%3A%20128%29.html) | -20.60% | 1852.118354 | 1470.607146 | +| System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives.Pow_ScalarBase(BufferLength: 3079) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives%28Single%29.Pow_ScalarBase%28BufferLength%3A%203079%29.html) | -21.88% | 44055.141871 | 34414.924044 | +| System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives.Pow_ScalarExponent(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives%28Single%29.Pow_ScalarExponent%28BufferLength%3A%20128%29.html) | -22.23% | 1843.639425 | 1433.884754 | +| System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives.Pow_Vectors(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives%28Single%29.Pow_Vectors%28BufferLength%3A%20128%29.html) | -22.80% | 1842.179564 | 1422.174935 | +| System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives.Pow_Vectors(BufferLength: 3079) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives%28Single%29.Pow_Vectors%28BufferLength%3A%203079%29.html) | -23.87% | 44023.630111 | 33514.969417 | +| System.Numerics.Tests.Constructor.SpanCastBenchmark_SByte | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Constructor.SpanCastBenchmark_SByte.html) | -23.80% | 2.713894 | 2.068047 | +| System.Numerics.Tests.Perf_Matrix4x4.DecomposeBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_Matrix4x4.DecomposeBenchmark.html) | -21.34% | 79.099491 | 62.223327 | +| System.Numerics.Tests.Perf_Matrix4x4.TransformBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_Matrix4x4.TransformBenchmark.html) | -22.93% | 25.438794 | 19.606923 | +| System.Numerics.Tests.Perf_Vector2.LengthSquaredBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_Vector2.LengthSquaredBenchmark.html) | -23.59% | 2.729216 | 2.085526 | +| System.Numerics.Tests.Perf_Vector4.DivideByScalarOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_Vector4.DivideByScalarOperatorBenchmark.html) | -22.29% | N/A | N/A | +| System.Numerics.Tests.Perf_VectorOf.LessThanBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28Byte%29.LessThanBenchmark.html) | -23.11% | 2.296315 | 1.765710 | +| System.Numerics.Tests.Perf_VectorOf.MultiplyBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28Byte%29.MultiplyBenchmark.html) | -21.42% | 2.071481 | 1.627758 | +| System.Numerics.Tests.Perf_VectorOf.AndNotBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28Double%29.AndNotBenchmark.html) | -22.14% | 2.312646 | 1.800539 | +| System.Numerics.Tests.Perf_VectorOf.EqualsBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28Int16%29.EqualsBenchmark.html) | -22.76% | 2.597372 | 2.006130 | +| System.Numerics.Tests.Perf_VectorOf.MaxBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28Int16%29.MaxBenchmark.html) | -23.37% | 2.299452 | 1.761959 | +| System.Numerics.Tests.Perf_VectorOf.NegateBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28Int16%29.NegateBenchmark.html) | -21.64% | 2.077291 | 1.627817 | +| System.Numerics.Tests.Perf_VectorOf.EqualsBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28Int64%29.EqualsBenchmark.html) | -20.74% | 2.505599 | 1.985941 | +| System.Numerics.Tests.Perf_VectorOf.GreaterThanBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28Int64%29.GreaterThanBenchmark.html) | -20.84% | N/A | N/A | +| System.Numerics.Tests.Perf_VectorOf.BitwiseOrOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28Single%29.BitwiseOrOperatorBenchmark.html) | -23.16% | N/A | N/A | +| System.Numerics.Tests.Perf_VectorOf.GreaterThanOrEqualBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28Single%29.GreaterThanOrEqualBenchmark.html) | -23.05% | 2.296651 | 1.767371 | +| System.Numerics.Tests.Perf_VectorOf.OneBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28Single%29.OneBenchmark.html) | -21.27% | N/A | N/A | +| System.Numerics.Tests.Perf_VectorOf.AbsBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28UInt32%29.AbsBenchmark.html) | -22.03% | 2.086789 | 1.627134 | +| System.Numerics.Tests.Perf_VectorOf.ExclusiveOrOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28UInt32%29.ExclusiveOrOperatorBenchmark.html) | -20.30% | N/A | N/A | +| System.Numerics.Tests.Perf_VectorOf.GreaterThanBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28UInt32%29.GreaterThanBenchmark.html) | -20.62% | N/A | N/A | +| System.Perf_Convert.ToBase64CharArray(binaryDataSize: 1024, formattingOptions: None) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Perf_Convert.ToBase64CharArray%28binaryDataSize%3A%201024%2C%20formattingOptions%3A%20None%29.html) | -24.58% | 373.973327 | 282.055022 | +| System.Reflection.Invoke.Method0_NoParms_MethodInvoker | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Reflection.Invoke.Method0_NoParms_MethodInvoker.html) | -24.73% | 11.848746 | 8.918479 | +| System.Reflection.Invoke.Property_Set_class | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Reflection.Invoke.Property_Set_class.html) | -20.77% | N/A | N/A | +| System.Reflection.Invoke.StaticMethod5_ByRefParams_int_string_struct_class_bool_MethodInvoker | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Reflection.Invoke.StaticMethod5_ByRefParams_int_string_struct_class_bool_MethodInvoker.html) | -24.89% | 390.806833 | 293.527888 | +| System.Reflection.Metadata.Perf_TypeName.Parse_FullNames(input: typeof(System.Int32*)) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Reflection.Metadata.Perf_TypeName.Parse_FullNames%28input%3A%20typeof%28System.Int32%2A%29%29.html) | -21.78% | 244.727519 | 191.425117 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Float.EqualsStaticBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Float.EqualsStaticBenchmark.html) | -20.59% | N/A | N/A | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Float.MaxBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Float.MaxBenchmark.html) | -21.01% | N/A | N/A | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Float.SubtractionOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Float.SubtractionOperatorBenchmark.html) | -23.19% | 2.297694 | 1.764921 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.BitwiseAndOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Double%29.BitwiseAndOperatorBenchmark.html) | -20.77% | N/A | N/A | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.BitwiseOrBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Int32%29.BitwiseOrBenchmark.html) | -22.13% | N/A | N/A | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.LessThanOrEqualBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Int32%29.LessThanOrEqualBenchmark.html) | -23.23% | 2.297071 | 1.763569 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.NegateBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Int32%29.NegateBenchmark.html) | -21.81% | 2.081488 | 1.627451 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.OnesComplementBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Int32%29.OnesComplementBenchmark.html) | -24.67% | 2.363210 | 1.780272 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.AddBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28UInt16%29.AddBenchmark.html) | -20.29% | 2.050482 | 1.634416 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.NegateBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28UInt32%29.NegateBenchmark.html) | -20.06% | 2.227537 | 1.780640 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.LessThanOrEqualAnyBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28UInt64%29.LessThanOrEqualAnyBenchmark.html) | -20.49% | N/A | N/A | +| System.Tests.Perf_DateTime.GetNow | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Tests.Perf_DateTime.GetNow.html) | -21.08% | 137.137259 | 108.229674 | +| System.Tests.Perf_DateTime.Year | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Tests.Perf_DateTime.Year.html) | -20.69% | 5.788773 | 4.591024 | +| System.Tests.Perf_DateTimeOffset.GetNow | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Tests.Perf_DateTimeOffset.GetNow.html) | -24.51% | 145.481187 | 109.826746 | +| System.Tests.Perf_Enum.Parse_Flags(text: "Red") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Tests.Perf_Enum.Parse_Flags%28text%3A%20%22Red%22%29.html) | -21.67% | 46.889006 | 36.727209 | +| System.Tests.Perf_Enum.TryParseGeneric_Flags(text: "Red") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Tests.Perf_Enum.TryParseGeneric_Flags%28text%3A%20%22Red%22%29.html) | -21.31% | 23.103748 | 18.179413 | +| System.Tests.Perf_String.TrimEnd(s: "Test") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Tests.Perf_String.TrimEnd%28s%3A%20%22Test%22%29.html) | -20.43% | 6.720940 | 5.347810 | +| System.Tests.Perf_String.TrimEnd_CharArr(s: "Test", c: [' ', ' ']) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Tests.Perf_String.TrimEnd_CharArr%28s%3A%20%22Test%22%2C%20c%3A%20%5B%27%20%27%2C%20%27%E2%80%85%27%5D%29.html) | -24.02% | 9.406470 | 7.147156 | +| System.Tests.Perf_String.TrimStart(s: "Test") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Tests.Perf_String.TrimStart%28s%3A%20%22Test%22%29.html) | -22.69% | 6.382038 | 4.933810 | +| System.Tests.Perf_String.TrimStart_CharArr(s: "Test", c: [' ', ' ']) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Tests.Perf_String.TrimStart_CharArr%28s%3A%20%22Test%22%2C%20c%3A%20%5B%27%20%27%2C%20%27%E2%80%85%27%5D%29.html) | -21.49% | 9.052207 | 7.107100 | +| System.Tests.Perf_String.Trim_CharArr(s: "Test", c: [' ', ' ']) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Tests.Perf_String.Trim_CharArr%28s%3A%20%22Test%22%2C%20c%3A%20%5B%27%20%27%2C%20%27%E2%80%85%27%5D%29.html) | -22.75% | 11.883950 | 9.179759 | +| System.Tests.Perf_Type.GetType_FullyQualifiedNames(input: typeof(System.Int32&)) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Tests.Perf_Type.GetType_FullyQualifiedNames%28input%3A%20typeof%28System.Int32%26%29%29.html) | -21.10% | 1927.795760 | 1520.969643 | +| System.Tests.Perf_Type.GetType_FullyQualifiedNames(input: typeof(System.Int32[*])) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Tests.Perf_Type.GetType_FullyQualifiedNames%28input%3A%20typeof%28System.Int32%5B%2A%5D%29%29.html) | -20.43% | 1965.911240 | 1564.336147 | +| System.Tests.Perf_Type.GetType_FullyQualifiedNames(input: typeof(System.Int32[])) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Tests.Perf_Type.GetType_FullyQualifiedNames%28input%3A%20typeof%28System.Int32%5B%5D%29%29.html) | -20.51% | 1854.453653 | 1474.107300 | +| System.Tests.Perf_Type.GetType_FullyQualifiedNames(input: typeof(System.Tests.Nested)) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Tests.Perf_Type.GetType_FullyQualifiedNames%28input%3A%20typeof%28System.Tests.Nested%29%29.html) | -22.58% | 1877.408357 | 1453.439186 | +| System.Tests.Perf_UInt32.TryParseHex(value: "3039") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Tests.Perf_UInt32.TryParseHex%28value%3A%20%223039%22%29.html) | -23.04% | 14.367360 | 11.057236 | +| System.Tests.Perf_UInt64.TryParseHex(value: "3039") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Tests.Perf_UInt64.TryParseHex%28value%3A%20%223039%22%29.html) | -22.46% | 14.814862 | 11.487329 | +| System.Tests.Perf_Uri.CombineAbsoluteRelative(input: "/new/path") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Tests.Perf_Uri.CombineAbsoluteRelative%28input%3A%20%22/new/path%22%29.html) | -21.19% | 233.761021 | 184.230361 | +| System.Tests.Perf_Uri.Ctor(input: "http://xn--hst-sna.with.xn--nicode-2ya") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Tests.Perf_Uri.Ctor%28input%3A%20%22http%3A//xn--hst-sna.with.xn--nicode-2ya%22%29.html) | -21.37% | 196.103518 | 154.187519 | +| System.Text.Encodings.Web.Tests.Perf_Encoders.EncodeUtf8(arguments: JavaScript,no escaping required,16) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Encodings.Web.Tests.Perf_Encoders.EncodeUtf8%28arguments%3A%20JavaScript%2Cno%20escaping%20required%2C16%29.html) | -21.37% | 21.408045 | 16.832885 | +| System.Text.Json.Node.Tests.Perf_Create.Create_JsonObject_Large | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Node.Tests.Perf_Create.Create_JsonObject_Large.html) | -22.88% | 1098.897409 | 847.499846 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromUtf8Bytes(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28Int32%29.DeserializeFromUtf8Bytes%28Mode%3A%20Reflection%29.html) | -24.06% | 85.881815 | 65.219616 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromUtf8Bytes(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28Int32%29.DeserializeFromUtf8Bytes%28Mode%3A%20SourceGen%29.html) | -20.71% | 82.310638 | 65.266276 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeObjectProperty(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28ArrayList%29.SerializeObjectProperty%28Mode%3A%20Reflection%29.html) | -22.94% | 7992.629100 | 6159.455044 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeObjectProperty(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28ArrayList%29.SerializeObjectProperty%28Mode%3A%20SourceGen%29.html) | -23.31% | 8029.166698 | 6157.244542 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToStream(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28ArrayList%29.SerializeToStream%28Mode%3A%20Reflection%29.html) | -24.90% | 7172.677493 | 5386.526286 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToString(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28ArrayList%29.SerializeToString%28Mode%3A%20Reflection%29.html) | -23.94% | 7845.290840 | 5967.174467 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToString(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28ArrayList%29.SerializeToString%28Mode%3A%20SourceGen%29.html) | -23.16% | 7742.219828 | 5949.326702 | +| System.Text.Json.Serialization.Tests.WriteJson>.SerializeObjectProperty(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28Dictionary%28String%2C%20String%29%29.SerializeObjectProperty%28Mode%3A%20Reflection%29.html) | -24.21% | 11232.771690 | 8513.614791 | +| System.Text.Json.Serialization.Tests.WriteJson>.SerializeToStream(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28Dictionary%28String%2C%20String%29%29.SerializeToStream%28Mode%3A%20SourceGen%29.html) | -20.19% | 8281.129316 | 6609.363763 | +| System.Text.Json.Serialization.Tests.WriteJson>.SerializeToStream(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28HashSet%28String%29%29.SerializeToStream%28Mode%3A%20Reflection%29.html) | -21.03% | 6298.503179 | 4974.020978 | +| System.Text.Json.Serialization.Tests.WriteJson>.SerializeToStream(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28HashSet%28String%29%29.SerializeToStream%28Mode%3A%20SourceGen%29.html) | -23.50% | 4546.732368 | 3478.384191 | +| System.Text.Json.Serialization.Tests.WriteJson>.SerializeToString(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28HashSet%28String%29%29.SerializeToString%28Mode%3A%20SourceGen%29.html) | -20.53% | 5321.568298 | 4229.114740 | +| System.Text.Json.Serialization.Tests.WriteJson>.SerializeToUtf8Bytes(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28HashSet%28String%29%29.SerializeToUtf8Bytes%28Mode%3A%20Reflection%29.html) | -21.56% | 6519.721609 | 5114.113791 | +| System.Text.Json.Serialization.Tests.WriteJson>.SerializeToUtf8Bytes(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28HashSet%28String%29%29.SerializeToUtf8Bytes%28Mode%3A%20SourceGen%29.html) | -22.91% | 4675.925887 | 3604.861089 | +| System.Text.Json.Tests.Perf_Depth.ReadSpanEmptyLoop(Depth: 64) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Depth.ReadSpanEmptyLoop%28Depth%3A%2064%29.html) | -20.34% | 2990.221547 | 2381.907479 | +| System.Text.Json.Tests.Perf_Depth.ReadSpanEmptyLoop(Depth: 65) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Depth.ReadSpanEmptyLoop%28Depth%3A%2065%29.html) | -20.88% | 3035.658517 | 2401.781798 | +| System.Text.Json.Tests.Perf_Get.GetGuid | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Get.GetGuid.html) | -24.03% | 5542.903975 | 4210.739267 | +| System.Text.Json.Tests.Perf_Get.GetUInt16 | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Get.GetUInt16.html) | -20.05% | 722.461299 | 577.584194 | +| System.Text.Json.Tests.Perf_Reader.ReadMultiSpanSequenceEmptyLoop(IsDataCompact: True, TestCase: HelloWorld) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Reader.ReadMultiSpanSequenceEmptyLoop%28IsDataCompact%3A%20True%2C%20TestCase%3A%20HelloWorld%29.html) | -21.20% | 172.841681 | 136.205213 | +| System.Text.Json.Tests.Perf_Reader.ReadReturnBytes(IsDataCompact: True, TestCase: Json400B) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Reader.ReadReturnBytes%28IsDataCompact%3A%20True%2C%20TestCase%3A%20Json400B%29.html) | -23.42% | 858.705886 | 657.571656 | +| System.Text.Json.Tests.Perf_Reader.ReadReturnBytes(IsDataCompact: True, TestCase: Json40KB) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Reader.ReadReturnBytes%28IsDataCompact%3A%20True%2C%20TestCase%3A%20Json40KB%29.html) | -20.78% | 67149.223669 | 53192.792756 | +| System.Text.Json.Tests.Perf_Reader.ReadReturnBytes(IsDataCompact: True, TestCase: LotsOfNumbers) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Reader.ReadReturnBytes%28IsDataCompact%3A%20True%2C%20TestCase%3A%20LotsOfNumbers%29.html) | -24.34% | 2895.622857 | 2190.722914 | +| System.Text.Json.Tests.Perf_Strings.WriteStringsUtf16(Formatted: True, SkipValidation: False, Escaped: NoneEscaped) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Strings.WriteStringsUtf16%28Formatted%3A%20True%2C%20SkipValidation%3A%20False%2C%20Escaped%3A%20NoneEscaped%29.html) | -21.07% | 7784710.821987 | 6144256.380580 | +| System.Text.Json.Tests.Perf_Strings.WriteStringsUtf16(Formatted: True, SkipValidation: True, Escaped: NoneEscaped) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Strings.WriteStringsUtf16%28Formatted%3A%20True%2C%20SkipValidation%3A%20True%2C%20Escaped%3A%20NoneEscaped%29.html) | -22.10% | 7860373.866359 | 6123070.562788 | +| System.Text.Json.Tests.Utf8JsonReaderCommentsTests.Utf8JsonReaderCommentParsing(CommentHandling: Allow, SegmentSize: 0, TestCase: ShortMultiLine) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Tests.Utf8JsonReaderCommentsTests.Utf8JsonReaderCommentParsing%28CommentHandling%3A%20Allow%2C%20SegmentSize%3A%200%2C%20TestCase%3A%20ShortMultiLine%29.html) | -24.81% | 112.308504 | 84.439863 | +| System.Text.Json.Tests.Utf8JsonReaderCommentsTests.Utf8JsonReaderCommentParsing(CommentHandling: Allow, SegmentSize: 0, TestCase: ShortSingleLine) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Tests.Utf8JsonReaderCommentsTests.Utf8JsonReaderCommentParsing%28CommentHandling%3A%20Allow%2C%20SegmentSize%3A%200%2C%20TestCase%3A%20ShortSingleLine%29.html) | -21.32% | 105.296491 | 82.850058 | +| System.Text.Json.Tests.Utf8JsonReaderCommentsTests.Utf8JsonReaderCommentParsing(CommentHandling: Allow, SegmentSize: 100, TestCase: ShortMultiLine) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Tests.Utf8JsonReaderCommentsTests.Utf8JsonReaderCommentParsing%28CommentHandling%3A%20Allow%2C%20SegmentSize%3A%20100%2C%20TestCase%3A%20ShortMultiLine%29.html) | -20.09% | 121.059227 | 96.740901 | +| System.Text.Json.Tests.Utf8JsonReaderCommentsTests.Utf8JsonReaderCommentParsing(CommentHandling: Allow, SegmentSize: 100, TestCase: ShortSingleLine) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Tests.Utf8JsonReaderCommentsTests.Utf8JsonReaderCommentParsing%28CommentHandling%3A%20Allow%2C%20SegmentSize%3A%20100%2C%20TestCase%3A%20ShortSingleLine%29.html) | -22.49% | 122.387904 | 94.861636 | +| System.Text.Perf_Ascii.IsValid_Chars(Size: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Perf_Ascii.IsValid_Chars%28Size%3A%20128%29.html) | -24.49% | 11.983237 | 9.048687 | +| System.Text.Perf_Ascii.ToUtf16(Size: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Perf_Ascii.ToUtf16%28Size%3A%20128%29.html) | -23.51% | 20.871367 | 15.965206 | +| System.Threading.Tasks.ValueTaskPerfTest.Copy_PassAsArgumentAndReturn_FromTask | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Threading.Tasks.ValueTaskPerfTest.Copy_PassAsArgumentAndReturn_FromTask.html) | -24.83% | 11.034363 | 8.294664 | +| System.Xml.Linq.Perf_XDocument.GetElement | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Xml.Linq.Perf_XDocument.GetElement.html) | -22.39% | 38.892239 | 30.182890 | +| System.Xml.Linq.Perf_XElement.GetAttribute | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Xml.Linq.Perf_XElement.GetAttribute.html) | -22.62% | 29.602969 | 22.907254 | + +## 15-20% Improvement (271 tests) + +| Test Name | Link | Change % | .NET 9 | .NET 10 | +|-----------|------|----------|--------|-------| +| BenchmarksGame.KNucleotide_1.RunBench | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/BenchmarksGame.KNucleotide_1.RunBench.html) | -18.18% | 392701966.214286 | 321328233.250000 | +| Benchstone.BenchI.Ackermann.Test | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/Benchstone.BenchI.Ackermann.Test.html) | -15.13% | 3095.311612 | 2626.913629 | +| Exceptions.Handling.ThrowAndCatchDeep(kind: Hardware) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/Exceptions.Handling.ThrowAndCatchDeep%28kind%3A%20Hardware%29.html) | -16.84% | 12926.759530 | 10749.681963 | +| Exceptions.Handling.ThrowAndCatchDeepRecursive(kind: Hardware) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/Exceptions.Handling.ThrowAndCatchDeepRecursive%28kind%3A%20Hardware%29.html) | -19.53% | 13605.514227 | 10948.848133 | +| GuardedDevirtualization.ThreeClassInterface.Call(testInput: pB=0.33 pD=0.33) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/GuardedDevirtualization.ThreeClassInterface.Call%28testInput%3A%20pB%3D0.33%20pD%3D0.33%29.html) | -16.95% | 4.649594 | 3.861388 | +| GuardedDevirtualization.ThreeClassInterface.Call(testInput: pB=0.67 pD=0.33) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/GuardedDevirtualization.ThreeClassInterface.Call%28testInput%3A%20pB%3D0.67%20pD%3D0.33%29.html) | -19.28% | 1.893831 | 1.528782 | +| GuardedDevirtualization.TwoClassInterface.Call(testInput: pB = 0.70) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/GuardedDevirtualization.TwoClassInterface.Call%28testInput%3A%20pB%20%3D%200.70%29.html) | -17.67% | 1.776811 | 1.462933 | +| GuardedDevirtualization.TwoClassVirtual.Call(testInput: pB = 0.60) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/GuardedDevirtualization.TwoClassVirtual.Call%28testInput%3A%20pB%20%3D%200.60%29.html) | -18.71% | 1.758532 | 1.429563 | +| LinqBenchmarks.Count00ForX | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/LinqBenchmarks.Count00ForX.html) | -18.43% | 135179352.928571 | 110271157.321429 | +| LinqBenchmarks.Where01ForX | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/LinqBenchmarks.Where01ForX.html) | -15.27% | 161284699.339286 | 136657376.612245 | +| MicroBenchmarks.Serializers.Json_ToStream.SystemTextJson_SourceGen_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/MicroBenchmarks.Serializers.Json_ToStream%28IndexViewModel%29.SystemTextJson_SourceGen_.html) | -15.27% | 14626.859055 | 12393.025046 | +| MicroBenchmarks.Serializers.Xml_ToStream.DataContractSerializer_BinaryXml_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/MicroBenchmarks.Serializers.Xml_ToStream%28ClassImplementingIXmlSerialiable%29.DataContractSerializer_BinaryXml_.html) | -17.48% | 317.242938 | 261.778091 | +| MicroBenchmarks.Serializers.Xml_ToStream.DataContractSerializer_BinaryXml_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/MicroBenchmarks.Serializers.Xml_ToStream%28MyEventsListerViewModel%29.DataContractSerializer_BinaryXml_.html) | -17.39% | 430214.720940 | 355405.236104 | +| MicroBenchmarks.Serializers.Xml_ToStream.DataContractSerializer_BinaryXml_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/MicroBenchmarks.Serializers.Xml_ToStream%28SimpleStructWithProperties%29.DataContractSerializer_BinaryXml_.html) | -17.03% | 491.621015 | 407.907481 | +| Microsoft.Extensions.DependencyInjection.ActivatorUtilitiesBenchmark.CreateInstance_5 | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/Microsoft.Extensions.DependencyInjection.ActivatorUtilitiesBenchmark.CreateInstance_5.html) | -17.24% | 550.743195 | 455.775579 | +| Microsoft.Extensions.Primitives.Performance.StringValuesBenchmark.Count_String | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/Microsoft.Extensions.Primitives.Performance.StringValuesBenchmark.Count_String.html) | -19.99% | 2.967821 | 2.374577 | +| Microsoft.Extensions.Primitives.Performance.StringValuesBenchmark.ForEach_String | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/Microsoft.Extensions.Primitives.Performance.StringValuesBenchmark.ForEach_String.html) | -17.39% | 4.707751 | 3.889224 | +| Microsoft.Extensions.Primitives.StringSegmentBenchmark.IndexOf | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/Microsoft.Extensions.Primitives.StringSegmentBenchmark.IndexOf.html) | -18.54% | 8.200496 | 6.680239 | +| PerfLabTests.CastingPerf.CheckArrayIsNonvariantGenericInterfaceNo | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/PerfLabTests.CastingPerf.CheckArrayIsNonvariantGenericInterfaceNo.html) | -15.70% | 2.939497 | 2.478135 | +| System.Buffers.Tests.ReadOnlySequenceTests.FirstSpanMemory | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Buffers.Tests.ReadOnlySequenceTests%28Byte%29.FirstSpanMemory.html) | -16.62% | 6.207515 | 5.175596 | +| System.Buffers.Tests.ReadOnlySequenceTests.FirstSingleSegment | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Buffers.Tests.ReadOnlySequenceTests%28Char%29.FirstSingleSegment.html) | -15.27% | 4.461015 | 3.779597 | +| System.Buffers.Tests.ReadOnlySequenceTests.FirstSpanMemory | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Buffers.Tests.ReadOnlySequenceTests%28Char%29.FirstSpanMemory.html) | -16.45% | 6.478981 | 5.413127 | +| System.Buffers.Tests.ReadOnlySequenceTests.FirstSpanSingleSegment | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Buffers.Tests.ReadOnlySequenceTests%28Char%29.FirstSpanSingleSegment.html) | -17.65% | 6.270657 | 5.164163 | +| System.Buffers.Tests.ReadOnlySequenceTests.FirstSpanTenSegments | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Buffers.Tests.ReadOnlySequenceTests%28Char%29.FirstSpanTenSegments.html) | -15.04% | 5.786669 | 4.916345 | +| System.Buffers.Tests.ReadOnlySequenceTests.IterateGetPositionSingleSegment | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Buffers.Tests.ReadOnlySequenceTests%28Char%29.IterateGetPositionSingleSegment.html) | -16.40% | 28.473806 | 23.804888 | +| System.Buffers.Text.Tests.Utf8FormatterTests.FormatterDateTimeOffsetNow(value: 12/30/2017 3:45:22 AM -08:00) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Buffers.Text.Tests.Utf8FormatterTests.FormatterDateTimeOffsetNow%28value%3A%2012/30/2017%203%3A45%3A22%20AM%20-08%3A00%29.html) | -17.95% | 39.086121 | 32.071448 | +| System.Buffers.Text.Tests.Utf8ParserTests.TryParseUInt32(value: 4294967295) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Buffers.Text.Tests.Utf8ParserTests.TryParseUInt32%28value%3A%204294967295%29.html) | -15.72% | 13.855468 | 11.677653 | +| System.Buffers.Text.Tests.Utf8ParserTests.TryParseUInt64Hex(value: 0) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Buffers.Text.Tests.Utf8ParserTests.TryParseUInt64Hex%28value%3A%200%29.html) | -19.90% | 6.664202 | 5.337969 | +| System.Collections.ContainsFalse.ImmutableHashSet(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.ContainsFalse%28Int32%29.ImmutableHashSet%28Size%3A%20512%29.html) | -16.47% | 10743.623471 | 8973.664298 | +| System.Collections.ContainsFalse.ImmutableList(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.ContainsFalse%28Int32%29.ImmutableList%28Size%3A%20512%29.html) | -17.82% | 1046755.355068 | 860212.055794 | +| System.Collections.ContainsFalse.HashSet(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.ContainsFalse%28String%29.HashSet%28Size%3A%20512%29.html) | -16.00% | 11577.000089 | 9724.566212 | +| System.Collections.ContainsKeyFalse.ImmutableDictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.ContainsKeyFalse%28Int32%2C%20Int32%29.ImmutableDictionary%28Size%3A%20512%29.html) | -15.52% | 10377.355271 | 8766.697404 | +| System.Collections.ContainsKeyFalse.ConcurrentDictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.ContainsKeyFalse%28String%2C%20String%29.ConcurrentDictionary%28Size%3A%20512%29.html) | -18.83% | 10640.169836 | 8636.955429 | +| System.Collections.ContainsKeyFalse.Dictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.ContainsKeyFalse%28String%2C%20String%29.Dictionary%28Size%3A%20512%29.html) | -18.92% | 11912.585868 | 9658.663382 | +| System.Collections.ContainsKeyTrue.ImmutableSortedDictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.ContainsKeyTrue%28Int32%2C%20Int32%29.ImmutableSortedDictionary%28Size%3A%20512%29.html) | -18.25% | 22052.583261 | 18028.167206 | +| System.Collections.CtorFromCollection.FrozenDictionaryOptimized(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.CtorFromCollection%28String%29.FrozenDictionaryOptimized%28Size%3A%20512%29.html) | -15.31% | 65423.793942 | 55408.536274 | +| System.Collections.CtorFromCollection.FrozenSet(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.CtorFromCollection%28String%29.FrozenSet%28Size%3A%20512%29.html) | -17.52% | 78996.005674 | 65154.518915 | +| System.Collections.CtorFromCollection.ImmutableHashSet(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.CtorFromCollection%28String%29.ImmutableHashSet%28Size%3A%20512%29.html) | -17.78% | 129049.244754 | 106098.321401 | +| System.Collections.IterateForEach.Dictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.IterateForEach%28Int32%29.Dictionary%28Size%3A%20512%29.html) | -18.58% | 799.510762 | 650.958384 | +| System.Collections.IterateForEach.HashSet(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.IterateForEach%28Int32%29.HashSet%28Size%3A%20512%29.html) | -19.84% | 865.869941 | 694.117302 | +| System.Collections.IterateForEach.ImmutableDictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.IterateForEach%28Int32%29.ImmutableDictionary%28Size%3A%20512%29.html) | -18.91% | 14698.451682 | 11918.985315 | +| System.Collections.IterateForEach.ImmutableList(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.IterateForEach%28String%29.ImmutableList%28Size%3A%20512%29.html) | -18.14% | 19005.010261 | 15557.894427 | +| System.Collections.IterateForEachNonGeneric.Stack(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.IterateForEachNonGeneric%28Int32%29.Stack%28Size%3A%20512%29.html) | -20.00% | 2952.013927 | 2361.677262 | +| System.Collections.Perf_Frozen.ToFrozenDictionary(Count: 64) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.Perf_Frozen%28Int16%29.ToFrozenDictionary%28Count%3A%2064%29.html) | -17.18% | 3201.415082 | 2651.520314 | +| System.Collections.Perf_Frozen.ToFrozenSet(Count: 64) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.Perf_Frozen%28Int16%29.ToFrozenSet%28Count%3A%2064%29.html) | -17.65% | 3940.059573 | 3244.796411 | +| System.Collections.Perf_Frozen.ToFrozenSet(Count: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.Perf_Frozen%28ReferenceType%29.ToFrozenSet%28Count%3A%20512%29.html) | -19.95% | 56436.987420 | 45177.631774 | +| System.Collections.Perf_Frozen.ToFrozenSet(Count: 64) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.Perf_Frozen%28ReferenceType%29.ToFrozenSet%28Count%3A%2064%29.html) | -16.98% | 6221.019286 | 5164.553660 | +| System.Collections.Perf_SubstringFrozenDictionary.TryGetValue_False_FrozenDictionary(Count: 10) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.Perf_SubstringFrozenDictionary.TryGetValue_False_FrozenDictionary%28Count%3A%2010%29.html) | -15.89% | 140.349817 | 118.047479 | +| System.Collections.Perf_SubstringFrozenDictionary.TryGetValue_False_FrozenDictionary(Count: 100) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.Perf_SubstringFrozenDictionary.TryGetValue_False_FrozenDictionary%28Count%3A%20100%29.html) | -19.09% | 1339.154350 | 1083.492422 | +| System.Collections.Tests.Add_Remove_SteadyState.ImmutableQueue(Count: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.Tests.Add_Remove_SteadyState%28Int32%29.ImmutableQueue%28Count%3A%20512%29.html) | -16.26% | 62.726099 | 52.525055 | +| System.Collections.Tests.Perf_BitArray.BitArrayCopyToIntArray(Size: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.Tests.Perf_BitArray.BitArrayCopyToIntArray%28Size%3A%204%29.html) | -16.65% | 12.841364 | 10.702834 | +| System.Collections.Tests.Perf_BitArray.BitArraySetLengthGrow(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.Tests.Perf_BitArray.BitArraySetLengthGrow%28Size%3A%20512%29.html) | -15.22% | 353.370206 | 299.570997 | +| System.Collections.Tests.Perf_PriorityQueue.Enumerate(Size: 10) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.Tests.Perf_PriorityQueue%28Int32%2C%20Int32%29.Enumerate%28Size%3A%2010%29.html) | -15.45% | 16.185616 | 13.684551 | +| System.Collections.TryGetValueFalse.ImmutableDictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.TryGetValueFalse%28SmallClass%2C%20SmallClass%29.ImmutableDictionary%28Size%3A%20512%29.html) | -19.01% | 15256.853402 | 12355.841064 | +| System.Collections.TryGetValueFalse.IDictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.TryGetValueFalse%28String%2C%20String%29.IDictionary%28Size%3A%20512%29.html) | -18.23% | 13726.284396 | 11223.693456 | +| System.Collections.TryGetValueTrue.ImmutableSortedDictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.TryGetValueTrue%28Int32%2C%20Int32%29.ImmutableSortedDictionary%28Size%3A%20512%29.html) | -19.49% | 22088.198007 | 17784.274649 | +| System.Collections.TryGetValueTrue.Dictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.TryGetValueTrue%28String%2C%20String%29.Dictionary%28Size%3A%20512%29.html) | -18.52% | 14344.403756 | 11688.398032 | +| System.ComponentModel.Tests.Perf_TypeDescriptorTests.GetConverter(typeToConvert: typeof(System.ComponentModel.Tests.IDerived)) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.ComponentModel.Tests.Perf_TypeDescriptorTests.GetConverter%28typeToConvert%3A%20typeof%28System.ComponentModel.Tests.IDerived%29%29.html) | -17.53% | 83.438014 | 68.814724 | +| System.Globalization.Tests.StringSearch.IsPrefix_DifferentFirstChar(Options: (en-US, Ordinal, False)) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Globalization.Tests.StringSearch.IsPrefix_DifferentFirstChar%28Options%3A%20%28en-US%2C%20Ordinal%2C%20False%29%29.html) | -16.86% | 9.627503 | 8.004077 | +| System.Globalization.Tests.StringSearch.IsSuffix_DifferentLastChar(Options: (en-US, None, False)) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Globalization.Tests.StringSearch.IsSuffix_DifferentLastChar%28Options%3A%20%28en-US%2C%20None%2C%20False%29%29.html) | -15.59% | 13.268284 | 11.199664 | +| System.IO.Compression.Gzip.Decompress(level: Optimal, file: "alice29.txt") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.IO.Compression.Gzip.Decompress%28level%3A%20Optimal%2C%20file%3A%20%22alice29.txt%22%29.html) | -15.88% | 451298.252286 | 379631.803174 | +| System.IO.Tests.BinaryReaderTests.ReadNonAsciiChar | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.IO.Tests.BinaryReaderTests.ReadNonAsciiChar.html) | -19.78% | 104.832286 | 84.099804 | +| System.IO.Tests.StringReaderReadToEndTests.ReadToEndAsync(LineLengthRange: [1025, 2048]) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.IO.Tests.StringReaderReadToEndTests.ReadToEndAsync%28LineLengthRange%3A%20%5B1025%2C%202048%5D%29.html) | -16.71% | 36.510965 | 30.409619 | +| System.Linq.Tests.Perf_Enumerable.SelectToArray(input: Array) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Linq.Tests.Perf_Enumerable.SelectToArray%28input%3A%20Array%29.html) | -15.26% | 156.562423 | 132.671362 | +| System.Linq.Tests.Perf_Enumerable.SelectToList(input: List) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Linq.Tests.Perf_Enumerable.SelectToList%28input%3A%20List%29.html) | -15.35% | 173.956398 | 147.251945 | +| System.Linq.Tests.Perf_Enumerable.ToDictionary(input: Array) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Linq.Tests.Perf_Enumerable.ToDictionary%28input%3A%20Array%29.html) | -17.54% | 1020.451251 | 841.450454 | +| System.Linq.Tests.Perf_Enumerable.ToDictionary(input: List) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Linq.Tests.Perf_Enumerable.ToDictionary%28input%3A%20List%29.html) | -16.31% | 1013.117577 | 847.875381 | +| System.MathBenchmarks.Single.Exp | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.MathBenchmarks.Single.Exp.html) | -17.01% | 38918.239570 | 32297.627015 | +| System.MathBenchmarks.Single.Log | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.MathBenchmarks.Single.Log.html) | -16.30% | N/A | N/A | +| System.Memory.ReadOnlySequence.Slice_StartPosition(Segment: Multiple) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Memory.ReadOnlySequence.Slice_StartPosition%28Segment%3A%20Multiple%29.html) | -17.21% | 11.506906 | 9.527008 | +| System.Memory.ReadOnlySpan.IndexOfString(input: "More Test's", value: "Tests", comparisonType: OrdinalIgnoreCase) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Memory.ReadOnlySpan.IndexOfString%28input%3A%20%22More%20Test%27s%22%2C%20value%3A%20%22Tests%22%2C%20comparisonType%3A%20OrdinalIgnoreCase%29.html) | -17.72% | 24.413608 | 20.087224 | +| System.Memory.ReadOnlySpan.IndexOfString(input: "StrIng", value: "string", comparisonType: OrdinalIgnoreCase) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Memory.ReadOnlySpan.IndexOfString%28input%3A%20%22StrIng%22%2C%20value%3A%20%22string%22%2C%20comparisonType%3A%20OrdinalIgnoreCase%29.html) | -19.64% | 17.090414 | 13.734344 | +| System.Memory.Slice.MemoryStartLengthSpan | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Memory.Slice%28Byte%29.MemoryStartLengthSpan.html) | -18.93% | 2.931331 | 2.376390 | +| System.Memory.Slice.ReadOnlyMemoryStartLengthSpan | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Memory.Slice%28Byte%29.ReadOnlyMemoryStartLengthSpan.html) | -19.05% | 2.931925 | 2.373419 | +| System.Memory.Span.IndexOfValue(Size: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Memory.Span%28Byte%29.IndexOfValue%28Size%3A%204%29.html) | -16.67% | 4.739327 | 3.949354 | +| System.Memory.Span.SequenceCompareTo(Size: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Memory.Span%28Byte%29.SequenceCompareTo%28Size%3A%204%29.html) | -16.10% | 7.752882 | 6.504613 | +| System.Memory.Span.SequenceEqual(Size: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Memory.Span%28Byte%29.SequenceEqual%28Size%3A%204%29.html) | -17.81% | 5.188213 | 4.264072 | +| System.Memory.Span.BinarySearch(Size: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Memory.Span%28Char%29.BinarySearch%28Size%3A%204%29.html) | -15.68% | 6.289708 | 5.303173 | +| System.Memory.Span.IndexOfValue(Size: 33) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Memory.Span%28Char%29.IndexOfValue%28Size%3A%2033%29.html) | -18.79% | 7.234320 | 5.875138 | +| System.Memory.Span.Reverse(Size: 33) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Memory.Span%28Char%29.Reverse%28Size%3A%2033%29.html) | -19.62% | 7.214421 | 5.799111 | +| System.Memory.Span.Reverse(Size: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Memory.Span%28Char%29.Reverse%28Size%3A%204%29.html) | -15.90% | 5.918153 | 4.977142 | +| System.Memory.Span.SequenceCompareTo(Size: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Memory.Span%28Char%29.SequenceCompareTo%28Size%3A%204%29.html) | -17.76% | 6.661881 | 5.478774 | +| System.Memory.Span.SequenceCompareToDifferent(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Memory.Span%28Char%29.SequenceCompareToDifferent%28Size%3A%20512%29.html) | -17.91% | 8.289840 | 6.805101 | +| System.Memory.Span.SequenceEqual(Size: 33) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Memory.Span%28Char%29.SequenceEqual%28Size%3A%2033%29.html) | -16.04% | 10.039937 | 8.429943 | +| System.Memory.Span.BinarySearch(Size: 33) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Memory.Span%28Int32%29.BinarySearch%28Size%3A%2033%29.html) | -18.64% | 16.474222 | 13.404238 | +| System.Memory.Span.BinarySearch(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Memory.Span%28Int32%29.BinarySearch%28Size%3A%20512%29.html) | -15.12% | 25.302191 | 21.476967 | +| System.Memory.Span.Reverse(Size: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Memory.Span%28Int32%29.Reverse%28Size%3A%204%29.html) | -17.47% | 5.816739 | 4.800468 | +| System.Memory.Span.SequenceCompareTo(Size: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Memory.Span%28Int32%29.SequenceCompareTo%28Size%3A%204%29.html) | -17.28% | 9.481767 | 7.843396 | +| System.Net.Primitives.Tests.CredentialCacheTests.GetCredential_HostPort(host: "name5", hostPortCount: 10) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Net.Primitives.Tests.CredentialCacheTests.GetCredential_HostPort%28host%3A%20%22name5%22%2C%20hostPortCount%3A%2010%29.html) | -17.37% | 72.971380 | 60.298375 | +| System.Net.Primitives.Tests.IPAddressPerformanceTests.TryFormat(address: 143.24.20.36) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Net.Primitives.Tests.IPAddressPerformanceTests.TryFormat%28address%3A%20143.24.20.36%29.html) | -18.30% | 23.640712 | 19.313633 | +| System.Numerics.Tensors.Tests.Perf_BinaryIntegerTensorPrimitives.OnesComplement(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tensors.Tests.Perf_BinaryIntegerTensorPrimitives%28Byte%29.OnesComplement%28BufferLength%3A%20128%29.html) | -17.91% | 14.064770 | 11.546205 | +| System.Numerics.Tensors.Tests.Perf_BinaryIntegerTensorPrimitives.TrailingZeroCount(BufferLength: 3079) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tensors.Tests.Perf_BinaryIntegerTensorPrimitives%28Byte%29.TrailingZeroCount%28BufferLength%3A%203079%29.html) | -18.08% | 138.704499 | 113.623319 | +| System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives.Ieee754Remainder_ScalarDividend(BufferLength: 3079) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives%28Double%29.Ieee754Remainder_ScalarDividend%28BufferLength%3A%203079%29.html) | -17.13% | 54632.939785 | 45272.122329 | +| System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives.Ieee754Remainder_ScalarDividend(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives%28Single%29.Ieee754Remainder_ScalarDividend%28BufferLength%3A%20128%29.html) | -17.45% | 1639.862139 | 1353.726593 | +| System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives.Ieee754Remainder_Vector(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives%28Single%29.Ieee754Remainder_Vector%28BufferLength%3A%20128%29.html) | -18.89% | 1705.542061 | 1383.383563 | +| System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives.SumOfMagnitudes(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives%28Int32%29.SumOfMagnitudes%28BufferLength%3A%20128%29.html) | -17.84% | 68.197059 | 56.027695 | +| System.Numerics.Tests.Constructor.SpanCastBenchmark_UInt16 | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Constructor.SpanCastBenchmark_UInt16.html) | -17.41% | 2.731565 | 2.255927 | +| System.Numerics.Tests.Perf_BigInteger.ToStringX(numberString: 123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678... | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_BigInteger.ToStringX%28numberString%3A%20123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678.html) | -18.91% | 29994.954797 | 24323.292465 | +| System.Numerics.Tests.Perf_BigInteger.ToStringX(numberString: 123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678... | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_BigInteger.ToStringX%28numberString%3A%20123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678.html) | -19.17% | 30018.341960 | 24262.613046 | +| System.Numerics.Tests.Perf_Quaternion.MultiplyByScalarBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_Quaternion.MultiplyByScalarBenchmark.html) | -15.39% | 2.429527 | 2.055507 | +| System.Numerics.Tests.Perf_Vector2.MultiplyFunctionBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_Vector2.MultiplyFunctionBenchmark.html) | -16.65% | 2.449423 | 2.041666 | +| System.Numerics.Tests.Perf_Vector3.CreateFromScalarXYZBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_Vector3.CreateFromScalarXYZBenchmark.html) | -15.83% | 2.407297 | 2.026235 | +| System.Numerics.Tests.Perf_Vector3.EqualityOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_Vector3.EqualityOperatorBenchmark.html) | -18.26% | 2.590047 | 2.117184 | +| System.Numerics.Tests.Perf_Vector3.NegateBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_Vector3.NegateBenchmark.html) | -17.99% | 2.546617 | 2.088435 | +| System.Numerics.Tests.Perf_Vector4.MultiplyFunctionBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_Vector4.MultiplyFunctionBenchmark.html) | -17.93% | N/A | N/A | +| System.Numerics.Tests.Perf_Vector4.MultiplyOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_Vector4.MultiplyOperatorBenchmark.html) | -18.04% | N/A | N/A | +| System.Numerics.Tests.Perf_VectorOf.EqualsBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28Double%29.EqualsBenchmark.html) | -18.64% | 2.594225 | 2.110723 | +| System.Numerics.Tests.Perf_VectorOf.LessThanBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28Double%29.LessThanBenchmark.html) | -19.61% | 1.986895 | 1.597231 | +| System.Numerics.Tests.Perf_VectorOf.UnaryNegateOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28Double%29.UnaryNegateOperatorBenchmark.html) | -16.07% | N/A | N/A | +| System.Numerics.Tests.Perf_VectorOf.MaxBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28Int32%29.MaxBenchmark.html) | -18.62% | 2.170303 | 1.766132 | +| System.Numerics.Tests.Perf_VectorOf.OneBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28Int64%29.OneBenchmark.html) | -15.10% | 1.992897 | 1.691951 | +| System.Numerics.Tests.Perf_VectorOf.EqualsAnyBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28SByte%29.EqualsAnyBenchmark.html) | -15.14% | 2.524371 | 2.142069 | +| System.Numerics.Tests.Perf_VectorOf.EqualsStaticBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28SByte%29.EqualsStaticBenchmark.html) | -19.80% | 2.032280 | 1.629951 | +| System.Numerics.Tests.Perf_VectorOf.SubtractionOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28Single%29.SubtractionOperatorBenchmark.html) | -17.63% | 2.226113 | 1.833754 | +| System.Numerics.Tests.Perf_VectorOf.GreaterThanAnyBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28UInt16%29.GreaterThanAnyBenchmark.html) | -15.01% | N/A | N/A | +| System.Numerics.Tests.Perf_VectorOf.OneBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28UInt16%29.OneBenchmark.html) | -19.13% | N/A | N/A | +| System.Numerics.Tests.Perf_VectorOf.EqualsStaticBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28UInt32%29.EqualsStaticBenchmark.html) | -19.80% | 2.032147 | 1.629709 | +| System.Numerics.Tests.Perf_VectorOf.OneBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28UInt32%29.OneBenchmark.html) | -19.25% | N/A | N/A | +| System.Numerics.Tests.Perf_VectorOf.AddOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28UInt64%29.AddOperatorBenchmark.html) | -15.61% | 2.138475 | 1.804581 | +| System.Numerics.Tests.Perf_VectorOf.GreaterThanAllBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28UInt64%29.GreaterThanAllBenchmark.html) | -15.15% | N/A | N/A | +| System.Numerics.Tests.Perf_VectorOf.LessThanOrEqualAllBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28UInt64%29.LessThanOrEqualAllBenchmark.html) | -19.60% | 2.495427 | 2.006249 | +| System.Numerics.Tests.Perf_VectorOf.ZeroBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28UInt64%29.ZeroBenchmark.html) | -15.98% | N/A | N/A | +| System.Perf_Convert.GetTypeCode | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Perf_Convert.GetTypeCode.html) | -18.88% | 3.497911 | 2.837512 | +| System.Reflection.Activator.CreateInstanceNames | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Reflection.Activator%28EmptyClass%29.CreateInstanceNames.html) | -15.19% | 2966.934968 | 2516.382371 | +| System.Reflection.Activator.CreateInstanceNames | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Reflection.Activator%28EmptyStruct%29.CreateInstanceNames.html) | -17.14% | 2660.330127 | 2204.463643 | +| System.Reflection.Attributes.IsDefinedMethodBaseMissInherit | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Reflection.Attributes.IsDefinedMethodBaseMissInherit.html) | -19.26% | 135.671156 | 109.545874 | +| System.Reflection.Invoke.Ctor0_NoParams_Reinvoke | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Reflection.Invoke.Ctor0_NoParams_Reinvoke.html) | -16.92% | 101.502318 | 84.331212 | +| System.Reflection.Invoke.Property_Get_int | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Reflection.Invoke.Property_Get_int.html) | -18.55% | 26.015748 | 21.189710 | +| System.Reflection.Invoke.Property_Set_int | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Reflection.Invoke.Property_Set_int.html) | -17.71% | 33.301127 | 27.403894 | +| System.Reflection.Invoke.StaticMethod4_int_string_struct_class_MethodInvokerWithSpan | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Reflection.Invoke.StaticMethod4_int_string_struct_class_MethodInvokerWithSpan.html) | -18.11% | 28.034138 | 22.957028 | +| System.Reflection.Metadata.Perf_TypeName.ParseAndGetFullName(input: typeof(System.Collections.Generic.Dictionary`2[])) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Reflection.Metadata.Perf_TypeName.ParseAndGetFullName%28input%3A%20typeof%28System.Collections.Generic.Dictionary%602%5B%5D%29%29.html) | -17.11% | 8567.996980 | 7101.734115 | +| System.Reflection.Metadata.Perf_TypeName.ParseAndGetFullName(input: typeof(System.Int32*)) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Reflection.Metadata.Perf_TypeName.ParseAndGetFullName%28input%3A%20typeof%28System.Int32%2A%29%29.html) | -15.26% | 285.609664 | 242.021578 | +| System.Reflection.Metadata.Perf_TypeName.ParseAndGetFullName(input: typeof(System.Int32[*])) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Reflection.Metadata.Perf_TypeName.ParseAndGetFullName%28input%3A%20typeof%28System.Int32%5B%2A%5D%29%29.html) | -17.39% | 289.809530 | 239.408968 | +| System.Reflection.Metadata.Perf_TypeName.ParseAndGetFullName(input: typeof(System.Int32[,])) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Reflection.Metadata.Perf_TypeName.ParseAndGetFullName%28input%3A%20typeof%28System.Int32%5B%2C%5D%29%29.html) | -15.70% | 292.900401 | 246.917993 | +| System.Reflection.Metadata.Perf_TypeName.ParseAndGetFullName(input: typeof(System.Int32[])) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Reflection.Metadata.Perf_TypeName.ParseAndGetFullName%28input%3A%20typeof%28System.Int32%5B%5D%29%29.html) | -15.39% | 275.155511 | 232.801355 | +| System.Reflection.Metadata.Perf_TypeName.Parse_FullNames(input: typeof(System.Int32&)) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Reflection.Metadata.Perf_TypeName.Parse_FullNames%28input%3A%20typeof%28System.Int32%26%29%29.html) | -19.68% | 236.764614 | 190.164430 | +| System.Reflection.Metadata.Perf_TypeName.Parse_FullNames(input: typeof(System.Int32[*])) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Reflection.Metadata.Perf_TypeName.Parse_FullNames%28input%3A%20typeof%28System.Int32%5B%2A%5D%29%29.html) | -18.69% | 246.624473 | 200.538815 | +| System.Reflection.Metadata.Perf_TypeName.Parse_FullNames(input: typeof(System.Int32[,])) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Reflection.Metadata.Perf_TypeName.Parse_FullNames%28input%3A%20typeof%28System.Int32%5B%2C%5D%29%29.html) | -18.48% | 246.421451 | 200.884080 | +| System.Reflection.Metadata.Perf_TypeName.Parse_FullNames(input: typeof(System.Int32[])) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Reflection.Metadata.Perf_TypeName.Parse_FullNames%28input%3A%20typeof%28System.Int32%5B%5D%29%29.html) | -17.51% | 230.541366 | 190.177943 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Float.AllBitsSetBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Float.AllBitsSetBenchmark.html) | -19.56% | N/A | N/A | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Float.BitwiseOrBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Float.BitwiseOrBenchmark.html) | -19.99% | 2.219891 | 1.776214 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Float.MinBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Float.MinBenchmark.html) | -19.79% | 2.033304 | 1.630863 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Float.OnesComplementBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Float.OnesComplementBenchmark.html) | -15.19% | 1.924081 | 1.631727 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Int.EqualityOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Int.EqualityOperatorBenchmark.html) | -15.22% | N/A | N/A | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Int.LessThanAllBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Int.LessThanAllBenchmark.html) | -15.00% | 2.354367 | 2.001210 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Int.MultiplyOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Int.MultiplyOperatorBenchmark.html) | -19.63% | 2.028992 | 1.630776 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.LessThanOrEqualBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Byte%29.LessThanOrEqualBenchmark.html) | -18.75% | N/A | N/A | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.OnesComplementOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Byte%29.OnesComplementOperatorBenchmark.html) | -15.84% | 1.931864 | 1.625867 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.UnaryNegateOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Byte%29.UnaryNegateOperatorBenchmark.html) | -15.51% | 1.927051 | 1.628210 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.AbsBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Double%29.AbsBenchmark.html) | -19.80% | 2.211042 | 1.773176 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.AddOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Int64%29.AddOperatorBenchmark.html) | -15.16% | N/A | N/A | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.AllBitsSetBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Int64%29.AllBitsSetBenchmark.html) | -18.36% | N/A | N/A | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.ConditionalSelectBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Int64%29.ConditionalSelectBenchmark.html) | -19.51% | 2.026310 | 1.630990 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.SubtractionOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Int64%29.SubtractionOperatorBenchmark.html) | -16.88% | N/A | N/A | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.LessThanOrEqualAnyBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28SByte%29.LessThanOrEqualAnyBenchmark.html) | -16.80% | N/A | N/A | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.SubtractBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28UInt16%29.SubtractBenchmark.html) | -16.81% | N/A | N/A | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.SubtractionOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28UInt64%29.SubtractionOperatorBenchmark.html) | -17.32% | 2.012565 | 1.663976 | +| System.Tests.Perf_Array.IndexOfShort | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Tests.Perf_Array.IndexOfShort.html) | -19.22% | 12.498125 | 10.096235 | +| System.Tests.Perf_Char.Char_ToLower(c: 'A', cultureName: en-US) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Tests.Perf_Char.Char_ToLower%28c%3A%20%27A%27%2C%20cultureName%3A%20en-US%29.html) | -17.31% | 6.445031 | 5.329556 | +| System.Tests.Perf_Char.Char_ToUpper(c: 'A', cultureName: en-US) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Tests.Perf_Char.Char_ToUpper%28c%3A%20%27A%27%2C%20cultureName%3A%20en-US%29.html) | -16.39% | 6.418270 | 5.366427 | +| System.Tests.Perf_Char.Char_ToUpper(c: 'a', cultureName: en-US) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Tests.Perf_Char.Char_ToUpper%28c%3A%20%27a%27%2C%20cultureName%3A%20en-US%29.html) | -15.93% | 6.413315 | 5.391510 | +| System.Tests.Perf_Char.GetUnicodeCategory(c: 'א') | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Tests.Perf_Char.GetUnicodeCategory%28c%3A%20%27%D7%90%27%29.html) | -19.95% | 5.470119 | 4.379011 | +| System.Tests.Perf_DateTimeOffset.ToString(format: "G") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Tests.Perf_DateTimeOffset.ToString%28format%3A%20%22G%22%29.html) | -15.00% | 188.102020 | 159.884153 | +| System.Tests.Perf_DateTimeOffset.ToString(format: "o") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Tests.Perf_DateTimeOffset.ToString%28format%3A%20%22o%22%29.html) | -16.32% | 69.168145 | 57.882608 | +| System.Tests.Perf_DateTimeOffset.ToString(format: "r") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Tests.Perf_DateTimeOffset.ToString%28format%3A%20%22r%22%29.html) | -17.79% | 53.447692 | 43.937937 | +| System.Tests.Perf_DateTimeOffset.ToString(format: "s") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Tests.Perf_DateTimeOffset.ToString%28format%3A%20%22s%22%29.html) | -19.14% | 45.333117 | 36.654625 | +| System.Tests.Perf_Double.ToStringWithCultureInfo(value: 12345, culture: zh) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Tests.Perf_Double.ToStringWithCultureInfo%28value%3A%2012345%2C%20culture%3A%20zh%29.html) | -18.14% | 123.135866 | 100.800131 | +| System.Tests.Perf_Guid.ParseExactD | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Tests.Perf_Guid.ParseExactD.html) | -19.03% | 40.125174 | 32.487595 | +| System.Tests.Perf_Half.SingleToHalf(value: 12345) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Tests.Perf_Half.SingleToHalf%28value%3A%2012345%29.html) | -15.81% | 5.320801 | 4.479481 | +| System.Tests.Perf_Int128.TryFormat(value: 12345) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Tests.Perf_Int128.TryFormat%28value%3A%2012345%29.html) | -15.80% | 12.245817 | 10.310830 | +| System.Tests.Perf_Int16.CopySign(value: 1, sign: -1) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Tests.Perf_Int16.CopySign%28value%3A%201%2C%20sign%3A%20-1%29.html) | -18.02% | 2.750308 | 2.254616 | +| System.Tests.Perf_Single.ToStringWithCultureInfo(value: 12345, culture: zh) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Tests.Perf_Single.ToStringWithCultureInfo%28value%3A%2012345%2C%20culture%3A%20zh%29.html) | -18.43% | 123.679419 | 100.881383 | +| System.Tests.Perf_String.Trim(s: "Test") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Tests.Perf_String.Trim%28s%3A%20%22Test%22%29.html) | -18.35% | 6.175968 | 5.042789 | +| System.Tests.Perf_Type.GetType_FullyQualifiedNames(input: typeof(System.Int32*)) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Tests.Perf_Type.GetType_FullyQualifiedNames%28input%3A%20typeof%28System.Int32%2A%29%29.html) | -19.77% | 1906.872937 | 1529.863319 | +| System.Tests.Perf_Type.GetType_FullyQualifiedNames(input: typeof(System.Int32[,])) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Tests.Perf_Type.GetType_FullyQualifiedNames%28input%3A%20typeof%28System.Int32%5B%2C%5D%29%29.html) | -19.73% | 1943.950068 | 1560.483334 | +| System.Tests.Perf_Type.GetType_FullyQualifiedNames(input: typeof(int)) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Tests.Perf_Type.GetType_FullyQualifiedNames%28input%3A%20typeof%28int%29%29.html) | -18.13% | 1643.904986 | 1345.940878 | +| System.Tests.Perf_Type.GetType_NonFullyQualifiedNames(input: "System.Int32") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Tests.Perf_Type.GetType_NonFullyQualifiedNames%28input%3A%20%22System.Int32%22%29.html) | -19.28% | 1592.782827 | 1285.640007 | +| System.Tests.Perf_Type.GetType_NonFullyQualifiedNames(input: "System.Int32[]") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Tests.Perf_Type.GetType_NonFullyQualifiedNames%28input%3A%20%22System.Int32%5B%5D%22%29.html) | -19.14% | 1715.777317 | 1387.345656 | +| System.Tests.Perf_UInt32.TryParseHex(value: "FFFFFFFF") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Tests.Perf_UInt32.TryParseHex%28value%3A%20%22FFFFFFFF%22%29.html) | -18.75% | 19.742863 | 16.041531 | +| System.Tests.Perf_UInt64.ToString(value: 0) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Tests.Perf_UInt64.ToString%28value%3A%200%29.html) | -15.09% | 6.457223 | 5.482706 | +| System.Tests.Perf_Uri.Ctor(input: "https://CONTOSO.com") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Tests.Perf_Uri.Ctor%28input%3A%20%22https%3A//CONTOSO.com%22%29.html) | -17.43% | 123.756871 | 102.189071 | +| System.Tests.Perf_Uri.Ctor(input: "https://a.much.longer.domain.name") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Tests.Perf_Uri.Ctor%28input%3A%20%22https%3A//a.much.longer.domain.name%22%29.html) | -17.88% | 202.974353 | 166.682800 | +| System.Tests.Perf_Uri.Ctor(input: "https://contoso.com") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Tests.Perf_Uri.Ctor%28input%3A%20%22https%3A//contoso.com%22%29.html) | -16.48% | 123.666794 | 103.283616 | +| System.Tests.Perf_Uri.CtorIdnHostPathAndQuery(input: "https://CONTOSO.com/path/with?key=value#fragment") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Tests.Perf_Uri.CtorIdnHostPathAndQuery%28input%3A%20%22https%3A//CONTOSO.com/path/with%3Fkey%3Dvalue%23fragment%22%29.html) | -15.56% | 492.757693 | 416.063184 | +| System.Tests.Perf_Uri.CtorIdnHostPathAndQuery(input: "https://a.much.longer.domain.name/path/with?key=value#fragment") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Tests.Perf_Uri.CtorIdnHostPathAndQuery%28input%3A%20%22https%3A//a.much.longer.domain.name/path/with%3Fkey%3Dvalue%23fragment%22%29.html) | -15.01% | 595.812334 | 506.378469 | +| System.Tests.Perf_Uri.CtorIdnHostPathAndQuery(input: "https://contoso.com/path/with?key=value#fragment") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Tests.Perf_Uri.CtorIdnHostPathAndQuery%28input%3A%20%22https%3A//contoso.com/path/with%3Fkey%3Dvalue%23fragment%22%29.html) | -15.46% | 484.140517 | 409.279209 | +| System.Tests.Perf_Uri.GetComponents | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Tests.Perf_Uri.GetComponents.html) | -15.82% | 31.051014 | 26.137520 | +| System.Tests.Perf_Version.TryFormatL | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Tests.Perf_Version.TryFormatL.html) | -15.15% | 60.054344 | 50.954673 | +| System.Text.Encodings.Web.Tests.Perf_Encoders.EncodeUtf16(arguments: UnsafeRelaxed,no required,16) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Encodings.Web.Tests.Perf_Encoders.EncodeUtf16%28arguments%3A%20UnsafeRelaxed%2Cno%20%28escaping%20/%29%20required%2C16%29.html) | -16.70% | 24.196347 | 20.154998 | +| System.Text.Json.Node.Tests.Perf_Create.Create_JsonObject_Small | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Node.Tests.Perf_Create.Create_JsonObject_Small.html) | -19.52% | 542.112893 | 436.281656 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromReader(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28ArrayList%29.DeserializeFromReader%28Mode%3A%20Reflection%29.html) | -15.52% | 25997.045603 | 21963.600362 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromReader(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28ArrayList%29.DeserializeFromReader%28Mode%3A%20SourceGen%29.html) | -15.89% | 25714.246514 | 21627.960961 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromStream(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28ArrayList%29.DeserializeFromStream%28Mode%3A%20Reflection%29.html) | -16.43% | 23461.620861 | 19605.825738 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromStream(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28ArrayList%29.DeserializeFromStream%28Mode%3A%20SourceGen%29.html) | -17.65% | 23785.346576 | 19587.998161 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromString(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28ArrayList%29.DeserializeFromString%28Mode%3A%20SourceGen%29.html) | -16.92% | 22945.005058 | 19062.953128 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromUtf8Bytes(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28ArrayList%29.DeserializeFromUtf8Bytes%28Mode%3A%20SourceGen%29.html) | -17.81% | 22777.836924 | 18721.803776 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromUtf8Bytes(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28Location%29.DeserializeFromUtf8Bytes%28Mode%3A%20SourceGen%29.html) | -17.24% | 1235.290729 | 1022.325622 | +| System.Text.Json.Serialization.Tests.WriteJson>.SerializeObjectProperty(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28Dictionary%28String%2C%20String%29%29.SerializeObjectProperty%28Mode%3A%20SourceGen%29.html) | -17.03% | 10041.086178 | 8331.133451 | +| System.Text.Json.Serialization.Tests.WriteJson>.SerializeToString(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28Dictionary%28String%2C%20String%29%29.SerializeToString%28Mode%3A%20SourceGen%29.html) | -17.67% | 9801.946061 | 8069.628990 | +| System.Text.Json.Serialization.Tests.WriteJson>.SerializeObjectProperty(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28HashSet%28String%29%29.SerializeObjectProperty%28Mode%3A%20Reflection%29.html) | -19.18% | 7246.427436 | 5856.329358 | +| System.Text.Json.Serialization.Tests.WriteJson>.SerializeObjectProperty(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28HashSet%28String%29%29.SerializeObjectProperty%28Mode%3A%20SourceGen%29.html) | -19.91% | 5523.774775 | 4423.742685 | +| System.Text.Json.Serialization.Tests.WriteJson>.SerializeToString(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28HashSet%28String%29%29.SerializeToString%28Mode%3A%20Reflection%29.html) | -17.60% | 7049.069995 | 5808.420330 | +| System.Text.Json.Serialization.Tests.WriteJson>.SerializeToWriter(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28HashSet%28String%29%29.SerializeToWriter%28Mode%3A%20SourceGen%29.html) | -16.81% | 4320.732437 | 3594.571894 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeObjectProperty(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28Hashtable%29.SerializeObjectProperty%28Mode%3A%20Reflection%29.html) | -15.81% | 14143.182612 | 11907.783947 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeObjectProperty(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28Hashtable%29.SerializeObjectProperty%28Mode%3A%20SourceGen%29.html) | -16.59% | 14102.221679 | 11762.374287 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToStream(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28Hashtable%29.SerializeToStream%28Mode%3A%20SourceGen%29.html) | -18.84% | 12383.398171 | 10050.320361 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToString(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28Hashtable%29.SerializeToString%28Mode%3A%20Reflection%29.html) | -16.87% | 13915.833098 | 11568.210397 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToString(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28Hashtable%29.SerializeToString%28Mode%3A%20SourceGen%29.html) | -15.89% | 13819.848912 | 11623.540172 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToUtf8Bytes(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28Hashtable%29.SerializeToUtf8Bytes%28Mode%3A%20Reflection%29.html) | -17.32% | 12617.941767 | 10432.413166 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToUtf8Bytes(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28Hashtable%29.SerializeToUtf8Bytes%28Mode%3A%20SourceGen%29.html) | -17.24% | 12656.131558 | 10474.661491 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToWriter(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28Hashtable%29.SerializeToWriter%28Mode%3A%20Reflection%29.html) | -19.10% | 12119.559181 | 9804.494864 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToWriter(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28Hashtable%29.SerializeToWriter%28Mode%3A%20SourceGen%29.html) | -18.57% | 12062.831434 | 9823.144137 | +| System.Text.Json.Serialization.Tests.WriteJson>.SerializeToStream(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28ImmutableSortedDictionary%28String%2C%20String%29%29.SerializeToStream%28Mode%3A%20SourceGen%29.html) | -19.94% | 9194.974666 | 7361.651587 | +| System.Text.Json.Serialization.Tests.WriteJson>.SerializeToString(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28ImmutableSortedDictionary%28String%2C%20String%29%29.SerializeToString%28Mode%3A%20Reflection%29.html) | -15.69% | 15746.923997 | 13276.892369 | +| System.Text.Json.Serialization.Tests.WriteJson>.SerializeToString(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28ImmutableSortedDictionary%28String%2C%20String%29%29.SerializeToString%28Mode%3A%20SourceGen%29.html) | -16.52% | 10743.218645 | 8968.702729 | +| System.Text.Json.Serialization.Tests.WriteJson>.SerializeToUtf8Bytes(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28ImmutableSortedDictionary%28String%2C%20String%29%29.SerializeToUtf8Bytes%28Mode%3A%20Reflection%29.html) | -18.56% | 14889.407007 | 12126.086052 | +| System.Text.Json.Serialization.Tests.WriteJson>.SerializeToUtf8Bytes(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28ImmutableSortedDictionary%28String%2C%20String%29%29.SerializeToUtf8Bytes%28Mode%3A%20SourceGen%29.html) | -17.77% | 9520.541648 | 7828.291893 | +| System.Text.Json.Serialization.Tests.WriteJson>.SerializeToWriter(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28ImmutableSortedDictionary%28String%2C%20String%29%29.SerializeToWriter%28Mode%3A%20Reflection%29.html) | -19.05% | 14005.560115 | 11338.016641 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToStream(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28IndexViewModel%29.SerializeToStream%28Mode%3A%20Reflection%29.html) | -15.62% | 15061.896147 | 12708.592831 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToStream(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28IndexViewModel%29.SerializeToStream%28Mode%3A%20SourceGen%29.html) | -15.24% | 14785.495380 | 12532.063595 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToWriter(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28IndexViewModel%29.SerializeToWriter%28Mode%3A%20Reflection%29.html) | -15.25% | 14156.907041 | 11997.563284 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToWriter(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28Int32%29.SerializeToWriter%28Mode%3A%20Reflection%29.html) | -16.68% | 52.640532 | 43.857940 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToWriter(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28LargeStructWithProperties%29.SerializeToWriter%28Mode%3A%20SourceGen%29.html) | -17.39% | 345.403185 | 285.342397 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToWriter(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28Location%29.SerializeToWriter%28Mode%3A%20Reflection%29.html) | -16.92% | 632.502946 | 525.477857 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToWriter(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28LoginViewModel%29.SerializeToWriter%28Mode%3A%20Reflection%29.html) | -16.34% | 230.602698 | 192.920818 | +| System.Text.Json.Serialization.Tests.WriteJson>.SerializeToWriter(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28Nullable%28DateTimeOffset%29%29.SerializeToWriter%28Mode%3A%20Reflection%29.html) | -16.39% | 110.822991 | 92.663138 | +| System.Text.Json.Serialization.Tests.WriteJson>.SerializeToWriter(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28Nullable%28DateTimeOffset%29%29.SerializeToWriter%28Mode%3A%20SourceGen%29.html) | -16.72% | 110.721171 | 92.211613 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToWriter(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28SimpleStructWithProperties%29.SerializeToWriter%28Mode%3A%20Reflection%29.html) | -16.66% | 161.617714 | 134.687482 | +| System.Text.Json.Tests.Perf_Depth.ReadSpanEmptyLoop(Depth: 1) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Depth.ReadSpanEmptyLoop%28Depth%3A%201%29.html) | -16.15% | 99.041653 | 83.047112 | +| System.Text.Json.Tests.Perf_Depth.ReadSpanEmptyLoop(Depth: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Depth.ReadSpanEmptyLoop%28Depth%3A%20512%29.html) | -18.71% | 26798.883070 | 21783.756206 | +| System.Text.Json.Tests.Perf_Get.GetByte | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Get.GetByte.html) | -18.02% | 744.679974 | 610.501660 | +| System.Text.Json.Tests.Perf_Get.GetSByte | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Get.GetSByte.html) | -17.26% | 852.102100 | 705.014349 | +| System.Text.Json.Tests.Perf_Guids.WriteGuids(Formatted: False, SkipValidation: False) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Guids.WriteGuids%28Formatted%3A%20False%2C%20SkipValidation%3A%20False%29.html) | -15.69% | 1473300.555909 | 1242185.818969 | +| System.Text.Json.Tests.Perf_Guids.WriteGuids(Formatted: False, SkipValidation: True) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Guids.WriteGuids%28Formatted%3A%20False%2C%20SkipValidation%3A%20True%29.html) | -19.37% | 1467636.224102 | 1183368.676274 | +| System.Text.Json.Tests.Perf_Guids.WriteGuids(Formatted: True, SkipValidation: True) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Guids.WriteGuids%28Formatted%3A%20True%2C%20SkipValidation%3A%20True%29.html) | -16.00% | 2067750.053571 | 1736925.914404 | +| System.Text.Json.Tests.Perf_Reader.ReadMultiSpanSequenceEmptyLoop(IsDataCompact: False, TestCase: LotsOfNumbers) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Reader.ReadMultiSpanSequenceEmptyLoop%28IsDataCompact%3A%20False%2C%20TestCase%3A%20LotsOfNumbers%29.html) | -15.20% | 4046.995715 | 3431.772182 | +| System.Text.Json.Tests.Perf_Reader.ReadMultiSpanSequenceEmptyLoop(IsDataCompact: True, TestCase: Json400B) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Reader.ReadMultiSpanSequenceEmptyLoop%28IsDataCompact%3A%20True%2C%20TestCase%3A%20Json400B%29.html) | -15.00% | 872.465892 | 741.570292 | +| System.Text.Json.Tests.Perf_Reader.ReadMultiSpanSequenceEmptyLoop(IsDataCompact: True, TestCase: Json40KB) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Reader.ReadMultiSpanSequenceEmptyLoop%28IsDataCompact%3A%20True%2C%20TestCase%3A%20Json40KB%29.html) | -15.39% | 62893.468980 | 53216.859565 | +| System.Text.Json.Tests.Perf_Reader.ReadMultiSpanSequenceEmptyLoop(IsDataCompact: True, TestCase: LotsOfNumbers) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Reader.ReadMultiSpanSequenceEmptyLoop%28IsDataCompact%3A%20True%2C%20TestCase%3A%20LotsOfNumbers%29.html) | -17.74% | 3087.392817 | 2539.613242 | +| System.Text.Json.Tests.Perf_Reader.ReadReturnBytes(IsDataCompact: False, TestCase: HelloWorld) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Reader.ReadReturnBytes%28IsDataCompact%3A%20False%2C%20TestCase%3A%20HelloWorld%29.html) | -15.31% | 123.701964 | 104.765173 | +| System.Text.Json.Tests.Perf_Reader.ReadReturnBytes(IsDataCompact: False, TestCase: LotsOfNumbers) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Reader.ReadReturnBytes%28IsDataCompact%3A%20False%2C%20TestCase%3A%20LotsOfNumbers%29.html) | -19.23% | 3775.069107 | 3049.301632 | +| System.Text.Json.Tests.Perf_Reader.ReadReturnBytes(IsDataCompact: True, TestCase: BroadTree) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Reader.ReadReturnBytes%28IsDataCompact%3A%20True%2C%20TestCase%3A%20BroadTree%29.html) | -16.81% | 9236.000660 | 7682.996889 | +| System.Text.Json.Tests.Perf_Reader.ReadReturnBytes(IsDataCompact: True, TestCase: DeepTree) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Reader.ReadReturnBytes%28IsDataCompact%3A%20True%2C%20TestCase%3A%20DeepTree%29.html) | -19.04% | 4296.618358 | 3478.617902 | +| System.Text.Json.Tests.Perf_Reader.ReadReturnBytes(IsDataCompact: True, TestCase: Json4KB) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Reader.ReadReturnBytes%28IsDataCompact%3A%20True%2C%20TestCase%3A%20Json4KB%29.html) | -19.73% | 6686.383912 | 5367.217189 | +| System.Text.Json.Tests.Perf_Reader.ReadSingleSpanSequenceEmptyLoop(IsDataCompact: False, TestCase: LotsOfNumbers) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Reader.ReadSingleSpanSequenceEmptyLoop%28IsDataCompact%3A%20False%2C%20TestCase%3A%20LotsOfNumbers%29.html) | -18.50% | 3580.199274 | 2918.004761 | +| System.Text.Json.Tests.Perf_Reader.ReadSingleSpanSequenceEmptyLoop(IsDataCompact: True, TestCase: DeepTree) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Reader.ReadSingleSpanSequenceEmptyLoop%28IsDataCompact%3A%20True%2C%20TestCase%3A%20DeepTree%29.html) | -16.24% | 3788.918103 | 3173.746780 | +| System.Text.Json.Tests.Perf_Reader.ReadSingleSpanSequenceEmptyLoop(IsDataCompact: True, TestCase: HelloWorld) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Reader.ReadSingleSpanSequenceEmptyLoop%28IsDataCompact%3A%20True%2C%20TestCase%3A%20HelloWorld%29.html) | -15.20% | 114.885521 | 97.420968 | +| System.Text.Json.Tests.Perf_Reader.ReadSingleSpanSequenceEmptyLoop(IsDataCompact: True, TestCase: Json400B) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Reader.ReadSingleSpanSequenceEmptyLoop%28IsDataCompact%3A%20True%2C%20TestCase%3A%20Json400B%29.html) | -18.53% | 760.287426 | 619.443869 | +| System.Text.Json.Tests.Perf_Reader.ReadSingleSpanSequenceEmptyLoop(IsDataCompact: True, TestCase: Json40KB) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Reader.ReadSingleSpanSequenceEmptyLoop%28IsDataCompact%3A%20True%2C%20TestCase%3A%20Json40KB%29.html) | -18.14% | 56461.655770 | 46220.037511 | +| System.Text.Json.Tests.Perf_Reader.ReadSingleSpanSequenceEmptyLoop(IsDataCompact: True, TestCase: Json4KB) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Reader.ReadSingleSpanSequenceEmptyLoop%28IsDataCompact%3A%20True%2C%20TestCase%3A%20Json4KB%29.html) | -17.68% | 5705.593983 | 4696.597159 | +| System.Text.Json.Tests.Perf_Reader.ReadSingleSpanSequenceEmptyLoop(IsDataCompact: True, TestCase: LotsOfNumbers) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Reader.ReadSingleSpanSequenceEmptyLoop%28IsDataCompact%3A%20True%2C%20TestCase%3A%20LotsOfNumbers%29.html) | -17.53% | 2520.700140 | 2078.762283 | +| System.Text.Json.Tests.Perf_Reader.ReadSpanEmptyLoop(IsDataCompact: False, TestCase: LotsOfNumbers) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Reader.ReadSpanEmptyLoop%28IsDataCompact%3A%20False%2C%20TestCase%3A%20LotsOfNumbers%29.html) | -18.06% | 3553.022114 | 2911.230746 | +| System.Text.Json.Tests.Perf_Reader.ReadSpanEmptyLoop(IsDataCompact: True, TestCase: DeepTree) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Reader.ReadSpanEmptyLoop%28IsDataCompact%3A%20True%2C%20TestCase%3A%20DeepTree%29.html) | -15.12% | 3760.194066 | 3191.606262 | +| System.Text.Json.Tests.Perf_Reader.ReadSpanEmptyLoop(IsDataCompact: True, TestCase: Json400B) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Reader.ReadSpanEmptyLoop%28IsDataCompact%3A%20True%2C%20TestCase%3A%20Json400B%29.html) | -18.80% | 743.474856 | 603.665050 | +| System.Text.Json.Tests.Perf_Reader.ReadSpanEmptyLoop(IsDataCompact: True, TestCase: Json40KB) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Reader.ReadSpanEmptyLoop%28IsDataCompact%3A%20True%2C%20TestCase%3A%20Json40KB%29.html) | -17.36% | 56405.555660 | 46612.134113 | +| System.Text.Json.Tests.Perf_Reader.ReadSpanEmptyLoop(IsDataCompact: True, TestCase: Json4KB) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Reader.ReadSpanEmptyLoop%28IsDataCompact%3A%20True%2C%20TestCase%3A%20Json4KB%29.html) | -17.64% | 5706.084646 | 4699.776571 | +| System.Text.Json.Tests.Perf_Reader.ReadSpanEmptyLoop(IsDataCompact: True, TestCase: LotsOfNumbers) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Reader.ReadSpanEmptyLoop%28IsDataCompact%3A%20True%2C%20TestCase%3A%20LotsOfNumbers%29.html) | -18.14% | 2498.538546 | 2045.259120 | +| System.Text.Json.Tests.Utf8JsonReaderCommentsTests.Utf8JsonReaderCommentParsing(CommentHandling: Skip, SegmentSize: 0, TestCase: ShortMultiLine) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Tests.Utf8JsonReaderCommentsTests.Utf8JsonReaderCommentParsing%28CommentHandling%3A%20Skip%2C%20SegmentSize%3A%200%2C%20TestCase%3A%20ShortMultiLine%29.html) | -17.11% | 107.057750 | 88.743157 | +| System.Text.Json.Tests.Utf8JsonReaderCommentsTests.Utf8JsonReaderCommentParsing(CommentHandling: Skip, SegmentSize: 0, TestCase: ShortSingleLine) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Tests.Utf8JsonReaderCommentsTests.Utf8JsonReaderCommentParsing%28CommentHandling%3A%20Skip%2C%20SegmentSize%3A%200%2C%20TestCase%3A%20ShortSingleLine%29.html) | -16.28% | 101.370610 | 84.868707 | +| System.Text.Json.Tests.Utf8JsonReaderCommentsTests.Utf8JsonReaderCommentParsing(CommentHandling: Skip, SegmentSize: 100, TestCase: ShortSingleLine) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Tests.Utf8JsonReaderCommentsTests.Utf8JsonReaderCommentParsing%28CommentHandling%3A%20Skip%2C%20SegmentSize%3A%20100%2C%20TestCase%3A%20ShortSingleLine%29.html) | -16.33% | 116.323848 | 97.328636 | +| System.Text.Perf_Ascii.IsValid_Bytes(Size: 6) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Perf_Ascii.IsValid_Bytes%28Size%3A%206%29.html) | -16.91% | N/A | N/A | +| System.Text.RegularExpressions.Tests.Perf_Regex_Cache.IsMatch_Multithreading(total: 40000, unique: 1600, cacheSize: 15) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.RegularExpressions.Tests.Perf_Regex_Cache.IsMatch_Multithreading%28total%3A%2040000%2C%20unique%3A%201600%2C%20cacheSize%3A%2015%29.html) | -17.31% | 70044952.119048 | 57917082.059524 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Common.Uri_IsNotMatch(Options: IgnoreCase, Compiled) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.RegularExpressions.Tests.Perf_Regex_Common.Uri_IsNotMatch%28Options%3A%20IgnoreCase%2C%20Compiled%29.html) | -15.31% | 124.810887 | 105.696794 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Industry_BoostDocs_Simple.IsMatch(Id: 5, Options: NonBacktracking) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.RegularExpressions.Tests.Perf_Regex_Industry_BoostDocs_Simple.IsMatch%28Id%3A%205%2C%20Options%3A%20NonBacktracking%29.html) | -15.47% | 140.400620 | 118.679490 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Industry_RustLang_Sherlock.Count(Pattern: "(?s).*", Options: Compiled) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.RegularExpressions.Tests.Perf_Regex_Industry_RustLang_Sherlock.Count%28Pattern%3A%20%22%28%3Fs%29.%2A%22%2C%20Options%3A%20Compiled%29.html) | -18.71% | 92.575573 | 75.257683 | +| System.Threading.Tests.Perf_CancellationToken.CreateLinkedTokenSource1 | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Threading.Tests.Perf_CancellationToken.CreateLinkedTokenSource1.html) | -16.22% | 67.810153 | 56.813794 | +| System.Threading.Tests.Perf_CancellationToken.CreateLinkedTokenSource3 | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Threading.Tests.Perf_CancellationToken.CreateLinkedTokenSource3.html) | -19.60% | 198.173641 | 159.337826 | +| System.Xml.Linq.Perf_XElement.CreateElementsWithNamespace | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Xml.Linq.Perf_XElement.CreateElementsWithNamespace.html) | -15.43% | 126.608456 | 107.067563 | +| System.Xml.Linq.Perf_XElement.GetElement | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Xml.Linq.Perf_XElement.GetElement.html) | -17.91% | 39.821195 | 32.690880 | +| System.Xml.Linq.Perf_XName.NonEmptyNameSpaceToString | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Xml.Linq.Perf_XName.NonEmptyNameSpaceToString.html) | -18.97% | 31.958144 | 25.894097 | +| System.Xml.Tests.Perf_XmlConvert.DateTime_ToString_Local | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Xml.Tests.Perf_XmlConvert.DateTime_ToString_Local.html) | -18.20% | 269.428746 | 220.380817 | + +## 10-15% Improvement (501 tests) + +| Test Name | Link | Change % | .NET 9 | .NET 10 | +|-----------|------|----------|--------|-------| +| ArrayDeAbstraction.foreach_member_array_via_interface_property_in_loop | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/ArrayDeAbstraction.foreach_member_array_via_interface_property_in_loop.html) | -11.96% | 1651.868796 | 1454.341026 | +| ArrayDeAbstraction.foreach_opaque_array_via_interface_in_loop | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/ArrayDeAbstraction.foreach_opaque_array_via_interface_in_loop.html) | -12.28% | 1640.551171 | 1439.116363 | +| ArrayDeAbstraction.foreach_static_readonly_array_via_interface_property_in_loop | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/ArrayDeAbstraction.foreach_static_readonly_array_via_interface_property_in_loop.html) | -12.53% | 1645.145454 | 1438.939966 | +| BilinearTest.Interpol_Scalar | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/BilinearTest.Interpol_Scalar.html) | -10.60% | 11954.969205 | 10687.849044 | +| Exceptions.Handling.TryAndFinallyDeep(kind: Hardware) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/Exceptions.Handling.TryAndFinallyDeep%28kind%3A%20Hardware%29.html) | -10.85% | 14658.045586 | 13068.220587 | +| GuardedDevirtualization.ThreeClassVirtual.Call(testInput: pB=0.00 pD=0.33) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/GuardedDevirtualization.ThreeClassVirtual.Call%28testInput%3A%20pB%3D0.00%20pD%3D0.33%29.html) | -12.30% | 1.539271 | 1.349876 | +| GuardedDevirtualization.ThreeClassVirtual.Call(testInput: pB=0.33 pD=0.67) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/GuardedDevirtualization.ThreeClassVirtual.Call%28testInput%3A%20pB%3D0.33%20pD%3D0.67%29.html) | -14.26% | 1.557035 | 1.335026 | +| GuardedDevirtualization.TwoClassInterface.Call(testInput: pB = 0.20) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/GuardedDevirtualization.TwoClassInterface.Call%28testInput%3A%20pB%20%3D%200.20%29.html) | -11.68% | 1.366077 | 1.206468 | +| GuardedDevirtualization.TwoClassInterface.Call(testInput: pB = 0.80) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/GuardedDevirtualization.TwoClassInterface.Call%28testInput%3A%20pB%20%3D%200.80%29.html) | -10.82% | 1.364343 | 1.216746 | +| LinqBenchmarks.CountBy00AggregateByX | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/LinqBenchmarks.CountBy00AggregateByX.html) | -11.40% | 2821154291.607143 | 2499522097.089286 | +| LinqBenchmarks.Where00ForX | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/LinqBenchmarks.Where00ForX.html) | -11.83% | 229875547.500000 | 202688266.232143 | +| MicroBenchmarks.Serializers.Json_FromStream.SystemTextJson_Reflection_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/MicroBenchmarks.Serializers.Json_FromStream%28IndexViewModel%29.SystemTextJson_Reflection_.html) | -10.66% | 27785.707747 | 24823.256443 | +| MicroBenchmarks.Serializers.Json_FromStream.SystemTextJson_SourceGen_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/MicroBenchmarks.Serializers.Json_FromStream%28IndexViewModel%29.SystemTextJson_SourceGen_.html) | -11.56% | 27509.973513 | 24329.905859 | +| MicroBenchmarks.Serializers.Json_FromStream.SystemTextJson_SourceGen_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/MicroBenchmarks.Serializers.Json_FromStream%28MyEventsListerViewModel%29.SystemTextJson_SourceGen_.html) | -12.11% | 301400.265237 | 264902.599556 | +| MicroBenchmarks.Serializers.Json_FromString.SystemTextJson_SourceGen_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/MicroBenchmarks.Serializers.Json_FromString%28IndexViewModel%29.SystemTextJson_SourceGen_.html) | -10.26% | 27562.202132 | 24733.656525 | +| MicroBenchmarks.Serializers.Json_FromString.SystemTextJson_Reflection_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/MicroBenchmarks.Serializers.Json_FromString%28Location%29.SystemTextJson_Reflection_.html) | -12.30% | 1329.486468 | 1165.907725 | +| MicroBenchmarks.Serializers.Json_FromString.SystemTextJson_SourceGen_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/MicroBenchmarks.Serializers.Json_FromString%28Location%29.SystemTextJson_SourceGen_.html) | -11.16% | 1235.059606 | 1097.247923 | +| MicroBenchmarks.Serializers.Json_FromString.SystemTextJson_Reflection_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/MicroBenchmarks.Serializers.Json_FromString%28LoginViewModel%29.SystemTextJson_Reflection_.html) | -10.15% | 456.882156 | 410.493196 | +| MicroBenchmarks.Serializers.Json_FromString.SystemTextJson_SourceGen_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/MicroBenchmarks.Serializers.Json_FromString%28LoginViewModel%29.SystemTextJson_SourceGen_.html) | -10.78% | 427.775328 | 381.667630 | +| MicroBenchmarks.Serializers.Json_FromString.SystemTextJson_Reflection_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/MicroBenchmarks.Serializers.Json_FromString%28MyEventsListerViewModel%29.SystemTextJson_Reflection_.html) | -11.88% | 280687.476753 | 247338.918362 | +| MicroBenchmarks.Serializers.Json_FromString.SystemTextJson_SourceGen_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/MicroBenchmarks.Serializers.Json_FromString%28MyEventsListerViewModel%29.SystemTextJson_SourceGen_.html) | -12.07% | 276357.156137 | 243011.023554 | +| MicroBenchmarks.Serializers.Json_ToStream.DataContractJsonSerializer_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/MicroBenchmarks.Serializers.Json_ToStream%28CollectionsOfPrimitives%29.DataContractJsonSerializer_.html) | -11.30% | 1075428.779086 | 953851.804741 | +| MicroBenchmarks.Serializers.Json_ToStream.JsonNet_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/MicroBenchmarks.Serializers.Json_ToStream%28CollectionsOfPrimitives%29.JsonNet_.html) | -14.60% | 407654.305031 | 348143.394002 | +| MicroBenchmarks.Serializers.Json_ToStream.SystemTextJson_Reflection_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/MicroBenchmarks.Serializers.Json_ToStream%28Location%29.SystemTextJson_Reflection_.html) | -11.27% | 764.907133 | 678.665343 | +| MicroBenchmarks.Serializers.Json_ToString.JsonNet_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/MicroBenchmarks.Serializers.Json_ToString%28CollectionsOfPrimitives%29.JsonNet_.html) | -13.44% | 464399.504570 | 402005.069460 | +| MicroBenchmarks.Serializers.Json_ToString.SystemTextJson_Reflection_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/MicroBenchmarks.Serializers.Json_ToString%28CollectionsOfPrimitives%29.SystemTextJson_Reflection_.html) | -14.91% | 188403.165223 | 160311.740749 | +| MicroBenchmarks.Serializers.Json_ToString.SystemTextJson_SourceGen_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/MicroBenchmarks.Serializers.Json_ToString%28CollectionsOfPrimitives%29.SystemTextJson_SourceGen_.html) | -13.04% | 187135.717329 | 162728.467742 | +| MicroBenchmarks.Serializers.Json_ToString.SystemTextJson_Reflection_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/MicroBenchmarks.Serializers.Json_ToString%28IndexViewModel%29.SystemTextJson_Reflection_.html) | -10.23% | 17394.951670 | 15615.557998 | +| MicroBenchmarks.Serializers.Json_ToString.JsonNet_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/MicroBenchmarks.Serializers.Json_ToString%28MyEventsListerViewModel%29.JsonNet_.html) | -11.57% | 666618.089526 | 589517.715438 | +| MicroBenchmarks.Serializers.Xml_FromStream.DataContractSerializer_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/MicroBenchmarks.Serializers.Xml_FromStream%28IndexViewModel%29.DataContractSerializer_.html) | -10.03% | 168456.181577 | 151560.056051 | +| MicroBenchmarks.Serializers.Xml_FromStream.DataContractSerializer_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/MicroBenchmarks.Serializers.Xml_FromStream%28Location%29.DataContractSerializer_.html) | -11.45% | 7091.002081 | 6279.378345 | +| MicroBenchmarks.Serializers.Xml_FromStream.DataContractSerializer_BinaryXml_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/MicroBenchmarks.Serializers.Xml_FromStream%28Location%29.DataContractSerializer_BinaryXml_.html) | -11.76% | 1892.357942 | 1669.834485 | +| MicroBenchmarks.Serializers.Xml_FromStream.DataContractSerializer_BinaryXml_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/MicroBenchmarks.Serializers.Xml_FromStream%28LoginViewModel%29.DataContractSerializer_BinaryXml_.html) | -10.27% | 986.755606 | 885.373495 | +| MicroBenchmarks.Serializers.Xml_FromStream.DataContractSerializer_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/MicroBenchmarks.Serializers.Xml_FromStream%28MyEventsListerViewModel%29.DataContractSerializer_.html) | -10.45% | 1803766.046196 | 1615233.600932 | +| MicroBenchmarks.Serializers.Xml_ToStream.DataContractSerializer_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/MicroBenchmarks.Serializers.Xml_ToStream%28ClassImplementingIXmlSerialiable%29.DataContractSerializer_.html) | -10.60% | 617.925397 | 552.411054 | +| MicroBenchmarks.Serializers.Xml_ToStream.DataContractSerializer_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/MicroBenchmarks.Serializers.Xml_ToStream%28CollectionsOfPrimitives%29.DataContractSerializer_.html) | -10.17% | 604893.578044 | 543379.288871 | +| MicroBenchmarks.Serializers.Xml_ToStream.DataContractSerializer_BinaryXml_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/MicroBenchmarks.Serializers.Xml_ToStream%28CollectionsOfPrimitives%29.DataContractSerializer_BinaryXml_.html) | -14.44% | 321485.768746 | 275065.543939 | +| MicroBenchmarks.Serializers.Xml_ToStream.DataContractSerializer_BinaryXml_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/MicroBenchmarks.Serializers.Xml_ToStream%28IndexViewModel%29.DataContractSerializer_BinaryXml_.html) | -14.51% | 33393.920887 | 28546.862863 | +| MicroBenchmarks.Serializers.Xml_ToStream.DataContractSerializer_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/MicroBenchmarks.Serializers.Xml_ToStream%28Location%29.DataContractSerializer_.html) | -11.95% | 1882.956177 | 1657.971514 | +| MicroBenchmarks.Serializers.Xml_ToStream.DataContractSerializer_BinaryXml_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/MicroBenchmarks.Serializers.Xml_ToStream%28Location%29.DataContractSerializer_BinaryXml_.html) | -14.52% | 1123.718341 | 960.600849 | +| MicroBenchmarks.Serializers.Xml_ToStream.DataContractSerializer_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/MicroBenchmarks.Serializers.Xml_ToStream%28LoginViewModel%29.DataContractSerializer_.html) | -10.78% | 1127.521037 | 1005.978116 | +| MicroBenchmarks.Serializers.Xml_ToStream.DataContractSerializer_BinaryXml_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/MicroBenchmarks.Serializers.Xml_ToStream%28LoginViewModel%29.DataContractSerializer_BinaryXml_.html) | -13.88% | 585.636790 | 504.366641 | +| MicroBenchmarks.Serializers.Xml_ToStream.DataContractSerializer_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/MicroBenchmarks.Serializers.Xml_ToStream%28MyEventsListerViewModel%29.DataContractSerializer_.html) | -10.28% | 700960.976190 | 628871.668079 | +| Microsoft.Extensions.DependencyInjection.ActivatorUtilitiesBenchmark.Factory_3Explicit | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/Microsoft.Extensions.DependencyInjection.ActivatorUtilitiesBenchmark.Factory_3Explicit.html) | -14.64% | 21.706798 | 18.529192 | +| Microsoft.Extensions.DependencyInjection.ActivatorUtilitiesBenchmark.GetService_5Injected | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/Microsoft.Extensions.DependencyInjection.ActivatorUtilitiesBenchmark.GetService_5Injected.html) | -12.06% | 16.734899 | 14.717314 | +| Microsoft.Extensions.DependencyInjection.GetService.Singleton | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/Microsoft.Extensions.DependencyInjection.GetService.Singleton.html) | -11.77% | 20.359911 | 17.963949 | +| Microsoft.Extensions.DependencyInjection.TimeToFirstService.BuildProvider(Mode: "Default") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/Microsoft.Extensions.DependencyInjection.TimeToFirstService.BuildProvider%28Mode%3A%20%22Default%22%29.html) | -14.40% | N/A | N/A | +| Microsoft.Extensions.Logging.LoggingOverhead.TwoArguments_DefineMessage | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/Microsoft.Extensions.Logging.LoggingOverhead.TwoArguments_DefineMessage.html) | -10.56% | 57.703077 | 51.608904 | +| Microsoft.Extensions.Logging.LoggingOverhead.TwoArguments_FilteredByLevel | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/Microsoft.Extensions.Logging.LoggingOverhead.TwoArguments_FilteredByLevel.html) | -14.36% | 72.410730 | 62.012075 | +| Microsoft.Extensions.Logging.ScopesOverheadBenchmark.NotFiltered_InsideScope(HasISupportLoggingScopeLogger: False, CaptureScopes: True) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/Microsoft.Extensions.Logging.ScopesOverheadBenchmark.NotFiltered_InsideScope%28HasISupportLoggingScopeLogger%3A%20False%2C%20CaptureScopes%3A%20True%29.html) | -11.11% | N/A | N/A | +| Microsoft.Extensions.Logging.ScopesOverheadBenchmark.NotFiltered_InsideScope(HasISupportLoggingScopeLogger: True, CaptureScopes: False) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/Microsoft.Extensions.Logging.ScopesOverheadBenchmark.NotFiltered_InsideScope%28HasISupportLoggingScopeLogger%3A%20True%2C%20CaptureScopes%3A%20False%29.html) | -10.15% | 73.464022 | 66.010161 | +| Microsoft.Extensions.Primitives.Performance.StringValuesBenchmark.ForEach_Array | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/Microsoft.Extensions.Primitives.Performance.StringValuesBenchmark.ForEach_Array.html) | -10.18% | 7.723240 | 6.937174 | +| Microsoft.Extensions.Primitives.StringSegmentBenchmark.TrimEnd | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/Microsoft.Extensions.Primitives.StringSegmentBenchmark.TrimEnd.html) | -13.25% | 13.077954 | 11.344774 | +| SeekUnroll.Test(boxedIndex: 1) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/SeekUnroll.Test%28boxedIndex%3A%201%29.html) | -11.41% | 1337280923.303572 | 1184680601.892857 | +| SeekUnroll.Test(boxedIndex: 27) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/SeekUnroll.Test%28boxedIndex%3A%2027%29.html) | -11.41% | 1337231388.017857 | 1184679498.178572 | +| SeekUnroll.Test(boxedIndex: 3) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/SeekUnroll.Test%28boxedIndex%3A%203%29.html) | -11.40% | 1337150494.696428 | 1184768524.410714 | +| Span.IndexerBench.SameIndex2(length: 1024) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/Span.IndexerBench.SameIndex2%28length%3A%201024%29.html) | -11.35% | 1212.613099 | 1074.922412 | +| Span.IndexerBench.WriteViaIndexer2(length: 1024) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/Span.IndexerBench.WriteViaIndexer2%28length%3A%201024%29.html) | -13.46% | 895.467847 | 774.931896 | +| System.Buffers.Tests.ReadOnlySequenceTests.FirstSingleSegment | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Buffers.Tests.ReadOnlySequenceTests%28Byte%29.FirstSingleSegment.html) | -11.11% | 4.021388 | 3.574721 | +| System.Buffers.Tests.ReadOnlySequenceTests.FirstTenSegments | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Buffers.Tests.ReadOnlySequenceTests%28Byte%29.FirstTenSegments.html) | -13.53% | 4.385606 | 3.792315 | +| System.Buffers.Tests.ReadOnlySequenceTests.IterateForEachTenSegments | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Buffers.Tests.ReadOnlySequenceTests%28Byte%29.IterateForEachTenSegments.html) | -14.59% | 48.918046 | 41.780556 | +| System.Buffers.Tests.ReadOnlySequenceTests.SliceTenSegments | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Buffers.Tests.ReadOnlySequenceTests%28Byte%29.SliceTenSegments.html) | -12.86% | 24.140638 | 21.036352 | +| System.Buffers.Tests.RentReturnArrayPoolTests.ProducerConsumer(RentalSize: 4096, ManipulateArray: True, Async: True, UseSharedPool: False) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Buffers.Tests.RentReturnArrayPoolTests%28Object%29.ProducerConsumer%28RentalSize%3A%204096%2C%20ManipulateArray%3A%20True%2C%20Async%3A%20True%2C%20UseSharedPool%3A%20False%29.html) | -12.84% | 2430.417088 | 2118.326617 | +| System.Buffers.Tests.SearchValuesByteTests.IndexOfAny(Values: "abcdefABCDEF0123456789") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Buffers.Tests.SearchValuesByteTests.IndexOfAny%28Values%3A%20%22abcdefABCDEF0123456789%22%29.html) | -10.05% | 19.311602 | 17.370614 | +| System.Buffers.Text.Tests.Utf8FormatterTests.FormatterDecimal(value: 123456.789) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Buffers.Text.Tests.Utf8FormatterTests.FormatterDecimal%28value%3A%20123456.789%29.html) | -12.87% | 67.972545 | 59.222595 | +| System.Buffers.Text.Tests.Utf8FormatterTests.FormatterInt64(value: -9223372036854775808) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Buffers.Text.Tests.Utf8FormatterTests.FormatterInt64%28value%3A%20-9223372036854775808%29.html) | -10.00% | 35.507254 | 31.955844 | +| System.Buffers.Text.Tests.Utf8ParserTests.TryParseInt32(value: 12345) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Buffers.Text.Tests.Utf8ParserTests.TryParseInt32%28value%3A%2012345%29.html) | -10.31% | 9.383900 | 8.416473 | +| System.Buffers.Text.Tests.Utf8ParserTests.TryParseInt32(value: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Buffers.Text.Tests.Utf8ParserTests.TryParseInt32%28value%3A%204%29.html) | -14.97% | 6.041789 | 5.137455 | +| System.Buffers.Text.Tests.Utf8ParserTests.TryParseSingle(value: 12345) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Buffers.Text.Tests.Utf8ParserTests.TryParseSingle%28value%3A%2012345%29.html) | -11.56% | 43.335932 | 38.327192 | +| System.Collections.AddGivenSize.Dictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.AddGivenSize%28String%29.Dictionary%28Size%3A%20512%29.html) | -12.81% | 16365.217497 | 14268.938045 | +| System.Collections.AddGivenSize.IDictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.AddGivenSize%28String%29.IDictionary%28Size%3A%20512%29.html) | -10.59% | 17571.266561 | 15711.190144 | +| System.Collections.ContainsKeyFalse.SortedList(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.ContainsKeyFalse%28Int32%2C%20Int32%29.SortedList%28Size%3A%20512%29.html) | -13.24% | 24994.908606 | 21686.242182 | +| System.Collections.ContainsKeyFalse.IDictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.ContainsKeyFalse%28String%2C%20String%29.IDictionary%28Size%3A%20512%29.html) | -14.68% | 13073.819525 | 11155.143294 | +| System.Collections.ContainsKeyTrue.SortedList(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.ContainsKeyTrue%28Int32%2C%20Int32%29.SortedList%28Size%3A%20512%29.html) | -10.54% | 21296.847194 | 19052.779187 | +| System.Collections.ContainsKeyTrue.Dictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.ContainsKeyTrue%28String%2C%20String%29.Dictionary%28Size%3A%20512%29.html) | -12.33% | 13874.549930 | 12163.329990 | +| System.Collections.ContainsTrue.Array(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.ContainsTrue%28Int32%29.Array%28Size%3A%20512%29.html) | -11.66% | 31753.081303 | 28049.841862 | +| System.Collections.ContainsTrue.FrozenSet(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.ContainsTrue%28Int32%29.FrozenSet%28Size%3A%20512%29.html) | -11.21% | 2341.576898 | 2078.982226 | +| System.Collections.ContainsTrue.HashSet(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.ContainsTrue%28String%29.HashSet%28Size%3A%20512%29.html) | -10.59% | 13988.541408 | 12506.610353 | +| System.Collections.ContainsTrueComparer.ImmutableHashSet(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.ContainsTrueComparer%28Int32%29.ImmutableHashSet%28Size%3A%20512%29.html) | -12.00% | 8918.976916 | 7848.365438 | +| System.Collections.ContainsTrueComparer.HashSet(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.ContainsTrueComparer%28String%29.HashSet%28Size%3A%20512%29.html) | -10.94% | 28587.239628 | 25458.817370 | +| System.Collections.ContainsTrueComparer.ImmutableHashSet(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.ContainsTrueComparer%28String%29.ImmutableHashSet%28Size%3A%20512%29.html) | -12.77% | N/A | N/A | +| System.Collections.CreateAddAndClear.ConcurrentBag(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.CreateAddAndClear%28String%29.ConcurrentBag%28Size%3A%20512%29.html) | -11.00% | 20926.754894 | 18625.792842 | +| System.Collections.CreateAddAndClear.ImmutableDictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.CreateAddAndClear%28String%29.ImmutableDictionary%28Size%3A%20512%29.html) | -10.16% | N/A | N/A | +| System.Collections.CtorDefaultSize.SortedList | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.CtorDefaultSize%28String%29.SortedList.html) | -11.63% | 41.756666 | 36.901761 | +| System.Collections.CtorDefaultSizeNonGeneric.Hashtable | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.CtorDefaultSizeNonGeneric.Hashtable.html) | -12.19% | N/A | N/A | +| System.Collections.CtorFromCollection.ConcurrentDictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.CtorFromCollection%28Int32%29.ConcurrentDictionary%28Size%3A%20512%29.html) | -10.11% | 26250.509385 | 23595.877595 | +| System.Collections.CtorFromCollection.ConcurrentStack(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.CtorFromCollection%28Int32%29.ConcurrentStack%28Size%3A%20512%29.html) | -13.40% | N/A | N/A | +| System.Collections.CtorFromCollection.ImmutableDictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.CtorFromCollection%28Int32%29.ImmutableDictionary%28Size%3A%20512%29.html) | -13.36% | 90262.748015 | 78199.451636 | +| System.Collections.CtorFromCollection.ImmutableStack(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.CtorFromCollection%28Int32%29.ImmutableStack%28Size%3A%20512%29.html) | -12.52% | 6081.959874 | 5320.363026 | +| System.Collections.CtorFromCollection.SortedList(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.CtorFromCollection%28Int32%29.SortedList%28Size%3A%20512%29.html) | -12.67% | 10070.090802 | 8794.445343 | +| System.Collections.CtorFromCollection.HashSet(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.CtorFromCollection%28String%29.HashSet%28Size%3A%20512%29.html) | -14.80% | 17189.392393 | 14645.789973 | +| System.Collections.CtorFromCollectionNonGeneric.SortedList(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.CtorFromCollectionNonGeneric%28String%29.SortedList%28Size%3A%20512%29.html) | -11.93% | 323367.222461 | 284779.353992 | +| System.Collections.IndexerSet.SortedList(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.IndexerSet%28Int32%29.SortedList%28Size%3A%20512%29.html) | -11.52% | 21434.065543 | 18965.050307 | +| System.Collections.IterateForEach.ConcurrentDictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.IterateForEach%28String%29.ConcurrentDictionary%28Size%3A%20512%29.html) | -10.49% | N/A | N/A | +| System.Collections.Perf_DefaultFrozenDictionary.ToFrozenDictionary(Count: 100) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.Perf_DefaultFrozenDictionary.ToFrozenDictionary%28Count%3A%20100%29.html) | -12.69% | 14052.355454 | 12269.269697 | +| System.Collections.Perf_DefaultFrozenDictionary.ToFrozenDictionary(Count: 1000) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.Perf_DefaultFrozenDictionary.ToFrozenDictionary%28Count%3A%201000%29.html) | -13.31% | 85407.385703 | 74037.438791 | +| System.Collections.Perf_Frozen.Contains_True(Count: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.Perf_Frozen%28NotKnownComparable%29.Contains_True%28Count%3A%20512%29.html) | -10.96% | 3079.528077 | 2742.132369 | +| System.Collections.Perf_Frozen.ToFrozenDictionary(Count: 64) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.Perf_Frozen%28ReferenceType%29.ToFrozenDictionary%28Count%3A%2064%29.html) | -14.79% | 5114.616384 | 4358.321624 | +| System.Collections.Perf_LengthBucketsFrozenDictionary.TryGetValue_True_FrozenDictionary(Count: 1000, ItemsPerBucket: 5) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.Perf_LengthBucketsFrozenDictionary.TryGetValue_True_FrozenDictionary%28Count%3A%201000%2C%20ItemsPerBucket%3A%205%29.html) | -10.11% | 18762.277891 | 16865.436355 | +| System.Collections.Tests.Add_Remove_SteadyState.ConcurrentBag(Count: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.Tests.Add_Remove_SteadyState%28Int32%29.ConcurrentBag%28Count%3A%20512%29.html) | -14.72% | 49.992560 | 42.636055 | +| System.Collections.Tests.Add_Remove_SteadyState.Stack(Count: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.Tests.Add_Remove_SteadyState%28String%29.Stack%28Count%3A%20512%29.html) | -11.14% | 10.498526 | 9.328681 | +| System.Collections.Tests.Perf_BitArray.BitArrayRightShift(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.Tests.Perf_BitArray.BitArrayRightShift%28Size%3A%20512%29.html) | -13.93% | 257.712341 | 221.817772 | +| System.Collections.Tests.Perf_PriorityQueue.HeapSort(Size: 10) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.Tests.Perf_PriorityQueue%28Guid%2C%20Guid%29.HeapSort%28Size%3A%2010%29.html) | -10.63% | 251.811657 | 225.046483 | +| System.Collections.Tests.Perf_PriorityQueue.HeapSort(Size: 1000) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.Tests.Perf_PriorityQueue%28Int32%2C%20Int32%29.HeapSort%28Size%3A%201000%29.html) | -10.44% | 66923.186413 | 59938.518961 | +| System.Collections.Tests.Perf_SortedSet.EnumerateViewBetween | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.Tests.Perf_SortedSet.EnumerateViewBetween.html) | -14.29% | 1356.228427 | 1162.378683 | +| System.Collections.TryAddGiventSize.Dictionary(Count: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.TryAddGiventSize%28String%29.Dictionary%28Count%3A%20512%29.html) | -13.38% | 16358.323864 | 14169.916742 | +| System.Collections.TryGetValueFalse.SortedList(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.TryGetValueFalse%28BigStruct%2C%20BigStruct%29.SortedList%28Size%3A%20512%29.html) | -12.94% | 25100.106249 | 21850.995484 | +| System.Collections.TryGetValueFalse.SortedList(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.TryGetValueFalse%28Int32%2C%20Int32%29.SortedList%28Size%3A%20512%29.html) | -10.59% | 24281.052047 | 21709.150269 | +| System.Collections.TryGetValueFalse.IDictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.TryGetValueFalse%28SmallClass%2C%20SmallClass%29.IDictionary%28Size%3A%20512%29.html) | -13.70% | 9356.706785 | 8075.125964 | +| System.Collections.TryGetValueTrue.SortedList(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.TryGetValueTrue%28BigStruct%2C%20BigStruct%29.SortedList%28Size%3A%20512%29.html) | -13.02% | 26674.792710 | 23200.841748 | +| System.Collections.TryGetValueTrue.SortedList(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.TryGetValueTrue%28Int32%2C%20Int32%29.SortedList%28Size%3A%20512%29.html) | -10.55% | 21355.006354 | 19101.051845 | +| System.Collections.TryGetValueTrue.Dictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.TryGetValueTrue%28SmallClass%2C%20SmallClass%29.Dictionary%28Size%3A%20512%29.html) | -14.33% | 10915.105618 | 9350.821237 | +| System.Collections.TryGetValueTrue.ConcurrentDictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.TryGetValueTrue%28String%2C%20String%29.ConcurrentDictionary%28Size%3A%20512%29.html) | -10.01% | 11825.062503 | 10640.838114 | +| System.Formats.Cbor.Tests.Perf_CborReader.ReadCoseKey(publicKey: ECDSA_P256) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Formats.Cbor.Tests.Perf_CborReader.ReadCoseKey%28publicKey%3A%20ECDSA_P256%29.html) | -13.57% | 527.056505 | 455.512169 | +| System.Formats.Cbor.Tests.Perf_CborReader.ReadCoseKey(publicKey: ECDSA_P384) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Formats.Cbor.Tests.Perf_CborReader.ReadCoseKey%28publicKey%3A%20ECDSA_P384%29.html) | -14.34% | 531.638145 | 455.419353 | +| System.Formats.Cbor.Tests.Perf_CborReader.ReadCoseKey(publicKey: ECDSA_P521) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Formats.Cbor.Tests.Perf_CborReader.ReadCoseKey%28publicKey%3A%20ECDSA_P521%29.html) | -13.99% | 532.137664 | 457.687086 | +| System.Formats.Cbor.Tests.Perf_CborWriter.WriteCoseKey(publicKey: ECDSA_P384) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Formats.Cbor.Tests.Perf_CborWriter.WriteCoseKey%28publicKey%3A%20ECDSA_P384%29.html) | -11.31% | 500.887417 | 444.248708 | +| System.Formats.Cbor.Tests.Perf_CborWriter.WriteCoseKey(publicKey: ECDSA_P521) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Formats.Cbor.Tests.Perf_CborWriter.WriteCoseKey%28publicKey%3A%20ECDSA_P521%29.html) | -11.31% | 536.219759 | 475.591224 | +| System.Formats.Tar.Tests.Perf_TarWriter.PaxTarEntry_WriteEntry | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Formats.Tar.Tests.Perf_TarWriter.PaxTarEntry_WriteEntry.html) | -10.34% | 2210.634997 | 1982.111502 | +| System.Globalization.Tests.Perf_DateTimeCultureInfo.ToStringHebrewIsrael | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Globalization.Tests.Perf_DateTimeCultureInfo.ToStringHebrewIsrael.html) | -10.56% | 313.293790 | 280.202412 | +| System.Globalization.Tests.Perf_NumberCultureInfo.ToString(culturestring: ) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Globalization.Tests.Perf_NumberCultureInfo.ToString%28culturestring%3A%20%29.html) | -10.22% | 144.213438 | 129.468441 | +| System.Globalization.Tests.Perf_NumberCultureInfo.ToString(culturestring: da) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Globalization.Tests.Perf_NumberCultureInfo.ToString%28culturestring%3A%20da%29.html) | -10.47% | 144.199795 | 129.104967 | +| System.Globalization.Tests.Perf_NumberCultureInfo.ToString(culturestring: fr) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Globalization.Tests.Perf_NumberCultureInfo.ToString%28culturestring%3A%20fr%29.html) | -10.21% | 144.104923 | 129.387378 | +| System.Globalization.Tests.Perf_NumberCultureInfo.ToString(culturestring: ja) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Globalization.Tests.Perf_NumberCultureInfo.ToString%28culturestring%3A%20ja%29.html) | -10.10% | 143.970215 | 129.427559 | +| System.IO.Compression.Gzip.Decompress(level: Fastest, file: "alice29.txt") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.IO.Compression.Gzip.Decompress%28level%3A%20Fastest%2C%20file%3A%20%22alice29.txt%22%29.html) | -11.76% | 548825.197876 | 484256.937983 | +| System.IO.Compression.Gzip.Decompress(level: Fastest, file: "sum") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.IO.Compression.Gzip.Decompress%28level%3A%20Fastest%2C%20file%3A%20%22sum%22%29.html) | -10.90% | 100513.906321 | 89558.951356 | +| System.IO.Compression.Gzip.Decompress(level: Optimal, file: "sum") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.IO.Compression.Gzip.Decompress%28level%3A%20Optimal%2C%20file%3A%20%22sum%22%29.html) | -11.15% | 97507.294317 | 86633.940441 | +| System.IO.Hashing.Tests.Crc32_AppendPerf.Append(BufferSize: 16) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.IO.Hashing.Tests.Crc32_AppendPerf.Append%28BufferSize%3A%2016%29.html) | -14.19% | 6.382306 | 5.476773 | +| System.IO.Tests.BinaryReaderTests.ReadAsciiChar | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.IO.Tests.BinaryReaderTests.ReadAsciiChar.html) | -14.33% | 26.892507 | 23.040064 | +| System.IO.Tests.BinaryWriterExtendedTests.WriteAsciiString(StringLengthInChars: 32) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.IO.Tests.BinaryWriterExtendedTests.WriteAsciiString%28StringLengthInChars%3A%2032%29.html) | -14.76% | 18.995196 | 16.191107 | +| System.IO.Tests.Perf_File.Delete | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.IO.Tests.Perf_File.Delete.html) | -11.55% | N/A | N/A | +| System.IO.Tests.Perf_Path.Combine | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.IO.Tests.Perf_Path.Combine.html) | -11.02% | 6.610469 | 5.881988 | +| System.IO.Tests.StringReaderReadLineTests.ReadLineAsync(LineLengthRange: [ 0, 0]) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.IO.Tests.StringReaderReadLineTests.ReadLineAsync%28LineLengthRange%3A%20%5B%20%20%200%2C%20%20%20%200%5D%29.html) | -11.93% | 443003.766244 | 390145.776285 | +| System.IO.Tests.StringReaderReadToEndTests.ReadToEnd(LineLengthRange: [ 1, 1]) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.IO.Tests.StringReaderReadToEndTests.ReadToEnd%28LineLengthRange%3A%20%5B%20%20%201%2C%20%20%20%201%5D%29.html) | -14.25% | 19.767272 | 16.950158 | +| System.Linq.Tests.Perf_Enumerable.LastWithPredicate_FirstElementMatches(input: IOrderedEnumerable) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Linq.Tests.Perf_Enumerable.LastWithPredicate_FirstElementMatches%28input%3A%20IOrderedEnumerable%29.html) | -10.70% | 494.499966 | 441.597216 | +| System.Linq.Tests.Perf_Enumerable.SelectToArray(input: List) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Linq.Tests.Perf_Enumerable.SelectToArray%28input%3A%20List%29.html) | -13.08% | 160.434980 | 139.450203 | +| System.Linq.Tests.Perf_Enumerable.Sum(input: IEnumerable) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Linq.Tests.Perf_Enumerable.Sum%28input%3A%20IEnumerable%29.html) | -11.88% | 234.528914 | 206.658001 | +| System.Linq.Tests.Perf_Enumerable.TakeLastHalf(input: IEnumerable) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Linq.Tests.Perf_Enumerable.TakeLastHalf%28input%3A%20IEnumerable%29.html) | -13.67% | 1402.908370 | 1211.068832 | +| System.Memory.MemoryMarshal.CastToInt | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Memory.MemoryMarshal%28Byte%29.CastToInt.html) | -13.03% | N/A | N/A | +| System.Memory.MemoryMarshal.GetReference | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Memory.MemoryMarshal%28Int32%29.GetReference.html) | -12.17% | 2.633576 | 2.312961 | +| System.Memory.ReadOnlySequence.Slice_Start_And_EndPosition(Segment: Single) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Memory.ReadOnlySequence.Slice_Start_And_EndPosition%28Segment%3A%20Single%29.html) | -11.02% | 9.294588 | 8.270467 | +| System.Memory.Span.BinarySearch(Size: 33) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Memory.Span%28Byte%29.BinarySearch%28Size%3A%2033%29.html) | -10.17% | 10.289667 | 9.243528 | +| System.Memory.Span.BinarySearch(Size: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Memory.Span%28Byte%29.BinarySearch%28Size%3A%204%29.html) | -11.42% | 6.105437 | 5.408372 | +| System.Memory.Span.Clear(Size: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Memory.Span%28Byte%29.Clear%28Size%3A%204%29.html) | -14.08% | 4.463308 | 3.834984 | +| System.Memory.Span.IndexOfValue(Size: 33) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Memory.Span%28Byte%29.IndexOfValue%28Size%3A%2033%29.html) | -12.97% | 6.670564 | 5.805110 | +| System.Memory.Span.LastIndexOfValue(Size: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Memory.Span%28Byte%29.LastIndexOfValue%28Size%3A%204%29.html) | -13.61% | 4.511042 | 3.896981 | +| System.Memory.Span.LastIndexOfValue(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Memory.Span%28Byte%29.LastIndexOfValue%28Size%3A%20512%29.html) | -11.42% | 20.733100 | 18.364845 | +| System.Memory.Span.SequenceEqual(Size: 33) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Memory.Span%28Byte%29.SequenceEqual%28Size%3A%2033%29.html) | -14.84% | 7.869310 | 6.701725 | +| System.Memory.Span.StartsWith(Size: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Memory.Span%28Byte%29.StartsWith%28Size%3A%204%29.html) | -10.85% | 5.580886 | 4.975495 | +| System.Memory.Span.IndexOfValue(Size: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Memory.Span%28Char%29.IndexOfValue%28Size%3A%204%29.html) | -14.28% | 4.630089 | 3.968917 | +| System.Memory.Span.LastIndexOfValue(Size: 33) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Memory.Span%28Char%29.LastIndexOfValue%28Size%3A%2033%29.html) | -12.37% | 9.558790 | 8.376280 | +| System.Memory.Span.SequenceCompareToDifferent(Size: 33) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Memory.Span%28Char%29.SequenceCompareToDifferent%28Size%3A%2033%29.html) | -12.80% | 7.875698 | 6.867974 | +| System.Memory.Span.SequenceCompareToDifferent(Size: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Memory.Span%28Char%29.SequenceCompareToDifferent%28Size%3A%204%29.html) | -14.22% | 7.260792 | 6.228357 | +| System.Memory.Span.StartsWith(Size: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Memory.Span%28Char%29.StartsWith%28Size%3A%204%29.html) | -13.26% | 5.668284 | 4.916458 | +| System.Memory.Span.Clear(Size: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Memory.Span%28Int32%29.Clear%28Size%3A%204%29.html) | -10.45% | 3.957380 | 3.543768 | +| System.Memory.Span.IndexOfAnyFiveValues(Size: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Memory.Span%28Int32%29.IndexOfAnyFiveValues%28Size%3A%204%29.html) | -12.09% | 12.415753 | 10.914881 | +| System.Memory.Span.IndexOfAnyFourValues(Size: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Memory.Span%28Int32%29.IndexOfAnyFourValues%28Size%3A%204%29.html) | -10.99% | 11.036218 | 9.822958 | +| System.Memory.Span.LastIndexOfValue(Size: 33) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Memory.Span%28Int32%29.LastIndexOfValue%28Size%3A%2033%29.html) | -10.00% | 10.196606 | 9.176825 | +| System.Memory.Span.Reverse(Size: 33) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Memory.Span%28Int32%29.Reverse%28Size%3A%2033%29.html) | -14.06% | 8.675942 | 7.456148 | +| System.Net.Primitives.Tests.CredentialCacheTests.ForEach(uriCount: 0, hostPortCount: 10) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Net.Primitives.Tests.CredentialCacheTests.ForEach%28uriCount%3A%200%2C%20hostPortCount%3A%2010%29.html) | -13.06% | 193.913971 | 168.588661 | +| System.Net.Primitives.Tests.CredentialCacheTests.GetCredential_HostPort(host: "notfound", hostPortCount: 10) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Net.Primitives.Tests.CredentialCacheTests.GetCredential_HostPort%28host%3A%20%22notfound%22%2C%20hostPortCount%3A%2010%29.html) | -14.99% | 54.519718 | 46.347818 | +| System.Net.Security.Tests.SslStreamTests.HandshakeECDSA256CertAsync(protocol: Tls12) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Net.Security.Tests.SslStreamTests.HandshakeECDSA256CertAsync%28protocol%3A%20Tls12%29.html) | -11.57% | 6348891.181391 | 5614217.095395 | +| System.Numerics.Tensors.Tests.Perf_BinaryIntegerTensorPrimitives.LeadingZeroCount(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tensors.Tests.Perf_BinaryIntegerTensorPrimitives%28Byte%29.LeadingZeroCount%28BufferLength%3A%20128%29.html) | -10.46% | 13.489899 | 12.078391 | +| System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives.Distance(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives%28Double%29.Distance%28BufferLength%3A%20128%29.html) | -12.05% | 62.650448 | 55.099027 | +| System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives.Ieee754Remainder_ScalarDivisor(BufferLength: 3079) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives%28Double%29.Ieee754Remainder_ScalarDivisor%28BufferLength%3A%203079%29.html) | -11.67% | 68849.030025 | 60815.333337 | +| System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives.Ieee754Remainder_Vector(BufferLength: 3079) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives%28Double%29.Ieee754Remainder_Vector%28BufferLength%3A%203079%29.html) | -13.37% | 74366.072385 | 64419.976391 | +| System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives.Distance(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives%28Single%29.Distance%28BufferLength%3A%20128%29.html) | -12.77% | 36.864883 | 32.157690 | +| System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives.FusedMultiplyAdd_Vectors(BufferLength: 3079) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives%28Single%29.FusedMultiplyAdd_Vectors%28BufferLength%3A%203079%29.html) | -10.53% | 602.915783 | 539.441931 | +| System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives.Add_Vector(BufferLength: 3079) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives%28Double%29.Add_Vector%28BufferLength%3A%203079%29.html) | -11.68% | 773.245050 | 682.953726 | +| System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives.Abs(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives%28Int32%29.Abs%28BufferLength%3A%20128%29.html) | -11.19% | 62.991535 | 55.944026 | +| System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives.Add_Scalar(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives%28Int32%29.Add_Scalar%28BufferLength%3A%20128%29.html) | -10.69% | 27.403251 | 24.473554 | +| System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives.BitwiseAnd_Scalar(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives%28Int32%29.BitwiseAnd_Scalar%28BufferLength%3A%20128%29.html) | -11.08% | 27.686929 | 24.618920 | +| System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives.AddMultiply_Vectors(BufferLength: 3079) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives%28Single%29.AddMultiply_Vectors%28BufferLength%3A%203079%29.html) | -11.04% | 633.143870 | 563.222557 | +| System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives.Negate(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives%28Single%29.Negate%28BufferLength%3A%20128%29.html) | -13.21% | 28.128042 | 24.411871 | +| System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives.SumOfMagnitudes(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives%28Single%29.SumOfMagnitudes%28BufferLength%3A%20128%29.html) | -11.83% | 26.878558 | 23.699950 | +| System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives.SumOfSquares(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives%28Single%29.SumOfSquares%28BufferLength%3A%20128%29.html) | -11.90% | 29.249044 | 25.768788 | +| System.Numerics.Tests.Constructor.SpanCastBenchmark_Int32 | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Constructor.SpanCastBenchmark_Int32.html) | -10.93% | 2.702682 | 2.407251 | +| System.Numerics.Tests.Constructor.SpanCastBenchmark_Int64 | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Constructor.SpanCastBenchmark_Int64.html) | -11.60% | N/A | N/A | +| System.Numerics.Tests.Constructor.SpanCastBenchmark_UInt64 | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Constructor.SpanCastBenchmark_UInt64.html) | -14.01% | N/A | N/A | +| System.Numerics.Tests.Perf_Matrix4x4.CreateRotationXBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_Matrix4x4.CreateRotationXBenchmark.html) | -10.63% | 3.487429 | 3.116685 | +| System.Numerics.Tests.Perf_Quaternion.ConjugateBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_Quaternion.ConjugateBenchmark.html) | -13.07% | N/A | N/A | +| System.Numerics.Tests.Perf_Quaternion.CreateFromVector3WithScalarBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_Quaternion.CreateFromVector3WithScalarBenchmark.html) | -13.73% | 2.601171 | 2.244150 | +| System.Numerics.Tests.Perf_Vector2.AddFunctionBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_Vector2.AddFunctionBenchmark.html) | -10.75% | 2.413888 | 2.154411 | +| System.Numerics.Tests.Perf_Vector2.ClampBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_Vector2.ClampBenchmark.html) | -11.60% | N/A | N/A | +| System.Numerics.Tests.Perf_Vector2.UnitXBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_Vector2.UnitXBenchmark.html) | -10.13% | N/A | N/A | +| System.Numerics.Tests.Perf_Vector3.DistanceBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_Vector3.DistanceBenchmark.html) | -12.77% | N/A | N/A | +| System.Numerics.Tests.Perf_Vector3.MultiplyByScalarBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_Vector3.MultiplyByScalarBenchmark.html) | -14.62% | 2.544198 | 2.172248 | +| System.Numerics.Tests.Perf_Vector4.AbsBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_Vector4.AbsBenchmark.html) | -14.83% | 2.571861 | 2.190374 | +| System.Numerics.Tests.Perf_Vector4.CreateFromVector3WithScalarBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_Vector4.CreateFromVector3WithScalarBenchmark.html) | -13.38% | 2.955651 | 2.560121 | +| System.Numerics.Tests.Perf_Vector4.EqualityOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_Vector4.EqualityOperatorBenchmark.html) | -11.40% | N/A | N/A | +| System.Numerics.Tests.Perf_Vector4.LerpBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_Vector4.LerpBenchmark.html) | -10.30% | 2.865706 | 2.570505 | +| System.Numerics.Tests.Perf_Vector4.NegateOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_Vector4.NegateOperatorBenchmark.html) | -14.35% | 3.015827 | 2.582993 | +| System.Numerics.Tests.Perf_VectorOf.MinBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28Byte%29.MinBenchmark.html) | -11.58% | N/A | N/A | +| System.Numerics.Tests.Perf_VectorOf.AddBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28Double%29.AddBenchmark.html) | -14.48% | N/A | N/A | +| System.Numerics.Tests.Perf_VectorOf.BitwiseOrOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28Double%29.BitwiseOrOperatorBenchmark.html) | -11.51% | N/A | N/A | +| System.Numerics.Tests.Perf_VectorOf.DivisionOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28Double%29.DivisionOperatorBenchmark.html) | -14.27% | 2.137720 | 1.832611 | +| System.Numerics.Tests.Perf_VectorOf.NegateBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28Double%29.NegateBenchmark.html) | -14.45% | 2.302097 | 1.969439 | +| System.Numerics.Tests.Perf_VectorOf.AddBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28Int16%29.AddBenchmark.html) | -13.70% | 2.059504 | 1.777269 | +| System.Numerics.Tests.Perf_VectorOf.AndNotBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28Int16%29.AndNotBenchmark.html) | -13.00% | 2.032550 | 1.768263 | +| System.Numerics.Tests.Perf_VectorOf.BitwiseOrBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28Int16%29.BitwiseOrBenchmark.html) | -11.69% | N/A | N/A | +| System.Numerics.Tests.Perf_VectorOf.BitwiseOrOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28Int16%29.BitwiseOrOperatorBenchmark.html) | -10.40% | N/A | N/A | +| System.Numerics.Tests.Perf_VectorOf.EqualsAllBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28Int16%29.EqualsAllBenchmark.html) | -12.61% | N/A | N/A | +| System.Numerics.Tests.Perf_VectorOf.GreaterThanAnyBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28Int16%29.GreaterThanAnyBenchmark.html) | -13.33% | 2.340505 | 2.028575 | +| System.Numerics.Tests.Perf_VectorOf.GreaterThanOrEqualBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28Int16%29.GreaterThanOrEqualBenchmark.html) | -14.02% | 1.901967 | 1.635315 | +| System.Numerics.Tests.Perf_VectorOf.LessThanBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28Int16%29.LessThanBenchmark.html) | -14.01% | 1.897150 | 1.631401 | +| System.Numerics.Tests.Perf_VectorOf.UnaryNegateOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28Int16%29.UnaryNegateOperatorBenchmark.html) | -11.46% | N/A | N/A | +| System.Numerics.Tests.Perf_VectorOf.GreaterThanBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28Int32%29.GreaterThanBenchmark.html) | -11.58% | N/A | N/A | +| System.Numerics.Tests.Perf_VectorOf.XorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28Int32%29.XorBenchmark.html) | -10.36% | N/A | N/A | +| System.Numerics.Tests.Perf_VectorOf.LessThanOrEqualAnyBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28Int64%29.LessThanOrEqualAnyBenchmark.html) | -12.44% | 2.283645 | 1.999477 | +| System.Numerics.Tests.Perf_VectorOf.XorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28Int64%29.XorBenchmark.html) | -13.82% | N/A | N/A | +| System.Numerics.Tests.Perf_VectorOf.BitwiseOrOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28SByte%29.BitwiseOrOperatorBenchmark.html) | -13.12% | 2.030190 | 1.763912 | +| System.Numerics.Tests.Perf_VectorOf.ExclusiveOrOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28SByte%29.ExclusiveOrOperatorBenchmark.html) | -13.58% | 1.896186 | 1.638724 | +| System.Numerics.Tests.Perf_VectorOf.LessThanOrEqualBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28SByte%29.LessThanOrEqualBenchmark.html) | -13.87% | 1.897257 | 1.634189 | +| System.Numerics.Tests.Perf_VectorOf.OnesComplementOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28SByte%29.OnesComplementOperatorBenchmark.html) | -12.92% | N/A | N/A | +| System.Numerics.Tests.Perf_VectorOf.DotBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28Single%29.DotBenchmark.html) | -11.28% | 2.451773 | 2.175289 | +| System.Numerics.Tests.Perf_VectorOf.GreaterThanAnyBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28Single%29.GreaterThanAnyBenchmark.html) | -14.26% | N/A | N/A | +| System.Numerics.Tests.Perf_VectorOf.GreaterThanBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28Single%29.GreaterThanBenchmark.html) | -13.25% | 2.034395 | 1.764843 | +| System.Numerics.Tests.Perf_VectorOf.GreaterThanOrEqualAnyBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28Single%29.GreaterThanOrEqualAnyBenchmark.html) | -10.85% | 2.243686 | 2.000284 | +| System.Numerics.Tests.Perf_VectorOf.LessThanOrEqualAllBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28Single%29.LessThanOrEqualAllBenchmark.html) | -14.12% | 2.331878 | 2.002547 | +| System.Numerics.Tests.Perf_VectorOf.AddOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28UInt16%29.AddOperatorBenchmark.html) | -11.59% | 2.299885 | 2.033218 | +| System.Numerics.Tests.Perf_VectorOf.BitwiseAndOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28UInt16%29.BitwiseAndOperatorBenchmark.html) | -12.71% | 2.030843 | 1.772630 | +| System.Numerics.Tests.Perf_VectorOf.DotBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28UInt16%29.DotBenchmark.html) | -11.44% | 2.250977 | 1.993356 | +| System.Numerics.Tests.Perf_VectorOf.EqualityOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28UInt16%29.EqualityOperatorBenchmark.html) | -12.40% | N/A | N/A | +| System.Numerics.Tests.Perf_VectorOf.MultiplyBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28UInt16%29.MultiplyBenchmark.html) | -11.37% | N/A | N/A | +| System.Numerics.Tests.Perf_VectorOf.SubtractionOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28UInt16%29.SubtractionOperatorBenchmark.html) | -11.39% | N/A | N/A | +| System.Numerics.Tests.Perf_VectorOf.ZeroBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28UInt16%29.ZeroBenchmark.html) | -10.03% | N/A | N/A | +| System.Numerics.Tests.Perf_VectorOf.AddOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28UInt32%29.AddOperatorBenchmark.html) | -13.16% | 2.032811 | 1.765254 | +| System.Numerics.Tests.Perf_VectorOf.CountBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28UInt32%29.CountBenchmark.html) | -13.05% | 2.441432 | 2.122942 | +| System.Numerics.Tests.Perf_VectorOf.GreaterThanOrEqualAnyBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28UInt32%29.GreaterThanOrEqualAnyBenchmark.html) | -12.91% | N/A | N/A | +| System.Numerics.Tests.Perf_VectorOf.LessThanOrEqualAnyBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28UInt32%29.LessThanOrEqualAnyBenchmark.html) | -13.50% | 2.321383 | 2.008089 | +| System.Numerics.Tests.Perf_VectorOf.LessThanOrEqualBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28UInt32%29.LessThanOrEqualBenchmark.html) | -13.98% | 1.897685 | 1.632391 | +| System.Numerics.Tests.Perf_VectorOf.MaxBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28UInt32%29.MaxBenchmark.html) | -10.38% | N/A | N/A | +| System.Numerics.Tests.Perf_VectorOf.AndNotBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28UInt64%29.AndNotBenchmark.html) | -14.81% | 2.312856 | 1.970283 | +| System.Reflection.Attributes.GetCustomAttributesClassMiss | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Reflection.Attributes.GetCustomAttributesClassMiss.html) | -10.41% | 162.083175 | 145.208265 | +| System.Reflection.Attributes.GetCustomAttributesClassMissInherit | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Reflection.Attributes.GetCustomAttributesClassMissInherit.html) | -14.35% | 304.121622 | 260.484075 | +| System.Reflection.Attributes.GetCustomAttributesMethodBaseMissInherit | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Reflection.Attributes.GetCustomAttributesMethodBaseMissInherit.html) | -13.17% | 181.844313 | 157.889980 | +| System.Reflection.Attributes.IsDefinedClassHit | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Reflection.Attributes.IsDefinedClassHit.html) | -12.16% | 579.556707 | 509.101622 | +| System.Reflection.Attributes.IsDefinedClassHitInherit | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Reflection.Attributes.IsDefinedClassHitInherit.html) | -11.01% | 576.027812 | 512.599442 | +| System.Reflection.Attributes.IsDefinedClassMissInherit | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Reflection.Attributes.IsDefinedClassMissInherit.html) | -14.30% | 869.873757 | 745.466644 | +| System.Reflection.Attributes.IsDefinedMethodBaseHitInherit | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Reflection.Attributes.IsDefinedMethodBaseHitInherit.html) | -13.86% | 603.805778 | 520.142546 | +| System.Reflection.Attributes.IsDefinedMethodOverrideHit | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Reflection.Attributes.IsDefinedMethodOverrideHit.html) | -13.91% | 604.348754 | 520.272662 | +| System.Reflection.Attributes.IsDefinedMethodOverrideHitInherit | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Reflection.Attributes.IsDefinedMethodOverrideHitInherit.html) | -14.21% | 597.089342 | 512.254857 | +| System.Reflection.Attributes.IsDefinedMethodOverrideMiss | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Reflection.Attributes.IsDefinedMethodOverrideMiss.html) | -12.75% | 603.304079 | 526.386911 | +| System.Reflection.Attributes.IsDefinedMethodOverrideMissInherit | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Reflection.Attributes.IsDefinedMethodOverrideMissInherit.html) | -13.37% | 603.143969 | 522.489550 | +| System.Reflection.Invoke.Ctor4_int_string_struct_class_ConstructorInvoker | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Reflection.Invoke.Ctor4_int_string_struct_class_ConstructorInvoker.html) | -13.03% | 32.232028 | 28.031684 | +| System.Reflection.Invoke.StaticMethod4_arrayNotCached_int_string_struct_class | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Reflection.Invoke.StaticMethod4_arrayNotCached_int_string_struct_class.html) | -12.70% | 85.611637 | 74.735860 | +| System.Reflection.Invoke.StaticMethod5_ByRefParams_int_string_struct_class_bool | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Reflection.Invoke.StaticMethod5_ByRefParams_int_string_struct_class_bool.html) | -10.66% | 312.909514 | 279.551780 | +| System.Reflection.Metadata.Perf_TypeName.ParseAndGetAssemblyQualifiedName(input: typeof(System.Collections.Generic.Dictionary`2[])) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Reflection.Metadata.Perf_TypeName.ParseAndGetAssemblyQualifiedName%28input%3A%20typeof%28System.Collections.Generic.Dictionary%602%5B%5D%29%29.html) | -11.05% | 4376.329666 | 3892.747931 | +| System.Reflection.Metadata.Perf_TypeName.Parse_FullNames(input: typeof(System.Reflection.Metadata.Nested)) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Reflection.Metadata.Perf_TypeName.Parse_FullNames%28input%3A%20typeof%28System.Reflection.Metadata.Nested%29%29.html) | -12.62% | 209.804466 | 183.327472 | +| System.Runtime.InteropServices.Tests.SafeHandleTests.AddRef_GetHandle_Release | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Runtime.InteropServices.Tests.SafeHandleTests.AddRef_GetHandle_Release.html) | -11.24% | 23.220158 | 20.610817 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Float.DotBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Float.DotBenchmark.html) | -10.80% | N/A | N/A | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Float.EqualityOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Float.EqualityOperatorBenchmark.html) | -11.04% | 2.264757 | 2.014620 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Float.NegateBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Float.NegateBenchmark.html) | -12.27% | N/A | N/A | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Float.SubtractBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Float.SubtractBenchmark.html) | -14.54% | 2.083335 | 1.780498 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Int.AbsBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Int.AbsBenchmark.html) | -11.62% | N/A | N/A | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Int.BitwiseOrBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Int.BitwiseOrBenchmark.html) | -14.21% | 1.902144 | 1.631934 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Int.ConditionalSelectBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Int.ConditionalSelectBenchmark.html) | -14.91% | 2.421878 | 2.060677 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Int.GreaterThanOrEqualAllBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Int.GreaterThanOrEqualAllBenchmark.html) | -13.43% | 2.355661 | 2.039251 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Int.GreaterThanOrEqualBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Int.GreaterThanOrEqualBenchmark.html) | -11.36% | N/A | N/A | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.AbsBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Byte%29.AbsBenchmark.html) | -11.45% | N/A | N/A | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.ExclusiveOrOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Byte%29.ExclusiveOrOperatorBenchmark.html) | -11.35% | N/A | N/A | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.MaxBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Byte%29.MaxBenchmark.html) | -12.37% | 2.164520 | 1.896754 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.OnesComplementBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Byte%29.OnesComplementBenchmark.html) | -14.53% | 2.075329 | 1.773879 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.XorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Byte%29.XorBenchmark.html) | -13.79% | 2.058136 | 1.774358 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.MultiplyOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Double%29.MultiplyOperatorBenchmark.html) | -13.05% | 2.031394 | 1.766390 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.SubtractionOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Double%29.SubtractionOperatorBenchmark.html) | -13.04% | 2.029411 | 1.764826 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.AddOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Int16%29.AddOperatorBenchmark.html) | -10.07% | N/A | N/A | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.LessThanOrEqualAllBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Int16%29.LessThanOrEqualAllBenchmark.html) | -10.48% | 2.255606 | 2.019176 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.MultiplyBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Int16%29.MultiplyBenchmark.html) | -14.29% | 2.069711 | 1.773965 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.OnesComplementBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Int16%29.OnesComplementBenchmark.html) | -11.28% | N/A | N/A | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.BitwiseAndBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Int32%29.BitwiseAndBenchmark.html) | -12.18% | N/A | N/A | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.GreaterThanBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Int32%29.GreaterThanBenchmark.html) | -10.14% | N/A | N/A | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.LessThanBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Int32%29.LessThanBenchmark.html) | -13.94% | 1.895377 | 1.631095 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.MultiplyBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Int32%29.MultiplyBenchmark.html) | -14.22% | 2.072358 | 1.777728 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.AbsBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Int64%29.AbsBenchmark.html) | -13.77% | 1.898290 | 1.636839 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.InequalityOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Int64%29.InequalityOperatorBenchmark.html) | -10.26% | N/A | N/A | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.MultiplyBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Int64%29.MultiplyBenchmark.html) | -11.70% | N/A | N/A | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.NegateBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Int64%29.NegateBenchmark.html) | -12.79% | N/A | N/A | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.AllBitsSetBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28SByte%29.AllBitsSetBenchmark.html) | -11.25% | 1.840919 | 1.633900 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.AndNotBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28SByte%29.AndNotBenchmark.html) | -10.13% | N/A | N/A | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.BitwiseOrBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28SByte%29.BitwiseOrBenchmark.html) | -13.65% | 2.064359 | 1.782625 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.LessThanAnyBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28SByte%29.LessThanAnyBenchmark.html) | -13.25% | 2.344809 | 2.034221 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.AddOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Single%29.AddOperatorBenchmark.html) | -10.28% | N/A | N/A | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.BitwiseOrBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Single%29.BitwiseOrBenchmark.html) | -11.33% | N/A | N/A | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.GreaterThanOrEqualBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Single%29.GreaterThanOrEqualBenchmark.html) | -13.01% | 2.031119 | 1.766806 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.LessThanOrEqualBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Single%29.LessThanOrEqualBenchmark.html) | -11.42% | N/A | N/A | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.MultiplyOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Single%29.MultiplyOperatorBenchmark.html) | -11.46% | N/A | N/A | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.SumBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Single%29.SumBenchmark.html) | -11.15% | 2.274028 | 2.020400 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.ZeroBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Single%29.ZeroBenchmark.html) | -12.33% | 1.857290 | 1.628357 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.AllBitsSetBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28UInt16%29.AllBitsSetBenchmark.html) | -10.09% | N/A | N/A | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.GreaterThanOrEqualAllBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28UInt16%29.GreaterThanOrEqualAllBenchmark.html) | -14.79% | 2.379018 | 2.027146 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.AbsBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28UInt32%29.AbsBenchmark.html) | -14.59% | 2.082110 | 1.778314 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.AndNotBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28UInt32%29.AndNotBenchmark.html) | -10.10% | N/A | N/A | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.BitwiseOrBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28UInt32%29.BitwiseOrBenchmark.html) | -14.62% | 1.914124 | 1.634346 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.BitwiseOrOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28UInt32%29.BitwiseOrOperatorBenchmark.html) | -12.26% | 2.166365 | 1.900727 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.GreaterThanOrEqualBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28UInt32%29.GreaterThanOrEqualBenchmark.html) | -11.60% | N/A | N/A | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.SubtractionOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28UInt32%29.SubtractionOperatorBenchmark.html) | -12.19% | 2.162467 | 1.898930 | +| System.Tests.Perf_Boolean.TryParse(value: "False") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Tests.Perf_Boolean.TryParse%28value%3A%20%22False%22%29.html) | -10.22% | N/A | N/A | +| System.Tests.Perf_Boolean.TryParse(value: "TRUE") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Tests.Perf_Boolean.TryParse%28value%3A%20%22TRUE%22%29.html) | -11.92% | 4.203696 | 3.702671 | +| System.Tests.Perf_Byte.ToString(value: 0) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Tests.Perf_Byte.ToString%28value%3A%200%29.html) | -10.52% | 5.486368 | 4.909398 | +| System.Tests.Perf_Byte.ToString(value: 255) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Tests.Perf_Byte.ToString%28value%3A%20255%29.html) | -10.75% | 5.465417 | 4.877662 | +| System.Tests.Perf_Char.Char_ToUpper(c: 'İ', cultureName: en-US) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Tests.Perf_Char.Char_ToUpper%28c%3A%20%27%C4%B0%27%2C%20cultureName%3A%20en-US%29.html) | -12.89% | 25.838060 | 22.507772 | +| System.Tests.Perf_Char.Char_ToUpper(c: '你', cultureName: zh-Hans) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Tests.Perf_Char.Char_ToUpper%28c%3A%20%27%E4%BD%A0%27%2C%20cultureName%3A%20zh-Hans%29.html) | -11.64% | 23.682918 | 20.925499 | +| System.Tests.Perf_DateTime.Day | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Tests.Perf_DateTime.Day.html) | -14.02% | 7.826667 | 6.729296 | +| System.Tests.Perf_DateTime.Month | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Tests.Perf_DateTime.Month.html) | -13.68% | 7.577303 | 6.540467 | +| System.Tests.Perf_DateTime.ToString(format: "G") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Tests.Perf_DateTime.ToString%28format%3A%20%22G%22%29.html) | -12.02% | 179.984214 | 158.348864 | +| System.Tests.Perf_DateTime.ToString(format: null) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Tests.Perf_DateTime.ToString%28format%3A%20null%29.html) | -10.70% | 178.418076 | 159.334208 | +| System.Tests.Perf_DateTime.op_Subtraction | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Tests.Perf_DateTime.op_Subtraction.html) | -13.55% | 2.009920 | 1.737515 | +| System.Tests.Perf_DateTimeOffset.op_Subtraction | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Tests.Perf_DateTimeOffset.op_Subtraction.html) | -12.99% | 2.270822 | 1.975930 | +| System.Tests.Perf_Enum.Parse_Flags(text: "Red, Orange, Yellow, Green, Blue") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Tests.Perf_Enum.Parse_Flags%28text%3A%20%22Red%2C%20Orange%2C%20Yellow%2C%20Green%2C%20Blue%22%29.html) | -12.76% | 137.464684 | 119.930250 | +| System.Tests.Perf_Enum.TryParseGeneric_Flags(text: "Red, Orange, Yellow, Green, Blue") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Tests.Perf_Enum.TryParseGeneric_Flags%28text%3A%20%22Red%2C%20Orange%2C%20Yellow%2C%20Green%2C%20Blue%22%29.html) | -11.41% | 113.788155 | 100.803672 | +| System.Tests.Perf_Guid.EqualsOperator | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Tests.Perf_Guid.EqualsOperator.html) | -13.07% | 2.713774 | 2.359087 | +| System.Tests.Perf_Half.SingleToHalf(value: 6.097555E-05) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Tests.Perf_Half.SingleToHalf%28value%3A%206.097555E-05%29.html) | -14.04% | 5.205695 | 4.474930 | +| System.Tests.Perf_Half.SingleToHalf(value: NaN) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Tests.Perf_Half.SingleToHalf%28value%3A%20NaN%29.html) | -13.39% | 5.174044 | 4.481151 | +| System.Tests.Perf_Int32.ToStringHex(value: 2147483647) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Tests.Perf_Int32.ToStringHex%28value%3A%202147483647%29.html) | -10.90% | 32.877732 | 29.295442 | +| System.Tests.Perf_Int32.TryFormat(value: 2147483647) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Tests.Perf_Int32.TryFormat%28value%3A%202147483647%29.html) | -11.85% | 13.447601 | 11.853695 | +| System.Tests.Perf_Single.ToString(value: 12345) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Tests.Perf_Single.ToString%28value%3A%2012345%29.html) | -12.72% | 124.812948 | 108.941649 | +| System.Tests.Perf_Single.ToStringWithCultureInfo(value: -3.4028235E+38, culture: zh) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Tests.Perf_Single.ToStringWithCultureInfo%28value%3A%20-3.4028235E%2B38%2C%20culture%3A%20zh%29.html) | -10.61% | 165.213375 | 147.677130 | +| System.Tests.Perf_Single.ToStringWithCultureInfo(value: 3.4028235E+38, culture: zh) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Tests.Perf_Single.ToStringWithCultureInfo%28value%3A%203.4028235E%2B38%2C%20culture%3A%20zh%29.html) | -10.53% | 162.667026 | 145.542128 | +| System.Tests.Perf_Single.ToStringWithFormat(value: 12345, format: "G") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Tests.Perf_Single.ToStringWithFormat%28value%3A%2012345%2C%20format%3A%20%22G%22%29.html) | -11.93% | 124.274433 | 109.449389 | +| System.Tests.Perf_Single.ToStringWithFormat(value: 12345, format: "G17") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Tests.Perf_Single.ToStringWithFormat%28value%3A%2012345%2C%20format%3A%20%22G17%22%29.html) | -10.63% | 164.357554 | 146.888503 | +| System.Tests.Perf_Single.ToStringWithFormat(value: 12345, format: "R") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Tests.Perf_Single.ToStringWithFormat%28value%3A%2012345%2C%20format%3A%20%22R%22%29.html) | -11.72% | 125.447378 | 110.749063 | +| System.Tests.Perf_String.Replace_Char(text: "Hello", oldChar: 'a', newChar: 'b') | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Tests.Perf_String.Replace_Char%28text%3A%20%22Hello%22%2C%20oldChar%3A%20%27a%27%2C%20newChar%3A%20%27b%27%29.html) | -13.78% | 9.612365 | 8.287516 | +| System.Tests.Perf_String.Replace_Char(text: "This is a very nice sentence", oldChar: 'z', newChar: 'y') | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Tests.Perf_String.Replace_Char%28text%3A%20%22This%20is%20a%20very%20nice%20sentence%22%2C%20oldChar%3A%20%27z%27%2C%20newChar%3A%20%27y%27%29.html) | -10.87% | 10.683937 | 9.522734 | +| System.Tests.Perf_String.Split(s: "ABCDEFGHIJKLMNOPQRSTUVWXYZ", arr: [' '], options: RemoveEmptyEntries) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Tests.Perf_String.Split%28s%3A%20%22ABCDEFGHIJKLMNOPQRSTUVWXYZ%22%2C%20arr%3A%20%5B%27%20%27%5D%2C%20options%3A%20RemoveEmptyEntries%29.html) | -14.87% | 34.044910 | 28.981701 | +| System.Tests.Perf_String.ToUpperInvariant(s: "TEST") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Tests.Perf_String.ToUpperInvariant%28s%3A%20%22TEST%22%29.html) | -10.02% | 10.158646 | 9.140885 | +| System.Tests.Perf_Type.GetType_FullyQualifiedNames(input: typeof(System.Collections.Generic.Dictionary`2[])) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Tests.Perf_Type.GetType_FullyQualifiedNames%28input%3A%20typeof%28System.Collections.Generic.Dictionary%602%5B%5D%29%29.html) | -10.99% | 6321.862564 | 5626.904498 | +| System.Tests.Perf_UInt16.ToString(value: 0) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Tests.Perf_UInt16.ToString%28value%3A%200%29.html) | -11.84% | 5.446223 | 4.801289 | +| System.Tests.Perf_UInt32.TryFormat(value: 12345) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Tests.Perf_UInt32.TryFormat%28value%3A%2012345%29.html) | -11.25% | 8.308838 | 7.374204 | +| System.Tests.Perf_UInt32.TryFormat(value: 4294967295) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Tests.Perf_UInt32.TryFormat%28value%3A%204294967295%29.html) | -12.08% | 13.032711 | 11.458178 | +| System.Tests.Perf_Uri.CtorIdnHostPathAndQuery(input: "http://dot.net/path/with?key=value#fragment") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Tests.Perf_Uri.CtorIdnHostPathAndQuery%28input%3A%20%22http%3A//dot.net/path/with%3Fkey%3Dvalue%23fragment%22%29.html) | -14.59% | 469.110126 | 400.645163 | +| System.Tests.Perf_Uri.CtorIdnHostPathAndQuery(input: "http://host/path with escapable values?key=va lue") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Tests.Perf_Uri.CtorIdnHostPathAndQuery%28input%3A%20%22http%3A//host/path%20with%20escapable%20values%3Fkey%3Dva%20lue%22%29.html) | -11.85% | 660.150299 | 581.890526 | +| System.Tests.Perf_Uri.CtorIdnHostPathAndQuery(input: "http://host/path with escapable values?key=ünicode") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Tests.Perf_Uri.CtorIdnHostPathAndQuery%28input%3A%20%22http%3A//host/path%20with%20escapable%20values%3Fkey%3D%C3%BCnicode%22%29.html) | -10.28% | 1009.371890 | 905.601633 | +| System.Tests.Perf_Uri.CtorIdnHostPathAndQuery(input: "http://host/path?key1=value1&key2=value2&key3=value3&key4=value4") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Tests.Perf_Uri.CtorIdnHostPathAndQuery%28input%3A%20%22http%3A//host/path%3Fkey1%3Dvalue1%26key2%3Dvalue2%26key3%3Dvalue3%26key4%3Dvalue4%22%29.html) | -14.25% | 582.764313 | 499.717591 | +| System.Tests.Perf_Uri.CtorIdnHostPathAndQuery(input: "http://xn--hst-sna.with.xn--nicode-2ya/path/with?key=value#fragment") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Tests.Perf_Uri.CtorIdnHostPathAndQuery%28input%3A%20%22http%3A//xn--hst-sna.with.xn--nicode-2ya/path/with%3Fkey%3Dvalue%23fragment%22%29.html) | -14.55% | 603.148500 | 515.382930 | +| System.Tests.Perf_Uri.PathAndQuery | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Tests.Perf_Uri.PathAndQuery.html) | -11.44% | 6.301195 | 5.580557 | +| System.Text.Encodings.Web.Tests.Perf_Encoders.EncodeUtf16(arguments: JavaScript,no escaping required,16) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Encodings.Web.Tests.Perf_Encoders.EncodeUtf16%28arguments%3A%20JavaScript%2Cno%20escaping%20required%2C16%29.html) | -14.84% | 23.877759 | 20.333884 | +| System.Text.Json.Document.Tests.Perf_EnumerateArray.Parse(TestCase: ArrayOfNumbers) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Document.Tests.Perf_EnumerateArray.Parse%28TestCase%3A%20ArrayOfNumbers%29.html) | -14.26% | 12869.510082 | 11033.835926 | +| System.Text.Json.Document.Tests.Perf_EnumerateArray.Parse(TestCase: ArrayOfStrings) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Document.Tests.Perf_EnumerateArray.Parse%28TestCase%3A%20ArrayOfStrings%29.html) | -12.91% | 9921.772792 | 8641.134573 | +| System.Text.Json.Document.Tests.Perf_EnumerateObject.Parse(TestCase: NumericProperties) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Document.Tests.Perf_EnumerateObject.Parse%28TestCase%3A%20NumericProperties%29.html) | -11.59% | 21318.508211 | 18847.147841 | +| System.Text.Json.Document.Tests.Perf_EnumerateObject.Parse(TestCase: StringProperties) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Document.Tests.Perf_EnumerateObject.Parse%28TestCase%3A%20StringProperties%29.html) | -12.15% | 18475.429077 | 16231.117358 | +| System.Text.Json.Node.Tests.Perf_ParseThenWrite.ParseThenWrite(IsDataIndented: False, TestCase: BroadTree) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Node.Tests.Perf_ParseThenWrite.ParseThenWrite%28IsDataIndented%3A%20False%2C%20TestCase%3A%20BroadTree%29.html) | -10.79% | 45906.861185 | 40953.885041 | +| System.Text.Json.Node.Tests.Perf_ParseThenWrite.ParseThenWrite(IsDataIndented: False, TestCase: LotsOfNumbers) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Node.Tests.Perf_ParseThenWrite.ParseThenWrite%28IsDataIndented%3A%20False%2C%20TestCase%3A%20LotsOfNumbers%29.html) | -11.33% | 11039.815923 | 9788.711988 | +| System.Text.Json.Node.Tests.Perf_ParseThenWrite.ParseThenWrite(IsDataIndented: True, TestCase: LotsOfNumbers) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Node.Tests.Perf_ParseThenWrite.ParseThenWrite%28IsDataIndented%3A%20True%2C%20TestCase%3A%20LotsOfNumbers%29.html) | -11.02% | 12432.107532 | 11062.348320 | +| System.Text.Json.Serialization.Tests.ColdStartSerialization.NewCustomConverter | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ColdStartSerialization%28SimpleStructWithProperties%29.NewCustomConverter.html) | -10.71% | 40262.522414 | 35950.804259 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromString(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28ArrayList%29.DeserializeFromString%28Mode%3A%20Reflection%29.html) | -13.30% | 22329.299144 | 19360.232484 | +| System.Text.Json.Serialization.Tests.ReadJson>.DeserializeFromReader(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28Dictionary%28String%2C%20String%29%29.DeserializeFromReader%28Mode%3A%20SourceGen%29.html) | -10.40% | 25768.004228 | 23087.007524 | +| System.Text.Json.Serialization.Tests.ReadJson>.DeserializeFromStream(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28Dictionary%28String%2C%20String%29%29.DeserializeFromStream%28Mode%3A%20Reflection%29.html) | -12.13% | 21576.440913 | 18960.040100 | +| System.Text.Json.Serialization.Tests.ReadJson>.DeserializeFromStream(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28Dictionary%28String%2C%20String%29%29.DeserializeFromStream%28Mode%3A%20SourceGen%29.html) | -12.00% | 21678.973479 | 19078.189050 | +| System.Text.Json.Serialization.Tests.ReadJson>.DeserializeFromReader(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28HashSet%28String%29%29.DeserializeFromReader%28Mode%3A%20Reflection%29.html) | -11.45% | 15378.808821 | 13618.300012 | +| System.Text.Json.Serialization.Tests.ReadJson>.DeserializeFromReader(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28HashSet%28String%29%29.DeserializeFromReader%28Mode%3A%20SourceGen%29.html) | -11.58% | 15327.799564 | 13552.933161 | +| System.Text.Json.Serialization.Tests.ReadJson>.DeserializeFromStream(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28HashSet%28String%29%29.DeserializeFromStream%28Mode%3A%20Reflection%29.html) | -12.33% | 13783.702554 | 12084.499462 | +| System.Text.Json.Serialization.Tests.ReadJson>.DeserializeFromStream(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28HashSet%28String%29%29.DeserializeFromStream%28Mode%3A%20SourceGen%29.html) | -12.46% | 13790.999481 | 12073.048421 | +| System.Text.Json.Serialization.Tests.ReadJson>.DeserializeFromUtf8Bytes(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28HashSet%28String%29%29.DeserializeFromUtf8Bytes%28Mode%3A%20Reflection%29.html) | -10.45% | 12000.320164 | 10746.318947 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromReader(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28Hashtable%29.DeserializeFromReader%28Mode%3A%20SourceGen%29.html) | -12.01% | 43410.935783 | 38196.019222 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromStream(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28Hashtable%29.DeserializeFromStream%28Mode%3A%20Reflection%29.html) | -13.57% | 39023.013678 | 33727.112031 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromStream(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28Hashtable%29.DeserializeFromStream%28Mode%3A%20SourceGen%29.html) | -14.98% | 39222.276021 | 33346.328117 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromUtf8Bytes(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28Hashtable%29.DeserializeFromUtf8Bytes%28Mode%3A%20Reflection%29.html) | -12.30% | 37131.025552 | 32562.624821 | +| System.Text.Json.Serialization.Tests.ReadJson>.DeserializeFromReader(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28ImmutableDictionary%28String%2C%20String%29%29.DeserializeFromReader%28Mode%3A%20Reflection%29.html) | -10.37% | 45896.708566 | 41135.880190 | +| System.Text.Json.Serialization.Tests.ReadJson>.DeserializeFromReader(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28ImmutableDictionary%28String%2C%20String%29%29.DeserializeFromReader%28Mode%3A%20SourceGen%29.html) | -11.12% | 46571.971732 | 41392.104754 | +| System.Text.Json.Serialization.Tests.ReadJson>.DeserializeFromStream(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28ImmutableDictionary%28String%2C%20String%29%29.DeserializeFromStream%28Mode%3A%20Reflection%29.html) | -10.50% | 42202.102346 | 37772.961255 | +| System.Text.Json.Serialization.Tests.ReadJson>.DeserializeFromString(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28ImmutableDictionary%28String%2C%20String%29%29.DeserializeFromString%28Mode%3A%20Reflection%29.html) | -10.10% | 40318.420715 | 36246.591035 | +| System.Text.Json.Serialization.Tests.ReadJson>.DeserializeFromUtf8Bytes(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28ImmutableDictionary%28String%2C%20String%29%29.DeserializeFromUtf8Bytes%28Mode%3A%20SourceGen%29.html) | -14.31% | 41639.407302 | 35679.316702 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromStream(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28IndexViewModel%29.DeserializeFromStream%28Mode%3A%20Reflection%29.html) | -10.91% | 28364.328513 | 25269.436257 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromUtf8Bytes(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28IndexViewModel%29.DeserializeFromUtf8Bytes%28Mode%3A%20Reflection%29.html) | -10.08% | 26566.279020 | 23888.447238 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromUtf8Bytes(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28IndexViewModel%29.DeserializeFromUtf8Bytes%28Mode%3A%20SourceGen%29.html) | -10.76% | 25947.768364 | 23155.228056 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromString(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28Int32%29.DeserializeFromString%28Mode%3A%20Reflection%29.html) | -10.19% | 94.599510 | 84.956343 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromReader(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28LargeStructWithProperties%29.DeserializeFromReader%28Mode%3A%20Reflection%29.html) | -13.04% | 1648.731510 | 1433.778622 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromReader(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28LargeStructWithProperties%29.DeserializeFromReader%28Mode%3A%20SourceGen%29.html) | -12.98% | 1641.778915 | 1428.602606 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromString(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28LargeStructWithProperties%29.DeserializeFromString%28Mode%3A%20Reflection%29.html) | -11.40% | 1080.585423 | 957.404409 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromString(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28LargeStructWithProperties%29.DeserializeFromString%28Mode%3A%20SourceGen%29.html) | -11.37% | 1071.152590 | 949.356837 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromUtf8Bytes(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28LargeStructWithProperties%29.DeserializeFromUtf8Bytes%28Mode%3A%20Reflection%29.html) | -13.98% | 1045.313567 | 899.183747 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromUtf8Bytes(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28LargeStructWithProperties%29.DeserializeFromUtf8Bytes%28Mode%3A%20SourceGen%29.html) | -10.98% | 1005.585091 | 895.144244 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromReader(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28Location%29.DeserializeFromReader%28Mode%3A%20Reflection%29.html) | -12.46% | 1884.912004 | 1650.024006 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromReader(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28Location%29.DeserializeFromReader%28Mode%3A%20SourceGen%29.html) | -13.18% | 1836.950827 | 1594.901899 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromStream(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28Location%29.DeserializeFromStream%28Mode%3A%20SourceGen%29.html) | -11.31% | 1486.844834 | 1318.748940 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromString(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28Location%29.DeserializeFromString%28Mode%3A%20SourceGen%29.html) | -10.29% | 1244.233589 | 1116.153439 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromUtf8Bytes(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28Location%29.DeserializeFromUtf8Bytes%28Mode%3A%20Reflection%29.html) | -12.78% | 1231.082850 | 1073.701229 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromReader(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28LoginViewModel%29.DeserializeFromReader%28Mode%3A%20Reflection%29.html) | -10.06% | 679.516704 | 611.175942 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromString(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28LoginViewModel%29.DeserializeFromString%28Mode%3A%20Reflection%29.html) | -11.73% | 456.377184 | 402.864644 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromString(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28LoginViewModel%29.DeserializeFromString%28Mode%3A%20SourceGen%29.html) | -11.79% | 441.053599 | 389.045301 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromUtf8Bytes(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28LoginViewModel%29.DeserializeFromUtf8Bytes%28Mode%3A%20Reflection%29.html) | -11.76% | 434.314036 | 383.253164 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromUtf8Bytes(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28LoginViewModel%29.DeserializeFromUtf8Bytes%28Mode%3A%20SourceGen%29.html) | -13.28% | 423.029811 | 366.871074 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromReader(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28MyEventsListerViewModel%29.DeserializeFromReader%28Mode%3A%20Reflection%29.html) | -11.65% | 386066.796583 | 341095.674087 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromReader(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28MyEventsListerViewModel%29.DeserializeFromReader%28Mode%3A%20SourceGen%29.html) | -13.18% | 381713.906142 | 331391.472192 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromStream(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28MyEventsListerViewModel%29.DeserializeFromStream%28Mode%3A%20Reflection%29.html) | -10.00% | 304354.585462 | 273909.075296 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromStream(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28MyEventsListerViewModel%29.DeserializeFromStream%28Mode%3A%20SourceGen%29.html) | -11.42% | 301009.304221 | 266642.140628 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromString(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28MyEventsListerViewModel%29.DeserializeFromString%28Mode%3A%20SourceGen%29.html) | -11.80% | 276169.723391 | 243583.875413 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromUtf8Bytes(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28MyEventsListerViewModel%29.DeserializeFromUtf8Bytes%28Mode%3A%20Reflection%29.html) | -12.23% | 271987.427278 | 238718.995676 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromUtf8Bytes(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28MyEventsListerViewModel%29.DeserializeFromUtf8Bytes%28Mode%3A%20SourceGen%29.html) | -13.01% | 269460.064335 | 234404.351260 | +| System.Text.Json.Serialization.Tests.ReadJson>.DeserializeFromReader(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28Nullable%28DateTimeOffset%29%29.DeserializeFromReader%28Mode%3A%20Reflection%29.html) | -11.75% | 220.925129 | 194.966141 | +| System.Text.Json.Serialization.Tests.ReadJson>.DeserializeFromReader(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28Nullable%28DateTimeOffset%29%29.DeserializeFromReader%28Mode%3A%20SourceGen%29.html) | -12.33% | 222.519278 | 195.087125 | +| System.Text.Json.Serialization.Tests.ReadJson>.DeserializeFromString(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28Nullable%28DateTimeOffset%29%29.DeserializeFromString%28Mode%3A%20Reflection%29.html) | -11.22% | 150.368470 | 133.504095 | +| System.Text.Json.Serialization.Tests.ReadJson>.DeserializeFromString(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28Nullable%28DateTimeOffset%29%29.DeserializeFromString%28Mode%3A%20SourceGen%29.html) | -11.67% | 150.555631 | 132.989512 | +| System.Text.Json.Serialization.Tests.ReadJson>.DeserializeFromUtf8Bytes(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28Nullable%28DateTimeOffset%29%29.DeserializeFromUtf8Bytes%28Mode%3A%20Reflection%29.html) | -13.53% | 129.060769 | 111.594400 | +| System.Text.Json.Serialization.Tests.ReadJson>.DeserializeFromUtf8Bytes(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28Nullable%28DateTimeOffset%29%29.DeserializeFromUtf8Bytes%28Mode%3A%20SourceGen%29.html) | -13.88% | 128.873815 | 110.982271 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromString(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28SimpleStructWithProperties%29.DeserializeFromString%28Mode%3A%20SourceGen%29.html) | -12.37% | 301.716606 | 264.379679 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromUtf8Bytes(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28SimpleStructWithProperties%29.DeserializeFromUtf8Bytes%28Mode%3A%20Reflection%29.html) | -13.26% | 284.172029 | 246.480659 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromUtf8Bytes(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28SimpleStructWithProperties%29.DeserializeFromUtf8Bytes%28Mode%3A%20SourceGen%29.html) | -12.87% | 278.834188 | 242.946184 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromUtf8Bytes(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28StructRecord%29.DeserializeFromUtf8Bytes%28Mode%3A%20Reflection%29.html) | -10.46% | 613.770072 | 549.592449 | +| System.Text.Json.Serialization.Tests.ReadMissingAndCaseInsensitive.CaseInsensitiveMatching | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadMissingAndCaseInsensitive%28Location%29.CaseInsensitiveMatching.html) | -11.40% | 1301.753446 | 1153.352559 | +| System.Text.Json.Serialization.Tests.ReadMissingAndCaseInsensitive.CaseInsensitiveNotMatching | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadMissingAndCaseInsensitive%28Location%29.CaseInsensitiveNotMatching.html) | -13.88% | 1333.013152 | 1148.050178 | +| System.Text.Json.Serialization.Tests.ReadMissingAndCaseInsensitive.MissingProperties | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadMissingAndCaseInsensitive%28Location%29.MissingProperties.html) | -12.96% | 884.598822 | 769.945149 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToWriter(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28ClassRecord%29.SerializeToWriter%28Mode%3A%20Reflection%29.html) | -13.89% | 312.636758 | 269.202507 | +| System.Text.Json.Serialization.Tests.WriteJson>.SerializeObjectProperty(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28ImmutableDictionary%28String%2C%20String%29%29.SerializeObjectProperty%28Mode%3A%20Reflection%29.html) | -13.44% | 20228.087331 | 17510.265406 | +| System.Text.Json.Serialization.Tests.WriteJson>.SerializeObjectProperty(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28ImmutableDictionary%28String%2C%20String%29%29.SerializeObjectProperty%28Mode%3A%20SourceGen%29.html) | -14.17% | 18678.640945 | 16032.617787 | +| System.Text.Json.Serialization.Tests.WriteJson>.SerializeToStream(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28ImmutableDictionary%28String%2C%20String%29%29.SerializeToStream%28Mode%3A%20Reflection%29.html) | -14.52% | 18377.223314 | 15708.975119 | +| System.Text.Json.Serialization.Tests.WriteJson>.SerializeToString(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28ImmutableDictionary%28String%2C%20String%29%29.SerializeToString%28Mode%3A%20Reflection%29.html) | -13.29% | 20181.625162 | 17498.950479 | +| System.Text.Json.Serialization.Tests.WriteJson>.SerializeToUtf8Bytes(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28ImmutableDictionary%28String%2C%20String%29%29.SerializeToUtf8Bytes%28Mode%3A%20Reflection%29.html) | -14.14% | 18809.439985 | 16150.208552 | +| System.Text.Json.Serialization.Tests.WriteJson>.SerializeToWriter(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28ImmutableDictionary%28String%2C%20String%29%29.SerializeToWriter%28Mode%3A%20Reflection%29.html) | -14.29% | 18106.960224 | 15519.888014 | +| System.Text.Json.Serialization.Tests.WriteJson>.SerializeToWriter(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28ImmutableDictionary%28String%2C%20String%29%29.SerializeToWriter%28Mode%3A%20SourceGen%29.html) | -11.98% | 16954.371947 | 14923.301509 | +| System.Text.Json.Serialization.Tests.WriteJson>.SerializeObjectProperty(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28ImmutableSortedDictionary%28String%2C%20String%29%29.SerializeObjectProperty%28Mode%3A%20Reflection%29.html) | -14.07% | 15717.067677 | 13505.910898 | +| System.Text.Json.Serialization.Tests.WriteJson>.SerializeToStream(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28ImmutableSortedDictionary%28String%2C%20String%29%29.SerializeToStream%28Mode%3A%20Reflection%29.html) | -14.15% | 14027.944530 | 12043.092069 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeObjectProperty(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28IndexViewModel%29.SerializeObjectProperty%28Mode%3A%20Reflection%29.html) | -11.01% | 17703.412466 | 15753.728300 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToString(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28IndexViewModel%29.SerializeToString%28Mode%3A%20Reflection%29.html) | -12.14% | 17815.551233 | 15652.940190 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToUtf8Bytes(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28IndexViewModel%29.SerializeToUtf8Bytes%28Mode%3A%20Reflection%29.html) | -14.06% | 15208.003926 | 13070.107748 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToUtf8Bytes(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28IndexViewModel%29.SerializeToUtf8Bytes%28Mode%3A%20SourceGen%29.html) | -11.18% | 11710.068270 | 10400.522851 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToWriter(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28IndexViewModel%29.SerializeToWriter%28Mode%3A%20SourceGen%29.html) | -11.20% | 10785.456715 | 9577.148424 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToWriter(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28LargeStructWithProperties%29.SerializeToWriter%28Mode%3A%20Reflection%29.html) | -10.89% | 504.945007 | 449.978390 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToWriter(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28Location%29.SerializeToWriter%28Mode%3A%20SourceGen%29.html) | -10.57% | 489.115325 | 437.397387 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToWriter(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28LoginViewModel%29.SerializeToWriter%28Mode%3A%20SourceGen%29.html) | -13.49% | 170.147226 | 147.187049 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToWriter(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28StructRecord%29.SerializeToWriter%28Mode%3A%20Reflection%29.html) | -13.73% | 322.173313 | 277.932354 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToWriter(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28StructRecord%29.SerializeToWriter%28Mode%3A%20SourceGen%29.html) | -13.68% | 218.248130 | 188.387446 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeObjectProperty(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28TreeRecord%29.SerializeObjectProperty%28Mode%3A%20SourceGen%29.html) | -12.53% | 13300.162763 | 11633.296704 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToStream(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28TreeRecord%29.SerializeToStream%28Mode%3A%20SourceGen%29.html) | -10.45% | 12763.546193 | 11429.655302 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToString(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28TreeRecord%29.SerializeToString%28Mode%3A%20SourceGen%29.html) | -11.22% | 12969.241378 | 11513.727021 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToUtf8Bytes(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28TreeRecord%29.SerializeToUtf8Bytes%28Mode%3A%20Reflection%29.html) | -12.65% | 12665.694981 | 11064.110851 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToUtf8Bytes(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28TreeRecord%29.SerializeToUtf8Bytes%28Mode%3A%20SourceGen%29.html) | -10.96% | 12601.930623 | 11220.798133 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToWriter(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28TreeRecord%29.SerializeToWriter%28Mode%3A%20SourceGen%29.html) | -11.53% | 12766.427063 | 11294.629776 | +| System.Text.Json.Tests.Perf_Basic.WriteBasicUtf16(Formatted: False, SkipValidation: False, DataSize: 10) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Basic.WriteBasicUtf16%28Formatted%3A%20False%2C%20SkipValidation%3A%20False%2C%20DataSize%3A%2010%29.html) | -12.02% | 772.588462 | 679.745910 | +| System.Text.Json.Tests.Perf_Basic.WriteBasicUtf16(Formatted: False, SkipValidation: True, DataSize: 10) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Basic.WriteBasicUtf16%28Formatted%3A%20False%2C%20SkipValidation%3A%20True%2C%20DataSize%3A%2010%29.html) | -12.02% | 736.116315 | 647.662992 | +| System.Text.Json.Tests.Perf_Basic.WriteBasicUtf16(Formatted: True, SkipValidation: False, DataSize: 10) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Basic.WriteBasicUtf16%28Formatted%3A%20True%2C%20SkipValidation%3A%20False%2C%20DataSize%3A%2010%29.html) | -11.86% | 934.114164 | 823.324641 | +| System.Text.Json.Tests.Perf_Basic.WriteBasicUtf16(Formatted: True, SkipValidation: True, DataSize: 10) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Basic.WriteBasicUtf16%28Formatted%3A%20True%2C%20SkipValidation%3A%20True%2C%20DataSize%3A%2010%29.html) | -12.11% | 901.217098 | 792.040084 | +| System.Text.Json.Tests.Perf_DateTimes.WriteDateTimes(Formatted: False, SkipValidation: False) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Tests.Perf_DateTimes.WriteDateTimes%28Formatted%3A%20False%2C%20SkipValidation%3A%20False%29.html) | -14.56% | 5590645.332792 | 4776474.560877 | +| System.Text.Json.Tests.Perf_DateTimes.WriteDateTimes(Formatted: False, SkipValidation: True) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Tests.Perf_DateTimes.WriteDateTimes%28Formatted%3A%20False%2C%20SkipValidation%3A%20True%29.html) | -14.18% | 5512823.613889 | 4731212.907540 | +| System.Text.Json.Tests.Perf_DateTimes.WriteDateTimes(Formatted: True, SkipValidation: False) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Tests.Perf_DateTimes.WriteDateTimes%28Formatted%3A%20True%2C%20SkipValidation%3A%20False%29.html) | -13.93% | 6136810.953125 | 5281997.620982 | +| System.Text.Json.Tests.Perf_DateTimes.WriteDateTimes(Formatted: True, SkipValidation: True) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Tests.Perf_DateTimes.WriteDateTimes%28Formatted%3A%20True%2C%20SkipValidation%3A%20True%29.html) | -14.63% | 6117156.346875 | 5222471.391518 | +| System.Text.Json.Tests.Perf_Get.GetInt16 | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Get.GetInt16.html) | -14.33% | 771.197811 | 660.659859 | +| System.Text.Json.Tests.Perf_Guids.WriteGuids(Formatted: True, SkipValidation: False) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Guids.WriteGuids%28Formatted%3A%20True%2C%20SkipValidation%3A%20False%29.html) | -13.81% | 2060459.825266 | 1775867.907172 | +| System.Text.Json.Tests.Perf_Reader.ReadMultiSpanSequenceEmptyLoop(IsDataCompact: False, TestCase: HelloWorld) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Reader.ReadMultiSpanSequenceEmptyLoop%28IsDataCompact%3A%20False%2C%20TestCase%3A%20HelloWorld%29.html) | -14.45% | 186.194947 | 159.287744 | +| System.Text.Json.Tests.Perf_Reader.ReadMultiSpanSequenceEmptyLoop(IsDataCompact: True, TestCase: BroadTree) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Reader.ReadMultiSpanSequenceEmptyLoop%28IsDataCompact%3A%20True%2C%20TestCase%3A%20BroadTree%29.html) | -10.80% | 9074.306327 | 8094.078260 | +| System.Text.Json.Tests.Perf_Reader.ReadMultiSpanSequenceEmptyLoop(IsDataCompact: True, TestCase: DeepTree) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Reader.ReadMultiSpanSequenceEmptyLoop%28IsDataCompact%3A%20True%2C%20TestCase%3A%20DeepTree%29.html) | -10.15% | 4244.369358 | 3813.544361 | +| System.Text.Json.Tests.Perf_Reader.ReadReturnBytes(IsDataCompact: False, TestCase: BroadTree) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Reader.ReadReturnBytes%28IsDataCompact%3A%20False%2C%20TestCase%3A%20BroadTree%29.html) | -11.13% | 15042.307099 | 13367.450380 | +| System.Text.Json.Tests.Perf_Reader.ReadSingleSpanSequenceEmptyLoop(IsDataCompact: False, TestCase: HelloWorld) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Reader.ReadSingleSpanSequenceEmptyLoop%28IsDataCompact%3A%20False%2C%20TestCase%3A%20HelloWorld%29.html) | -13.17% | 128.267543 | 111.373868 | +| System.Text.Json.Tests.Perf_Reader.ReadSingleSpanSequenceEmptyLoop(IsDataCompact: False, TestCase: Json400B) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Reader.ReadSingleSpanSequenceEmptyLoop%28IsDataCompact%3A%20False%2C%20TestCase%3A%20Json400B%29.html) | -11.55% | 1070.137472 | 946.576170 | +| System.Text.Json.Tests.Perf_Reader.ReadSingleSpanSequenceEmptyLoop(IsDataCompact: False, TestCase: Json40KB) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Reader.ReadSingleSpanSequenceEmptyLoop%28IsDataCompact%3A%20False%2C%20TestCase%3A%20Json40KB%29.html) | -10.62% | 87339.703508 | 78066.664082 | +| System.Text.Json.Tests.Perf_Reader.ReadSingleSpanSequenceEmptyLoop(IsDataCompact: False, TestCase: Json4KB) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Reader.ReadSingleSpanSequenceEmptyLoop%28IsDataCompact%3A%20False%2C%20TestCase%3A%20Json4KB%29.html) | -10.77% | 8849.763528 | 7896.394061 | +| System.Text.Json.Tests.Perf_Reader.ReadSingleSpanSequenceEmptyLoop(IsDataCompact: True, TestCase: BroadTree) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Reader.ReadSingleSpanSequenceEmptyLoop%28IsDataCompact%3A%20True%2C%20TestCase%3A%20BroadTree%29.html) | -14.86% | 7950.553855 | 6768.827821 | +| System.Text.Json.Tests.Perf_Reader.ReadSingleSpanSequenceEmptyLoop(IsDataCompact: True, TestCase: LotsOfStrings) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Reader.ReadSingleSpanSequenceEmptyLoop%28IsDataCompact%3A%20True%2C%20TestCase%3A%20LotsOfStrings%29.html) | -10.73% | 1425.732718 | 1272.789848 | +| System.Text.Json.Tests.Perf_Reader.ReadSpanEmptyLoop(IsDataCompact: False, TestCase: HelloWorld) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Reader.ReadSpanEmptyLoop%28IsDataCompact%3A%20False%2C%20TestCase%3A%20HelloWorld%29.html) | -12.47% | 114.213380 | 99.973190 | +| System.Text.Json.Tests.Perf_Reader.ReadSpanEmptyLoop(IsDataCompact: False, TestCase: Json400B) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Reader.ReadSpanEmptyLoop%28IsDataCompact%3A%20False%2C%20TestCase%3A%20Json400B%29.html) | -11.58% | 1052.598018 | 930.692068 | +| System.Text.Json.Tests.Perf_Reader.ReadSpanEmptyLoop(IsDataCompact: False, TestCase: Json40KB) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Reader.ReadSpanEmptyLoop%28IsDataCompact%3A%20False%2C%20TestCase%3A%20Json40KB%29.html) | -10.50% | 87416.882409 | 78242.403927 | +| System.Text.Json.Tests.Perf_Reader.ReadSpanEmptyLoop(IsDataCompact: True, TestCase: BroadTree) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Reader.ReadSpanEmptyLoop%28IsDataCompact%3A%20True%2C%20TestCase%3A%20BroadTree%29.html) | -13.62% | 7941.099678 | 6859.409034 | +| System.Text.Json.Tests.Perf_Reader.ReadSpanEmptyLoop(IsDataCompact: True, TestCase: HelloWorld) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Reader.ReadSpanEmptyLoop%28IsDataCompact%3A%20True%2C%20TestCase%3A%20HelloWorld%29.html) | -10.66% | 98.857951 | 88.323639 | +| System.Text.Json.Tests.Perf_Reader.ReadSpanEmptyLoop(IsDataCompact: True, TestCase: LotsOfStrings) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Reader.ReadSpanEmptyLoop%28IsDataCompact%3A%20True%2C%20TestCase%3A%20LotsOfStrings%29.html) | -13.23% | 1409.402971 | 1222.902961 | +| System.Text.Json.Tests.Perf_Segment.ReadMultiSegmentSequence(segmentSize: 8192, TestCase: Json4KB) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Segment.ReadMultiSegmentSequence%28segmentSize%3A%208192%2C%20TestCase%3A%20Json4KB%29.html) | -10.13% | 8755.118479 | 7867.816736 | +| System.Text.Json.Tests.Perf_Segment.ReadMultiSegmentSequenceUsingSpan(segmentSize: 4096, TestCase: Json4KB) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Segment.ReadMultiSegmentSequenceUsingSpan%28segmentSize%3A%204096%2C%20TestCase%3A%20Json4KB%29.html) | -11.15% | 8908.151186 | 7914.949540 | +| System.Text.Json.Tests.Perf_Segment.ReadMultiSegmentSequenceUsingSpan(segmentSize: 8192, TestCase: Json4KB) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Segment.ReadMultiSegmentSequenceUsingSpan%28segmentSize%3A%208192%2C%20TestCase%3A%20Json4KB%29.html) | -11.31% | 8861.087536 | 7858.889606 | +| System.Text.Json.Tests.Perf_Segment.ReadSingleSegmentSequence(TestCase: Json400KB) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Segment.ReadSingleSegmentSequence%28TestCase%3A%20Json400KB%29.html) | -10.37% | 881395.350954 | 790006.464801 | +| System.Text.Json.Tests.Perf_Segment.ReadSingleSegmentSequence(TestCase: Json40KB) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Segment.ReadSingleSegmentSequence%28TestCase%3A%20Json40KB%29.html) | -10.43% | 86976.458665 | 77904.800808 | +| System.Text.Json.Tests.Perf_Segment.ReadSingleSegmentSequence(TestCase: Json4KB) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Segment.ReadSingleSegmentSequence%28TestCase%3A%20Json4KB%29.html) | -10.33% | 8855.099928 | 7940.433855 | +| System.Text.Json.Tests.Perf_Segment.ReadSingleSegmentSequenceByN(numberOfBytes: 4096, TestCase: Json4KB) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Segment.ReadSingleSegmentSequenceByN%28numberOfBytes%3A%204096%2C%20TestCase%3A%20Json4KB%29.html) | -10.18% | 8881.888320 | 7977.753486 | +| System.Text.Json.Tests.Utf8JsonReaderCommentsTests.Utf8JsonReaderCommentParsing(CommentHandling: Allow, SegmentSize: 100, TestCase: LongSingleLine) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Tests.Utf8JsonReaderCommentsTests.Utf8JsonReaderCommentParsing%28CommentHandling%3A%20Allow%2C%20SegmentSize%3A%20100%2C%20TestCase%3A%20LongSingleLine%29.html) | -11.50% | 788.040347 | 697.385105 | +| System.Text.Json.Tests.Utf8JsonReaderCommentsTests.Utf8JsonReaderCommentParsing(CommentHandling: Skip, SegmentSize: 100, TestCase: ShortMultiLine) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Tests.Utf8JsonReaderCommentsTests.Utf8JsonReaderCommentParsing%28CommentHandling%3A%20Skip%2C%20SegmentSize%3A%20100%2C%20TestCase%3A%20ShortMultiLine%29.html) | -14.71% | 119.428127 | 101.860808 | +| System.Text.Perf_Ascii.ToLowerInPlace_Bytes(Size: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Perf_Ascii.ToLowerInPlace_Bytes%28Size%3A%20128%29.html) | -12.97% | 19.310936 | 16.806705 | +| System.Text.Perf_Ascii.ToLower_Bytes(Size: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Perf_Ascii.ToLower_Bytes%28Size%3A%20128%29.html) | -14.11% | 20.683261 | 17.764229 | +| System.Text.Perf_Ascii.ToLower_Bytes_Chars(Size: 6) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Perf_Ascii.ToLower_Bytes_Chars%28Size%3A%206%29.html) | -11.94% | 12.675309 | 11.161687 | +| System.Text.Perf_Ascii.ToLower_Chars(Size: 6) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Perf_Ascii.ToLower_Chars%28Size%3A%206%29.html) | -13.53% | 11.925343 | 10.311810 | +| System.Text.Perf_Ascii.ToUpperInPlace_Bytes(Size: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Perf_Ascii.ToUpperInPlace_Bytes%28Size%3A%20128%29.html) | -12.73% | 19.232488 | 16.783457 | +| System.Text.Perf_Ascii.ToUpper_Bytes(Size: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Perf_Ascii.ToUpper_Bytes%28Size%3A%20128%29.html) | -14.43% | 20.690403 | 17.705018 | +| System.Text.Perf_Ascii.ToUpper_Bytes_Chars(Size: 6) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Perf_Ascii.ToUpper_Bytes_Chars%28Size%3A%206%29.html) | -12.25% | 12.642838 | 11.094606 | +| System.Text.Perf_Ascii.ToUpper_Chars(Size: 6) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Perf_Ascii.ToUpper_Chars%28Size%3A%206%29.html) | -14.22% | 11.902273 | 10.210157 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Cache.IsMatch_Multithreading(total: 40000, unique: 7, cacheSize: 0) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.RegularExpressions.Tests.Perf_Regex_Cache.IsMatch_Multithreading%28total%3A%2040000%2C%20unique%3A%207%2C%20cacheSize%3A%200%29.html) | -12.52% | 24769425.478571 | 21669345.187755 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Common.IP_IsMatch(Options: IgnoreCase, Compiled) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.RegularExpressions.Tests.Perf_Regex_Common.IP_IsMatch%28Options%3A%20IgnoreCase%2C%20Compiled%29.html) | -10.11% | 186.777721 | 167.895459 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Common.IP_IsNotMatch(Options: IgnoreCase, Compiled) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.RegularExpressions.Tests.Perf_Regex_Common.IP_IsNotMatch%28Options%3A%20IgnoreCase%2C%20Compiled%29.html) | -10.49% | 186.260993 | 166.729713 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Common.Uri_IsMatch(Options: IgnoreCase, Compiled) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.RegularExpressions.Tests.Perf_Regex_Common.Uri_IsMatch%28Options%3A%20IgnoreCase%2C%20Compiled%29.html) | -10.24% | 108.612086 | 97.491281 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Industry_BoostDocs_Simple.IsMatch(Id: 0, Options: NonBacktracking) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.RegularExpressions.Tests.Perf_Regex_Industry_BoostDocs_Simple.IsMatch%28Id%3A%200%2C%20Options%3A%20NonBacktracking%29.html) | -13.84% | 88.947359 | 76.638668 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Industry_BoostDocs_Simple.IsMatch(Id: 1, Options: NonBacktracking) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.RegularExpressions.Tests.Perf_Regex_Industry_BoostDocs_Simple.IsMatch%28Id%3A%201%2C%20Options%3A%20NonBacktracking%29.html) | -13.12% | 498.040575 | 432.682883 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Industry_BoostDocs_Simple.IsMatch(Id: 10, Options: NonBacktracking) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.RegularExpressions.Tests.Perf_Regex_Industry_BoostDocs_Simple.IsMatch%28Id%3A%2010%2C%20Options%3A%20NonBacktracking%29.html) | -11.93% | 101.661658 | 89.536693 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Industry_BoostDocs_Simple.IsMatch(Id: 11, Options: NonBacktracking) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.RegularExpressions.Tests.Perf_Regex_Industry_BoostDocs_Simple.IsMatch%28Id%3A%2011%2C%20Options%3A%20NonBacktracking%29.html) | -10.71% | 74.546591 | 66.561046 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Industry_BoostDocs_Simple.IsMatch(Id: 13, Options: Compiled) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.RegularExpressions.Tests.Perf_Regex_Industry_BoostDocs_Simple.IsMatch%28Id%3A%2013%2C%20Options%3A%20Compiled%29.html) | -11.40% | 60.630542 | 53.716288 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Industry_BoostDocs_Simple.IsMatch(Id: 13, Options: NonBacktracking) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.RegularExpressions.Tests.Perf_Regex_Industry_BoostDocs_Simple.IsMatch%28Id%3A%2013%2C%20Options%3A%20NonBacktracking%29.html) | -11.52% | 107.777019 | 95.359378 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Industry_BoostDocs_Simple.IsMatch(Id: 3, Options: NonBacktracking) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.RegularExpressions.Tests.Perf_Regex_Industry_BoostDocs_Simple.IsMatch%28Id%3A%203%2C%20Options%3A%20NonBacktracking%29.html) | -14.76% | 169.623190 | 144.594205 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Industry_BoostDocs_Simple.IsMatch(Id: 6, Options: NonBacktracking) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.RegularExpressions.Tests.Perf_Regex_Industry_BoostDocs_Simple.IsMatch%28Id%3A%206%2C%20Options%3A%20NonBacktracking%29.html) | -11.80% | 94.240278 | 83.122201 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Industry_BoostDocs_Simple.IsMatch(Id: 7, Options: NonBacktracking) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.RegularExpressions.Tests.Perf_Regex_Industry_BoostDocs_Simple.IsMatch%28Id%3A%207%2C%20Options%3A%20NonBacktracking%29.html) | -12.82% | 84.679937 | 73.827408 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Industry_BoostDocs_Simple.IsMatch(Id: 8, Options: NonBacktracking) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.RegularExpressions.Tests.Perf_Regex_Industry_BoostDocs_Simple.IsMatch%28Id%3A%208%2C%20Options%3A%20NonBacktracking%29.html) | -12.13% | 89.415175 | 78.564980 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Industry_BoostDocs_Simple.IsMatch(Id: 9, Options: NonBacktracking) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.RegularExpressions.Tests.Perf_Regex_Industry_BoostDocs_Simple.IsMatch%28Id%3A%209%2C%20Options%3A%20NonBacktracking%29.html) | -11.24% | 92.119195 | 81.768880 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Industry_Leipzig.Count(Pattern: "Tom\|Sawyer\|Huckleberry\|Finn", Options: Compiled) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.RegularExpressions.Tests.Perf_Regex_Industry_Leipzig.Count%28Pattern%3A%20%22Tom%7CSawyer%7CHuckleberry%7CFinn%22%2C%20Options%3A%20Compiled%29.html) | -10.61% | 4832000.348214 | 4319337.014080 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Industry_RustLang_Sherlock.Count(Pattern: "[^\\n]*", Options: Compiled) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.RegularExpressions.Tests.Perf_Regex_Industry_RustLang_Sherlock.Count%28Pattern%3A%20%22%5B%5E%5C%5Cn%5D%2A%22%2C%20Options%3A%20Compiled%29.html) | -12.11% | 1207599.332579 | 1061375.165577 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Industry_RustLang_Sherlock.Count(Pattern: "[^\\n]*", Options: None) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.RegularExpressions.Tests.Perf_Regex_Industry_RustLang_Sherlock.Count%28Pattern%3A%20%22%5B%5E%5C%5Cn%5D%2A%22%2C%20Options%3A%20None%29.html) | -13.39% | 2058389.095779 | 1782764.329103 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Industry_RustLang_Sherlock.Count(Pattern: "\\p{L}", Options: Compiled) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.RegularExpressions.Tests.Perf_Regex_Industry_RustLang_Sherlock.Count%28Pattern%3A%20%22%5C%5Cp%7BL%7D%22%2C%20Options%3A%20Compiled%29.html) | -11.43% | 19885452.684066 | 17612111.587912 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Industry_RustLang_Sherlock.Count(Pattern: "the", Options: None) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.RegularExpressions.Tests.Perf_Regex_Industry_RustLang_Sherlock.Count%28Pattern%3A%20%22the%22%2C%20Options%3A%20None%29.html) | -10.01% | 856535.426926 | 770831.607509 | +| System.Text.Tests.Perf_StringBuilder.Append_Memory | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Tests.Perf_StringBuilder.Append_Memory.html) | -13.47% | 576.441567 | 498.788579 | +| System.Threading.Channels.Tests.UnboundedChannelPerfTests.TryWriteThenTryRead | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Threading.Channels.Tests.UnboundedChannelPerfTests.TryWriteThenTryRead.html) | -10.93% | 63.985041 | 56.989542 | +| System.Threading.Tasks.ValueTaskPerfTest.Copy_PassAsArgumentAndReturn_FromValueTaskSource | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Threading.Tasks.ValueTaskPerfTest.Copy_PassAsArgumentAndReturn_FromValueTaskSource.html) | -11.02% | 19.308724 | 17.180230 | +| System.Xml.Linq.Perf_XElement.GetElementWithNamespace | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Xml.Linq.Perf_XElement.GetElementWithNamespace.html) | -14.89% | 84.633681 | 72.028743 | +| System.Xml.Linq.Perf_XElementList.Enumerator | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Xml.Linq.Perf_XElementList.Enumerator.html) | -11.28% | N/A | N/A | +| System.Xml.Linq.Perf_XName.CreateElementWithNamespace | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Xml.Linq.Perf_XName.CreateElementWithNamespace.html) | -11.87% | 68.890402 | 60.715624 | +| System.Xml.Linq.Perf_XName.CreateElementWithNamespaceImplicitOperator | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Xml.Linq.Perf_XName.CreateElementWithNamespaceImplicitOperator.html) | -13.58% | 77.030499 | 66.566399 | +| System.Xml.Tests.Perf_XmlConvert.DateTime_ToString | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Xml.Tests.Perf_XmlConvert.DateTime_ToString.html) | -11.65% | 90.951431 | 80.356457 | +| XmlDocumentTests.XmlDocumentTests.Perf_XmlDocument.GetDocumentElement | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/XmlDocumentTests.XmlDocumentTests.Perf_XmlDocument.GetDocumentElement.html) | -11.74% | 7.663199 | 6.763703 | + +## 7.5-10% Improvement (362 tests) + +| Test Name | Link | Change % | .NET 9 | .NET 10 | +|-----------|------|----------|--------|-------| +| BenchmarksGame.SpectralNorm_3.RunBench | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/BenchmarksGame.SpectralNorm_3.RunBench.html) | -9.14% | 87279839.142857 | 79300050.080357 | +| Benchstone.BenchI.Midpoint.Test | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/Benchstone.BenchI.Midpoint.Test.html) | -8.22% | 409212123.017857 | 375559635.035714 | +| Benchstone.MDBenchI.MDMidpoint.Test | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/Benchstone.MDBenchI.MDMidpoint.Test.html) | -7.96% | 585179037.142857 | 538585595.321429 | +| Exceptions.Handling.MultipleNestedTryCatch_FirstCatches(kind: Hardware) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/Exceptions.Handling.MultipleNestedTryCatch_FirstCatches%28kind%3A%20Hardware%29.html) | -8.49% | N/A | N/A | +| Exceptions.Handling.MultipleNestedTryFinally(kind: Hardware) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/Exceptions.Handling.MultipleNestedTryFinally%28kind%3A%20Hardware%29.html) | -8.56% | N/A | N/A | +| GuardedDevirtualization.ThreeClassVirtual.Call(testInput: pB=0.33 pD=0.00) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/GuardedDevirtualization.ThreeClassVirtual.Call%28testInput%3A%20pB%3D0.33%20pD%3D0.00%29.html) | -9.30% | 1.535524 | 1.392759 | +| GuardedDevirtualization.ThreeClassVirtual.Call(testInput: pB=0.67 pD=0.00) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/GuardedDevirtualization.ThreeClassVirtual.Call%28testInput%3A%20pB%3D0.67%20pD%3D0.00%29.html) | -9.13% | 1.421375 | 1.291624 | +| GuardedDevirtualization.ThreeClassVirtual.Call(testInput: pB=0.67 pD=0.33) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/GuardedDevirtualization.ThreeClassVirtual.Call%28testInput%3A%20pB%3D0.67%20pD%3D0.33%29.html) | -8.95% | 1.417230 | 1.290409 | +| GuardedDevirtualization.TwoClassVirtual.Call(testInput: pB = 0.70) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/GuardedDevirtualization.TwoClassVirtual.Call%28testInput%3A%20pB%20%3D%200.70%29.html) | -9.09% | 1.369355 | 1.244869 | +| IfStatements.IfStatements.AndAndAnd | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/IfStatements.IfStatements.AndAndAnd.html) | -9.44% | 49427.808902 | 44762.864060 | +| LinqBenchmarks.Where01LinqMethodX | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/LinqBenchmarks.Where01LinqMethodX.html) | -9.17% | 396779154.632653 | 360393413.732143 | +| MicroBenchmarks.Serializers.Json_FromStream.DataContractJsonSerializer_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/MicroBenchmarks.Serializers.Json_FromStream%28CollectionsOfPrimitives%29.DataContractJsonSerializer_.html) | -7.60% | 3394297.584218 | 3136205.303571 | +| MicroBenchmarks.Serializers.Json_FromStream.SystemTextJson_Reflection_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/MicroBenchmarks.Serializers.Json_FromStream%28CollectionsOfPrimitives%29.SystemTextJson_Reflection_.html) | -8.03% | 304049.687012 | 279647.177291 | +| MicroBenchmarks.Serializers.Json_FromStream.SystemTextJson_SourceGen_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/MicroBenchmarks.Serializers.Json_FromStream%28CollectionsOfPrimitives%29.SystemTextJson_SourceGen_.html) | -9.87% | 305794.191234 | 275601.728831 | +| MicroBenchmarks.Serializers.Json_FromStream.DataContractJsonSerializer_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/MicroBenchmarks.Serializers.Json_FromStream%28IndexViewModel%29.DataContractJsonSerializer_.html) | -7.66% | 308760.955291 | 285115.636144 | +| MicroBenchmarks.Serializers.Json_FromStream.DataContractJsonSerializer_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/MicroBenchmarks.Serializers.Json_FromStream%28Location%29.DataContractJsonSerializer_.html) | -9.86% | 10579.422848 | 9536.395363 | +| MicroBenchmarks.Serializers.Json_FromStream.DataContractJsonSerializer_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/MicroBenchmarks.Serializers.Json_FromStream%28LoginViewModel%29.DataContractJsonSerializer_.html) | -8.48% | N/A | N/A | +| MicroBenchmarks.Serializers.Json_FromStream.JsonNet_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/MicroBenchmarks.Serializers.Json_FromStream%28MyEventsListerViewModel%29.JsonNet_.html) | -8.64% | 578915.014713 | 528887.598550 | +| MicroBenchmarks.Serializers.Json_FromStream.SystemTextJson_Reflection_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/MicroBenchmarks.Serializers.Json_FromStream%28MyEventsListerViewModel%29.SystemTextJson_Reflection_.html) | -9.61% | 304786.712730 | 275497.448358 | +| MicroBenchmarks.Serializers.Json_FromString.SystemTextJson_Reflection_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/MicroBenchmarks.Serializers.Json_FromString%28IndexViewModel%29.SystemTextJson_Reflection_.html) | -9.05% | 28087.184968 | 25544.381397 | +| MicroBenchmarks.Serializers.Json_FromString.JsonNet_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/MicroBenchmarks.Serializers.Json_FromString%28Location%29.JsonNet_.html) | -8.51% | 2258.144618 | 2065.956560 | +| MicroBenchmarks.Serializers.Json_FromString.JsonNet_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/MicroBenchmarks.Serializers.Json_FromString%28LoginViewModel%29.JsonNet_.html) | -7.57% | 1012.223425 | 935.614240 | +| MicroBenchmarks.Serializers.Json_FromString.JsonNet_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/MicroBenchmarks.Serializers.Json_FromString%28MyEventsListerViewModel%29.JsonNet_.html) | -8.33% | 562283.640135 | 515467.916480 | +| MicroBenchmarks.Serializers.Json_ToStream.DataContractJsonSerializer_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/MicroBenchmarks.Serializers.Json_ToStream%28LoginViewModel%29.DataContractJsonSerializer_.html) | -9.49% | 1038.929960 | 940.333260 | +| MicroBenchmarks.Serializers.Json_ToString.SystemTextJson_SourceGen_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/MicroBenchmarks.Serializers.Json_ToString%28IndexViewModel%29.SystemTextJson_SourceGen_.html) | -9.51% | 14146.486570 | 12801.001726 | +| MicroBenchmarks.Serializers.Json_ToString.JsonNet_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/MicroBenchmarks.Serializers.Json_ToString%28Location%29.JsonNet_.html) | -8.44% | 1303.417088 | 1193.399040 | +| MicroBenchmarks.Serializers.Xml_FromStream.DataContractSerializer_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/MicroBenchmarks.Serializers.Xml_FromStream%28ClassImplementingIXmlSerialiable%29.DataContractSerializer_.html) | -9.28% | 2248.353821 | 2039.810850 | +| MicroBenchmarks.Serializers.Xml_FromStream.DataContractSerializer_BinaryXml_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/MicroBenchmarks.Serializers.Xml_FromStream%28IndexViewModel%29.DataContractSerializer_BinaryXml_.html) | -7.83% | 59749.814972 | 55073.049369 | +| MicroBenchmarks.Serializers.Xml_FromStream.XmlSerializer_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/MicroBenchmarks.Serializers.Xml_FromStream%28Location%29.XmlSerializer_.html) | -8.40% | 6726.076417 | 6160.761248 | +| MicroBenchmarks.Serializers.Xml_FromStream.DataContractSerializer_BinaryXml_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/MicroBenchmarks.Serializers.Xml_FromStream%28MyEventsListerViewModel%29.DataContractSerializer_BinaryXml_.html) | -9.92% | 659427.010558 | 594002.497108 | +| MicroBenchmarks.Serializers.Xml_FromStream.DataContractSerializer_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/MicroBenchmarks.Serializers.Xml_FromStream%28SimpleStructWithProperties%29.DataContractSerializer_.html) | -9.29% | 2889.778960 | 2621.263644 | +| MicroBenchmarks.Serializers.Xml_ToStream.DataContractSerializer_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/MicroBenchmarks.Serializers.Xml_ToStream%28IndexViewModel%29.DataContractSerializer_.html) | -8.61% | 59822.744385 | 54673.318913 | +| MicroBenchmarks.Serializers.Xml_ToStream.XmlSerializer_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/MicroBenchmarks.Serializers.Xml_ToStream%28IndexViewModel%29.XmlSerializer_.html) | -8.81% | 45957.020762 | 41909.031180 | +| MicroBenchmarks.Serializers.Xml_ToStream.XmlSerializer_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/MicroBenchmarks.Serializers.Xml_ToStream%28MyEventsListerViewModel%29.XmlSerializer_.html) | -7.97% | 426144.542411 | 392160.152623 | +| MicroBenchmarks.Serializers.Xml_ToStream.DataContractSerializer_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/MicroBenchmarks.Serializers.Xml_ToStream%28XmlElement%29.DataContractSerializer_.html) | -9.77% | N/A | N/A | +| Microsoft.AspNetCore.Server.Kestrel.Performance.PipeThroughputBenchmark.Parse_SequentialAsync(Length: 4096, Chunks: 1) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/Microsoft.AspNetCore.Server.Kestrel.Performance.PipeThroughputBenchmark.Parse_SequentialAsync%28Length%3A%204096%2C%20Chunks%3A%201%29.html) | -8.84% | 271.008039 | 247.054207 | +| Microsoft.Extensions.Caching.Memory.Tests.MemoryCacheTests.SetOverride | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/Microsoft.Extensions.Caching.Memory.Tests.MemoryCacheTests.SetOverride.html) | -8.70% | 133.475721 | 121.861967 | +| Microsoft.Extensions.Logging.FormattingOverhead.FourArguments_DefineMessage | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/Microsoft.Extensions.Logging.FormattingOverhead.FourArguments_DefineMessage.html) | -9.85% | 315.470972 | 284.412274 | +| Microsoft.Extensions.Logging.FormattingOverhead.TwoArguments | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/Microsoft.Extensions.Logging.FormattingOverhead.TwoArguments.html) | -9.19% | 208.776248 | 189.598404 | +| Microsoft.Extensions.Logging.LoggingOverhead.TwoArguments | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/Microsoft.Extensions.Logging.LoggingOverhead.TwoArguments.html) | -8.86% | 87.501678 | 79.744989 | +| Microsoft.Extensions.Logging.ScopesOverheadBenchmark.NotFiltered(HasISupportLoggingScopeLogger: False, CaptureScopes: True) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/Microsoft.Extensions.Logging.ScopesOverheadBenchmark.NotFiltered%28HasISupportLoggingScopeLogger%3A%20False%2C%20CaptureScopes%3A%20True%29.html) | -7.82% | 57.745220 | 53.229559 | +| Microsoft.Extensions.Logging.ScopesOverheadBenchmark.NotFiltered_InsideScope(HasISupportLoggingScopeLogger: False, CaptureScopes: False) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/Microsoft.Extensions.Logging.ScopesOverheadBenchmark.NotFiltered_InsideScope%28HasISupportLoggingScopeLogger%3A%20False%2C%20CaptureScopes%3A%20False%29.html) | -9.63% | 71.098063 | 64.250288 | +| Microsoft.Extensions.Primitives.StringSegmentBenchmark.GetSegmentHashCode | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/Microsoft.Extensions.Primitives.StringSegmentBenchmark.GetSegmentHashCode.html) | -8.95% | 16.739426 | 15.241756 | +| PerfLabTests.CastingPerf.FooObjIsFoo | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/PerfLabTests.CastingPerf.FooObjIsFoo.html) | -9.92% | 297106.328394 | 267625.344136 | +| PerfLabTests.CastingPerf.IFooObjIsIFooInterAlia | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/PerfLabTests.CastingPerf.IFooObjIsIFooInterAlia.html) | -8.51% | N/A | N/A | +| PerfLabTests.GetMember.GetMethod5 | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/PerfLabTests.GetMember.GetMethod5.html) | -7.58% | 419161.853899 | 387390.183968 | +| PerfLabTests.LowLevelPerf.GenericClassWithSTringGenericInstanceMethod | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/PerfLabTests.LowLevelPerf.GenericClassWithSTringGenericInstanceMethod.html) | -9.08% | N/A | N/A | +| Struct.GSeq.FilterSkipMapSum | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/Struct.GSeq.FilterSkipMapSum.html) | -9.92% | 16741.073934 | 15080.603667 | +| System.Buffers.Tests.ReadOnlySequenceTests.FirstSpanSingleSegment | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Buffers.Tests.ReadOnlySequenceTests%28Byte%29.FirstSpanSingleSegment.html) | -9.54% | 5.130490 | 4.641171 | +| System.Buffers.Tests.ReadOnlySequenceTests.IterateGetPositionTenSegments | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Buffers.Tests.ReadOnlySequenceTests%28Byte%29.IterateGetPositionTenSegments.html) | -9.44% | 77.615338 | 70.291900 | +| System.Buffers.Tests.ReadOnlySequenceTests.IterateTryGetTenSegments | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Buffers.Tests.ReadOnlySequenceTests%28Byte%29.IterateTryGetTenSegments.html) | -8.76% | 50.297135 | 45.892661 | +| System.Buffers.Tests.ReadOnlySequenceTests.FirstSpanArray | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Buffers.Tests.ReadOnlySequenceTests%28Char%29.FirstSpanArray.html) | -9.26% | 5.381468 | 4.883239 | +| System.Buffers.Tests.ReadOnlySequenceTests.FirstTenSegments | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Buffers.Tests.ReadOnlySequenceTests%28Char%29.FirstTenSegments.html) | -7.58% | 3.794105 | 3.506399 | +| System.Buffers.Tests.ReadOnlySequenceTests.SliceTenSegments | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Buffers.Tests.ReadOnlySequenceTests%28Char%29.SliceTenSegments.html) | -8.69% | 22.519806 | 20.561939 | +| System.Buffers.Tests.SearchValuesByteTests.ContainsAny(Values: "abcdefABCDEF0123456789") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Buffers.Tests.SearchValuesByteTests.ContainsAny%28Values%3A%20%22abcdefABCDEF0123456789%22%29.html) | -7.50% | 17.019892 | 15.742928 | +| System.Buffers.Tests.SearchValuesCharTests.ContainsAny(Values: "abcdefABCDEF0123456789Ü") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Buffers.Tests.SearchValuesCharTests.ContainsAny%28Values%3A%20%22abcdefABCDEF0123456789%C3%9C%22%29.html) | -9.81% | 32.222189 | 29.062236 | +| System.Buffers.Tests.SearchValuesCharTests.LastIndexOfAny(Values: "ßäöüÄÖÜ") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Buffers.Tests.SearchValuesCharTests.LastIndexOfAny%28Values%3A%20%22%C3%9F%C3%A4%C3%B6%C3%BC%C3%84%C3%96%C3%9C%22%29.html) | -8.27% | 41.182457 | 37.778132 | +| System.Buffers.Text.Tests.Utf8ParserTests.TryParseSingle(value: -3.4028235E+38) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Buffers.Text.Tests.Utf8ParserTests.TryParseSingle%28value%3A%20-3.4028235E%2B38%29.html) | -8.05% | 67.869576 | 62.406489 | +| System.Buffers.Text.Tests.Utf8ParserTests.TryParseUInt64Hex(value: FFFFFFFFFFFFFFFF) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Buffers.Text.Tests.Utf8ParserTests.TryParseUInt64Hex%28value%3A%20FFFFFFFFFFFFFFFF%29.html) | -8.77% | 18.470593 | 16.849989 | +| System.Collections.AddGivenSize.Dictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.AddGivenSize%28Int32%29.Dictionary%28Size%3A%20512%29.html) | -9.38% | 5962.491927 | 5403.282142 | +| System.Collections.AddGivenSize.HashSet(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.AddGivenSize%28String%29.HashSet%28Size%3A%20512%29.html) | -9.62% | 14742.491195 | 13324.198772 | +| System.Collections.AddGivenSize.ObservableCollection(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.AddGivenSize%28String%29.ObservableCollection%28Size%3A%20512%29.html) | -8.60% | N/A | N/A | +| System.Collections.Concurrent.IsEmpty.Stack(Size: 0) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.Concurrent.IsEmpty%28String%29.Stack%28Size%3A%200%29.html) | -9.31% | N/A | N/A | +| System.Collections.ContainsFalse.FrozenSet(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.ContainsFalse%28Int32%29.FrozenSet%28Size%3A%20512%29.html) | -8.35% | 2500.392996 | 2291.631590 | +| System.Collections.ContainsKeyTrue.IDictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.ContainsKeyTrue%28String%2C%20String%29.IDictionary%28Size%3A%20512%29.html) | -9.69% | 15270.521483 | 13791.129552 | +| System.Collections.ContainsTrue.ImmutableArray(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.ContainsTrue%28Int32%29.ImmutableArray%28Size%3A%20512%29.html) | -8.02% | 32672.701138 | 30052.059121 | +| System.Collections.ContainsTrueComparer.FrozenSet(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.ContainsTrueComparer%28Int32%29.FrozenSet%28Size%3A%20512%29.html) | -7.88% | 3073.241537 | 2831.218995 | +| System.Collections.CopyTo.ImmutableArray(Size: 2048) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.CopyTo%28String%29.ImmutableArray%28Size%3A%202048%29.html) | -7.80% | N/A | N/A | +| System.Collections.CtorDefaultSize.Dictionary | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.CtorDefaultSize%28Int32%29.Dictionary.html) | -8.84% | 16.343868 | 14.899182 | +| System.Collections.CtorDefaultSize.List | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.CtorDefaultSize%28String%29.List.html) | -8.04% | 22.977722 | 21.131069 | +| System.Collections.CtorFromCollection.ImmutableHashSet(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.CtorFromCollection%28Int32%29.ImmutableHashSet%28Size%3A%20512%29.html) | -8.56% | 85669.603680 | 78336.292025 | +| System.Collections.CtorFromCollection.ImmutableList(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.CtorFromCollection%28Int32%29.ImmutableList%28Size%3A%20512%29.html) | -7.86% | 11990.262516 | 11048.253363 | +| System.Collections.CtorFromCollection.SortedDictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.CtorFromCollection%28Int32%29.SortedDictionary%28Size%3A%20512%29.html) | -7.62% | 43965.878644 | 40616.752571 | +| System.Collections.CtorFromCollection.ImmutableDictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.CtorFromCollection%28String%29.ImmutableDictionary%28Size%3A%20512%29.html) | -9.22% | 136327.685672 | 123759.457068 | +| System.Collections.CtorFromCollection.ImmutableList(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.CtorFromCollection%28String%29.ImmutableList%28Size%3A%20512%29.html) | -9.36% | N/A | N/A | +| System.Collections.IterateForEach.ConcurrentDictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.IterateForEach%28Int32%29.ConcurrentDictionary%28Size%3A%20512%29.html) | -7.83% | N/A | N/A | +| System.Collections.IterateForEach.Queue(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.IterateForEach%28String%29.Queue%28Size%3A%20512%29.html) | -8.62% | 2274.524608 | 2078.374130 | +| System.Collections.IterateForEach.SortedSet(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.IterateForEach%28String%29.SortedSet%28Size%3A%20512%29.html) | -9.37% | 6578.477395 | 5962.356299 | +| System.Collections.IterateForEach.Stack(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.IterateForEach%28String%29.Stack%28Size%3A%20512%29.html) | -8.78% | 2019.313642 | 1842.013916 | +| System.Collections.Perf_DefaultFrozenDictionary.ToFrozenDictionary(Count: 10000) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.Perf_DefaultFrozenDictionary.ToFrozenDictionary%28Count%3A%2010000%29.html) | -7.84% | 1500032.952203 | 1382373.850513 | +| System.Collections.Perf_Frozen.Contains_True(Count: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.Perf_Frozen%28NotKnownComparable%29.Contains_True%28Count%3A%204%29.html) | -8.33% | 15.939303 | 14.611864 | +| System.Collections.Perf_Frozen.ToFrozenDictionary(Count: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.Perf_Frozen%28NotKnownComparable%29.ToFrozenDictionary%28Count%3A%204%29.html) | -9.54% | 59.837607 | 54.128357 | +| System.Collections.Perf_Frozen.ToFrozenSet(Count: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.Perf_Frozen%28ReferenceType%29.ToFrozenSet%28Count%3A%204%29.html) | -9.13% | 280.563424 | 254.959163 | +| System.Collections.Perf_LengthBucketsFrozenDictionary.ToFrozenDictionary(Count: 10, ItemsPerBucket: 1) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.Perf_LengthBucketsFrozenDictionary.ToFrozenDictionary%28Count%3A%2010%2C%20ItemsPerBucket%3A%201%29.html) | -8.36% | 356.516078 | 326.712021 | +| System.Collections.Perf_SingleCharFrozenDictionary.ToFrozenDictionary(Count: 100) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.Perf_SingleCharFrozenDictionary.ToFrozenDictionary%28Count%3A%20100%29.html) | -7.86% | 6899.670095 | 6357.228248 | +| System.Collections.Perf_SubstringFrozenDictionary.ToFrozenDictionary(Count: 100) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.Perf_SubstringFrozenDictionary.ToFrozenDictionary%28Count%3A%20100%29.html) | -9.56% | 13005.707926 | 11762.397592 | +| System.Collections.Perf_SubstringFrozenDictionary.ToFrozenDictionary(Count: 10000) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.Perf_SubstringFrozenDictionary.ToFrozenDictionary%28Count%3A%2010000%29.html) | -9.45% | 1926439.630859 | 1744373.951172 | +| System.Collections.Perf_SubstringFrozenDictionary.TryGetValue_False_FrozenDictionary(Count: 1000) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.Perf_SubstringFrozenDictionary.TryGetValue_False_FrozenDictionary%28Count%3A%201000%29.html) | -9.83% | 12725.770673 | 11475.087146 | +| System.Collections.Perf_SubstringFrozenDictionary.TryGetValue_False_FrozenDictionary(Count: 10000) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.Perf_SubstringFrozenDictionary.TryGetValue_False_FrozenDictionary%28Count%3A%2010000%29.html) | -9.72% | 155344.986107 | 140245.112085 | +| System.Collections.Perf_SubstringFrozenDictionary.TryGetValue_True_FrozenDictionary(Count: 100) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.Perf_SubstringFrozenDictionary.TryGetValue_True_FrozenDictionary%28Count%3A%20100%29.html) | -7.65% | 1361.255042 | 1257.181571 | +| System.Collections.Perf_SubstringFrozenDictionary.TryGetValue_True_FrozenDictionary(Count: 1000) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.Perf_SubstringFrozenDictionary.TryGetValue_True_FrozenDictionary%28Count%3A%201000%29.html) | -9.69% | 16233.643843 | 14661.376122 | +| System.Collections.Sort.LinqOrderByExtension(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.Sort%28IntStruct%29.LinqOrderByExtension%28Size%3A%20512%29.html) | -8.49% | 20766.228225 | 19002.850068 | +| System.Collections.Sort.LinqQuery(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.Sort%28IntStruct%29.LinqQuery%28Size%3A%20512%29.html) | -9.96% | N/A | N/A | +| System.Collections.Tests.Add_Remove_SteadyState.ConcurrentBag(Count: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.Tests.Add_Remove_SteadyState%28String%29.ConcurrentBag%28Count%3A%20512%29.html) | -9.08% | 57.332320 | 52.127507 | +| System.Collections.Tests.Add_Remove_SteadyState.Queue(Count: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.Tests.Add_Remove_SteadyState%28String%29.Queue%28Count%3A%20512%29.html) | -9.68% | 13.113718 | 11.844230 | +| System.Collections.Tests.Perf_BitArray.BitArrayAnd(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.Tests.Perf_BitArray.BitArrayAnd%28Size%3A%20512%29.html) | -9.78% | 33.836242 | 30.528330 | +| System.Collections.Tests.Perf_BitArray.BitArrayNot(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.Tests.Perf_BitArray.BitArrayNot%28Size%3A%20512%29.html) | -9.57% | 27.146841 | 24.550191 | +| System.Collections.Tests.Perf_BitArray.BitArrayOr(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.Tests.Perf_BitArray.BitArrayOr%28Size%3A%20512%29.html) | -9.94% | 33.836369 | 30.474257 | +| System.Collections.Tests.Perf_BitArray.BitArrayXor(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.Tests.Perf_BitArray.BitArrayXor%28Size%3A%20512%29.html) | -9.81% | 33.835858 | 30.517014 | +| System.Collections.Tests.Perf_PriorityQueue.HeapSort(Size: 1000) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.Tests.Perf_PriorityQueue%28Guid%2C%20Guid%29.HeapSort%28Size%3A%201000%29.html) | -8.26% | N/A | N/A | +| System.Collections.Tests.Perf_PriorityQueue.K_Max_Elements(Size: 100) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.Tests.Perf_PriorityQueue%28Guid%2C%20Guid%29.K_Max_Elements%28Size%3A%20100%29.html) | -7.62% | 1226.740952 | 1133.217644 | +| System.Collections.Tests.Perf_PriorityQueue.K_Max_Elements(Size: 1000) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.Tests.Perf_PriorityQueue%28Guid%2C%20Guid%29.K_Max_Elements%28Size%3A%201000%29.html) | -8.86% | 7645.815666 | 6968.075274 | +| System.Collections.TryAddDefaultSize.Dictionary(Count: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.TryAddDefaultSize%28String%29.Dictionary%28Count%3A%20512%29.html) | -8.04% | 22709.611355 | 20883.664170 | +| System.Collections.TryAddGiventSize.Dictionary(Count: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.TryAddGiventSize%28Int32%29.Dictionary%28Count%3A%20512%29.html) | -8.95% | 6222.129745 | 5664.996536 | +| System.Collections.TryGetValueFalse.ImmutableSortedDictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.TryGetValueFalse%28BigStruct%2C%20BigStruct%29.ImmutableSortedDictionary%28Size%3A%20512%29.html) | -9.03% | 29164.325276 | 26532.141763 | +| System.Collections.TryGetValueFalse.ConcurrentDictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.TryGetValueFalse%28SmallClass%2C%20SmallClass%29.ConcurrentDictionary%28Size%3A%20512%29.html) | -9.41% | 3602.017852 | 3262.912377 | +| System.Collections.TryGetValueFalse.ConcurrentDictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.TryGetValueFalse%28String%2C%20String%29.ConcurrentDictionary%28Size%3A%20512%29.html) | -8.12% | 9306.019580 | 8550.780622 | +| System.Collections.TryGetValueTrue.IDictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.TryGetValueTrue%28String%2C%20String%29.IDictionary%28Size%3A%20512%29.html) | -8.58% | 16213.811888 | 14822.369777 | +| System.Formats.Cbor.Tests.Perf_CborReader.SkipValue(encoding: (Byte String, Strict)) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Formats.Cbor.Tests.Perf_CborReader.SkipValue%28encoding%3A%20%28Byte%20String%2C%20Strict%29%29.html) | -8.47% | 53.893362 | 49.329479 | +| System.Formats.Cbor.Tests.Perf_CborWriter.WriteCoseKey(publicKey: ECDSA_P256) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Formats.Cbor.Tests.Perf_CborWriter.WriteCoseKey%28publicKey%3A%20ECDSA_P256%29.html) | -7.59% | 453.223148 | 418.842179 | +| System.Globalization.Tests.Perf_DateTimeCultureInfo.ToString(culturestring: ) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Globalization.Tests.Perf_DateTimeCultureInfo.ToString%28culturestring%3A%20%29.html) | -9.55% | 131.092716 | 118.572737 | +| System.Globalization.Tests.Perf_DateTimeCultureInfo.ToString(culturestring: fr) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Globalization.Tests.Perf_DateTimeCultureInfo.ToString%28culturestring%3A%20fr%29.html) | -8.66% | 129.899689 | 118.656135 | +| System.Globalization.Tests.StringSearch.IsPrefix_DifferentFirstChar(Options: (, IgnoreCase, False)) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Globalization.Tests.StringSearch.IsPrefix_DifferentFirstChar%28Options%3A%20%28%2C%20IgnoreCase%2C%20False%29%29.html) | -8.47% | 13.451255 | 12.312141 | +| System.Globalization.Tests.StringSearch.LastIndexOf_Word_NotFound(Options: (en-US, OrdinalIgnoreCase, False)) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Globalization.Tests.StringSearch.LastIndexOf_Word_NotFound%28Options%3A%20%28en-US%2C%20OrdinalIgnoreCase%2C%20False%29%29.html) | -7.88% | 923.333801 | 850.585271 | +| System.IO.Compression.Brotli.Decompress_WithState(level: Fastest, file: "sum") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.IO.Compression.Brotli.Decompress_WithState%28level%3A%20Fastest%2C%20file%3A%20%22sum%22%29.html) | -9.94% | N/A | N/A | +| System.IO.Compression.Deflate.Decompress(level: Optimal, file: "alice29.txt") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.IO.Compression.Deflate.Decompress%28level%3A%20Optimal%2C%20file%3A%20%22alice29.txt%22%29.html) | -7.54% | 405964.412852 | 375334.905746 | +| System.IO.Tests.Perf_FileStream.Write(fileSize: 1024, userBufferSize: 1024, options: None) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.IO.Tests.Perf_FileStream.Write%28fileSize%3A%201024%2C%20userBufferSize%3A%201024%2C%20options%3A%20None%29.html) | -8.32% | 63864.111894 | 58547.635616 | +| System.IO.Tests.Perf_Path.GetPathRoot | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.IO.Tests.Perf_Path.GetPathRoot.html) | -9.61% | N/A | N/A | +| System.IO.Tests.Perf_Path.IsPathRooted | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.IO.Tests.Perf_Path.IsPathRooted.html) | -7.90% | 2.739086 | 2.522834 | +| System.IO.Tests.StringReaderReadToEndTests.ReadToEnd(LineLengthRange: [ 1, 8]) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.IO.Tests.StringReaderReadToEndTests.ReadToEnd%28LineLengthRange%3A%20%5B%20%20%201%2C%20%20%20%208%5D%29.html) | -9.37% | 18.756314 | 16.999698 | +| System.Linq.Tests.Perf_Enumerable.TakeLastHalf(input: List) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Linq.Tests.Perf_Enumerable.TakeLastHalf%28input%3A%20List%29.html) | -9.10% | 572.019872 | 519.985304 | +| System.MathBenchmarks.Double.LogP1 | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.MathBenchmarks.Double.LogP1.html) | -8.06% | 37748.787292 | 34707.125156 | +| System.Memory.Constructors.ReadOnlySpanImplicitCastFromArray | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Memory.Constructors%28Byte%29.ReadOnlySpanImplicitCastFromArray.html) | -7.83% | 1.894417 | 1.746055 | +| System.Memory.Slice.MemoryStart | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Memory.Slice%28Byte%29.MemoryStart.html) | -8.26% | 2.483057 | 2.277978 | +| System.Memory.Slice.ReadOnlyMemoryStart | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Memory.Slice%28Byte%29.ReadOnlyMemoryStart.html) | -8.64% | 2.494502 | 2.279085 | +| System.Memory.Slice.ReadOnlyMemoryStart | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Memory.Slice%28String%29.ReadOnlyMemoryStart.html) | -8.82% | 2.525537 | 2.302810 | +| System.Memory.Slice.ReadOnlyMemoryStartLength | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Memory.Slice%28String%29.ReadOnlyMemoryStartLength.html) | -8.79% | 2.593671 | 2.365640 | +| System.Memory.Span.Clear(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Memory.Span%28Byte%29.Clear%28Size%3A%20512%29.html) | -9.35% | 17.366256 | 15.741969 | +| System.Memory.Span.EndsWith(Size: 33) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Memory.Span%28Byte%29.EndsWith%28Size%3A%2033%29.html) | -7.73% | N/A | N/A | +| System.Memory.Span.IndexOfAnyFiveValues(Size: 33) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Memory.Span%28Byte%29.IndexOfAnyFiveValues%28Size%3A%2033%29.html) | -9.12% | 13.151209 | 11.951320 | +| System.Memory.Span.IndexOfAnyThreeValues(Size: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Memory.Span%28Byte%29.IndexOfAnyThreeValues%28Size%3A%204%29.html) | -9.89% | 6.209749 | 5.595355 | +| System.Memory.Span.BinarySearch(Size: 33) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Memory.Span%28Char%29.BinarySearch%28Size%3A%2033%29.html) | -7.88% | 10.410785 | 9.590079 | +| System.Memory.Span.Clear(Size: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Memory.Span%28Char%29.Clear%28Size%3A%204%29.html) | -9.73% | 4.030311 | 3.638071 | +| System.Memory.Span.IndexOfAnyFiveValues(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Memory.Span%28Char%29.IndexOfAnyFiveValues%28Size%3A%20512%29.html) | -9.30% | 79.059684 | 71.705763 | +| System.Memory.Span.IndexOfAnyFourValues(Size: 33) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Memory.Span%28Char%29.IndexOfAnyFourValues%28Size%3A%2033%29.html) | -8.21% | 12.967136 | 11.902998 | +| System.Memory.Span.IndexOfAnyFourValues(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Memory.Span%28Char%29.IndexOfAnyFourValues%28Size%3A%20512%29.html) | -8.61% | 65.743066 | 60.081104 | +| System.Memory.Span.IndexOfAnyThreeValues(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Memory.Span%28Char%29.IndexOfAnyThreeValues%28Size%3A%20512%29.html) | -7.68% | 51.413989 | 47.465726 | +| System.Memory.Span.IndexOfAnyTwoValues(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Memory.Span%28Char%29.IndexOfAnyTwoValues%28Size%3A%20512%29.html) | -8.28% | 40.078876 | 36.758517 | +| System.Memory.Span.LastIndexOfValue(Size: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Memory.Span%28Char%29.LastIndexOfValue%28Size%3A%204%29.html) | -9.49% | 4.640278 | 4.199773 | +| System.Memory.Span.IndexOfAnyFiveValues(Size: 33) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Memory.Span%28Int32%29.IndexOfAnyFiveValues%28Size%3A%2033%29.html) | -8.67% | 68.434126 | 62.499230 | +| System.Memory.Span.IndexOfAnyFiveValues(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Memory.Span%28Int32%29.IndexOfAnyFiveValues%28Size%3A%20512%29.html) | -8.23% | 1040.567326 | 954.923593 | +| System.Net.Security.Tests.SslStreamTests.HandshakeRSA2048CertAsync(protocol: Tls12) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Net.Security.Tests.SslStreamTests.HandshakeRSA2048CertAsync%28protocol%3A%20Tls12%29.html) | -8.79% | 9950405.916429 | 9076157.534286 | +| System.Net.Tests.Perf_WebUtility.Decode_DecodingRequired | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Net.Tests.Perf_WebUtility.Decode_DecodingRequired.html) | -9.28% | 138.330536 | 125.496256 | +| System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives.Ieee754Remainder_ScalarDivisor(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives%28Single%29.Ieee754Remainder_ScalarDivisor%28BufferLength%3A%20128%29.html) | -7.59% | 1659.510254 | 1533.626657 | +| System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives.Sin(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives%28Single%29.Sin%28BufferLength%3A%20128%29.html) | -8.95% | 582.203838 | 530.079008 | +| System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives.Sinh(BufferLength: 3079) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives%28Single%29.Sinh%28BufferLength%3A%203079%29.html) | -8.15% | 10607.161794 | 9742.763341 | +| System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives.Add_Scalar(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives%28Double%29.Add_Scalar%28BufferLength%3A%20128%29.html) | -9.19% | 39.006928 | 35.422480 | +| System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives.BitwiseAnd_Scalar(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives%28Double%29.BitwiseAnd_Scalar%28BufferLength%3A%20128%29.html) | -8.18% | 39.007313 | 35.814983 | +| System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives.BitwiseAnd_Vector(BufferLength: 3079) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives%28Double%29.BitwiseAnd_Vector%28BufferLength%3A%203079%29.html) | -8.42% | 767.923884 | 703.277057 | +| System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives.IndexOfMax(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives%28Double%29.IndexOfMax%28BufferLength%3A%20128%29.html) | -8.00% | 177.387196 | 163.200580 | +| System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives.Max(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives%28Double%29.Max%28BufferLength%3A%20128%29.html) | -7.55% | 89.867428 | 83.081115 | +| System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives.Max_Scalar(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives%28Double%29.Max_Scalar%28BufferLength%3A%20128%29.html) | -9.01% | 38.857711 | 35.355037 | +| System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives.Max_Vector(BufferLength: 3079) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives%28Double%29.Max_Vector%28BufferLength%3A%203079%29.html) | -9.57% | N/A | N/A | +| System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives.SumOfMagnitudes(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives%28Double%29.SumOfMagnitudes%28BufferLength%3A%20128%29.html) | -9.95% | 48.295267 | 43.489245 | +| System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives.AddMultiply_ScalarAddend(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives%28Int32%29.AddMultiply_ScalarAddend%28BufferLength%3A%20128%29.html) | -7.58% | 39.783125 | 36.767586 | +| System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives.AddMultiply_Vectors(BufferLength: 3079) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives%28Int32%29.AddMultiply_Vectors%28BufferLength%3A%203079%29.html) | -8.44% | 648.001496 | 593.300883 | +| System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives.SumOfSquares(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives%28Int32%29.SumOfSquares%28BufferLength%3A%20128%29.html) | -9.33% | 31.177046 | 28.267797 | +| System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives.AddMultiply_ScalarAddend(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives%28Single%29.AddMultiply_ScalarAddend%28BufferLength%3A%20128%29.html) | -8.13% | 36.694031 | 33.712297 | +| System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives.Add_Scalar(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives%28Single%29.Add_Scalar%28BufferLength%3A%20128%29.html) | -9.64% | 26.934845 | 24.339568 | +| System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives.BitwiseAnd_Scalar(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives%28Single%29.BitwiseAnd_Scalar%28BufferLength%3A%20128%29.html) | -9.18% | 27.108692 | 24.620426 | +| System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives.Divide_Scalar(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives%28Single%29.Divide_Scalar%28BufferLength%3A%20128%29.html) | -8.52% | 70.262537 | 64.277740 | +| System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives.Divide_Vector(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives%28Single%29.Divide_Vector%28BufferLength%3A%20128%29.html) | -9.67% | 71.178969 | 64.294312 | +| System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives.IndexOfMax(BufferLength: 3079) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives%28Single%29.IndexOfMax%28BufferLength%3A%203079%29.html) | -8.13% | 2077.856504 | 1908.883502 | +| System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives.Max(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives%28Single%29.Max%28BufferLength%3A%20128%29.html) | -7.64% | 47.079156 | 43.483630 | +| System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives.Max(BufferLength: 3079) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives%28Single%29.Max%28BufferLength%3A%203079%29.html) | -9.16% | 1064.530335 | 966.974327 | +| System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives.Max_Scalar(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives%28Single%29.Max_Scalar%28BufferLength%3A%20128%29.html) | -8.18% | 26.750315 | 24.561317 | +| System.Numerics.Tests.Constructor.SpanCastBenchmark_Single | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Constructor.SpanCastBenchmark_Single.html) | -9.34% | 2.641380 | 2.394732 | +| System.Numerics.Tests.Perf_Matrix3x2.CreateFromScalars | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_Matrix3x2.CreateFromScalars.html) | -9.78% | N/A | N/A | +| System.Numerics.Tests.Perf_Matrix3x2.CreateSkewFromScalarXYWithCenterBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_Matrix3x2.CreateSkewFromScalarXYWithCenterBenchmark.html) | -8.31% | N/A | N/A | +| System.Numerics.Tests.Perf_Matrix4x4.AddBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_Matrix4x4.AddBenchmark.html) | -9.29% | 3.389970 | 3.075148 | +| System.Numerics.Tests.Perf_Matrix4x4.CreateFromYawPitchRollBenchmarkBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_Matrix4x4.CreateFromYawPitchRollBenchmarkBenchmark.html) | -7.53% | 62.415238 | 57.713037 | +| System.Numerics.Tests.Perf_Matrix4x4.CreateRotationZBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_Matrix4x4.CreateRotationZBenchmark.html) | -9.47% | 3.494192 | 3.163174 | +| System.Numerics.Tests.Perf_Matrix4x4.CreateScaleFromVectorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_Matrix4x4.CreateScaleFromVectorBenchmark.html) | -8.08% | N/A | N/A | +| System.Numerics.Tests.Perf_Matrix4x4.SubtractOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_Matrix4x4.SubtractOperatorBenchmark.html) | -8.83% | N/A | N/A | +| System.Numerics.Tests.Perf_Quaternion.CreateFromScalarXYZWBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_Quaternion.CreateFromScalarXYZWBenchmark.html) | -8.30% | 2.440022 | 2.237613 | +| System.Numerics.Tests.Perf_Quaternion.NegationOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_Quaternion.NegationOperatorBenchmark.html) | -7.84% | 2.429358 | 2.238911 | +| System.Numerics.Tests.Perf_Vector2.DivideByScalarOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_Vector2.DivideByScalarOperatorBenchmark.html) | -9.81% | N/A | N/A | +| System.Numerics.Tests.Perf_Vector2.DotBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_Vector2.DotBenchmark.html) | -7.69% | 2.502906 | 2.310476 | +| System.Numerics.Tests.Perf_Vector2.SquareRootBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_Vector2.SquareRootBenchmark.html) | -9.30% | N/A | N/A | +| System.Numerics.Tests.Perf_Vector2.SubtractFunctionBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_Vector2.SubtractFunctionBenchmark.html) | -8.18% | 2.643300 | 2.427089 | +| System.Numerics.Tests.Perf_Vector2.TransformByMatrix4x4Benchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_Vector2.TransformByMatrix4x4Benchmark.html) | -9.71% | N/A | N/A | +| System.Numerics.Tests.Perf_Vector3.MultiplyByScalarOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_Vector3.MultiplyByScalarOperatorBenchmark.html) | -7.70% | 2.197679 | 2.028472 | +| System.Numerics.Tests.Perf_Vector3.OneBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_Vector3.OneBenchmark.html) | -9.96% | N/A | N/A | +| System.Numerics.Tests.Perf_VectorConvert.Widen_float | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorConvert.Widen_float.html) | -9.29% | 961.327571 | 871.974223 | +| System.Numerics.Tests.Perf_VectorOf.CountBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28Byte%29.CountBenchmark.html) | -8.51% | N/A | N/A | +| System.Numerics.Tests.Perf_VectorOf.EqualityOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28Byte%29.EqualityOperatorBenchmark.html) | -8.51% | 2.342720 | 2.143324 | +| System.Numerics.Tests.Perf_VectorOf.EqualityOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28Double%29.EqualityOperatorBenchmark.html) | -7.85% | N/A | N/A | +| System.Numerics.Tests.Perf_VectorOf.LessThanOrEqualBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28Double%29.LessThanOrEqualBenchmark.html) | -7.59% | 1.725102 | 1.594191 | +| System.Numerics.Tests.Perf_VectorOf.BitwiseAndBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28Int16%29.BitwiseAndBenchmark.html) | -7.53% | 1.758848 | 1.626406 | +| System.Numerics.Tests.Perf_VectorOf.LessThanAnyBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28Int16%29.LessThanAnyBenchmark.html) | -8.24% | 2.437902 | 2.237038 | +| System.Numerics.Tests.Perf_VectorOf.EqualityOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28Int32%29.EqualityOperatorBenchmark.html) | -7.73% | N/A | N/A | +| System.Numerics.Tests.Perf_VectorOf.InequalityOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28Int32%29.InequalityOperatorBenchmark.html) | -8.43% | N/A | N/A | +| System.Numerics.Tests.Perf_VectorOf.OnesComplementBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28Int32%29.OnesComplementBenchmark.html) | -9.65% | 1.800073 | 1.626327 | +| System.Numerics.Tests.Perf_VectorOf.DivisionOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28Int64%29.DivisionOperatorBenchmark.html) | -8.23% | N/A | N/A | +| System.Numerics.Tests.Perf_VectorOf.EqualsStaticBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28Int64%29.EqualsStaticBenchmark.html) | -9.23% | N/A | N/A | +| System.Numerics.Tests.Perf_VectorOf.LessThanAnyBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28Int64%29.LessThanAnyBenchmark.html) | -7.83% | 2.190307 | 2.018869 | +| System.Numerics.Tests.Perf_VectorOf.MaxBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28Int64%29.MaxBenchmark.html) | -9.82% | 2.189492 | 1.974568 | +| System.Numerics.Tests.Perf_VectorOf.SubtractBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28Int64%29.SubtractBenchmark.html) | -9.29% | 1.898403 | 1.722073 | +| System.Numerics.Tests.Perf_VectorOf.AddBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28SByte%29.AddBenchmark.html) | -8.29% | 1.775444 | 1.628312 | +| System.Numerics.Tests.Perf_VectorOf.EqualsAllBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28SByte%29.EqualsAllBenchmark.html) | -9.37% | N/A | N/A | +| System.Numerics.Tests.Perf_VectorOf.EqualsBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28SByte%29.EqualsBenchmark.html) | -8.58% | N/A | N/A | +| System.Numerics.Tests.Perf_VectorOf.LessThanAnyBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28Single%29.LessThanAnyBenchmark.html) | -8.48% | 2.320327 | 2.123585 | +| System.Numerics.Tests.Perf_VectorOf.MinBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28Single%29.MinBenchmark.html) | -9.10% | 1.791021 | 1.627968 | +| System.Numerics.Tests.Perf_VectorOf.BitwiseAndBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28UInt16%29.BitwiseAndBenchmark.html) | -9.60% | N/A | N/A | +| System.Numerics.Tests.Perf_VectorOf.NegateBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28UInt16%29.NegateBenchmark.html) | -8.34% | 1.774835 | 1.626787 | +| System.Numerics.Tests.Perf_VectorOf.GreaterThanOrEqualAllBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28UInt32%29.GreaterThanOrEqualAllBenchmark.html) | -9.47% | 2.197840 | 1.989685 | +| System.Numerics.Tests.Perf_VectorOf.OnesComplementBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28UInt32%29.OnesComplementBenchmark.html) | -7.91% | 1.930704 | 1.777917 | +| System.Numerics.Tests.Perf_VectorOf.GreaterThanAnyBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28UInt64%29.GreaterThanAnyBenchmark.html) | -9.45% | N/A | N/A | +| System.Reflection.Attributes.GetCustomAttributesMethodBaseMiss | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Reflection.Attributes.GetCustomAttributesMethodBaseMiss.html) | -9.99% | 151.254752 | 136.142824 | +| System.Reflection.Attributes.IsDefinedClassMiss | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Reflection.Attributes.IsDefinedClassMiss.html) | -8.06% | 108.689240 | 99.926305 | +| System.Reflection.Invoke.Ctor0_NoParams | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Reflection.Invoke.Ctor0_NoParams.html) | -9.75% | 19.066639 | 17.207770 | +| System.Reflection.Invoke.Field_Set_class | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Reflection.Invoke.Field_Set_class.html) | -9.86% | 36.065364 | 32.509695 | +| System.Reflection.Metadata.Perf_TypeName.ParseAndGetAssemblyQualifiedName(input: typeof(System.Collections.Generic.Dictionary)) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Reflection.Metadata.Perf_TypeName.ParseAndGetAssemblyQualifiedName%28input%3A%20typeof%28System.Collections.Generic.Dictionary%28String%2C%20Boolean%29%29%29.html) | -7.74% | 4118.720601 | 3799.939101 | +| System.Reflection.Metadata.Perf_TypeName.ParseAndGetAssemblyQualifiedName(input: typeof(System.Int32&)) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Reflection.Metadata.Perf_TypeName.ParseAndGetAssemblyQualifiedName%28input%3A%20typeof%28System.Int32%26%29%29.html) | -8.58% | 1458.598990 | 1333.400442 | +| System.Reflection.Metadata.Perf_TypeName.ParseAndGetAssemblyQualifiedName(input: typeof(System.Int32[*])) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Reflection.Metadata.Perf_TypeName.ParseAndGetAssemblyQualifiedName%28input%3A%20typeof%28System.Int32%5B%2A%5D%29%29.html) | -8.32% | 1455.811878 | 1334.628744 | +| System.Reflection.Metadata.Perf_TypeName.ParseAndGetAssemblyQualifiedName(input: typeof(System.Int32[,])) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Reflection.Metadata.Perf_TypeName.ParseAndGetAssemblyQualifiedName%28input%3A%20typeof%28System.Int32%5B%2C%5D%29%29.html) | -9.09% | 1458.643008 | 1326.088826 | +| System.Reflection.Metadata.Perf_TypeName.ParseAndGetAssemblyQualifiedName(input: typeof(System.Reflection.Metadata.Nested)) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Reflection.Metadata.Perf_TypeName.ParseAndGetAssemblyQualifiedName%28input%3A%20typeof%28System.Reflection.Metadata.Nested%29%29.html) | -9.92% | 1291.828620 | 1163.734212 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128.ConvertIntToFloatBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128.ConvertIntToFloatBenchmark.html) | -7.84% | 2.192562 | 2.020749 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Float.GreaterThanAllBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Float.GreaterThanAllBenchmark.html) | -8.00% | N/A | N/A | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Float.GreaterThanAnyBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Float.GreaterThanAnyBenchmark.html) | -8.46% | N/A | N/A | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Float.SquareRootBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Float.SquareRootBenchmark.html) | -7.90% | N/A | N/A | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Int.AddOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Int.AddOperatorBenchmark.html) | -7.65% | 1.765587 | 1.630441 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Int.InequalityOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Int.InequalityOperatorBenchmark.html) | -10.00% | 2.362639 | 2.126468 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.AllBitsSetBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Byte%29.AllBitsSetBenchmark.html) | -9.78% | N/A | N/A | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.CountBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Byte%29.CountBenchmark.html) | -7.58% | N/A | N/A | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.NegateBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Byte%29.NegateBenchmark.html) | -8.19% | 1.774709 | 1.629301 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.SumBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Byte%29.SumBenchmark.html) | -8.66% | N/A | N/A | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.LessThanBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Double%29.LessThanBenchmark.html) | -7.50% | 1.763456 | 1.631156 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.GreaterThanAllBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Int16%29.GreaterThanAllBenchmark.html) | -9.69% | 2.242299 | 2.025054 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.LessThanOrEqualAnyBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Int32%29.LessThanOrEqualAnyBenchmark.html) | -7.69% | 2.175197 | 2.007847 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.AddBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Int64%29.AddBenchmark.html) | -8.61% | 1.827303 | 1.669975 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.DotBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28SByte%29.DotBenchmark.html) | -7.73% | 2.339884 | 2.159108 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.EqualsAnyBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28SByte%29.EqualsAnyBenchmark.html) | -8.57% | 2.433656 | 2.225019 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.ConditionalSelectBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Single%29.ConditionalSelectBenchmark.html) | -7.58% | 1.925667 | 1.779701 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.EqualsBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Single%29.EqualsBenchmark.html) | -7.70% | N/A | N/A | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.GreaterThanAllBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Single%29.GreaterThanAllBenchmark.html) | -9.90% | N/A | N/A | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.OnesComplementBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Single%29.OnesComplementBenchmark.html) | -8.08% | 1.772356 | 1.629218 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.SquareRootBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Single%29.SquareRootBenchmark.html) | -9.39% | 2.421122 | 2.193666 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.GreaterThanAllBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28UInt16%29.GreaterThanAllBenchmark.html) | -7.70% | N/A | N/A | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.GreaterThanAnyBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28UInt16%29.GreaterThanAnyBenchmark.html) | -7.98% | 2.428945 | 2.235179 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.EqualsAnyBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28UInt32%29.EqualsAnyBenchmark.html) | -7.98% | N/A | N/A | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.OnesComplementBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28UInt32%29.OnesComplementBenchmark.html) | -8.20% | 1.775040 | 1.629539 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.SumBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28UInt32%29.SumBenchmark.html) | -7.56% | 2.319873 | 2.144497 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.UnaryNegateOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28UInt32%29.UnaryNegateOperatorBenchmark.html) | -7.65% | 1.925899 | 1.778587 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.ZeroBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28UInt32%29.ZeroBenchmark.html) | -9.22% | N/A | N/A | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.LessThanAnyBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28UInt64%29.LessThanAnyBenchmark.html) | -8.60% | N/A | N/A | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.MinBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28UInt64%29.MinBenchmark.html) | -8.90% | 2.006808 | 1.828135 | +| System.Security.Cryptography.Primitives.Tests.Performance.Perf_FixedTimeEquals.FixedTimeEquals_256Bit_AllBitsDifferent | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Security.Cryptography.Primitives.Tests.Performance.Perf_FixedTimeEquals.FixedTimeEquals_256Bit_AllBitsDifferent.html) | -7.96% | 243.751840 | 224.353808 | +| System.Tests.Perf_Char.Char_ToLower(c: '你', cultureName: zh-Hans) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Tests.Perf_Char.Char_ToLower%28c%3A%20%27%E4%BD%A0%27%2C%20cultureName%3A%20zh-Hans%29.html) | -8.63% | 23.362005 | 21.345755 | +| System.Tests.Perf_DateTime.ToString(format: "s") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Tests.Perf_DateTime.ToString%28format%3A%20%22s%22%29.html) | -8.26% | 38.955643 | 35.739844 | +| System.Tests.Perf_DateTimeOffset.ToString(format: null) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Tests.Perf_DateTimeOffset.ToString%28format%3A%20null%29.html) | -8.24% | 208.518411 | 191.333289 | +| System.Tests.Perf_DateTimeOffset.ToString(value: 12/30/2017 3:45:22 AM -08:00) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Tests.Perf_DateTimeOffset.ToString%28value%3A%2012/30/2017%203%3A45%3A22%20AM%20-08%3A00%29.html) | -8.72% | 216.911063 | 197.996856 | +| System.Tests.Perf_Double.ToStringWithFormat(value: 12345, format: "G17") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Tests.Perf_Double.ToStringWithFormat%28value%3A%2012345%2C%20format%3A%20%22G17%22%29.html) | -9.08% | 183.742166 | 167.059320 | +| System.Tests.Perf_Enum.InterpolateIntoStringBuilder_Flags(value: Red) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Tests.Perf_Enum.InterpolateIntoStringBuilder_Flags%28value%3A%20Red%29.html) | -8.23% | 113.479026 | 104.140686 | +| System.Tests.Perf_Guid.Parse | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Tests.Perf_Guid.Parse.html) | -9.53% | 35.993089 | 32.564338 | +| System.Tests.Perf_Guid.ctor_str | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Tests.Perf_Guid.ctor_str.html) | -9.60% | 36.011546 | 32.555420 | +| System.Tests.Perf_Half.SingleToHalf(value: 65520) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Tests.Perf_Half.SingleToHalf%28value%3A%2065520%29.html) | -7.93% | 5.213091 | 4.799433 | +| System.Tests.Perf_Int32.CopySign(value: 1, sign: -1) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Tests.Perf_Int32.CopySign%28value%3A%201%2C%20sign%3A%20-1%29.html) | -9.56% | 2.304237 | 2.083927 | +| System.Tests.Perf_Int32.TryFormat(value: 12345) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Tests.Perf_Int32.TryFormat%28value%3A%2012345%29.html) | -9.57% | 8.591190 | 7.769040 | +| System.Tests.Perf_Single.ToStringWithFormat(value: 12345, format: "E") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Tests.Perf_Single.ToStringWithFormat%28value%3A%2012345%2C%20format%3A%20%22E%22%29.html) | -8.00% | 142.041789 | 130.671695 | +| System.Tests.Perf_Type.GetType_FullyQualifiedNames(input: typeof(System.Collections.Generic.Dictionary)) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Tests.Perf_Type.GetType_FullyQualifiedNames%28input%3A%20typeof%28System.Collections.Generic.Dictionary%28String%2C%20Boolean%29%29%29.html) | -9.14% | 6058.972701 | 5505.142446 | +| System.Tests.Perf_Type.GetType_Resolvers(input: typeof(System.Int32[])) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Tests.Perf_Type.GetType_Resolvers%28input%3A%20typeof%28System.Int32%5B%5D%29%29.html) | -9.62% | 359.878350 | 325.253578 | +| System.Tests.Perf_Type.GetType_Resolvers(input: typeof(System.Tests.Nested)) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Tests.Perf_Type.GetType_Resolvers%28input%3A%20typeof%28System.Tests.Nested%29%29.html) | -7.64% | 341.993098 | 315.868711 | +| System.Tests.Perf_Type.GetType_Resolvers(input: typeof(int)) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Tests.Perf_Type.GetType_Resolvers%28input%3A%20typeof%28int%29%29.html) | -8.85% | 173.128621 | 157.814063 | +| System.Tests.Perf_Uri.CtorIdnHostPathAndQuery(input: "http://host/") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Tests.Perf_Uri.CtorIdnHostPathAndQuery%28input%3A%20%22http%3A//host/%22%29.html) | -9.00% | 254.712463 | 231.794285 | +| System.Tests.Perf_Uri.ParseAbsoluteUri | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Tests.Perf_Uri.ParseAbsoluteUri.html) | -8.84% | 385.468998 | 351.400776 | +| System.Tests.Perf_Uri.UriBuilderReplacePort | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Tests.Perf_Uri.UriBuilderReplacePort.html) | -8.68% | 152.146312 | 138.933221 | +| System.Tests.Perf_Version.ToStringL | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Tests.Perf_Version.ToStringL.html) | -7.95% | 82.419102 | 75.869491 | +| System.Text.Json.Document.Tests.Perf_EnumerateArray.EnumerateArray(TestCase: Json400KB) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Document.Tests.Perf_EnumerateArray.EnumerateArray%28TestCase%3A%20Json400KB%29.html) | -9.72% | 1304.201564 | 1177.493453 | +| System.Text.Json.Node.Tests.Perf_ParseThenWrite.ParseThenWrite(IsDataIndented: False, TestCase: HelloWorld) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Node.Tests.Perf_ParseThenWrite.ParseThenWrite%28IsDataIndented%3A%20False%2C%20TestCase%3A%20HelloWorld%29.html) | -8.79% | 576.778274 | 526.055201 | +| System.Text.Json.Node.Tests.Perf_ParseThenWrite.ParseThenWrite(IsDataIndented: False, TestCase: Json400KB) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Node.Tests.Perf_ParseThenWrite.ParseThenWrite%28IsDataIndented%3A%20False%2C%20TestCase%3A%20Json400KB%29.html) | -7.59% | 3876322.282546 | 3581986.961694 | +| System.Text.Json.Node.Tests.Perf_ParseThenWrite.ParseThenWrite(IsDataIndented: True, TestCase: HelloWorld) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Node.Tests.Perf_ParseThenWrite.ParseThenWrite%28IsDataIndented%3A%20True%2C%20TestCase%3A%20HelloWorld%29.html) | -9.43% | 608.162292 | 550.800327 | +| System.Text.Json.Node.Tests.Perf_ParseThenWrite.ParseThenWrite(IsDataIndented: True, TestCase: Json400B) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Node.Tests.Perf_ParseThenWrite.ParseThenWrite%28IsDataIndented%3A%20True%2C%20TestCase%3A%20Json400B%29.html) | -9.89% | 4417.210810 | 3980.418610 | +| System.Text.Json.Node.Tests.Perf_ParseThenWrite.ParseThenWrite(IsDataIndented: True, TestCase: Json400KB) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Node.Tests.Perf_ParseThenWrite.ParseThenWrite%28IsDataIndented%3A%20True%2C%20TestCase%3A%20Json400KB%29.html) | -7.57% | 4422164.319328 | 4087591.066527 | +| System.Text.Json.Node.Tests.Perf_ParseThenWrite.ParseThenWrite(IsDataIndented: True, TestCase: LotsOfStrings) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Node.Tests.Perf_ParseThenWrite.ParseThenWrite%28IsDataIndented%3A%20True%2C%20TestCase%3A%20LotsOfStrings%29.html) | -7.63% | 8424.797898 | 7782.084222 | +| System.Text.Json.Serialization.Tests.ReadJson>.DeserializeFromReader(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28Dictionary%28String%2C%20String%29%29.DeserializeFromReader%28Mode%3A%20Reflection%29.html) | -9.74% | 25819.737569 | 23304.464331 | +| System.Text.Json.Serialization.Tests.ReadJson>.DeserializeFromString(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28Dictionary%28String%2C%20String%29%29.DeserializeFromString%28Mode%3A%20Reflection%29.html) | -8.90% | 20425.590114 | 18606.703711 | +| System.Text.Json.Serialization.Tests.ReadJson>.DeserializeFromString(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28Dictionary%28String%2C%20String%29%29.DeserializeFromString%28Mode%3A%20SourceGen%29.html) | -8.79% | 20416.600243 | 18621.375028 | +| System.Text.Json.Serialization.Tests.ReadJson>.DeserializeFromUtf8Bytes(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28Dictionary%28String%2C%20String%29%29.DeserializeFromUtf8Bytes%28Mode%3A%20Reflection%29.html) | -8.23% | 19654.179574 | 18036.714773 | +| System.Text.Json.Serialization.Tests.ReadJson>.DeserializeFromUtf8Bytes(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28Dictionary%28String%2C%20String%29%29.DeserializeFromUtf8Bytes%28Mode%3A%20SourceGen%29.html) | -9.74% | 19762.116634 | 17836.782773 | +| System.Text.Json.Serialization.Tests.ReadJson>.DeserializeFromString(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28HashSet%28String%29%29.DeserializeFromString%28Mode%3A%20Reflection%29.html) | -9.60% | 12364.316443 | 11177.200156 | +| System.Text.Json.Serialization.Tests.ReadJson>.DeserializeFromString(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28HashSet%28String%29%29.DeserializeFromString%28Mode%3A%20SourceGen%29.html) | -9.53% | 12317.405300 | 11143.500515 | +| System.Text.Json.Serialization.Tests.ReadJson>.DeserializeFromUtf8Bytes(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28HashSet%28String%29%29.DeserializeFromUtf8Bytes%28Mode%3A%20SourceGen%29.html) | -9.72% | 11934.238377 | 10773.698511 | +| System.Text.Json.Serialization.Tests.ReadJson>.DeserializeFromStream(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28ImmutableDictionary%28String%2C%20String%29%29.DeserializeFromStream%28Mode%3A%20SourceGen%29.html) | -8.72% | 41518.636015 | 37896.755723 | +| System.Text.Json.Serialization.Tests.ReadJson>.DeserializeFromString(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28ImmutableDictionary%28String%2C%20String%29%29.DeserializeFromString%28Mode%3A%20SourceGen%29.html) | -9.39% | 40540.186054 | 36732.388897 | +| System.Text.Json.Serialization.Tests.ReadJson>.DeserializeFromUtf8Bytes(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28ImmutableDictionary%28String%2C%20String%29%29.DeserializeFromUtf8Bytes%28Mode%3A%20Reflection%29.html) | -8.33% | 39540.469531 | 36247.027196 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromString(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28IndexViewModel%29.DeserializeFromString%28Mode%3A%20Reflection%29.html) | -8.91% | 27881.765601 | 25397.090296 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromString(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28IndexViewModel%29.DeserializeFromString%28Mode%3A%20SourceGen%29.html) | -9.91% | 27529.490515 | 24801.561195 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromString(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28Int32%29.DeserializeFromString%28Mode%3A%20SourceGen%29.html) | -8.48% | 93.040061 | 85.145636 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromStream(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28LargeStructWithProperties%29.DeserializeFromStream%28Mode%3A%20Reflection%29.html) | -8.39% | 1335.656239 | 1223.587495 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromStream(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28LargeStructWithProperties%29.DeserializeFromStream%28Mode%3A%20SourceGen%29.html) | -9.54% | 1313.787353 | 1188.512871 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromString(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28Location%29.DeserializeFromString%28Mode%3A%20Reflection%29.html) | -9.99% | 1284.667642 | 1156.336789 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromReader(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28LoginViewModel%29.DeserializeFromReader%28Mode%3A%20SourceGen%29.html) | -8.90% | 652.564848 | 594.482942 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromStream(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28LoginViewModel%29.DeserializeFromStream%28Mode%3A%20Reflection%29.html) | -9.39% | 699.633010 | 633.948713 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromStream(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28LoginViewModel%29.DeserializeFromStream%28Mode%3A%20SourceGen%29.html) | -9.28% | 683.270064 | 619.860837 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromReader(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28SimpleStructWithProperties%29.DeserializeFromReader%28Mode%3A%20Reflection%29.html) | -8.88% | 466.167421 | 424.770004 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromReader(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28SimpleStructWithProperties%29.DeserializeFromReader%28Mode%3A%20SourceGen%29.html) | -9.16% | 465.888749 | 423.201607 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromString(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28SimpleStructWithProperties%29.DeserializeFromString%28Mode%3A%20Reflection%29.html) | -9.99% | 297.780939 | 268.017938 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromReader(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28StructRecord%29.DeserializeFromReader%28Mode%3A%20Reflection%29.html) | -9.93% | 997.102720 | 898.135483 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromReader(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28StructRecord%29.DeserializeFromReader%28Mode%3A%20SourceGen%29.html) | -9.62% | 998.227526 | 902.201944 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromUtf8Bytes(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28StructRecord%29.DeserializeFromUtf8Bytes%28Mode%3A%20SourceGen%29.html) | -9.59% | 598.204075 | 540.828903 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromReader(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28TreeRecord%29.DeserializeFromReader%28Mode%3A%20Reflection%29.html) | -8.74% | 36656.435108 | 33452.637902 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToWriter(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28BinaryData%29.SerializeToWriter%28Mode%3A%20Reflection%29.html) | -7.61% | 298.689683 | 275.951965 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToWriter(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28ClassRecord%29.SerializeToWriter%28Mode%3A%20SourceGen%29.html) | -9.62% | 216.368387 | 195.560710 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeObjectProperty(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28IndexViewModel%29.SerializeObjectProperty%28Mode%3A%20SourceGen%29.html) | -9.20% | 14495.079141 | 13162.232243 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToString(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28IndexViewModel%29.SerializeToString%28Mode%3A%20SourceGen%29.html) | -9.30% | 14141.130453 | 12826.704953 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToStream(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28LargeStructWithProperties%29.SerializeToStream%28Mode%3A%20Reflection%29.html) | -7.94% | 725.943531 | 668.288462 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToUtf8Bytes(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28LargeStructWithProperties%29.SerializeToUtf8Bytes%28Mode%3A%20SourceGen%29.html) | -7.87% | 412.047662 | 379.632477 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeObjectProperty(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28Location%29.SerializeObjectProperty%28Mode%3A%20Reflection%29.html) | -7.98% | 980.995710 | 902.689626 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToStream(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28Location%29.SerializeToStream%28Mode%3A%20Reflection%29.html) | -9.01% | 849.297559 | 772.735859 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToString(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28MyEventsListerViewModel%29.SerializeToString%28Mode%3A%20SourceGen%29.html) | -7.59% | 370400.915375 | 342302.471846 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToUtf8Bytes(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28MyEventsListerViewModel%29.SerializeToUtf8Bytes%28Mode%3A%20SourceGen%29.html) | -9.75% | 284824.015752 | 257040.396299 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToWriter(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28MyEventsListerViewModel%29.SerializeToWriter%28Mode%3A%20SourceGen%29.html) | -8.15% | 274356.130819 | 251986.417153 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeObjectProperty(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28TreeRecord%29.SerializeObjectProperty%28Mode%3A%20Reflection%29.html) | -9.41% | 13009.029689 | 11785.358510 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToString(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28TreeRecord%29.SerializeToString%28Mode%3A%20Reflection%29.html) | -8.21% | 12898.495671 | 11839.575993 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToWriter(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28TreeRecord%29.SerializeToWriter%28Mode%3A%20Reflection%29.html) | -9.46% | 12735.238527 | 11530.088569 | +| System.Text.Json.Tests.Perf_Base64.WriteByteArrayAsBase64_HeavyEscaping(NumberOfBytes: 100) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Base64.WriteByteArrayAsBase64_HeavyEscaping%28NumberOfBytes%3A%20100%29.html) | -7.73% | 84.909728 | 78.348160 | +| System.Text.Json.Tests.Perf_Base64.WriteByteArrayAsBase64_NoEscaping(NumberOfBytes: 100) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Base64.WriteByteArrayAsBase64_NoEscaping%28NumberOfBytes%3A%20100%29.html) | -8.22% | 84.173239 | 77.256949 | +| System.Text.Json.Tests.Perf_Get.GetDateTimeOffset | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Get.GetDateTimeOffset.html) | -9.11% | 5871.399471 | 5336.372375 | +| System.Text.Json.Tests.Perf_Get.GetSingle | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Get.GetSingle.html) | -9.38% | 5668.394434 | 5136.537059 | +| System.Text.Json.Tests.Perf_Reader.ReadMultiSpanSequenceEmptyLoop(IsDataCompact: True, TestCase: LotsOfStrings) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Reader.ReadMultiSpanSequenceEmptyLoop%28IsDataCompact%3A%20True%2C%20TestCase%3A%20LotsOfStrings%29.html) | -8.98% | 1586.237746 | 1443.725788 | +| System.Text.Json.Tests.Perf_Reader.ReadSingleSpanSequenceEmptyLoop(IsDataCompact: False, TestCase: BroadTree) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Reader.ReadSingleSpanSequenceEmptyLoop%28IsDataCompact%3A%20False%2C%20TestCase%3A%20BroadTree%29.html) | -9.34% | 13845.213489 | 12551.755494 | +| System.Text.Json.Tests.Perf_Reader.ReadSpanEmptyLoop(IsDataCompact: False, TestCase: BroadTree) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Reader.ReadSpanEmptyLoop%28IsDataCompact%3A%20False%2C%20TestCase%3A%20BroadTree%29.html) | -7.82% | 13773.348128 | 12696.461064 | +| System.Text.Json.Tests.Perf_Reader.ReadSpanEmptyLoop(IsDataCompact: False, TestCase: Json4KB) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Reader.ReadSpanEmptyLoop%28IsDataCompact%3A%20False%2C%20TestCase%3A%20Json4KB%29.html) | -9.96% | 8834.356482 | 7954.167147 | +| System.Text.Json.Tests.Perf_Segment.ReadMultiSegmentSequenceUsingSpan(segmentSize: 4096, TestCase: Json40KB) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Segment.ReadMultiSegmentSequenceUsingSpan%28segmentSize%3A%204096%2C%20TestCase%3A%20Json40KB%29.html) | -8.90% | 89395.800303 | 81439.210651 | +| System.Text.Json.Tests.Perf_Segment.ReadMultiSegmentSequenceUsingSpan(segmentSize: 8192, TestCase: Json40KB) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Segment.ReadMultiSegmentSequenceUsingSpan%28segmentSize%3A%208192%2C%20TestCase%3A%20Json40KB%29.html) | -8.93% | 88896.137531 | 80957.983532 | +| System.Text.Json.Tests.Perf_Segment.ReadSingleSegmentSequenceByN(numberOfBytes: 4096, TestCase: Json400KB) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Segment.ReadSingleSegmentSequenceByN%28numberOfBytes%3A%204096%2C%20TestCase%3A%20Json400KB%29.html) | -8.71% | 883446.331624 | 806480.925279 | +| System.Text.Json.Tests.Perf_Segment.ReadSingleSegmentSequenceByN(numberOfBytes: 4096, TestCase: Json40KB) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Segment.ReadSingleSegmentSequenceByN%28numberOfBytes%3A%204096%2C%20TestCase%3A%20Json40KB%29.html) | -8.99% | 86921.783970 | 79106.300874 | +| System.Text.Json.Tests.Perf_Segment.ReadSingleSegmentSequenceByN(numberOfBytes: 8192, TestCase: Json400KB) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Segment.ReadSingleSegmentSequenceByN%28numberOfBytes%3A%208192%2C%20TestCase%3A%20Json400KB%29.html) | -8.83% | 879807.262324 | 802157.003584 | +| System.Text.Json.Tests.Perf_Segment.ReadSingleSegmentSequenceByN(numberOfBytes: 8192, TestCase: Json40KB) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Segment.ReadSingleSegmentSequenceByN%28numberOfBytes%3A%208192%2C%20TestCase%3A%20Json40KB%29.html) | -8.72% | 86618.644522 | 79065.125934 | +| System.Text.Json.Tests.Perf_Segment.ReadSingleSegmentSequenceByN(numberOfBytes: 8192, TestCase: Json4KB) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Segment.ReadSingleSegmentSequenceByN%28numberOfBytes%3A%208192%2C%20TestCase%3A%20Json4KB%29.html) | -9.65% | 8853.525315 | 7999.024276 | +| System.Text.Json.Tests.Utf8JsonReaderCommentsTests.Utf8JsonReaderCommentParsing(CommentHandling: Allow, SegmentSize: 0, TestCase: LongSingleLine) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Tests.Utf8JsonReaderCommentsTests.Utf8JsonReaderCommentParsing%28CommentHandling%3A%20Allow%2C%20SegmentSize%3A%200%2C%20TestCase%3A%20LongSingleLine%29.html) | -8.68% | 283.822527 | 259.180080 | +| System.Text.Json.Tests.Utf8JsonReaderCommentsTests.Utf8JsonReaderCommentParsing(CommentHandling: Allow, SegmentSize: 100, TestCase: LongMultiLine) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Tests.Utf8JsonReaderCommentsTests.Utf8JsonReaderCommentParsing%28CommentHandling%3A%20Allow%2C%20SegmentSize%3A%20100%2C%20TestCase%3A%20LongMultiLine%29.html) | -8.91% | 18607.822051 | 16950.151114 | +| System.Text.Json.Tests.Utf8JsonReaderCommentsTests.Utf8JsonReaderCommentParsing(CommentHandling: Skip, SegmentSize: 100, TestCase: LongMultiLine) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Tests.Utf8JsonReaderCommentsTests.Utf8JsonReaderCommentParsing%28CommentHandling%3A%20Skip%2C%20SegmentSize%3A%20100%2C%20TestCase%3A%20LongMultiLine%29.html) | -8.74% | 18546.046006 | 16925.430265 | +| System.Text.Json.Tests.Utf8JsonReaderCommentsTests.Utf8JsonReaderCommentParsing(CommentHandling: Skip, SegmentSize: 100, TestCase: LongSingleLine) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Tests.Utf8JsonReaderCommentsTests.Utf8JsonReaderCommentParsing%28CommentHandling%3A%20Skip%2C%20SegmentSize%3A%20100%2C%20TestCase%3A%20LongSingleLine%29.html) | -9.67% | 746.957279 | 674.742787 | +| System.Text.Perf_Ascii.EqualsIgnoreCase_DifferentCase_Chars(Size: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Perf_Ascii.EqualsIgnoreCase_DifferentCase_Chars%28Size%3A%20128%29.html) | -8.80% | 61.172487 | 55.791280 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Cache.IsMatch(total: 40000, unique: 1600, cacheSize: 800) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.RegularExpressions.Tests.Perf_Regex_Cache.IsMatch%28total%3A%2040000%2C%20unique%3A%201600%2C%20cacheSize%3A%20800%29.html) | -9.22% | 94403519.232143 | 85702984.526786 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Cache.IsMatch(total: 400000, unique: 7, cacheSize: 15) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.RegularExpressions.Tests.Perf_Regex_Cache.IsMatch%28total%3A%20400000%2C%20unique%3A%207%2C%20cacheSize%3A%2015%29.html) | -8.00% | 58131656.727679 | 53484025.846939 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Common.Ctor(Options: None) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.RegularExpressions.Tests.Perf_Regex_Common.Ctor%28Options%3A%20None%29.html) | -7.56% | 7249.212120 | 6701.260248 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Common.Date_IsNotMatch(Options: IgnoreCase, Compiled) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.RegularExpressions.Tests.Perf_Regex_Common.Date_IsNotMatch%28Options%3A%20IgnoreCase%2C%20Compiled%29.html) | -8.30% | 164.882700 | 151.197979 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Common.IP_IsMatch(Options: Compiled) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.RegularExpressions.Tests.Perf_Regex_Common.IP_IsMatch%28Options%3A%20Compiled%29.html) | -10.00% | 185.946936 | 167.355483 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Common.IP_IsNotMatch(Options: Compiled) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.RegularExpressions.Tests.Perf_Regex_Common.IP_IsNotMatch%28Options%3A%20Compiled%29.html) | -8.49% | 187.255413 | 171.354716 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Common.OneNodeBacktracking(Options: Compiled) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.RegularExpressions.Tests.Perf_Regex_Common.OneNodeBacktracking%28Options%3A%20Compiled%29.html) | -8.32% | 122.274238 | 112.098021 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Common.OneNodeBacktracking(Options: IgnoreCase, Compiled) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.RegularExpressions.Tests.Perf_Regex_Common.OneNodeBacktracking%28Options%3A%20IgnoreCase%2C%20Compiled%29.html) | -7.58% | 129.507787 | 119.694706 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Common.Uri_IsMatch(Options: Compiled) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.RegularExpressions.Tests.Perf_Regex_Common.Uri_IsMatch%28Options%3A%20Compiled%29.html) | -9.08% | 107.696427 | 97.922208 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Industry_BoostDocs_Simple.IsMatch(Id: 0, Options: None) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.RegularExpressions.Tests.Perf_Regex_Industry_BoostDocs_Simple.IsMatch%28Id%3A%200%2C%20Options%3A%20None%29.html) | -9.70% | 97.682424 | 88.209164 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Industry_BoostDocs_Simple.IsMatch(Id: 12, Options: Compiled) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.RegularExpressions.Tests.Perf_Regex_Industry_BoostDocs_Simple.IsMatch%28Id%3A%2012%2C%20Options%3A%20Compiled%29.html) | -8.62% | 60.419641 | 55.214257 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Industry_BoostDocs_Simple.IsMatch(Id: 12, Options: NonBacktracking) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.RegularExpressions.Tests.Perf_Regex_Industry_BoostDocs_Simple.IsMatch%28Id%3A%2012%2C%20Options%3A%20NonBacktracking%29.html) | -8.78% | 105.114700 | 95.884039 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Industry_BoostDocs_Simple.IsMatch(Id: 4, Options: NonBacktracking) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.RegularExpressions.Tests.Perf_Regex_Industry_BoostDocs_Simple.IsMatch%28Id%3A%204%2C%20Options%3A%20NonBacktracking%29.html) | -9.20% | 119.556613 | 108.560836 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Industry_BoostDocs_Simple.IsMatch(Id: 7, Options: Compiled) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.RegularExpressions.Tests.Perf_Regex_Industry_BoostDocs_Simple.IsMatch%28Id%3A%207%2C%20Options%3A%20Compiled%29.html) | -9.05% | 55.573668 | 50.546706 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Industry_BoostDocs_Simple.IsMatch(Id: 9, Options: Compiled) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.RegularExpressions.Tests.Perf_Regex_Industry_BoostDocs_Simple.IsMatch%28Id%3A%209%2C%20Options%3A%20Compiled%29.html) | -7.82% | 58.117786 | 53.570256 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Industry_Leipzig.Count(Pattern: ".{0,2}(Tom\|Sawyer\|Huckleberry\|Finn)", Options: Compiled) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.RegularExpressions.Tests.Perf_Regex_Industry_Leipzig.Count%28Pattern%3A%20%22.%7B0%2C2%7D%28Tom%7CSawyer%7CHuckleberry%7CFinn%29%22%2C%20Options%3A%20Compiled%29.html) | -7.51% | 500190232.642857 | 462623763.178571 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Industry_Leipzig.Count(Pattern: "Tom.{10,25}river\|river.{10,25}Tom", Options: Compiled) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.RegularExpressions.Tests.Perf_Regex_Industry_Leipzig.Count%28Pattern%3A%20%22Tom.%7B10%2C25%7Driver%7Criver.%7B10%2C25%7DTom%22%2C%20Options%3A%20Compiled%29.html) | -9.26% | 10680828.222050 | 9691411.972826 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Industry_Mariomkas.Ctor(Pattern: "[\\w\\.+-]+@[\\w\\.-]+\\.[\\w\\.-]+", Options: None) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.RegularExpressions.Tests.Perf_Regex_Industry_Mariomkas.Ctor%28Pattern%3A%20%22%5B%5C%5Cw%5C%5C.%2B-%5D%2B%40%5B%5C%5Cw%5C%5C.-%5D%2B%5C%5C.%5B%5C%5Cw%5C%5C.-%5D%2B%22%2C%20Options%3A%20None%29.html) | -9.03% | 2768.897809 | 2518.779210 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Industry_Mariomkas.Ctor(Pattern: "[\\w]+://[^/\\s?#]+[^\\s?#]+(?:\\?[^\\s#]*)?(?:#[^\\s]*)?", Options: None) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.RegularExpressions.Tests.Perf_Regex_Industry_Mariomkas.Ctor%28Pattern%3A%20%22%5B%5C%5Cw%5D%2B%3A//%5B%5E/%5C%5Cs%3F%23%5D%2B%5B%5E%5C%5Cs%3F%23%5D%2B%28%3F%3A%5C%5C%3F%5B%5E%5C%5Cs%23%5D%2A%29%3F%28%3F%3A%23%5B%5E%5C%5Cs%5D%2A%29%3F%22%2C%20Options%3A%20None%29.html) | -8.84% | 4633.200735 | 4223.687614 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Industry_RustLang_Sherlock.Count(Pattern: "Sherlock\|Holmes\|Watson\|Irene\|Adler\|John\|Baker", Options: Compiled) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.RegularExpressions.Tests.Perf_Regex_Industry_RustLang_Sherlock.Count%28Pattern%3A%20%22Sherlock%7CHolmes%7CWatson%7CIrene%7CAdler%7CJohn%7CBaker%22%2C%20Options%3A%20Compiled%29.html) | -8.42% | 311400.918269 | 285173.551900 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Industry_RustLang_Sherlock.Count(Pattern: "the", Options: Compiled) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.RegularExpressions.Tests.Perf_Regex_Industry_RustLang_Sherlock.Count%28Pattern%3A%20%22the%22%2C%20Options%3A%20Compiled%29.html) | -8.14% | 500092.884019 | 459404.996523 | +| System.Text.Tests.Perf_StringBuilder.Append_Char_Capacity(length: 100000) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Tests.Perf_StringBuilder.Append_Char_Capacity%28length%3A%20100000%29.html) | -9.16% | 392597.859855 | 356617.079991 | +| System.Text.Tests.Perf_StringBuilder.Append_NonEmptySpan | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Tests.Perf_StringBuilder.Append_NonEmptySpan.html) | -9.05% | 541.009359 | 492.044104 | +| System.Threading.Channels.Tests.SpscUnboundedChannelPerfTests.TryWriteThenTryRead | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Threading.Channels.Tests.SpscUnboundedChannelPerfTests.TryWriteThenTryRead.html) | -8.44% | 53.442463 | 48.932828 | +| System.Xml.Tests.Perf_XmlConvert.DateTime_ToString_RoundtripKind | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Xml.Tests.Perf_XmlConvert.DateTime_ToString_RoundtripKind.html) | -9.17% | 85.058171 | 77.256806 | +| System.Xml.Tests.Perf_XmlConvert.DateTime_ToString_Unspecified | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Xml.Tests.Perf_XmlConvert.DateTime_ToString_Unspecified.html) | -9.13% | 85.376181 | 77.584389 | + +## 5-7.5% Improvement (451 tests) + +| Test Name | Link | Change % | .NET 9 | .NET 10 | +|-----------|------|----------|--------|-------| +| Benchstone.BenchI.BubbleSort2.Test | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/Benchstone.BenchI.BubbleSort2.Test.html) | -6.32% | 49484157.494048 | 46357508.758929 | +| ByteMark.BenchAssignJagged | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/ByteMark.BenchAssignJagged.html) | -6.03% | 1254602058.589286 | 1178995985.428572 | +| ByteMark.BenchAssignRectangular | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/ByteMark.BenchAssignRectangular.html) | -6.35% | 1517438646.946428 | 1421071002.607143 | +| Devirtualization.EqualityComparer.ValueTupleCompare | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/Devirtualization.EqualityComparer.ValueTupleCompare.html) | -7.21% | 4.177547 | 3.876183 | +| Exceptions.Handling.MultipleNestedTryCatch_LastCatches(kind: Hardware) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/Exceptions.Handling.MultipleNestedTryCatch_LastCatches%28kind%3A%20Hardware%29.html) | -5.38% | 6680.615079 | 6321.182309 | +| Exceptions.Handling.ThrowAndCatchWhen(kind: Hardware) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/Exceptions.Handling.ThrowAndCatchWhen%28kind%3A%20Hardware%29.html) | -5.05% | N/A | N/A | +| Exceptions.Handling.ThrowAndCatchWhenFinally(kind: Hardware) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/Exceptions.Handling.ThrowAndCatchWhenFinally%28kind%3A%20Hardware%29.html) | -5.81% | N/A | N/A | +| Exceptions.Handling.ThrowAndCatch_ManyCatchBlocks(kind: Hardware) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/Exceptions.Handling.ThrowAndCatch_ManyCatchBlocks%28kind%3A%20Hardware%29.html) | -6.66% | N/A | N/A | +| GuardedDevirtualization.ThreeClassVirtual.Call(testInput: pB=0.33 pD=0.33) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/GuardedDevirtualization.ThreeClassVirtual.Call%28testInput%3A%20pB%3D0.33%20pD%3D0.33%29.html) | -5.58% | 2.416009 | 2.281246 | +| GuardedDevirtualization.TwoClassInterface.Call(testInput: pB = 0.90) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/GuardedDevirtualization.TwoClassInterface.Call%28testInput%3A%20pB%20%3D%200.90%29.html) | -5.97% | 0.959848 | 0.902578 | +| GuardedDevirtualization.TwoClassVirtual.Call(testInput: pB = 0.20) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/GuardedDevirtualization.TwoClassVirtual.Call%28testInput%3A%20pB%20%3D%200.20%29.html) | -6.55% | 1.204712 | 1.125857 | +| GuardedDevirtualization.TwoClassVirtual.Call(testInput: pB = 0.80) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/GuardedDevirtualization.TwoClassVirtual.Call%28testInput%3A%20pB%20%3D%200.80%29.html) | -6.04% | 1.151837 | 1.082323 | +| IfStatements.IfStatements.OrArray | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/IfStatements.IfStatements.OrArray.html) | -6.13% | 85765.824576 | 80512.621343 | +| LinqBenchmarks.Where00LinqQueryX | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/LinqBenchmarks.Where00LinqQueryX.html) | -6.71% | 655731703.428571 | 611716583.660714 | +| MicroBenchmarks.Serializers.Json_FromStream.JsonNet_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/MicroBenchmarks.Serializers.Json_FromStream%28CollectionsOfPrimitives%29.JsonNet_.html) | -5.86% | N/A | N/A | +| MicroBenchmarks.Serializers.Json_FromStream.JsonNet_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/MicroBenchmarks.Serializers.Json_FromStream%28Location%29.JsonNet_.html) | -7.09% | 2571.877520 | 2389.567627 | +| MicroBenchmarks.Serializers.Json_FromStream.JsonNet_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/MicroBenchmarks.Serializers.Json_FromStream%28LoginViewModel%29.JsonNet_.html) | -5.89% | 1290.556795 | 1214.575086 | +| MicroBenchmarks.Serializers.Json_FromStream.SystemTextJson_SourceGen_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/MicroBenchmarks.Serializers.Json_FromStream%28LoginViewModel%29.SystemTextJson_SourceGen_.html) | -6.48% | 476.182971 | 445.333632 | +| MicroBenchmarks.Serializers.Json_FromStream.DataContractJsonSerializer_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/MicroBenchmarks.Serializers.Json_FromStream%28MyEventsListerViewModel%29.DataContractJsonSerializer_.html) | -7.09% | 2914787.893480 | 2708220.966985 | +| MicroBenchmarks.Serializers.Json_FromString.SystemTextJson_Reflection_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/MicroBenchmarks.Serializers.Json_FromString%28CollectionsOfPrimitives%29.SystemTextJson_Reflection_.html) | -7.43% | 281665.880016 | 260729.000401 | +| MicroBenchmarks.Serializers.Json_FromString.SystemTextJson_SourceGen_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/MicroBenchmarks.Serializers.Json_FromString%28CollectionsOfPrimitives%29.SystemTextJson_SourceGen_.html) | -6.83% | 279511.027361 | 260426.310048 | +| MicroBenchmarks.Serializers.Json_ToStream.JsonNet_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/MicroBenchmarks.Serializers.Json_ToStream%28IndexViewModel%29.JsonNet_.html) | -5.92% | 38209.206708 | 35945.818722 | +| MicroBenchmarks.Serializers.Json_ToStream.JsonNet_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/MicroBenchmarks.Serializers.Json_ToStream%28Location%29.JsonNet_.html) | -5.70% | 1212.905324 | 1143.754825 | +| MicroBenchmarks.Serializers.Json_ToStream.SystemTextJson_SourceGen_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/MicroBenchmarks.Serializers.Json_ToStream%28Location%29.SystemTextJson_SourceGen_.html) | -6.26% | N/A | N/A | +| MicroBenchmarks.Serializers.Json_ToStream.DataContractJsonSerializer_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/MicroBenchmarks.Serializers.Json_ToStream%28MyEventsListerViewModel%29.DataContractJsonSerializer_.html) | -6.57% | 700365.524206 | 654373.295536 | +| MicroBenchmarks.Serializers.Json_ToStream.SystemTextJson_SourceGen_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/MicroBenchmarks.Serializers.Json_ToStream%28MyEventsListerViewModel%29.SystemTextJson_SourceGen_.html) | -7.46% | 307775.615238 | 284821.992017 | +| MicroBenchmarks.Serializers.Json_ToString.SystemTextJson_Reflection_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/MicroBenchmarks.Serializers.Json_ToString%28Location%29.SystemTextJson_Reflection_.html) | -5.95% | 772.936836 | 726.923592 | +| MicroBenchmarks.Serializers.Json_ToString.SystemTextJson_SourceGen_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/MicroBenchmarks.Serializers.Json_ToString%28Location%29.SystemTextJson_SourceGen_.html) | -5.03% | N/A | N/A | +| MicroBenchmarks.Serializers.Json_ToString.SystemTextJson_Reflection_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/MicroBenchmarks.Serializers.Json_ToString%28MyEventsListerViewModel%29.SystemTextJson_Reflection_.html) | -5.35% | N/A | N/A | +| MicroBenchmarks.Serializers.Json_ToString.SystemTextJson_SourceGen_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/MicroBenchmarks.Serializers.Json_ToString%28MyEventsListerViewModel%29.SystemTextJson_SourceGen_.html) | -7.27% | 370750.361873 | 343800.952806 | +| MicroBenchmarks.Serializers.Xml_FromStream.DataContractSerializer_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/MicroBenchmarks.Serializers.Xml_FromStream%28CollectionsOfPrimitives%29.DataContractSerializer_.html) | -5.69% | 1805612.969577 | 1702858.057143 | +| MicroBenchmarks.Serializers.Xml_FromStream.XmlSerializer_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/MicroBenchmarks.Serializers.Xml_FromStream%28IndexViewModel%29.XmlSerializer_.html) | -5.22% | 79584.179719 | 75426.720599 | +| MicroBenchmarks.Serializers.Xml_FromStream.DataContractSerializer_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/MicroBenchmarks.Serializers.Xml_FromStream%28LoginViewModel%29.DataContractSerializer_.html) | -6.64% | 4133.223202 | 3858.649632 | +| MicroBenchmarks.Serializers.Xml_FromStream.XmlSerializer_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/MicroBenchmarks.Serializers.Xml_FromStream%28MyEventsListerViewModel%29.XmlSerializer_.html) | -7.31% | 844961.420884 | 783233.347579 | +| MicroBenchmarks.Serializers.Xml_ToStream.XmlSerializer_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/MicroBenchmarks.Serializers.Xml_ToStream%28CollectionsOfPrimitives%29.XmlSerializer_.html) | -6.48% | 408699.667537 | 382202.893933 | +| MicroBenchmarks.Serializers.Xml_ToStream.XmlSerializer_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/MicroBenchmarks.Serializers.Xml_ToStream%28Location%29.XmlSerializer_.html) | -6.17% | 2877.853696 | 2700.176740 | +| MicroBenchmarks.Serializers.Xml_ToStream.DataContractSerializer_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/MicroBenchmarks.Serializers.Xml_ToStream%28SimpleStructWithProperties%29.DataContractSerializer_.html) | -6.36% | 915.022664 | 856.798875 | +| MicroBenchmarks.Serializers.Xml_ToStream.XmlSerializer_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/MicroBenchmarks.Serializers.Xml_ToStream%28SimpleStructWithProperties%29.XmlSerializer_.html) | -7.31% | 1859.824051 | 1723.844273 | +| Microsoft.Extensions.Caching.Memory.Tests.MemoryCacheTests.AddThenRemove_AbsoluteExpiration | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/Microsoft.Extensions.Caching.Memory.Tests.MemoryCacheTests.AddThenRemove_AbsoluteExpiration.html) | -5.16% | N/A | N/A | +| Microsoft.Extensions.Caching.Memory.Tests.MemoryCacheTests.GetHit | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/Microsoft.Extensions.Caching.Memory.Tests.MemoryCacheTests.GetHit.html) | -5.85% | 48.329365 | 45.504325 | +| Microsoft.Extensions.Caching.Memory.Tests.MemoryCacheTests.TryGetValueHit | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/Microsoft.Extensions.Caching.Memory.Tests.MemoryCacheTests.TryGetValueHit.html) | -5.91% | 48.155012 | 45.310770 | +| Microsoft.Extensions.Caching.Memory.Tests.MemoryCacheTests.TryGetValueMiss | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/Microsoft.Extensions.Caching.Memory.Tests.MemoryCacheTests.TryGetValueMiss.html) | -5.25% | 47.234972 | 44.755144 | +| Microsoft.Extensions.DependencyInjection.ActivatorUtilitiesBenchmark.CreateInstance_5_WithAttrFirst | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/Microsoft.Extensions.DependencyInjection.ActivatorUtilitiesBenchmark.CreateInstance_5_WithAttrFirst.html) | -6.21% | N/A | N/A | +| Microsoft.Extensions.DependencyInjection.ActivatorUtilitiesBenchmark.Factory_1Injected_2Explicit | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/Microsoft.Extensions.DependencyInjection.ActivatorUtilitiesBenchmark.Factory_1Injected_2Explicit.html) | -6.51% | 38.147239 | 35.663195 | +| Microsoft.Extensions.DependencyInjection.ActivatorUtilitiesBenchmark.Factory_3Injected | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/Microsoft.Extensions.DependencyInjection.ActivatorUtilitiesBenchmark.Factory_3Injected.html) | -5.14% | N/A | N/A | +| Microsoft.Extensions.DependencyInjection.GetService.EmptyEnumerable | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/Microsoft.Extensions.DependencyInjection.GetService.EmptyEnumerable.html) | -5.85% | 27.843804 | 26.213820 | +| Microsoft.Extensions.Logging.EventSourceLogger.NestedScopes_TwoMessages(HasSubscribers: True, Json: True) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/Microsoft.Extensions.Logging.EventSourceLogger.NestedScopes_TwoMessages%28HasSubscribers%3A%20True%2C%20Json%3A%20True%29.html) | -5.25% | N/A | N/A | +| Microsoft.Extensions.Logging.FormattingOverhead.NoArguments | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/Microsoft.Extensions.Logging.FormattingOverhead.NoArguments.html) | -5.16% | 42.631030 | 40.430815 | +| Microsoft.Extensions.Logging.FormattingOverhead.TwoArguments_DefineMessage | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/Microsoft.Extensions.Logging.FormattingOverhead.TwoArguments_DefineMessage.html) | -5.82% | N/A | N/A | +| Microsoft.Extensions.Logging.LoggingOverhead.NoArguments_FilteredByLevel | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/Microsoft.Extensions.Logging.LoggingOverhead.NoArguments_FilteredByLevel.html) | -6.01% | 23.227938 | 21.832366 | +| Microsoft.Extensions.Primitives.StringSegmentBenchmark.Equals_String | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/Microsoft.Extensions.Primitives.StringSegmentBenchmark.Equals_String.html) | -6.03% | N/A | N/A | +| Microsoft.Extensions.Primitives.StringSegmentBenchmark.IndexOfAny | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/Microsoft.Extensions.Primitives.StringSegmentBenchmark.IndexOfAny.html) | -7.09% | 10.778582 | 10.013889 | +| PerfLabTests.BlockCopyPerf.CallBlockCopy(numElements: 1000) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/PerfLabTests.BlockCopyPerf.CallBlockCopy%28numElements%3A%201000%29.html) | -6.35% | 33.411680 | 31.288728 | +| PerfLabTests.CastingPerf.ObjObjIsFoo | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/PerfLabTests.CastingPerf.ObjObjIsFoo.html) | -6.64% | 271844.904018 | 253793.924951 | +| PerfLabTests.StackWalk.Walk | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/PerfLabTests.StackWalk.Walk.html) | -6.90% | N/A | N/A | +| Span.IndexerBench.CoveredIndex3(length: 1024) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/Span.IndexerBench.CoveredIndex3%28length%3A%201024%29.html) | -7.02% | 1722.132884 | 1601.253293 | +| System.Buffers.Binary.Tests.BinaryReadAndWriteTests.MeasureReverseEndianness | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Buffers.Binary.Tests.BinaryReadAndWriteTests.MeasureReverseEndianness.html) | -5.14% | 655.143986 | 621.467667 | +| System.Buffers.Binary.Tests.BinaryReadAndWriteTests.MeasureReverseUsingNtoH | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Buffers.Binary.Tests.BinaryReadAndWriteTests.MeasureReverseUsingNtoH.html) | -5.35% | 656.378243 | 621.268565 | +| System.Buffers.Tests.ReadOnlySequenceTests.FirstSpanArray | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Buffers.Tests.ReadOnlySequenceTests%28Byte%29.FirstSpanArray.html) | -6.19% | 5.047104 | 4.734672 | +| System.Buffers.Tests.ReadOnlySequenceTests.IterateForEachTenSegments | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Buffers.Tests.ReadOnlySequenceTests%28Char%29.IterateForEachTenSegments.html) | -6.89% | 47.859234 | 44.561531 | +| System.Buffers.Tests.RentReturnArrayPoolTests.MultipleSerial(RentalSize: 4096, ManipulateArray: True, Async: False, UseSharedPool: False) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Buffers.Tests.RentReturnArrayPoolTests%28Object%29.MultipleSerial%28RentalSize%3A%204096%2C%20ManipulateArray%3A%20True%2C%20Async%3A%20False%2C%20UseSharedPool%3A%20False%29.html) | -6.26% | 22797.914858 | 21369.780067 | +| System.Buffers.Tests.RentReturnArrayPoolTests.MultipleSerial(RentalSize: 4096, ManipulateArray: True, Async: False, UseSharedPool: True) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Buffers.Tests.RentReturnArrayPoolTests%28Object%29.MultipleSerial%28RentalSize%3A%204096%2C%20ManipulateArray%3A%20True%2C%20Async%3A%20False%2C%20UseSharedPool%3A%20True%29.html) | -5.62% | 23110.528882 | 21812.811170 | +| System.Buffers.Tests.RentReturnArrayPoolTests.MultipleSerial(RentalSize: 4096, ManipulateArray: True, Async: True, UseSharedPool: False) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Buffers.Tests.RentReturnArrayPoolTests%28Object%29.MultipleSerial%28RentalSize%3A%204096%2C%20ManipulateArray%3A%20True%2C%20Async%3A%20True%2C%20UseSharedPool%3A%20False%29.html) | -6.35% | 23501.344691 | 22008.924635 | +| System.Buffers.Tests.RentReturnArrayPoolTests.MultipleSerial(RentalSize: 4096, ManipulateArray: True, Async: True, UseSharedPool: True) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Buffers.Tests.RentReturnArrayPoolTests%28Object%29.MultipleSerial%28RentalSize%3A%204096%2C%20ManipulateArray%3A%20True%2C%20Async%3A%20True%2C%20UseSharedPool%3A%20True%29.html) | -5.64% | 23813.249624 | 22470.425040 | +| System.Buffers.Tests.RentReturnArrayPoolTests.ProducerConsumer(RentalSize: 4096, ManipulateArray: True, Async: True, UseSharedPool: True) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Buffers.Tests.RentReturnArrayPoolTests%28Object%29.ProducerConsumer%28RentalSize%3A%204096%2C%20ManipulateArray%3A%20True%2C%20Async%3A%20True%2C%20UseSharedPool%3A%20True%29.html) | -6.20% | N/A | N/A | +| System.Buffers.Tests.SearchValuesCharTests.ContainsAny(Values: "ßäöüÄÖÜ") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Buffers.Tests.SearchValuesCharTests.ContainsAny%28Values%3A%20%22%C3%9F%C3%A4%C3%B6%C3%BC%C3%84%C3%96%C3%9C%22%29.html) | -6.02% | 45.218409 | 42.494414 | +| System.Buffers.Text.Tests.Utf8FormatterTests.FormatterDouble(value: 1.7976931348623157E+308) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Buffers.Text.Tests.Utf8FormatterTests.FormatterDouble%28value%3A%201.7976931348623157E%2B308%29.html) | -5.33% | N/A | N/A | +| System.Buffers.Text.Tests.Utf8FormatterTests.FormatterInt32(value: 2147483647) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Buffers.Text.Tests.Utf8FormatterTests.FormatterInt32%28value%3A%202147483647%29.html) | -5.60% | 15.972557 | 15.078053 | +| System.Buffers.Text.Tests.Utf8FormatterTests.FormatterUInt32(value: 12345) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Buffers.Text.Tests.Utf8FormatterTests.FormatterUInt32%28value%3A%2012345%29.html) | -5.88% | 9.171132 | 8.632300 | +| System.Buffers.Text.Tests.Utf8FormatterTests.FormatterUInt32(value: 4294967295) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Buffers.Text.Tests.Utf8FormatterTests.FormatterUInt32%28value%3A%204294967295%29.html) | -7.38% | 13.987060 | 12.955260 | +| System.Buffers.Text.Tests.Utf8ParserTests.TryParseDouble(value: -1.7976931348623157e+308) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Buffers.Text.Tests.Utf8ParserTests.TryParseDouble%28value%3A%20-1.7976931348623157e%2B308%29.html) | -5.34% | N/A | N/A | +| System.Buffers.Text.Tests.Utf8ParserTests.TryParseInt32(value: -2147483648) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Buffers.Text.Tests.Utf8ParserTests.TryParseInt32%28value%3A%20-2147483648%29.html) | -6.25% | 15.235638 | 14.283292 | +| System.Buffers.Text.Tests.Utf8ParserTests.TryParseInt32(value: 2147483647) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Buffers.Text.Tests.Utf8ParserTests.TryParseInt32%28value%3A%202147483647%29.html) | -5.79% | 14.866096 | 14.004895 | +| System.Buffers.Text.Tests.Utf8ParserTests.TryParseInt64(value: -9223372036854775808) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Buffers.Text.Tests.Utf8ParserTests.TryParseInt64%28value%3A%20-9223372036854775808%29.html) | -6.29% | 33.201079 | 31.111882 | +| System.Buffers.Text.Tests.Utf8ParserTests.TryParseInt64(value: 9223372036854775807) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Buffers.Text.Tests.Utf8ParserTests.TryParseInt64%28value%3A%209223372036854775807%29.html) | -6.53% | 32.229547 | 30.125112 | +| System.Buffers.Text.Tests.Utf8ParserTests.TryParseSingle(value: 3.4028235E+38) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Buffers.Text.Tests.Utf8ParserTests.TryParseSingle%28value%3A%203.4028235E%2B38%29.html) | -7.25% | 66.940798 | 62.090893 | +| System.Collections.Concurrent.AddRemoveFromSameThreads.ConcurrentBag(Size: 2000000) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.Concurrent.AddRemoveFromSameThreads%28Int32%29.ConcurrentBag%28Size%3A%202000000%29.html) | -6.45% | 425813339.880000 | 398351028.200000 | +| System.Collections.Concurrent.AddRemoveFromSameThreads.ConcurrentQueue(Size: 2000000) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.Concurrent.AddRemoveFromSameThreads%28Int32%29.ConcurrentQueue%28Size%3A%202000000%29.html) | -6.45% | 716292955.280000 | 670122325.520000 | +| System.Collections.Concurrent.IsEmpty.Stack(Size: 0) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.Concurrent.IsEmpty%28Int32%29.Stack%28Size%3A%200%29.html) | -5.79% | N/A | N/A | +| System.Collections.ContainsFalse.LinkedList(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.ContainsFalse%28Int32%29.LinkedList%28Size%3A%20512%29.html) | -5.12% | 374012.399016 | 354854.340254 | +| System.Collections.ContainsKeyFalse.ImmutableDictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.ContainsKeyFalse%28String%2C%20String%29.ImmutableDictionary%28Size%3A%20512%29.html) | -5.85% | 27493.030247 | 25883.688167 | +| System.Collections.ContainsKeyTrue.Dictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.ContainsKeyTrue%28Int32%2C%20Int32%29.Dictionary%28Size%3A%20512%29.html) | -6.13% | 4573.902530 | 4293.521767 | +| System.Collections.ContainsTrue.ICollection(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.ContainsTrue%28Int32%29.ICollection%28Size%3A%20512%29.html) | -6.77% | 30901.544418 | 28808.673538 | +| System.Collections.ContainsTrue.ImmutableHashSet(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.ContainsTrue%28Int32%29.ImmutableHashSet%28Size%3A%20512%29.html) | -7.39% | N/A | N/A | +| System.Collections.ContainsTrue.List(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.ContainsTrue%28Int32%29.List%28Size%3A%20512%29.html) | -5.29% | N/A | N/A | +| System.Collections.CreateAddAndRemove.Dictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.CreateAddAndRemove%28String%29.Dictionary%28Size%3A%20512%29.html) | -6.93% | 38090.506855 | 35452.630205 | +| System.Collections.CtorDefaultSize.ConcurrentDictionary | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.CtorDefaultSize%28String%29.ConcurrentDictionary.html) | -5.17% | 1033.246847 | 979.792708 | +| System.Collections.CtorDefaultSize.Dictionary | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.CtorDefaultSize%28String%29.Dictionary.html) | -6.18% | 37.045851 | 34.756039 | +| System.Collections.CtorFromCollection.ImmutableArray(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.CtorFromCollection%28Int32%29.ImmutableArray%28Size%3A%20512%29.html) | -6.53% | 197.539938 | 184.638885 | +| System.Collections.CtorFromCollection.ConcurrentDictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.CtorFromCollection%28String%29.ConcurrentDictionary%28Size%3A%20512%29.html) | -7.32% | 53520.837329 | 49604.635940 | +| System.Collections.IndexerSet.ConcurrentDictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.IndexerSet%28String%29.ConcurrentDictionary%28Size%3A%20512%29.html) | -6.00% | 34498.869218 | 32429.073803 | +| System.Collections.IterateForEach.FrozenSet(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.IterateForEach%28Int32%29.FrozenSet%28Size%3A%20512%29.html) | -5.06% | 265.967966 | 252.513540 | +| System.Collections.IterateForEach.ImmutableList(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.IterateForEach%28Int32%29.ImmutableList%28Size%3A%20512%29.html) | -7.41% | 4848.261151 | 4488.784063 | +| System.Collections.IterateForEach.ImmutableQueue(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.IterateForEach%28Int32%29.ImmutableQueue%28Size%3A%20512%29.html) | -5.26% | N/A | N/A | +| System.Collections.IterateForEach.SortedSet(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.IterateForEach%28Int32%29.SortedSet%28Size%3A%20512%29.html) | -6.12% | N/A | N/A | +| System.Collections.IterateForEach.HashSet(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.IterateForEach%28String%29.HashSet%28Size%3A%20512%29.html) | -7.04% | 1633.118388 | 1518.222481 | +| System.Collections.IterateForEachNonGeneric.ArrayList(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.IterateForEachNonGeneric%28String%29.ArrayList%28Size%3A%20512%29.html) | -5.20% | 2539.612257 | 2407.492377 | +| System.Collections.IterateForEachNonGeneric.SortedList(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.IterateForEachNonGeneric%28String%29.SortedList%28Size%3A%20512%29.html) | -5.91% | 11357.376505 | 10685.694148 | +| System.Collections.Perf_Frozen.Contains_True(Count: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.Perf_Frozen%28ReferenceType%29.Contains_True%28Count%3A%204%29.html) | -6.23% | N/A | N/A | +| System.Collections.Perf_LengthBucketsFrozenDictionary.ToFrozenDictionary(Count: 10, ItemsPerBucket: 5) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.Perf_LengthBucketsFrozenDictionary.ToFrozenDictionary%28Count%3A%2010%2C%20ItemsPerBucket%3A%205%29.html) | -7.48% | 362.362979 | 335.246928 | +| System.Collections.Perf_SingleCharFrozenDictionary.ToFrozenDictionary(Count: 1000) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.Perf_SingleCharFrozenDictionary.ToFrozenDictionary%28Count%3A%201000%29.html) | -5.63% | 64944.753560 | 61285.585378 | +| System.Collections.Tests.Add_Remove_SteadyState.ConcurrentQueue(Count: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.Tests.Add_Remove_SteadyState%28Int32%29.ConcurrentQueue%28Count%3A%20512%29.html) | -6.29% | N/A | N/A | +| System.Collections.Tests.Add_Remove_SteadyState.ConcurrentStack(Count: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.Tests.Add_Remove_SteadyState%28Int32%29.ConcurrentStack%28Count%3A%20512%29.html) | -7.18% | N/A | N/A | +| System.Collections.Tests.Add_Remove_SteadyState.Queue(Count: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.Tests.Add_Remove_SteadyState%28Int32%29.Queue%28Count%3A%20512%29.html) | -6.27% | 9.792086 | 9.177755 | +| System.Collections.Tests.Add_Remove_SteadyState.ConcurrentQueue(Count: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.Tests.Add_Remove_SteadyState%28String%29.ConcurrentQueue%28Count%3A%20512%29.html) | -5.65% | 23.105811 | 21.800307 | +| System.Collections.Tests.Add_Remove_SteadyState.ImmutableQueue(Count: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.Tests.Add_Remove_SteadyState%28String%29.ImmutableQueue%28Count%3A%20512%29.html) | -6.06% | 61.628844 | 57.894003 | +| System.Collections.Tests.Perf_PriorityQueue.Dequeue_And_Enqueue(Size: 100) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.Tests.Perf_PriorityQueue%28Guid%2C%20Guid%29.Dequeue_And_Enqueue%28Size%3A%20100%29.html) | -6.85% | 18457.445786 | 17192.340572 | +| System.Collections.Tests.Perf_PriorityQueue.HeapSort(Size: 10) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.Tests.Perf_PriorityQueue%28Int32%2C%20Int32%29.HeapSort%28Size%3A%2010%29.html) | -5.09% | 121.923579 | 115.722332 | +| System.Collections.Tests.Perf_SortedSet.Min | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.Tests.Perf_SortedSet.Min.html) | -5.20% | 16.823601 | 15.948590 | +| System.Collections.TryGetValueTrue.ImmutableSortedDictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.TryGetValueTrue%28BigStruct%2C%20BigStruct%29.ImmutableSortedDictionary%28Size%3A%20512%29.html) | -6.76% | 22480.268839 | 20961.253605 | +| System.Collections.TryGetValueTrue.SortedList(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.TryGetValueTrue%28SmallClass%2C%20SmallClass%29.SortedList%28Size%3A%20512%29.html) | -6.25% | 41949.600164 | 39325.904403 | +| System.Formats.Cbor.Tests.Perf_CborReader.SkipValue(encoding: (Map, Strict)) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Formats.Cbor.Tests.Perf_CborReader.SkipValue%28encoding%3A%20%28Map%2C%20Strict%29%29.html) | -5.17% | 921.852395 | 874.205301 | +| System.Formats.Cbor.Tests.Perf_CborReader.SkipValue(encoding: (Text String, Strict)) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Formats.Cbor.Tests.Perf_CborReader.SkipValue%28encoding%3A%20%28Text%20String%2C%20Strict%29%29.html) | -5.23% | 63.682905 | 60.350375 | +| System.Formats.Tar.Tests.Perf_TarWriter.PaxTarEntry_WriteEntry_Async | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Formats.Tar.Tests.Perf_TarWriter.PaxTarEntry_WriteEntry_Async.html) | -7.48% | 2657.415965 | 2458.547467 | +| System.Globalization.Tests.Perf_DateTimeCultureInfo.ToString(culturestring: da) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Globalization.Tests.Perf_DateTimeCultureInfo.ToString%28culturestring%3A%20da%29.html) | -5.91% | 122.148099 | 114.930021 | +| System.Globalization.Tests.Perf_DateTimeCultureInfo.ToString(culturestring: ja) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Globalization.Tests.Perf_DateTimeCultureInfo.ToString%28culturestring%3A%20ja%29.html) | -7.28% | 129.228690 | 119.815268 | +| System.Globalization.Tests.StringSearch.IndexOf_Word_NotFound(Options: (en-US, IgnoreNonSpace, False)) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Globalization.Tests.StringSearch.IndexOf_Word_NotFound%28Options%3A%20%28en-US%2C%20IgnoreNonSpace%2C%20False%29%29.html) | -7.27% | 543.787423 | 504.268650 | +| System.Globalization.Tests.StringSearch.IndexOf_Word_NotFound(Options: (en-US, None, False)) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Globalization.Tests.StringSearch.IndexOf_Word_NotFound%28Options%3A%20%28en-US%2C%20None%2C%20False%29%29.html) | -5.52% | 543.711811 | 513.677779 | +| System.Globalization.Tests.StringSearch.IsPrefix_DifferentFirstChar(Options: (en-US, None, False)) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Globalization.Tests.StringSearch.IsPrefix_DifferentFirstChar%28Options%3A%20%28en-US%2C%20None%2C%20False%29%29.html) | -5.22% | 12.248978 | 11.610169 | +| System.Globalization.Tests.StringSearch.IsSuffix_DifferentLastChar(Options: (, IgnoreCase, False)) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Globalization.Tests.StringSearch.IsSuffix_DifferentLastChar%28Options%3A%20%28%2C%20IgnoreCase%2C%20False%29%29.html) | -6.75% | 12.937245 | 12.064086 | +| System.Globalization.Tests.StringSearch.IsSuffix_DifferentLastChar(Options: (, None, False)) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Globalization.Tests.StringSearch.IsSuffix_DifferentLastChar%28Options%3A%20%28%2C%20None%2C%20False%29%29.html) | -6.34% | 11.993982 | 11.234063 | +| System.Globalization.Tests.StringSearch.IsSuffix_DifferentLastChar(Options: (en-US, IgnoreCase, False)) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Globalization.Tests.StringSearch.IsSuffix_DifferentLastChar%28Options%3A%20%28en-US%2C%20IgnoreCase%2C%20False%29%29.html) | -7.41% | 12.984987 | 12.023336 | +| System.IO.Compression.Brotli.Compress_WithState(level: Optimal, file: "TestDocument.pdf") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.IO.Compression.Brotli.Compress_WithState%28level%3A%20Optimal%2C%20file%3A%20%22TestDocument.pdf%22%29.html) | -6.27% | 564349369.571429 | 528948414.625000 | +| System.IO.Compression.Brotli.Compress_WithoutState(level: Optimal, file: "TestDocument.pdf") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.IO.Compression.Brotli.Compress_WithoutState%28level%3A%20Optimal%2C%20file%3A%20%22TestDocument.pdf%22%29.html) | -6.24% | 564349359.785714 | 529126921.446429 | +| System.IO.Compression.Deflate.Compress(level: Optimal, file: "alice29.txt") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.IO.Compression.Deflate.Compress%28level%3A%20Optimal%2C%20file%3A%20%22alice29.txt%22%29.html) | -5.25% | N/A | N/A | +| System.IO.Compression.Deflate.Compress(level: Optimal, file: "sum") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.IO.Compression.Deflate.Compress%28level%3A%20Optimal%2C%20file%3A%20%22sum%22%29.html) | -6.87% | 588989.060980 | 548502.084018 | +| System.IO.Compression.Gzip.Compress(level: Optimal, file: "alice29.txt") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.IO.Compression.Gzip.Compress%28level%3A%20Optimal%2C%20file%3A%20%22alice29.txt%22%29.html) | -5.99% | 3280903.823543 | 3084428.172462 | +| System.IO.Compression.Gzip.Compress(level: Optimal, file: "sum") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.IO.Compression.Gzip.Compress%28level%3A%20Optimal%2C%20file%3A%20%22sum%22%29.html) | -6.81% | 594060.770427 | 553597.140459 | +| System.IO.Compression.Gzip.Decompress(level: Fastest, file: "TestDocument.pdf") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.IO.Compression.Gzip.Decompress%28level%3A%20Fastest%2C%20file%3A%20%22TestDocument.pdf%22%29.html) | -6.94% | 420169.560073 | 391025.585055 | +| System.IO.Compression.Gzip.Decompress(level: Optimal, file: "TestDocument.pdf") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.IO.Compression.Gzip.Decompress%28level%3A%20Optimal%2C%20file%3A%20%22TestDocument.pdf%22%29.html) | -6.45% | 396837.043694 | 371249.456789 | +| System.IO.Compression.ZLib.Decompress(level: Optimal, file: "alice29.txt") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.IO.Compression.ZLib.Decompress%28level%3A%20Optimal%2C%20file%3A%20%22alice29.txt%22%29.html) | -6.62% | 408355.752832 | 381317.215329 | +| System.IO.Tests.BinaryWriterTests.WriteBool | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.IO.Tests.BinaryWriterTests.WriteBool.html) | -6.84% | N/A | N/A | +| System.IO.Tests.Perf_StreamWriter.WriteFormat | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.IO.Tests.Perf_StreamWriter.WriteFormat.html) | -6.54% | 63.748701 | 59.576461 | +| System.IO.Tests.StringReaderReadLineTests.ReadLineAsync(LineLengthRange: [ 33, 128]) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.IO.Tests.StringReaderReadLineTests.ReadLineAsync%28LineLengthRange%3A%20%5B%20%2033%2C%20%20128%5D%29.html) | -5.59% | 13602.086238 | 12841.876673 | +| System.IO.Tests.StringReaderReadToEndTests.ReadToEnd(LineLengthRange: [ 9, 32]) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.IO.Tests.StringReaderReadToEndTests.ReadToEnd%28LineLengthRange%3A%20%5B%20%20%209%2C%20%20%2032%5D%29.html) | -5.56% | 18.471987 | 17.445755 | +| System.IO.Tests.StringReaderReadToEndTests.ReadToEnd(LineLengthRange: [ 33, 128]) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.IO.Tests.StringReaderReadToEndTests.ReadToEnd%28LineLengthRange%3A%20%5B%20%2033%2C%20%20128%5D%29.html) | -5.16% | 18.325950 | 17.380590 | +| System.IO.Tests.StringReaderReadToEndTests.ReadToEndAsync(LineLengthRange: [ 0, 1024]) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.IO.Tests.StringReaderReadToEndTests.ReadToEndAsync%28LineLengthRange%3A%20%5B%20%20%200%2C%201024%5D%29.html) | -6.08% | 32.269943 | 30.308835 | +| System.IO.Tests.StringReaderReadToEndTests.ReadToEndAsync(LineLengthRange: [ 9, 32]) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.IO.Tests.StringReaderReadToEndTests.ReadToEndAsync%28LineLengthRange%3A%20%5B%20%20%209%2C%20%20%2032%5D%29.html) | -7.26% | N/A | N/A | +| System.IO.Tests.StringReaderReadToEndTests.ReadToEndAsync(LineLengthRange: [ 129, 1024]) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.IO.Tests.StringReaderReadToEndTests.ReadToEndAsync%28LineLengthRange%3A%20%5B%20129%2C%201024%5D%29.html) | -6.63% | N/A | N/A | +| System.Linq.Tests.Perf_Enumerable.Select(input: IList) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Linq.Tests.Perf_Enumerable.Select%28input%3A%20IList%29.html) | -6.10% | 447.748542 | 420.418486 | +| System.Linq.Tests.Perf_Enumerable.WhereSingleOrDefault_LastElementMatches(input: List) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Linq.Tests.Perf_Enumerable.WhereSingleOrDefault_LastElementMatches%28input%3A%20List%29.html) | -7.32% | N/A | N/A | +| System.Linq.Tests.Perf_Enumerable.WhereSingle_LastElementMatches(input: List) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Linq.Tests.Perf_Enumerable.WhereSingle_LastElementMatches%28input%3A%20List%29.html) | -5.74% | 341.491053 | 321.883380 | +| System.MathBenchmarks.Single.Asin | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.MathBenchmarks.Single.Asin.html) | -5.18% | N/A | N/A | +| System.MathBenchmarks.Single.Sin | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.MathBenchmarks.Single.Sin.html) | -6.03% | 29271.426160 | 27505.941992 | +| System.Memory.Constructors.ArrayAsSpanStartLength | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Memory.Constructors%28Byte%29.ArrayAsSpanStartLength.html) | -6.82% | 2.187303 | 2.038195 | +| System.Memory.Constructors.ReadOnlySpanImplicitCastFromArraySegment | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Memory.Constructors%28Byte%29.ReadOnlySpanImplicitCastFromArraySegment.html) | -5.56% | 2.439908 | 2.304362 | +| System.Memory.Constructors.SpanFromArrayStartLength | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Memory.Constructors%28Byte%29.SpanFromArrayStartLength.html) | -5.88% | 2.217438 | 2.087023 | +| System.Memory.Constructors.MemoryMarshalCreateReadOnlySpan | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Memory.Constructors%28String%29.MemoryMarshalCreateReadOnlySpan.html) | -7.22% | 2.487426 | 2.307723 | +| System.Memory.Constructors.MemoryMarshalCreateSpan | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Memory.Constructors%28String%29.MemoryMarshalCreateSpan.html) | -7.07% | 2.374757 | 2.206973 | +| System.Memory.Constructors.ReadOnlySpanFromArray | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Memory.Constructors%28String%29.ReadOnlySpanFromArray.html) | -6.79% | N/A | N/A | +| System.Memory.Constructors.ReadOnlySpanFromMemory | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Memory.Constructors%28String%29.ReadOnlySpanFromMemory.html) | -5.43% | N/A | N/A | +| System.Memory.MemoryMarshal.AsBytes | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Memory.MemoryMarshal%28Int32%29.AsBytes.html) | -6.82% | 2.683783 | 2.500872 | +| System.Memory.ReadOnlySpan.IndexOfString(input: "AAAAA5AAAA", value: "5", comparisonType: InvariantCulture) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Memory.ReadOnlySpan.IndexOfString%28input%3A%20%22AAAAA5AAAA%22%2C%20value%3A%20%225%22%2C%20comparisonType%3A%20InvariantCulture%29.html) | -7.36% | 27.583937 | 25.553137 | +| System.Memory.ReadOnlySpan.IndexOfString(input: "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA... | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Memory.ReadOnlySpan.IndexOfString%28input%3A%20%22AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA.html) | -6.76% | 57.889823 | 53.978459 | +| System.Memory.ReadOnlySpan.IndexOfString(input: "だだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだ... | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Memory.ReadOnlySpan.IndexOfString%28input%3A%20%22%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0.html) | -6.74% | 57.890893 | 53.986918 | +| System.Memory.ReadOnlySpan.Trim(input: " abcdefg ") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Memory.ReadOnlySpan.Trim%28input%3A%20%22%20abcdefg%20%22%29.html) | -5.17% | 10.464008 | 9.922990 | +| System.Memory.Slice.MemoryStartLength | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Memory.Slice%28Byte%29.MemoryStartLength.html) | -5.06% | 2.566368 | 2.436543 | +| System.Memory.Span.IndexOfAnyTwoValues(Size: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Memory.Span%28Byte%29.IndexOfAnyTwoValues%28Size%3A%204%29.html) | -6.67% | 5.441218 | 5.078368 | +| System.Memory.Span.LastIndexOfAnyValues(Size: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Memory.Span%28Byte%29.LastIndexOfAnyValues%28Size%3A%204%29.html) | -5.10% | N/A | N/A | +| System.Memory.Span.LastIndexOfValue(Size: 33) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Memory.Span%28Byte%29.LastIndexOfValue%28Size%3A%2033%29.html) | -5.54% | 8.856149 | 8.365291 | +| System.Memory.Span.Reverse(Size: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Memory.Span%28Byte%29.Reverse%28Size%3A%204%29.html) | -7.01% | 5.334169 | 4.960223 | +| System.Memory.Span.GetPinnableReference(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Memory.Span%28Char%29.GetPinnableReference%28Size%3A%20512%29.html) | -5.42% | N/A | N/A | +| System.Memory.Span.IndexOfAnyFiveValues(Size: 33) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Memory.Span%28Char%29.IndexOfAnyFiveValues%28Size%3A%2033%29.html) | -5.38% | 13.835135 | 13.091388 | +| System.Memory.Span.IndexOfAnyThreeValues(Size: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Memory.Span%28Char%29.IndexOfAnyThreeValues%28Size%3A%204%29.html) | -6.49% | 5.873369 | 5.492239 | +| System.Memory.Span.IndexOfAnyTwoValues(Size: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Memory.Span%28Char%29.IndexOfAnyTwoValues%28Size%3A%204%29.html) | -5.53% | 5.261062 | 4.970149 | +| System.Memory.Span.IndexOfValue(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Memory.Span%28Char%29.IndexOfValue%28Size%3A%20512%29.html) | -5.63% | 30.928373 | 29.186029 | +| System.Memory.Span.LastIndexOfAnyValues(Size: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Memory.Span%28Char%29.LastIndexOfAnyValues%28Size%3A%204%29.html) | -6.47% | N/A | N/A | +| System.Memory.Span.EndsWith(Size: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Memory.Span%28Int32%29.EndsWith%28Size%3A%204%29.html) | -5.17% | N/A | N/A | +| System.Memory.Span.SequenceEqual(Size: 33) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Memory.Span%28Int32%29.SequenceEqual%28Size%3A%2033%29.html) | -5.63% | 12.874597 | 12.150086 | +| System.Net.NetworkInformation.Tests.PhysicalAddressTests.PAMedium | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Net.NetworkInformation.Tests.PhysicalAddressTests.PAMedium.html) | -5.91% | 21.147154 | 19.897619 | +| System.Net.Primitives.Tests.IPAddressPerformanceTests.Ctor_Span(address: [16, 32, 48, 64, 80, ...]) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Net.Primitives.Tests.IPAddressPerformanceTests.Ctor_Span%28address%3A%20%5B16%2C%2032%2C%2048%2C%2064%2C%2080%2C%20...%5D%29.html) | -5.95% | N/A | N/A | +| System.Net.Security.Tests.SslStreamTests.HandshakeECDSA512CertAsync(protocol: Tls12) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Net.Security.Tests.SslStreamTests.HandshakeECDSA512CertAsync%28protocol%3A%20Tls12%29.html) | -6.16% | 24426462.494643 | 22922664.096429 | +| System.Numerics.Tensors.Tests.Perf_BinaryIntegerTensorPrimitives.LeadingZeroCount(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tensors.Tests.Perf_BinaryIntegerTensorPrimitives%28Int32%29.LeadingZeroCount%28BufferLength%3A%20128%29.html) | -7.26% | 26.324688 | 24.414413 | +| System.Numerics.Tensors.Tests.Perf_BinaryIntegerTensorPrimitives.ShiftLeft(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tensors.Tests.Perf_BinaryIntegerTensorPrimitives%28Int32%29.ShiftLeft%28BufferLength%3A%20128%29.html) | -6.70% | 27.064041 | 25.251841 | +| System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives.FusedMultiplyAdd_ScalarAddend(BufferLength: 3079) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives%28Double%29.FusedMultiplyAdd_ScalarAddend%28BufferLength%3A%203079%29.html) | -7.18% | 777.885651 | 722.057356 | +| System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives.FusedMultiplyAdd_Vectors(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives%28Double%29.FusedMultiplyAdd_Vectors%28BufferLength%3A%20128%29.html) | -7.22% | 59.907364 | 55.581205 | +| System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives.Sinh(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives%28Double%29.Sinh%28BufferLength%3A%20128%29.html) | -5.93% | 741.535086 | 697.541075 | +| System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives.FusedMultiplyAdd_ScalarAddend(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives%28Single%29.FusedMultiplyAdd_ScalarAddend%28BufferLength%3A%20128%29.html) | -5.23% | N/A | N/A | +| System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives.Ieee754Remainder_Vector(BufferLength: 3079) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives%28Single%29.Ieee754Remainder_Vector%28BufferLength%3A%203079%29.html) | -7.17% | 69163.270457 | 64204.054372 | +| System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives.Sigmoid(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives%28Single%29.Sigmoid%28BufferLength%3A%20128%29.html) | -5.83% | 373.192590 | 351.428210 | +| System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives.Sinh(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives%28Single%29.Sinh%28BufferLength%3A%20128%29.html) | -6.17% | 454.164346 | 426.134489 | +| System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives.Truncate(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives%28Single%29.Truncate%28BufferLength%3A%20128%29.html) | -6.95% | N/A | N/A | +| System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives.Abs(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives%28Double%29.Abs%28BufferLength%3A%20128%29.html) | -5.85% | 37.261662 | 35.080118 | +| System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives.AddMultiply_ScalarMultiplier(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives%28Double%29.AddMultiply_ScalarMultiplier%28BufferLength%3A%20128%29.html) | -7.38% | 57.391491 | 53.158015 | +| System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives.IndexOfMax(BufferLength: 3079) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives%28Double%29.IndexOfMax%28BufferLength%3A%203079%29.html) | -7.23% | 4138.727304 | 3839.621987 | +| System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives.Negate(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives%28Double%29.Negate%28BufferLength%3A%20128%29.html) | -7.48% | 39.196668 | 36.263716 | +| System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives.SumOfSquares(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives%28Double%29.SumOfSquares%28BufferLength%3A%20128%29.html) | -6.85% | 52.644694 | 49.040156 | +| System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives.Negate(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives%28Int32%29.Negate%28BufferLength%3A%20128%29.html) | -7.40% | 25.998735 | 24.075760 | +| System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives.Abs(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives%28Single%29.Abs%28BufferLength%3A%20128%29.html) | -7.18% | N/A | N/A | +| System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives.AddMultiply_ScalarMultiplier(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives%28Single%29.AddMultiply_ScalarMultiplier%28BufferLength%3A%20128%29.html) | -5.02% | 36.555152 | 34.720539 | +| System.Numerics.Tests.Constructor.ConstructorBenchmark_UInt32 | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Constructor.ConstructorBenchmark_UInt32.html) | -7.18% | 2.304350 | 2.138976 | +| System.Numerics.Tests.Perf_BigInteger.Divide(arguments: 16,8 bits) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_BigInteger.Divide%28arguments%3A%2016%2C8%20bits%29.html) | -6.66% | N/A | N/A | +| System.Numerics.Tests.Perf_BigInteger.Equals(arguments: 67 bytes, DiffMiddleByte) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_BigInteger.Equals%28arguments%3A%2067%20bytes%2C%20DiffMiddleByte%29.html) | -7.15% | N/A | N/A | +| System.Numerics.Tests.Perf_BigInteger.ToStringX(numberString: 123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678... | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_BigInteger.ToStringX%28numberString%3A%20123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678.html) | -5.86% | N/A | N/A | +| System.Numerics.Tests.Perf_Matrix3x2.CreateSkewFromScalarXYBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_Matrix3x2.CreateSkewFromScalarXYBenchmark.html) | -6.53% | 2.709021 | 2.531995 | +| System.Numerics.Tests.Perf_Matrix3x2.MultiplyByMatrixBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_Matrix3x2.MultiplyByMatrixBenchmark.html) | -5.17% | 8.994584 | 8.529983 | +| System.Numerics.Tests.Perf_Matrix4x4.CreateBillboardBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_Matrix4x4.CreateBillboardBenchmark.html) | -5.10% | 17.146828 | 16.272767 | +| System.Numerics.Tests.Perf_Matrix4x4.CreateReflectionBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_Matrix4x4.CreateReflectionBenchmark.html) | -5.98% | 8.911796 | 8.378600 | +| System.Numerics.Tests.Perf_Matrix4x4.CreateWorldBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_Matrix4x4.CreateWorldBenchmark.html) | -5.04% | N/A | N/A | +| System.Numerics.Tests.Perf_Matrix4x4.EqualsBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_Matrix4x4.EqualsBenchmark.html) | -6.04% | 2.136635 | 2.007664 | +| System.Numerics.Tests.Perf_Matrix4x4.MultiplyByMatrixBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_Matrix4x4.MultiplyByMatrixBenchmark.html) | -5.43% | 5.090251 | 4.814046 | +| System.Numerics.Tests.Perf_Matrix4x4.MultiplyByScalarBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_Matrix4x4.MultiplyByScalarBenchmark.html) | -5.80% | N/A | N/A | +| System.Numerics.Tests.Perf_Matrix4x4.NegationOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_Matrix4x4.NegationOperatorBenchmark.html) | -5.25% | N/A | N/A | +| System.Numerics.Tests.Perf_Matrix4x4.TranslationBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_Matrix4x4.TranslationBenchmark.html) | -5.02% | 2.450670 | 2.327616 | +| System.Numerics.Tests.Perf_Plane.DotNormalBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_Plane.DotNormalBenchmark.html) | -6.01% | 2.410382 | 2.265635 | +| System.Numerics.Tests.Perf_Plane.NormalizeBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_Plane.NormalizeBenchmark.html) | -5.23% | N/A | N/A | +| System.Numerics.Tests.Perf_Quaternion.AddBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_Quaternion.AddBenchmark.html) | -6.26% | 2.428522 | 2.276614 | +| System.Numerics.Tests.Perf_Quaternion.CreateFromYawPitchRollBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_Quaternion.CreateFromYawPitchRollBenchmark.html) | -6.20% | 49.417180 | 46.352746 | +| System.Numerics.Tests.Perf_Quaternion.SubtractionOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_Quaternion.SubtractionOperatorBenchmark.html) | -6.43% | 2.338803 | 2.188452 | +| System.Numerics.Tests.Perf_Vector2.DivideByVector2OperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_Vector2.DivideByVector2OperatorBenchmark.html) | -6.68% | 2.513036 | 2.345073 | +| System.Numerics.Tests.Perf_Vector2.MultiplyOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_Vector2.MultiplyOperatorBenchmark.html) | -5.69% | 2.292324 | 2.161907 | +| System.Numerics.Tests.Perf_Vector2.ReflectBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_Vector2.ReflectBenchmark.html) | -6.20% | N/A | N/A | +| System.Numerics.Tests.Perf_Vector3.AddFunctionBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_Vector3.AddFunctionBenchmark.html) | -6.19% | 2.175620 | 2.040959 | +| System.Numerics.Tests.Perf_Vector3.DivideByVector3OperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_Vector3.DivideByVector3OperatorBenchmark.html) | -5.80% | 2.178204 | 2.051962 | +| System.Numerics.Tests.Perf_Vector3.UnitZBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_Vector3.UnitZBenchmark.html) | -7.37% | 2.357484 | 2.183700 | +| System.Numerics.Tests.Perf_Vector4.DivideByScalarBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_Vector4.DivideByScalarBenchmark.html) | -5.82% | 2.364077 | 2.226418 | +| System.Numerics.Tests.Perf_Vector4.LengthSquaredBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_Vector4.LengthSquaredBenchmark.html) | -6.63% | 2.385256 | 2.227230 | +| System.Numerics.Tests.Perf_Vector4.SquareRootBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_Vector4.SquareRootBenchmark.html) | -5.12% | 3.187321 | 3.023975 | +| System.Numerics.Tests.Perf_Vector4.SubtractOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_Vector4.SubtractOperatorBenchmark.html) | -5.88% | 2.365782 | 2.226711 | +| System.Numerics.Tests.Perf_Vector4.TransformByMatrix4x4Benchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_Vector4.TransformByMatrix4x4Benchmark.html) | -5.33% | N/A | N/A | +| System.Numerics.Tests.Perf_VectorConvert.Widen_short | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorConvert.Widen_short.html) | -5.92% | N/A | N/A | +| System.Numerics.Tests.Perf_VectorOf.InequalityOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28Byte%29.InequalityOperatorBenchmark.html) | -6.92% | N/A | N/A | +| System.Numerics.Tests.Perf_VectorOf.LessThanOrEqualBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28Byte%29.LessThanOrEqualBenchmark.html) | -6.53% | 2.031468 | 1.898808 | +| System.Numerics.Tests.Perf_VectorOf.XorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28Byte%29.XorBenchmark.html) | -6.42% | 1.904145 | 1.781813 | +| System.Numerics.Tests.Perf_VectorOf.BitwiseAndOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28Double%29.BitwiseAndOperatorBenchmark.html) | -7.08% | 1.991724 | 1.850678 | +| System.Numerics.Tests.Perf_VectorOf.EqualsAllBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28Double%29.EqualsAllBenchmark.html) | -6.92% | 2.171528 | 2.021212 | +| System.Numerics.Tests.Perf_VectorOf.InequalityOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28Double%29.InequalityOperatorBenchmark.html) | -6.01% | 2.123392 | 1.995696 | +| System.Numerics.Tests.Perf_VectorOf.GreaterThanAllBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28Int16%29.GreaterThanAllBenchmark.html) | -5.22% | 2.112839 | 2.002515 | +| System.Numerics.Tests.Perf_VectorOf.GreaterThanOrEqualAnyBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28Int16%29.GreaterThanOrEqualAnyBenchmark.html) | -5.16% | 2.113556 | 2.004407 | +| System.Numerics.Tests.Perf_VectorOf.LessThanOrEqualAnyBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28Int16%29.LessThanOrEqualAnyBenchmark.html) | -6.48% | 2.348127 | 2.195866 | +| System.Numerics.Tests.Perf_VectorOf.MultiplyOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28Int16%29.MultiplyOperatorBenchmark.html) | -6.90% | 1.897708 | 1.766752 | +| System.Numerics.Tests.Perf_VectorOf.XorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28Int16%29.XorBenchmark.html) | -6.77% | 2.225643 | 2.075033 | +| System.Numerics.Tests.Perf_VectorOf.AndNotBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28Int32%29.AndNotBenchmark.html) | -6.16% | 2.166942 | 2.033461 | +| System.Numerics.Tests.Perf_VectorOf.ExclusiveOrOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28Int32%29.ExclusiveOrOperatorBenchmark.html) | -7.20% | 1.763535 | 1.636531 | +| System.Numerics.Tests.Perf_VectorOf.GreaterThanAnyBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28Int32%29.GreaterThanAnyBenchmark.html) | -5.40% | 2.139925 | 2.024405 | +| System.Numerics.Tests.Perf_VectorOf.GreaterThanOrEqualAllBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28Int32%29.GreaterThanOrEqualAllBenchmark.html) | -5.49% | N/A | N/A | +| System.Numerics.Tests.Perf_VectorOf.LessThanOrEqualBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28Int32%29.LessThanOrEqualBenchmark.html) | -6.78% | 1.896001 | 1.767530 | +| System.Numerics.Tests.Perf_VectorOf.MinBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28Int32%29.MinBenchmark.html) | -7.11% | 1.897784 | 1.762941 | +| System.Numerics.Tests.Perf_VectorOf.SubtractBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28Int32%29.SubtractBenchmark.html) | -7.25% | 1.916013 | 1.777111 | +| System.Numerics.Tests.Perf_VectorOf.EqualityOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28Int64%29.EqualityOperatorBenchmark.html) | -7.30% | N/A | N/A | +| System.Numerics.Tests.Perf_VectorOf.InequalityOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28Int64%29.InequalityOperatorBenchmark.html) | -7.45% | N/A | N/A | +| System.Numerics.Tests.Perf_VectorOf.AndNotBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28SByte%29.AndNotBenchmark.html) | -6.56% | 2.031588 | 1.898215 | +| System.Numerics.Tests.Perf_VectorOf.GreaterThanBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28SByte%29.GreaterThanBenchmark.html) | -7.19% | 1.900718 | 1.764042 | +| System.Numerics.Tests.Perf_VectorOf.LessThanAllBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28SByte%29.LessThanAllBenchmark.html) | -5.09% | N/A | N/A | +| System.Numerics.Tests.Perf_VectorOf.UnaryNegateOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28SByte%29.UnaryNegateOperatorBenchmark.html) | -7.39% | 2.089412 | 1.935062 | +| System.Numerics.Tests.Perf_VectorOf.BitwiseOrBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28Single%29.BitwiseOrBenchmark.html) | -5.58% | 2.131736 | 2.012733 | +| System.Numerics.Tests.Perf_VectorOf.DivideBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28Single%29.DivideBenchmark.html) | -5.72% | 1.872621 | 1.765462 | +| System.Numerics.Tests.Perf_VectorOf.MultiplyBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28Single%29.MultiplyBenchmark.html) | -5.59% | 1.731502 | 1.634703 | +| System.Numerics.Tests.Perf_VectorOf.EqualsAnyBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28UInt16%29.EqualsAnyBenchmark.html) | -5.23% | N/A | N/A | +| System.Numerics.Tests.Perf_VectorOf.GreaterThanOrEqualAllBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28UInt16%29.GreaterThanOrEqualAllBenchmark.html) | -7.41% | N/A | N/A | +| System.Numerics.Tests.Perf_VectorOf.MaxBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28UInt16%29.MaxBenchmark.html) | -6.98% | 1.895504 | 1.763220 | +| System.Numerics.Tests.Perf_VectorOf.BitwiseOrOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28UInt32%29.BitwiseOrOperatorBenchmark.html) | -6.59% | 2.035267 | 1.901208 | +| System.Numerics.Tests.Perf_VectorOf.SubtractionOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28UInt32%29.SubtractionOperatorBenchmark.html) | -7.45% | 1.767126 | 1.635392 | +| System.Numerics.Tests.Perf_VectorOf.GreaterThanOrEqualBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28UInt64%29.GreaterThanOrEqualBenchmark.html) | -7.03% | 1.853970 | 1.723620 | +| System.Numerics.Tests.Perf_VectorOf.LessThanAllBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28UInt64%29.LessThanAllBenchmark.html) | -5.56% | 2.143466 | 2.024253 | +| System.Numerics.Tests.Perf_VectorOf.SquareRootBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28UInt64%29.SquareRootBenchmark.html) | -7.33% | 4.086992 | 3.787450 | +| System.Perf_Convert.FromHexString | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Perf_Convert.FromHexString.html) | -5.75% | 49.088612 | 46.263795 | +| System.Perf_Convert.ToDateTime_String(value: "Fri, 27 Feb 2009 03:11:21 GMT") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Perf_Convert.ToDateTime_String%28value%3A%20%22Fri%2C%2027%20Feb%202009%2003%3A11%3A21%20GMT%22%29.html) | -5.78% | 922.449484 | 869.158784 | +| System.Reflection.Activator.CreateInstanceType | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Reflection.Activator%28EmptyStruct%29.CreateInstanceType.html) | -5.50% | 16.320434 | 15.422368 | +| System.Reflection.Attributes.GetCustomAttributesClassHit | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Reflection.Attributes.GetCustomAttributesClassHit.html) | -5.85% | N/A | N/A | +| System.Reflection.Attributes.GetCustomAttributesMethodBaseHitInherit | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Reflection.Attributes.GetCustomAttributesMethodBaseHitInherit.html) | -6.03% | N/A | N/A | +| System.Reflection.Attributes.GetCustomAttributesMethodOverrideHitInherit | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Reflection.Attributes.GetCustomAttributesMethodOverrideHitInherit.html) | -7.17% | 2491.520296 | 2312.893437 | +| System.Reflection.Attributes.GetCustomAttributesMethodOverrideMiss | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Reflection.Attributes.GetCustomAttributesMethodOverrideMiss.html) | -6.12% | 1531.037617 | 1437.388095 | +| System.Reflection.Attributes.IsDefinedMethodBaseMiss | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Reflection.Attributes.IsDefinedMethodBaseMiss.html) | -6.93% | 101.679050 | 94.631593 | +| System.Reflection.Invoke.Ctor4_int_string_struct_class | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Reflection.Invoke.Ctor4_int_string_struct_class.html) | -5.95% | 60.088093 | 56.511119 | +| System.Reflection.Metadata.Perf_TypeName.ParseAndGetAssemblyQualifiedName(input: typeof(System.Int32[])) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Reflection.Metadata.Perf_TypeName.ParseAndGetAssemblyQualifiedName%28input%3A%20typeof%28System.Int32%5B%5D%29%29.html) | -7.44% | 1438.149172 | 1331.104453 | +| System.Reflection.Metadata.Perf_TypeName.ParseAndGetAssemblyQualifiedName(input: typeof(System.Reflection.Metadata.NestedGeneric)) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Reflection.Metadata.Perf_TypeName.ParseAndGetAssemblyQualifiedName%28input%3A%20typeof%28System.Reflection.Metadata.NestedGeneric%28String%2C%20Boolean%29%29%29.html) | -7.34% | 4119.231916 | 3816.696598 | +| System.Reflection.Metadata.Perf_TypeName.Parse_AssemblyQualifiedName(input: typeof(System.Int32&)) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Reflection.Metadata.Perf_TypeName.Parse_AssemblyQualifiedName%28input%3A%20typeof%28System.Int32%26%29%29.html) | -6.86% | N/A | N/A | +| System.Reflection.Metadata.Perf_TypeName.Parse_AssemblyQualifiedName(input: typeof(System.Int32*)) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Reflection.Metadata.Perf_TypeName.Parse_AssemblyQualifiedName%28input%3A%20typeof%28System.Int32%2A%29%29.html) | -6.54% | N/A | N/A | +| System.Reflection.Metadata.Perf_TypeName.Parse_AssemblyQualifiedName(input: typeof(System.Int32[,])) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Reflection.Metadata.Perf_TypeName.Parse_AssemblyQualifiedName%28input%3A%20typeof%28System.Int32%5B%2C%5D%29%29.html) | -5.01% | N/A | N/A | +| System.Reflection.Metadata.Perf_TypeName.Parse_AssemblyQualifiedName(input: typeof(System.Int32[])) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Reflection.Metadata.Perf_TypeName.Parse_AssemblyQualifiedName%28input%3A%20typeof%28System.Int32%5B%5D%29%29.html) | -5.02% | 1166.140017 | 1107.645408 | +| System.Reflection.Metadata.Perf_TypeName.Parse_FullNames(input: typeof(int)) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Reflection.Metadata.Perf_TypeName.Parse_FullNames%28input%3A%20typeof%28int%29%29.html) | -6.61% | N/A | N/A | +| System.Runtime.Intrinsics.Tests.Perf_Vector128.CeilingFloatBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128.CeilingFloatBenchmark.html) | -6.80% | 1.986082 | 1.850994 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Float.AddBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Float.AddBenchmark.html) | -6.88% | 2.057398 | 1.915872 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Float.DivideBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Float.DivideBenchmark.html) | -5.79% | 1.887223 | 1.777941 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Float.LessThanBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Float.LessThanBenchmark.html) | -7.16% | 1.762490 | 1.636319 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Float.LessThanOrEqualAnyBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Float.LessThanOrEqualAnyBenchmark.html) | -6.29% | N/A | N/A | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Int.BitwiseAndOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Int.BitwiseAndOperatorBenchmark.html) | -6.88% | 1.896426 | 1.765886 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Int.EqualsAnyBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Int.EqualsAnyBenchmark.html) | -5.31% | 2.123063 | 2.010422 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Int.LessThanOrEqualAnyBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Int.LessThanOrEqualAnyBenchmark.html) | -6.25% | 2.243279 | 2.103055 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.BitwiseAndBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Byte%29.BitwiseAndBenchmark.html) | -7.08% | 1.755834 | 1.631501 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.EqualsStaticBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Byte%29.EqualsStaticBenchmark.html) | -7.36% | 1.762809 | 1.633144 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.GreaterThanOrEqualAnyBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Byte%29.GreaterThanOrEqualAnyBenchmark.html) | -7.16% | N/A | N/A | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.DivideBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Double%29.DivideBenchmark.html) | -6.33% | 1.739002 | 1.628967 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.EqualsStaticBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Double%29.EqualsStaticBenchmark.html) | -6.94% | 1.897375 | 1.765720 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.GreaterThanOrEqualAnyBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Double%29.GreaterThanOrEqualAnyBenchmark.html) | -5.93% | N/A | N/A | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.LessThanOrEqualAllBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Double%29.LessThanOrEqualAllBenchmark.html) | -5.85% | N/A | N/A | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.OnesComplementBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Double%29.OnesComplementBenchmark.html) | -7.38% | 1.924553 | 1.782452 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.XorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Double%29.XorBenchmark.html) | -6.64% | 1.743266 | 1.627426 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.GreaterThanOrEqualAllBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Int16%29.GreaterThanOrEqualAllBenchmark.html) | -6.20% | N/A | N/A | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.GreaterThanOrEqualAnyBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Int16%29.GreaterThanOrEqualAnyBenchmark.html) | -5.77% | N/A | N/A | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.LessThanAllBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Int16%29.LessThanAllBenchmark.html) | -5.08% | 2.363749 | 2.243736 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.LessThanAnyBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Int16%29.LessThanAnyBenchmark.html) | -5.03% | 2.360279 | 2.241623 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.LessThanOrEqualBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Int16%29.LessThanOrEqualBenchmark.html) | -6.61% | 2.030750 | 1.896567 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.AbsBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Int32%29.AbsBenchmark.html) | -6.91% | 1.901584 | 1.770092 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.ExclusiveOrOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Int32%29.ExclusiveOrOperatorBenchmark.html) | -7.34% | 1.765080 | 1.635553 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.UnaryNegateOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Int32%29.UnaryNegateOperatorBenchmark.html) | -7.43% | 1.922613 | 1.779859 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.XorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Int32%29.XorBenchmark.html) | -7.27% | 1.756673 | 1.628889 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.EqualsAnyBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Int64%29.EqualsAnyBenchmark.html) | -5.87% | 2.240003 | 2.108574 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.LessThanAnyBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Int64%29.LessThanAnyBenchmark.html) | -5.81% | 2.135453 | 2.011467 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.AbsBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28SByte%29.AbsBenchmark.html) | -6.01% | 1.738591 | 1.634112 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.BitwiseAndBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28SByte%29.BitwiseAndBenchmark.html) | -5.38% | 1.909914 | 1.807183 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.LessThanAllBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28SByte%29.LessThanAllBenchmark.html) | -7.27% | N/A | N/A | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.AddBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Single%29.AddBenchmark.html) | -7.33% | 1.922457 | 1.781481 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.EqualsAllBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Single%29.EqualsAllBenchmark.html) | -6.94% | N/A | N/A | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.GreaterThanBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Single%29.GreaterThanBenchmark.html) | -6.27% | 2.031266 | 1.903942 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.XorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Single%29.XorBenchmark.html) | -7.37% | 1.917879 | 1.776617 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.GreaterThanOrEqualBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28UInt16%29.GreaterThanOrEqualBenchmark.html) | -7.13% | 1.900351 | 1.764770 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.LessThanAllBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28UInt16%29.LessThanAllBenchmark.html) | -6.51% | 2.274172 | 2.126045 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.LessThanBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28UInt16%29.LessThanBenchmark.html) | -7.14% | 1.897133 | 1.761679 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.LessThanOrEqualBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28UInt16%29.LessThanOrEqualBenchmark.html) | -6.89% | 1.898735 | 1.767856 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.XorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28UInt16%29.XorBenchmark.html) | -6.63% | 1.748768 | 1.632742 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.BitwiseAndBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28UInt32%29.BitwiseAndBenchmark.html) | -7.08% | 2.079198 | 1.931933 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.CountBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28UInt32%29.CountBenchmark.html) | -5.15% | 2.238283 | 2.122960 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.DotBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28UInt32%29.DotBenchmark.html) | -6.30% | N/A | N/A | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.LessThanOrEqualAllBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28UInt32%29.LessThanOrEqualAllBenchmark.html) | -6.58% | N/A | N/A | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.MultiplyBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28UInt32%29.MultiplyBenchmark.html) | -6.33% | 2.068788 | 1.937747 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.CountBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28UInt64%29.CountBenchmark.html) | -6.19% | 2.265713 | 2.125521 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.EqualityOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28UInt64%29.EqualityOperatorBenchmark.html) | -6.93% | 2.354434 | 2.191353 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.LessThanAllBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28UInt64%29.LessThanAllBenchmark.html) | -5.59% | 2.126003 | 2.007250 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.ZeroBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28UInt64%29.ZeroBenchmark.html) | -6.78% | N/A | N/A | +| System.Security.Cryptography.Tests.Perf_CryptoConfig.CreateFromName(name: "X509Chain") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Security.Cryptography.Tests.Perf_CryptoConfig.CreateFromName%28name%3A%20%22X509Chain%22%29.html) | -6.81% | N/A | N/A | +| System.Security.Cryptography.X509Certificates.Tests.X509Certificate2Tests.CertProp | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Security.Cryptography.X509Certificates.Tests.X509Certificate2Tests.CertProp.html) | -7.12% | 35.679784 | 33.140049 | +| System.Tests.Perf_DateTime.ToString(format: "o") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Tests.Perf_DateTime.ToString%28format%3A%20%22o%22%29.html) | -6.64% | 56.492718 | 52.738863 | +| System.Tests.Perf_DateTime.ToString(format: "r") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Tests.Perf_DateTime.ToString%28format%3A%20%22r%22%29.html) | -6.60% | 44.895197 | 41.933427 | +| System.Tests.Perf_Double.ToStringWithFormat(value: -1.7976931348623157E+308, format: "E") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Tests.Perf_Double.ToStringWithFormat%28value%3A%20-1.7976931348623157E%2B308%2C%20format%3A%20%22E%22%29.html) | -5.60% | 139.587453 | 131.775983 | +| System.Tests.Perf_Double.ToStringWithFormat(value: -1.7976931348623157E+308, format: "G17") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Tests.Perf_Double.ToStringWithFormat%28value%3A%20-1.7976931348623157E%2B308%2C%20format%3A%20%22G17%22%29.html) | -5.60% | 198.414697 | 187.295284 | +| System.Tests.Perf_Double.ToStringWithFormat(value: 1.7976931348623157E+308, format: "E") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Tests.Perf_Double.ToStringWithFormat%28value%3A%201.7976931348623157E%2B308%2C%20format%3A%20%22E%22%29.html) | -6.96% | 138.297125 | 128.669225 | +| System.Tests.Perf_Double.ToStringWithFormat(value: 12345, format: "E") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Tests.Perf_Double.ToStringWithFormat%28value%3A%2012345%2C%20format%3A%20%22E%22%29.html) | -6.59% | 140.670298 | 131.399659 | +| System.Tests.Perf_Enum.InterpolateIntoStringBuilder_NonFlags(value: Saturday) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Tests.Perf_Enum.InterpolateIntoStringBuilder_NonFlags%28value%3A%20Saturday%29.html) | -6.22% | 143.549478 | 134.623291 | +| System.Tests.Perf_Environment.SetEnvironmentVariable | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Tests.Perf_Environment.SetEnvironmentVariable.html) | -5.03% | N/A | N/A | +| System.Tests.Perf_Int32.ToString(value: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Tests.Perf_Int32.ToString%28value%3A%204%29.html) | -5.96% | 6.288965 | 5.913890 | +| System.Tests.Perf_Single.ToString(value: 3.4028235E+38) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Tests.Perf_Single.ToString%28value%3A%203.4028235E%2B38%29.html) | -5.97% | 163.658000 | 153.894888 | +| System.Tests.Perf_Single.ToStringWithFormat(value: -3.4028235E+38, format: "E") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Tests.Perf_Single.ToStringWithFormat%28value%3A%20-3.4028235E%2B38%2C%20format%3A%20%22E%22%29.html) | -6.07% | 138.044742 | 129.671565 | +| System.Tests.Perf_Single.ToStringWithFormat(value: -3.4028235E+38, format: "G") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Tests.Perf_Single.ToStringWithFormat%28value%3A%20-3.4028235E%2B38%2C%20format%3A%20%22G%22%29.html) | -5.93% | 166.558318 | 156.675360 | +| System.Tests.Perf_Single.ToStringWithFormat(value: -3.4028235E+38, format: "R") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Tests.Perf_Single.ToStringWithFormat%28value%3A%20-3.4028235E%2B38%2C%20format%3A%20%22R%22%29.html) | -6.39% | 166.895958 | 156.226214 | +| System.Tests.Perf_Single.ToStringWithFormat(value: 3.4028235E+38, format: "E") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Tests.Perf_Single.ToStringWithFormat%28value%3A%203.4028235E%2B38%2C%20format%3A%20%22E%22%29.html) | -6.98% | 136.564369 | 127.036728 | +| System.Tests.Perf_Single.ToStringWithFormat(value: 3.4028235E+38, format: "G") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Tests.Perf_Single.ToStringWithFormat%28value%3A%203.4028235E%2B38%2C%20format%3A%20%22G%22%29.html) | -5.13% | 163.040343 | 154.681892 | +| System.Tests.Perf_Single.ToStringWithFormat(value: 3.4028235E+38, format: "R") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Tests.Perf_Single.ToStringWithFormat%28value%3A%203.4028235E%2B38%2C%20format%3A%20%22R%22%29.html) | -6.34% | 164.989943 | 154.532544 | +| System.Tests.Perf_String.Replace_String(text: "This is a very nice sentence", oldValue: "bad", newValue: "nice") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Tests.Perf_String.Replace_String%28text%3A%20%22This%20is%20a%20very%20nice%20sentence%22%2C%20oldValue%3A%20%22bad%22%2C%20newValue%3A%20%22nice%22%29.html) | -6.43% | 20.739308 | 19.405269 | +| System.Tests.Perf_String.Replace_String(text: "This is a very nice sentence", oldValue: "nice", newValue: "bad") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Tests.Perf_String.Replace_String%28text%3A%20%22This%20is%20a%20very%20nice%20sentence%22%2C%20oldValue%3A%20%22nice%22%2C%20newValue%3A%20%22bad%22%29.html) | -7.47% | 70.324812 | 65.068263 | +| System.Tests.Perf_String.Substring_Int(s: "dzsdzsDDZSDZSDZSddsz", i: 0) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Tests.Perf_String.Substring_Int%28s%3A%20%22dzsdzsDDZSDZSDZSddsz%22%2C%20i%3A%200%29.html) | -6.90% | 4.876157 | 4.539677 | +| System.Tests.Perf_String.ToLowerInvariant(s: "test") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Tests.Perf_String.ToLowerInvariant%28s%3A%20%22test%22%29.html) | -6.60% | 9.920472 | 9.265969 | +| System.Tests.Perf_String.Trim_CharArr(s: " Te st ", c: [' ', ' ']) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Tests.Perf_String.Trim_CharArr%28s%3A%20%22%20Te%20st%20%20%22%2C%20c%3A%20%5B%27%20%27%2C%20%27%E2%80%85%27%5D%29.html) | -6.52% | 27.780434 | 25.970162 | +| System.Tests.Perf_UInt64.TryFormat(value: 0) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Tests.Perf_UInt64.TryFormat%28value%3A%200%29.html) | -7.35% | 4.956409 | 4.591894 | +| System.Tests.Perf_UInt64.TryFormat(value: 12345) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Tests.Perf_UInt64.TryFormat%28value%3A%2012345%29.html) | -5.05% | 9.507757 | 9.027925 | +| System.Tests.Perf_Uri.BuilderToString | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Tests.Perf_Uri.BuilderToString.html) | -5.21% | 160.403731 | 152.045219 | +| System.Tests.Perf_Uri.CtorIdnHostPathAndQuery(input: "http://host/path%20with%20escapable%20values?key=%C3%BCnicode") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Tests.Perf_Uri.CtorIdnHostPathAndQuery%28input%3A%20%22http%3A//host/path%2520with%2520escapable%2520values%3Fkey%3D%25C3%25BCnicode%22%29.html) | -7.08% | 1070.586707 | 994.763477 | +| System.Tests.Perf_Uri.EscapeDataString(input: "a{üa{üa{üa{üa{üa{üa{üa{üa{üa{üa{üa{üa{üa{üa{üa{üa{üa{üa{üa{üa{üa{üa{üa{üa{üa{üa{üa{üa{üa{üa{üa{üa{üa{üa{üa{üa{üa{üa{üa{üa{üa{üa{üa{üa{üa{üa{üa{üa{üa{üa{ü... | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Tests.Perf_Uri.EscapeDataString%28input%3A%20%22a%7B%C3%BCa%7B%C3%BCa%7B%C3%BCa%7B%C3%BCa%7B%C3%BCa%7B%C3%BCa%7B%C3%BCa%7B%C3%BCa%7B%C3%BCa%7B%C3%BCa%7B%C3%BCa%7B%C3%BCa%7B%C3%BCa%7B%C3%BCa%7B%C3%BCa%7B%C3%BCa%7B%C3%BCa%7B%C3%BCa%7B%C3%BCa%7B%C3%BCa%7B%C3%BCa%7B%C3%BCa%7B%C3%BCa%7B%C3%BCa%7B%C3%BCa%7B%C3%BCa%7B%C3%BCa%7B%C3%BCa%7B%C3%BCa%7B%C3%BCa%7B%C3%BCa%7B%C3%BCa%7B%C3%BCa%7B%C3%BCa%7B%C3%BCa%7B%C3%BCa%7B%C3%BCa%7B%C3%BCa%7B%C3%BCa%7B%C3%BCa%7B%C3%BCa%7B%C3%BCa%7B%C3%BCa%7B%C3%BCa%7B%C3%BCa%7B%C3%BCa%7B%C3%BCa%7B%C3%BCa%7B%C3%BCa%7B%C3%BCa%7B%C3%BC.html) | -6.88% | 13572.294597 | 12637.910949 | +| System.Text.Encodings.Web.Tests.Perf_Encoders.EncodeUtf16(arguments: JavaScript,no escaping required,512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Encodings.Web.Tests.Perf_Encoders.EncodeUtf16%28arguments%3A%20JavaScript%2Cno%20escaping%20required%2C512%29.html) | -6.27% | 128.300533 | 120.261120 | +| System.Text.Encodings.Web.Tests.Perf_Encoders.EncodeUtf8(arguments: UnsafeRelaxed,no required,16) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Encodings.Web.Tests.Perf_Encoders.EncodeUtf8%28arguments%3A%20UnsafeRelaxed%2Cno%20%28escaping%20/%29%20required%2C16%29.html) | -5.98% | 19.093176 | 17.951828 | +| System.Text.Json.Document.Tests.Perf_DocumentParse.Parse(IsDataIndented: False, TestRandomAccess: False, TestCase: BasicJson) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Document.Tests.Perf_DocumentParse.Parse%28IsDataIndented%3A%20False%2C%20TestRandomAccess%3A%20False%2C%20TestCase%3A%20BasicJson%29.html) | -5.94% | 860.411505 | 809.290084 | +| System.Text.Json.Document.Tests.Perf_DocumentParse.Parse(IsDataIndented: False, TestRandomAccess: False, TestCase: Json400B) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Document.Tests.Perf_DocumentParse.Parse%28IsDataIndented%3A%20False%2C%20TestRandomAccess%3A%20False%2C%20TestCase%3A%20Json400B%29.html) | -5.58% | 1092.824704 | 1031.885563 | +| System.Text.Json.Document.Tests.Perf_DocumentParse.Parse(IsDataIndented: False, TestRandomAccess: True, TestCase: HelloWorld) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Document.Tests.Perf_DocumentParse.Parse%28IsDataIndented%3A%20False%2C%20TestRandomAccess%3A%20True%2C%20TestCase%3A%20HelloWorld%29.html) | -5.07% | 288.309275 | 273.684928 | +| System.Text.Json.Document.Tests.Perf_DocumentParse.Parse(IsDataIndented: False, TestRandomAccess: True, TestCase: Json400B) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Document.Tests.Perf_DocumentParse.Parse%28IsDataIndented%3A%20False%2C%20TestRandomAccess%3A%20True%2C%20TestCase%3A%20Json400B%29.html) | -5.71% | 2484.423066 | 2342.505407 | +| System.Text.Json.Document.Tests.Perf_DocumentParse.Parse(IsDataIndented: True, TestRandomAccess: True, TestCase: HelloWorld) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Document.Tests.Perf_DocumentParse.Parse%28IsDataIndented%3A%20True%2C%20TestRandomAccess%3A%20True%2C%20TestCase%3A%20HelloWorld%29.html) | -6.91% | 305.103557 | 284.023060 | +| System.Text.Json.Document.Tests.Perf_EnumerateObject.EnumerateProperties(TestCase: NumericProperties) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Document.Tests.Perf_EnumerateObject.EnumerateProperties%28TestCase%3A%20NumericProperties%29.html) | -5.76% | N/A | N/A | +| System.Text.Json.Document.Tests.Perf_EnumerateObject.EnumerateProperties(TestCase: ObjectProperties) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Document.Tests.Perf_EnumerateObject.EnumerateProperties%28TestCase%3A%20ObjectProperties%29.html) | -5.02% | N/A | N/A | +| System.Text.Json.Document.Tests.Perf_EnumerateObject.EnumerateProperties(TestCase: StringProperties) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Document.Tests.Perf_EnumerateObject.EnumerateProperties%28TestCase%3A%20StringProperties%29.html) | -5.82% | N/A | N/A | +| System.Text.Json.Document.Tests.Perf_ParseThenWrite.ParseThenWrite(IsDataIndented: False, TestCase: HelloWorld) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Document.Tests.Perf_ParseThenWrite.ParseThenWrite%28IsDataIndented%3A%20False%2C%20TestCase%3A%20HelloWorld%29.html) | -6.12% | 325.588136 | 305.678319 | +| System.Text.Json.Document.Tests.Perf_ParseThenWrite.ParseThenWrite(IsDataIndented: False, TestCase: LotsOfNumbers) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Document.Tests.Perf_ParseThenWrite.ParseThenWrite%28IsDataIndented%3A%20False%2C%20TestCase%3A%20LotsOfNumbers%29.html) | -6.27% | 5552.328370 | 5204.228502 | +| System.Text.Json.Document.Tests.Perf_ParseThenWrite.ParseThenWrite(IsDataIndented: True, TestCase: HelloWorld) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Document.Tests.Perf_ParseThenWrite.ParseThenWrite%28IsDataIndented%3A%20True%2C%20TestCase%3A%20HelloWorld%29.html) | -5.97% | N/A | N/A | +| System.Text.Json.Document.Tests.Perf_ParseThenWrite.ParseThenWrite(IsDataIndented: True, TestCase: LotsOfStrings) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Document.Tests.Perf_ParseThenWrite.ParseThenWrite%28IsDataIndented%3A%20True%2C%20TestCase%3A%20LotsOfStrings%29.html) | -5.45% | 5119.232671 | 4840.434028 | +| System.Text.Json.Node.Tests.Perf_ParseThenWrite.ParseThenWrite(IsDataIndented: False, TestCase: DeepTree) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Node.Tests.Perf_ParseThenWrite.ParseThenWrite%28IsDataIndented%3A%20False%2C%20TestCase%3A%20DeepTree%29.html) | -5.35% | 27776.040923 | 26289.592324 | +| System.Text.Json.Node.Tests.Perf_ParseThenWrite.ParseThenWrite(IsDataIndented: False, TestCase: Json400B) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Node.Tests.Perf_ParseThenWrite.ParseThenWrite%28IsDataIndented%3A%20False%2C%20TestCase%3A%20Json400B%29.html) | -6.88% | 3806.710185 | 3544.687363 | +| System.Text.Json.Node.Tests.Perf_ParseThenWrite.ParseThenWrite(IsDataIndented: False, TestCase: LotsOfStrings) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Node.Tests.Perf_ParseThenWrite.ParseThenWrite%28IsDataIndented%3A%20False%2C%20TestCase%3A%20LotsOfStrings%29.html) | -6.44% | 7098.364469 | 6640.917034 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromStream(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28SimpleStructWithProperties%29.DeserializeFromStream%28Mode%3A%20Reflection%29.html) | -5.32% | N/A | N/A | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromStream(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28SimpleStructWithProperties%29.DeserializeFromStream%28Mode%3A%20SourceGen%29.html) | -5.21% | N/A | N/A | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromStream(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28StructRecord%29.DeserializeFromStream%28Mode%3A%20Reflection%29.html) | -7.09% | 881.088402 | 818.602761 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromString(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28StructRecord%29.DeserializeFromString%28Mode%3A%20Reflection%29.html) | -7.38% | 661.291431 | 612.480951 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromString(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28StructRecord%29.DeserializeFromString%28Mode%3A%20SourceGen%29.html) | -7.28% | 647.717956 | 600.575611 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromReader(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28TreeRecord%29.DeserializeFromReader%28Mode%3A%20SourceGen%29.html) | -7.12% | 39116.857710 | 36333.149298 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromString(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28TreeRecord%29.DeserializeFromString%28Mode%3A%20Reflection%29.html) | -6.71% | 27838.981964 | 25970.583705 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromUtf8Bytes(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28TreeRecord%29.DeserializeFromUtf8Bytes%28Mode%3A%20Reflection%29.html) | -5.05% | 27875.379314 | 26466.774545 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToStream(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28ClassRecord%29.SerializeToStream%28Mode%3A%20Reflection%29.html) | -5.66% | 515.307107 | 486.115741 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeObjectProperty(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28LargeStructWithProperties%29.SerializeObjectProperty%28Mode%3A%20Reflection%29.html) | -5.58% | 810.920669 | 765.651791 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeObjectProperty(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28LargeStructWithProperties%29.SerializeObjectProperty%28Mode%3A%20SourceGen%29.html) | -7.04% | 657.452622 | 611.167334 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToStream(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28LargeStructWithProperties%29.SerializeToStream%28Mode%3A%20SourceGen%29.html) | -5.22% | 487.957452 | 462.491642 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToString(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28LargeStructWithProperties%29.SerializeToString%28Mode%3A%20SourceGen%29.html) | -7.39% | 458.304175 | 424.436966 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToUtf8Bytes(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28LargeStructWithProperties%29.SerializeToUtf8Bytes%28Mode%3A%20Reflection%29.html) | -6.66% | N/A | N/A | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeObjectProperty(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28Location%29.SerializeObjectProperty%28Mode%3A%20SourceGen%29.html) | -5.66% | 835.721351 | 788.424961 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToString(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28Location%29.SerializeToString%28Mode%3A%20Reflection%29.html) | -5.39% | N/A | N/A | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToUtf8Bytes(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28Location%29.SerializeToUtf8Bytes%28Mode%3A%20Reflection%29.html) | -5.48% | 711.783650 | 672.782007 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToStream(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28LoginViewModel%29.SerializeToStream%28Mode%3A%20Reflection%29.html) | -6.95% | 418.379255 | 389.301708 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeObjectProperty(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28MyEventsListerViewModel%29.SerializeObjectProperty%28Mode%3A%20SourceGen%29.html) | -5.57% | 373489.244112 | 352698.227076 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToStream(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28MyEventsListerViewModel%29.SerializeToStream%28Mode%3A%20Reflection%29.html) | -6.99% | 305238.112125 | 283887.134303 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToStream(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28MyEventsListerViewModel%29.SerializeToStream%28Mode%3A%20SourceGen%29.html) | -6.73% | 302275.425573 | 281938.670081 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToUtf8Bytes(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28MyEventsListerViewModel%29.SerializeToUtf8Bytes%28Mode%3A%20Reflection%29.html) | -6.39% | 301717.709187 | 282438.324510 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToWriter(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28MyEventsListerViewModel%29.SerializeToWriter%28Mode%3A%20Reflection%29.html) | -6.27% | 294564.200043 | 276093.385565 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeObjectProperty(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28SimpleStructWithProperties%29.SerializeObjectProperty%28Mode%3A%20Reflection%29.html) | -5.01% | N/A | N/A | +| System.Text.Json.Tests.Perf_Basic.WriteBasicUtf16(Formatted: False, SkipValidation: True, DataSize: 100000) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Basic.WriteBasicUtf16%28Formatted%3A%20False%2C%20SkipValidation%3A%20True%2C%20DataSize%3A%20100000%29.html) | -7.19% | 2106191.388278 | 1954759.137363 | +| System.Text.Json.Tests.Perf_Basic.WriteBasicUtf16(Formatted: True, SkipValidation: False, DataSize: 100000) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Basic.WriteBasicUtf16%28Formatted%3A%20True%2C%20SkipValidation%3A%20False%2C%20DataSize%3A%20100000%29.html) | -6.85% | 2747272.541994 | 2558998.732339 | +| System.Text.Json.Tests.Perf_Basic.WriteBasicUtf16(Formatted: True, SkipValidation: True, DataSize: 100000) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Basic.WriteBasicUtf16%28Formatted%3A%20True%2C%20SkipValidation%3A%20True%2C%20DataSize%3A%20100000%29.html) | -6.99% | 2720139.625000 | 2529882.459576 | +| System.Text.Json.Tests.Perf_Basic.WriteBasicUtf8(Formatted: True, SkipValidation: False, DataSize: 10) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Basic.WriteBasicUtf8%28Formatted%3A%20True%2C%20SkipValidation%3A%20False%2C%20DataSize%3A%2010%29.html) | -6.08% | 836.774694 | 785.869541 | +| System.Text.Json.Tests.Perf_Basic.WriteBasicUtf8(Formatted: True, SkipValidation: False, DataSize: 100000) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Basic.WriteBasicUtf8%28Formatted%3A%20True%2C%20SkipValidation%3A%20False%2C%20DataSize%3A%20100000%29.html) | -5.58% | 2750006.916797 | 2596492.269231 | +| System.Text.Json.Tests.Perf_Basic.WriteBasicUtf8(Formatted: True, SkipValidation: True, DataSize: 10) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Basic.WriteBasicUtf8%28Formatted%3A%20True%2C%20SkipValidation%3A%20True%2C%20DataSize%3A%2010%29.html) | -6.88% | 808.331928 | 752.713739 | +| System.Text.Json.Tests.Perf_Basic.WriteBasicUtf8(Formatted: True, SkipValidation: True, DataSize: 100000) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Basic.WriteBasicUtf8%28Formatted%3A%20True%2C%20SkipValidation%3A%20True%2C%20DataSize%3A%20100000%29.html) | -6.33% | 2725924.395380 | 2553411.547554 | +| System.Text.Json.Tests.Perf_Deep.WriteDeepUtf16(Formatted: False, SkipValidation: False) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Deep.WriteDeepUtf16%28Formatted%3A%20False%2C%20SkipValidation%3A%20False%29.html) | -6.52% | 5187063.826265 | 4849084.694196 | +| System.Text.Json.Tests.Perf_Doubles.WriteDoubles(Formatted: True, SkipValidation: False) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Doubles.WriteDoubles%28Formatted%3A%20True%2C%20SkipValidation%3A%20False%29.html) | -5.36% | N/A | N/A | +| System.Text.Json.Tests.Perf_Get.GetBoolean | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Get.GetBoolean.html) | -5.29% | 137.710061 | 130.431762 | +| System.Text.Json.Tests.Perf_Get.GetDecimal | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Get.GetDecimal.html) | -5.56% | 5130.110860 | 4844.815394 | +| System.Text.Json.Tests.Perf_Reader.ReadMultiSpanSequenceEmptyLoop(IsDataCompact: False, TestCase: Json4KB) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Reader.ReadMultiSpanSequenceEmptyLoop%28IsDataCompact%3A%20False%2C%20TestCase%3A%20Json4KB%29.html) | -6.94% | 9573.935144 | 8909.537520 | +| System.Text.Json.Tests.Perf_Reader.ReadReturnBytes(IsDataCompact: False, TestCase: DeepTree) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Reader.ReadReturnBytes%28IsDataCompact%3A%20False%2C%20TestCase%3A%20DeepTree%29.html) | -6.75% | 11901.163561 | 11097.990885 | +| System.Text.Json.Tests.Perf_Reader.ReadSingleSpanSequenceEmptyLoop(IsDataCompact: False, TestCase: DeepTree) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Reader.ReadSingleSpanSequenceEmptyLoop%28IsDataCompact%3A%20False%2C%20TestCase%3A%20DeepTree%29.html) | -5.69% | 11403.569833 | 10754.652564 | +| System.Text.Json.Tests.Perf_Reader.ReadSingleSpanSequenceEmptyLoop(IsDataCompact: False, TestCase: LotsOfStrings) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Reader.ReadSingleSpanSequenceEmptyLoop%28IsDataCompact%3A%20False%2C%20TestCase%3A%20LotsOfStrings%29.html) | -6.61% | 2361.412337 | 2205.253223 | +| System.Text.Json.Tests.Perf_Reader.ReadSpanEmptyLoop(IsDataCompact: False, TestCase: LotsOfStrings) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Reader.ReadSpanEmptyLoop%28IsDataCompact%3A%20False%2C%20TestCase%3A%20LotsOfStrings%29.html) | -6.89% | 2340.661317 | 2179.486112 | +| System.Text.Json.Tests.Perf_Segment.ReadMultiSegmentSequence(segmentSize: 4096, TestCase: Json400KB) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Segment.ReadMultiSegmentSequence%28segmentSize%3A%204096%2C%20TestCase%3A%20Json400KB%29.html) | -6.25% | 957044.363095 | 897253.028257 | +| System.Text.Json.Tests.Perf_Segment.ReadMultiSegmentSequence(segmentSize: 4096, TestCase: Json40KB) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Segment.ReadMultiSegmentSequence%28segmentSize%3A%204096%2C%20TestCase%3A%20Json40KB%29.html) | -6.24% | 94144.111647 | 88265.310177 | +| System.Text.Json.Tests.Perf_Segment.ReadMultiSegmentSequence(segmentSize: 4096, TestCase: Json4KB) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Segment.ReadMultiSegmentSequence%28segmentSize%3A%204096%2C%20TestCase%3A%20Json4KB%29.html) | -6.52% | 9458.664840 | 8842.108037 | +| System.Text.Json.Tests.Perf_Segment.ReadMultiSegmentSequence(segmentSize: 8192, TestCase: Json400KB) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Segment.ReadMultiSegmentSequence%28segmentSize%3A%208192%2C%20TestCase%3A%20Json400KB%29.html) | -5.94% | 955368.066043 | 898622.263535 | +| System.Text.Json.Tests.Perf_Segment.ReadMultiSegmentSequence(segmentSize: 8192, TestCase: Json40KB) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Segment.ReadMultiSegmentSequence%28segmentSize%3A%208192%2C%20TestCase%3A%20Json40KB%29.html) | -5.97% | 93887.382677 | 88280.192132 | +| System.Text.Json.Tests.Perf_Segment.ReadMultiSegmentSequenceUsingSpan(segmentSize: 4096, TestCase: Json400KB) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Segment.ReadMultiSegmentSequenceUsingSpan%28segmentSize%3A%204096%2C%20TestCase%3A%20Json400KB%29.html) | -5.61% | N/A | N/A | +| System.Text.Json.Tests.Perf_Segment.ReadMultiSegmentSequenceUsingSpan(segmentSize: 8192, TestCase: Json400KB) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Segment.ReadMultiSegmentSequenceUsingSpan%28segmentSize%3A%208192%2C%20TestCase%3A%20Json400KB%29.html) | -5.12% | N/A | N/A | +| System.Text.Perf_Ascii.ToLowerInPlace_Chars(Size: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Perf_Ascii.ToLowerInPlace_Chars%28Size%3A%20128%29.html) | -6.63% | 31.318515 | 29.242589 | +| System.Text.Perf_Ascii.ToUpperInPlace_Chars(Size: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Perf_Ascii.ToUpperInPlace_Chars%28Size%3A%20128%29.html) | -6.46% | 31.212230 | 29.195797 | +| System.Text.Perf_Ascii.ToUpper_Bytes(Size: 6) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Perf_Ascii.ToUpper_Bytes%28Size%3A%206%29.html) | -5.04% | 11.062983 | 10.505533 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Cache.IsMatch(total: 40000, unique: 1600, cacheSize: 15) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.RegularExpressions.Tests.Perf_Regex_Cache.IsMatch%28total%3A%2040000%2C%20unique%3A%201600%2C%20cacheSize%3A%2015%29.html) | -5.21% | N/A | N/A | +| System.Text.RegularExpressions.Tests.Perf_Regex_Common.CtorInvoke(Options: None) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.RegularExpressions.Tests.Perf_Regex_Common.CtorInvoke%28Options%3A%20None%29.html) | -6.75% | 7452.059817 | 6949.087684 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Common.Date_IsMatch(Options: Compiled) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.RegularExpressions.Tests.Perf_Regex_Common.Date_IsMatch%28Options%3A%20Compiled%29.html) | -5.92% | 83.806718 | 78.849462 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Common.Date_IsMatch(Options: None) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.RegularExpressions.Tests.Perf_Regex_Common.Date_IsMatch%28Options%3A%20None%29.html) | -5.58% | N/A | N/A | +| System.Text.RegularExpressions.Tests.Perf_Regex_Common.Date_IsNotMatch(Options: Compiled) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.RegularExpressions.Tests.Perf_Regex_Common.Date_IsNotMatch%28Options%3A%20Compiled%29.html) | -6.75% | 161.580262 | 150.677214 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Common.Email_IsMatch(Options: Compiled) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.RegularExpressions.Tests.Perf_Regex_Common.Email_IsMatch%28Options%3A%20Compiled%29.html) | -6.01% | N/A | N/A | +| System.Text.RegularExpressions.Tests.Perf_Regex_Common.Email_IsMatch(Options: None) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.RegularExpressions.Tests.Perf_Regex_Common.Email_IsMatch%28Options%3A%20None%29.html) | -5.80% | 447.082822 | 421.139382 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Common.Email_IsNotMatch(Options: IgnoreCase, Compiled) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.RegularExpressions.Tests.Perf_Regex_Common.Email_IsNotMatch%28Options%3A%20IgnoreCase%2C%20Compiled%29.html) | -5.28% | N/A | N/A | +| System.Text.RegularExpressions.Tests.Perf_Regex_Common.MatchesWord(Options: None) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.RegularExpressions.Tests.Perf_Regex_Common.MatchesWord%28Options%3A%20None%29.html) | -5.64% | 1992.688377 | 1880.237913 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Industry_BoostDocs_Simple.IsMatch(Id: 0, Options: Compiled) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.RegularExpressions.Tests.Perf_Regex_Industry_BoostDocs_Simple.IsMatch%28Id%3A%200%2C%20Options%3A%20Compiled%29.html) | -6.94% | 49.485325 | 46.050240 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Industry_BoostDocs_Simple.IsMatch(Id: 1, Options: Compiled) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.RegularExpressions.Tests.Perf_Regex_Industry_BoostDocs_Simple.IsMatch%28Id%3A%201%2C%20Options%3A%20Compiled%29.html) | -5.30% | N/A | N/A | +| System.Text.RegularExpressions.Tests.Perf_Regex_Industry_BoostDocs_Simple.IsMatch(Id: 1, Options: None) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.RegularExpressions.Tests.Perf_Regex_Industry_BoostDocs_Simple.IsMatch%28Id%3A%201%2C%20Options%3A%20None%29.html) | -6.51% | 215.996883 | 201.936336 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Industry_BoostDocs_Simple.IsMatch(Id: 12, Options: None) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.RegularExpressions.Tests.Perf_Regex_Industry_BoostDocs_Simple.IsMatch%28Id%3A%2012%2C%20Options%3A%20None%29.html) | -7.13% | 140.805726 | 130.764354 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Industry_BoostDocs_Simple.IsMatch(Id: 13, Options: None) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.RegularExpressions.Tests.Perf_Regex_Industry_BoostDocs_Simple.IsMatch%28Id%3A%2013%2C%20Options%3A%20None%29.html) | -6.83% | 140.476254 | 130.887958 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Industry_BoostDocs_Simple.IsMatch(Id: 2, Options: Compiled) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.RegularExpressions.Tests.Perf_Regex_Industry_BoostDocs_Simple.IsMatch%28Id%3A%202%2C%20Options%3A%20Compiled%29.html) | -6.45% | N/A | N/A | +| System.Text.RegularExpressions.Tests.Perf_Regex_Industry_BoostDocs_Simple.IsMatch(Id: 4, Options: None) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.RegularExpressions.Tests.Perf_Regex_Industry_BoostDocs_Simple.IsMatch%28Id%3A%204%2C%20Options%3A%20None%29.html) | -5.81% | N/A | N/A | +| System.Text.RegularExpressions.Tests.Perf_Regex_Industry_BoostDocs_Simple.IsMatch(Id: 6, Options: Compiled) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.RegularExpressions.Tests.Perf_Regex_Industry_BoostDocs_Simple.IsMatch%28Id%3A%206%2C%20Options%3A%20Compiled%29.html) | -7.28% | 55.114099 | 51.100284 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Industry_BoostDocs_Simple.IsMatch(Id: 6, Options: None) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.RegularExpressions.Tests.Perf_Regex_Industry_BoostDocs_Simple.IsMatch%28Id%3A%206%2C%20Options%3A%20None%29.html) | -5.93% | 157.467435 | 148.121757 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Industry_BoostDocs_Simple.IsMatch(Id: 7, Options: None) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.RegularExpressions.Tests.Perf_Regex_Industry_BoostDocs_Simple.IsMatch%28Id%3A%207%2C%20Options%3A%20None%29.html) | -6.37% | 155.358939 | 145.456008 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Industry_BoostDocs_Simple.IsMatch(Id: 8, Options: Compiled) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.RegularExpressions.Tests.Perf_Regex_Industry_BoostDocs_Simple.IsMatch%28Id%3A%208%2C%20Options%3A%20Compiled%29.html) | -6.74% | 55.034132 | 51.324560 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Industry_Leipzig.Count(Pattern: "(?i)Tom\|Sawyer\|Huckleberry\|Finn", Options: NonBacktracking) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.RegularExpressions.Tests.Perf_Regex_Industry_Leipzig.Count%28Pattern%3A%20%22%28%3Fi%29Tom%7CSawyer%7CHuckleberry%7CFinn%22%2C%20Options%3A%20NonBacktracking%29.html) | -6.45% | 78878987.452381 | 73794034.196429 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Industry_Mariomkas.Ctor(Pattern: "(?:(?:25[0-5]\|2[0-4][0-9]\|[01]?[0-9][0-9])\\.){3}(?:25[0-5]\|2[0-4][0-9]\|[01]?[0-9][0-9])", Options: NonBacktracking) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.RegularExpressions.Tests.Perf_Regex_Industry_Mariomkas.Ctor%28Pattern%3A%20%22%28%3F%3A%28%3F%3A25%5B0-5%5D%7C2%5B0-4%5D%5B0-9%5D%7C%5B01%5D%3F%5B0-9%5D%5B0-9%5D%29%5C%5C.%29%7B3%7D%28%3F%3A25%5B0-5%5D%7C2%5B0-4%5D%5B0-9%5D%7C%5B01%5D%3F%5B0-9%5D%5B0-9%5D%29%22%2C%20Options%3A%20NonBacktracking%29.html) | -5.95% | 236666.584321 | 222590.436690 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Industry_Mariomkas.Ctor(Pattern: "(?:(?:25[0-5]\|2[0-4][0-9]\|[01]?[0-9][0-9])\\.){3}(?:25[0-5]\|2[0-4][0-9]\|[01]?[0-9][0-9])", Options: None) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.RegularExpressions.Tests.Perf_Regex_Industry_Mariomkas.Ctor%28Pattern%3A%20%22%28%3F%3A%28%3F%3A25%5B0-5%5D%7C2%5B0-4%5D%5B0-9%5D%7C%5B01%5D%3F%5B0-9%5D%5B0-9%5D%29%5C%5C.%29%7B3%7D%28%3F%3A25%5B0-5%5D%7C2%5B0-4%5D%5B0-9%5D%7C%5B01%5D%3F%5B0-9%5D%5B0-9%5D%29%22%2C%20Options%3A%20None%29.html) | -5.36% | N/A | N/A | +| System.Text.RegularExpressions.Tests.Perf_Regex_Industry_Mariomkas.Ctor(Pattern: "[\\w\\.+-]+@[\\w\\.-]+\\.[\\w\\.-]+", Options: NonBacktracking) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.RegularExpressions.Tests.Perf_Regex_Industry_Mariomkas.Ctor%28Pattern%3A%20%22%5B%5C%5Cw%5C%5C.%2B-%5D%2B%40%5B%5C%5Cw%5C%5C.-%5D%2B%5C%5C.%5B%5C%5Cw%5C%5C.-%5D%2B%22%2C%20Options%3A%20NonBacktracking%29.html) | -6.45% | 775087.929919 | 725116.447439 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Industry_RustLang_Sherlock.Count(Pattern: "\\p{L}", Options: NonBacktracking) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.RegularExpressions.Tests.Perf_Regex_Industry_RustLang_Sherlock.Count%28Pattern%3A%20%22%5C%5Cp%7BL%7D%22%2C%20Options%3A%20NonBacktracking%29.html) | -7.15% | 28602680.888393 | 26556924.850446 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Industry_RustLang_Sherlock.Count(Pattern: "aei", Options: NonBacktracking) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.RegularExpressions.Tests.Perf_Regex_Industry_RustLang_Sherlock.Count%28Pattern%3A%20%22aei%22%2C%20Options%3A%20NonBacktracking%29.html) | -5.52% | N/A | N/A | +| System.Text.RegularExpressions.Tests.Perf_Regex_Industry_RustLang_Sherlock.Count(Pattern: "the", Options: NonBacktracking) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.RegularExpressions.Tests.Perf_Regex_Industry_RustLang_Sherlock.Count%28Pattern%3A%20%22the%22%2C%20Options%3A%20NonBacktracking%29.html) | -5.49% | 795916.655523 | 752254.134984 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Industry_RustLang_Sherlock.Count(Pattern: "the\\s+\\w+", Options: NonBacktracking) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.RegularExpressions.Tests.Perf_Regex_Industry_RustLang_Sherlock.Count%28Pattern%3A%20%22the%5C%5Cs%2B%5C%5Cw%2B%22%2C%20Options%3A%20NonBacktracking%29.html) | -5.76% | 1203104.315967 | 1133750.187153 | +| System.Text.Tests.Perf_Encoding.GetByteCount(size: 16, encName: "utf-8") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Tests.Perf_Encoding.GetByteCount%28size%3A%2016%2C%20encName%3A%20%22utf-8%22%29.html) | -6.46% | 12.905476 | 12.071183 | +| System.Text.Tests.Perf_StringBuilder.Append_Primitives | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Tests.Perf_StringBuilder.Append_Primitives.html) | -5.94% | N/A | N/A | +| System.Text.Tests.Perf_StringBuilder.Append_ValueTypes | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Tests.Perf_StringBuilder.Append_ValueTypes.html) | -6.59% | 2389.048671 | 2231.629149 | +| System.Threading.Channels.Tests.SpscUnboundedChannelPerfTests.ReadAsyncThenWriteAsync | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Threading.Channels.Tests.SpscUnboundedChannelPerfTests.ReadAsyncThenWriteAsync.html) | -5.66% | N/A | N/A | +| System.Threading.Tests.Perf_EventWaitHandle.Set_Reset | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Threading.Tests.Perf_EventWaitHandle.Set_Reset.html) | -6.69% | 493.196338 | 460.219472 | +| System.Threading.Tests.Perf_Thread.GetCurrentProcessorId | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Threading.Tests.Perf_Thread.GetCurrentProcessorId.html) | -6.66% | 6.463931 | 6.033501 | +| System.Xml.Tests.Perf_XmlConvert.TimeSpan_ToString | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Xml.Tests.Perf_XmlConvert.TimeSpan_ToString.html) | -6.65% | 114.510705 | 106.892926 | \ No newline at end of file diff --git a/reports/linux-arm64-ampere_changepoint_report.md b/reports/net9to10/linux-arm64-ampere_regression_report.md similarity index 98% rename from reports/linux-arm64-ampere_changepoint_report.md rename to reports/net9to10/linux-arm64-ampere_regression_report.md index 2d828505b9b..ba5fc3cbb53 100644 --- a/reports/linux-arm64-ampere_changepoint_report.md +++ b/reports/net9to10/linux-arm64-ampere_regression_report.md @@ -1,4 +1,4 @@ -# Changepoint Impact Report - linux-arm64-ampere +# Regression Report - linux-arm64-ampere ## 1. 0fe82fbd8e - Reduce spin-waiting in the thread pool on Arm processors (#115402) @@ -6,7 +6,7 @@ **Commit:** [0fe82fbd8e](https://github.com/dotnet/runtime/commit/0fe82fbd8e107a0b7c2a79f458229aea5632c999) **Affected Tests:** 50 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.IO.Tests.Perf_File.WriteAllTextAsync(size: 10000) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.IO.Tests.Perf_File.WriteAllTextAsync%28size%3A%2010000%29.html) | +41.66% | 88893.208479 | 124973.000719 | None | | System.Net.Security.Tests.SslStreamTests.LargeReadWriteAsync | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Net.Security.Tests.SslStreamTests.LargeReadWriteAsync.html) | +40.83% | 60786.478609 | 70470.586767 | None | @@ -67,7 +67,7 @@ **Commit:** [ffcd1c5442](https://github.com/dotnet/runtime/commit/ffcd1c5442a0c6e5317efa46d6ce381003397476) **Affected Tests:** 49 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Tests.Perf_Int32.ParseHex(value: "80000000") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Tests.Perf_Int32.ParseHex%28value%3A%20%2280000000%22%29.html) | +161.05% | 20.493603 | 53.429202 | None | | System.Tests.Perf_Int32.ParseHex(value: "7FFFFFFF") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Tests.Perf_Int32.ParseHex%28value%3A%20%227FFFFFFF%22%29.html) | +161.02% | 20.461906 | 53.368506 | None | @@ -127,7 +127,7 @@ **Commit:** [41be5e229b](https://github.com/dotnet/runtime/commit/41be5e229b30fc3e7aaed9361b9db4487c5bb7f8) **Affected Tests:** 36 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | Burgers.Test0 | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/Burgers.Test0.html) | +654.97% | 331324004.160714 | 2475280704.857143 | None | | Benchstone.BenchF.Simpsn.Test | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/Benchstone.BenchF.Simpsn.Test.html) | +78.96% | 179804915.339286 | 342799731.089286 | None | @@ -174,7 +174,7 @@ **Commit:** [b146d7512c](https://github.com/dotnet/runtime/commit/b146d7512ce67051e127ab48dc2d4f65d30e818f) **Affected Tests:** 36 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Tests.Perf_Byte.TryParse(value: "255") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Tests.Perf_Byte.TryParse%28value%3A%20%22255%22%29.html) | +57.05% | 13.704667 | 21.515341 | None | | System.Tests.Perf_UInt64.TryParse(value: "12345") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Tests.Perf_UInt64.TryParse%28value%3A%20%2212345%22%29.html) | +49.80% | 15.464010 | 23.171181 | None | @@ -221,7 +221,7 @@ **Commit:** [34545d790e](https://github.com/dotnet/runtime/commit/34545d790e0f92be34b13f0d41b7df93f04bbe02) **Affected Tests:** 25 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Text.Json.Tests.Perf_Basic.WriteBasicUtf8(Formatted: False, SkipValidation: False, DataSize: 100000) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Basic.WriteBasicUtf8%28Formatted%3A%20False%2C%20SkipValidation%3A%20False%2C%20DataSize%3A%20100000%29.html) | +44.48% | 1967788.783324 | 2845587.121766 | [2](#2-ffcd1c5442---trust-single-edge-synthetic-profile-116054) | | System.Buffers.Tests.RentReturnArrayPoolTests.MultipleSerial(RentalSize: 4096, ManipulateArray: False, Async: False, UseSharedPool: False) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Buffers.Tests.RentReturnArrayPoolTests%28Byte%29.MultipleSerial%28RentalSize%3A%204096%2C%20ManipulateArray%3A%20False%2C%20Async%3A%20False%2C%20UseSharedPool%3A%20False%29.html) | +42.85% | 346.376216 | 497.890873 | [10](#10-34f1db49db---jit-use-root-compiler-instance-for-sufficient-pgo-observation-115119) | @@ -257,7 +257,7 @@ **Commit:** [f9b2a6d4b3](https://github.com/dotnet/runtime/commit/f9b2a6d4b3f0ea910e8f3b881cd88603eedfe8a3) **Affected Tests:** 23 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.IO.Tests.BinaryWriterTests.DefaultCtor | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.IO.Tests.BinaryWriterTests.DefaultCtor.html) | +16.78% | 19.620213 | 21.552331 | None | | System.Threading.Tests.Perf_Timer.ShortScheduleAndDisposeWithFiringTimers | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Threading.Tests.Perf_Timer.ShortScheduleAndDisposeWithFiringTimers.html) | +15.85% | 205.182322 | 240.806630 | None | @@ -291,7 +291,7 @@ **Commit:** [2a2b7dc72b](https://github.com/dotnet/runtime/commit/2a2b7dc72b5642dd24ca37623327e765a9730dd7) **Affected Tests:** 17 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Memory.Span.Reverse(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Memory.Span%28Byte%29.Reverse%28Size%3A%20512%29.html) | +46.48% | 19.128117 | 27.936702 | None | | System.Numerics.Tests.Perf_Vector4.ClampBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_Vector4.ClampBenchmark.html) | +20.12% | N/A | N/A | None | @@ -319,7 +319,7 @@ **Commit:** [e2ad5fcc17](https://github.com/dotnet/runtime/commit/e2ad5fcc1702105d9cb9c32802181976df1b97ba) **Affected Tests:** 14 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | PerfLabTests.CastingPerf.ObjObjIsFoo | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/PerfLabTests.CastingPerf.ObjObjIsFoo.html) | +44.72% | 271844.904018 | 253793.924951 | None | | XmlDocumentTests.XmlNodeListTests.Perf_XmlNodeList.Enumerator | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/XmlDocumentTests.XmlNodeListTests.Perf_XmlNodeList.Enumerator.html) | +22.43% | 133.600614 | 141.463806 | None | @@ -344,7 +344,7 @@ **Commit:** [a484803332](https://github.com/dotnet/runtime/commit/a4848033324be5a3e0f7f0a901e222cdcadce07b) **Affected Tests:** 12 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.MathBenchmarks.Single.Log10P1 | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.MathBenchmarks.Single.Log10P1.html) | +11.35% | N/A | N/A | None | | System.Collections.CreateAddAndClear.Array(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.CreateAddAndClear%28String%29.Array%28Size%3A%20512%29.html) | +11.27% | 3526.147718 | 3981.978381 | None | @@ -367,7 +367,7 @@ **Commit:** [34f1db49db](https://github.com/dotnet/runtime/commit/34f1db49dbf702697483ee2809d493f5ef441768) **Affected Tests:** 11 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Globalization.Tests.StringEquality.Compare_DifferentFirstChar(Count: 1024, Options: (en-US, OrdinalIgnoreCase)) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Globalization.Tests.StringEquality.Compare_DifferentFirstChar%28Count%3A%201024%2C%20Options%3A%20%28en-US%2C%20OrdinalIgnoreCase%29%29.html) | +56.36% | 11.041748 | 17.239539 | None | | System.Globalization.Tests.StringEquality.Compare_DifferentFirstChar(Count: 1024, Options: (en-US, Ordinal)) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Globalization.Tests.StringEquality.Compare_DifferentFirstChar%28Count%3A%201024%2C%20Options%3A%20%28en-US%2C%20Ordinal%29%29.html) | +56.00% | 12.479778 | 19.395112 | None | @@ -389,7 +389,7 @@ **Commit:** [14cd365a64](https://github.com/dotnet/runtime/commit/14cd365a64c00724d8029e32f5fe35e733a81c30) **Affected Tests:** 10 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Buffers.Tests.RentReturnArrayPoolTests.ProducerConsumer(RentalSize: 4096, ManipulateArray: False, Async: True, UseSharedPool: True) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Buffers.Tests.RentReturnArrayPoolTests%28Byte%29.ProducerConsumer%28RentalSize%3A%204096%2C%20ManipulateArray%3A%20False%2C%20Async%3A%20True%2C%20UseSharedPool%3A%20True%29.html) | +22.95% | 2324.769134 | 2872.567647 | None | | System.Formats.Tar.Tests.Perf_TarWriter.UstarTarEntry_WriteEntry_Async | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Formats.Tar.Tests.Perf_TarWriter.UstarTarEntry_WriteEntry_Async.html) | +20.31% | 473.538648 | 574.918280 | None | @@ -410,7 +410,7 @@ **Commit:** [ddf8075a2f](https://github.com/dotnet/runtime/commit/ddf8075a2fa3044554ded41c375a82a318ae01eb) **Affected Tests:** 8 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Memory.Span.Clear(Size: 33) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Memory.Span%28Byte%29.Clear%28Size%3A%2033%29.html) | +59.22% | 4.994657 | 8.123683 | None | | System.Linq.Tests.Perf_OrderBy.OrderByCustomComparer(NumberOfPeople: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Linq.Tests.Perf_OrderBy.OrderByCustomComparer%28NumberOfPeople%3A%20512%29.html) | +54.31% | 49119.133473 | 76057.154972 | None | @@ -429,7 +429,7 @@ **Commit:** [1c10ceecbf](https://github.com/dotnet/runtime/commit/1c10ceecbf5356c33c67f6325072d753707f854e) **Affected Tests:** 7 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | Benchstone.BenchI.IniArray.Test | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/Benchstone.BenchI.IniArray.Test.html) | +20.59% | 114074829.562500 | 137377821.633929 | [26](#26-6d12a304b3---jit-do-greedy-4-opt-for-backward-jumps-in-3-opt-layout-110277), [27](#27-d410898949---jit-skip-fgcomputemissingblockweights-when-we-have-profile-data-111873) | | SciMark2.kernel.benchSparseMult | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/SciMark2.kernel.benchSparseMult.html) | +18.24% | 919930046.910714 | 1087784852.250000 | [3](#3-41be5e229b---jit-graph-based-loop-inversion-116017) | @@ -447,7 +447,7 @@ **Commit:** [5f652c2887](https://github.com/dotnet/runtime/commit/5f652c2887c0ae0b96a0a9e3602a72e50713b520) **Affected Tests:** 7 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.IO.Tests.StreamReaderReadToEndTests.ReadToEndAsync(LineLengthRange: [ 129, 1024]) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.IO.Tests.StreamReaderReadToEndTests.ReadToEndAsync%28LineLengthRange%3A%20%5B%20129%2C%201024%5D%29.html) | +8.25% | 64913134.226190 | 69688607.571429 | None | | System.IO.Tests.StreamReaderReadToEndTests.ReadToEnd(LineLengthRange: [ 129, 1024]) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.IO.Tests.StreamReaderReadToEndTests.ReadToEnd%28LineLengthRange%3A%20%5B%20129%2C%201024%5D%29.html) | +7.07% | 62608014.952381 | 69595054.156463 | None | @@ -465,7 +465,7 @@ **Commit:** [0fa747abd5](https://github.com/dotnet/runtime/commit/0fa747abd5224373adbbece9a5ddc0325e373d7a) **Affected Tests:** 7 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Text.Encodings.Web.Tests.Perf_Encoders.EncodeUtf16(arguments: UnsafeRelaxed,hello "there",16) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Encodings.Web.Tests.Perf_Encoders.EncodeUtf16%28arguments%3A%20UnsafeRelaxed%2Chello%20%22there%22%2C16%29.html) | +38.12% | 41.774188 | 57.118293 | [2](#2-ffcd1c5442---trust-single-edge-synthetic-profile-116054) | | System.Text.Encodings.Web.Tests.Perf_Encoders.EncodeUtf16(arguments: Url,�2020,16) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Encodings.Web.Tests.Perf_Encoders.EncodeUtf16%28arguments%3A%20Url%2C%EF%BF%BD2020%2C16%29.html) | +36.06% | 48.200426 | 65.625433 | [2](#2-ffcd1c5442---trust-single-edge-synthetic-profile-116054) | @@ -483,7 +483,7 @@ **Commit:** [a950953d00](https://github.com/dotnet/runtime/commit/a950953d0019b2df11d3bdc3f93bbad272438640) **Affected Tests:** 5 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Tests.Perf_Int64.ToString(value: 9223372036854775807) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Tests.Perf_Int64.ToString%28value%3A%209223372036854775807%29.html) | +25.28% | 41.278166 | 51.962026 | None | | System.Tests.Perf_Int64.ToString(value: 12345) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Tests.Perf_Int64.ToString%28value%3A%2012345%29.html) | +24.08% | 18.516576 | 24.021955 | None | @@ -499,7 +499,7 @@ **Commit:** [1af7c2370b](https://github.com/dotnet/runtime/commit/1af7c2370bce80cba73d442d69f4a2f1b02dcbef) **Affected Tests:** 4 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.MathBenchmarks.Double.ILogB | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.MathBenchmarks.Double.ILogB.html) | +10.67% | 6703.835831 | 7421.691683 | None | | System.Net.Sockets.Tests.SocketSendReceivePerfTest.ReceiveFromAsyncThenSendToAsync_SocketAddress | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Net.Sockets.Tests.SocketSendReceivePerfTest.ReceiveFromAsyncThenSendToAsync_SocketAddress.html) | +8.86% | 335335715.928571 | 390568944.535714 | None | @@ -514,7 +514,7 @@ **Commit:** [254b55a49e](https://github.com/dotnet/runtime/commit/254b55a49e04ef6c63b68174c0f11d96223136fb) **Affected Tests:** 4 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Numerics.Tests.Perf_BigInteger.ToStringD(numberString: 123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678... | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_BigInteger.ToStringD%28numberString%3A%20123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678.html) | +13.85% | 7167250.090861 | 8191053.367647 | [6](#6-f9b2a6d4b3---jit-optimize-for-cost-instead-of-score-in-3-opt-layout-109741) | | System.Numerics.Tests.Perf_BigInteger.ToStringD(numberString: 123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678... | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_BigInteger.ToStringD%28numberString%3A%20123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678.html) | +13.78% | 7161780.735294 | 8176144.062500 | [6](#6-f9b2a6d4b3---jit-optimize-for-cost-instead-of-score-in-3-opt-layout-109741) | @@ -529,7 +529,7 @@ **Commit:** [d7347b5bbb](https://github.com/dotnet/runtime/commit/d7347b5bbb5f174d6261952205661eda752c84b7) **Affected Tests:** 4 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Net.Security.Tests.SslStreamTests.ConcurrentReadWriteLargeBuffer | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Net.Security.Tests.SslStreamTests.ConcurrentReadWriteLargeBuffer.html) | +17.95% | 52172.529125 | 58552.282941 | None | | System.IO.MemoryMappedFiles.Tests.Perf_MemoryMappedFile.CreateFromFile_Read(capacity: 10000) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.IO.MemoryMappedFiles.Tests.Perf_MemoryMappedFile.CreateFromFile_Read%28capacity%3A%2010000%29.html) | +17.28% | 10258.931205 | 10968.123156 | None | @@ -544,7 +544,7 @@ **Commit:** [39a31f082e](https://github.com/dotnet/runtime/commit/39a31f082e77fb8893016c30c0858f0e5f8c89ea) **Affected Tests:** 4 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Collections.CreateAddAndRemove.SortedList(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.CreateAddAndRemove%28String%29.SortedList%28Size%3A%20512%29.html) | +12.15% | 548852.718917 | 614600.950432 | [6](#6-f9b2a6d4b3---jit-optimize-for-cost-instead-of-score-in-3-opt-layout-109741) | | System.Collections.AddGivenSize.SortedList(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.AddGivenSize%28String%29.SortedList%28Size%3A%20512%29.html) | +12.14% | 310155.522775 | 343758.040632 | [6](#6-f9b2a6d4b3---jit-optimize-for-cost-instead-of-score-in-3-opt-layout-109741) | @@ -559,7 +559,7 @@ **Commit:** [f72179a0f6](https://github.com/dotnet/runtime/commit/f72179a0f60c2fc81dee944b8f081a020cd5f8ea) **Affected Tests:** 3 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.IO.Tests.Perf_FileStream.WriteAsync(fileSize: 1048576, userBufferSize: 512, options: Asynchronous) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.IO.Tests.Perf_FileStream.WriteAsync%28fileSize%3A%201048576%2C%20userBufferSize%3A%20512%2C%20options%3A%20Asynchronous%29.html) | +17.81% | 2741737.462927 | 3481398.846856 | None | | System.Buffers.Tests.RentReturnArrayPoolTests.SingleParallel(RentalSize: 4096, ManipulateArray: True, Async: True, UseSharedPool: True) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Buffers.Tests.RentReturnArrayPoolTests%28Object%29.SingleParallel%28RentalSize%3A%204096%2C%20ManipulateArray%3A%20True%2C%20Async%3A%20True%2C%20UseSharedPool%3A%20True%29.html) | +15.09% | 8873.537647 | 9774.856882 | None | @@ -573,7 +573,7 @@ **Commit:** [c653208332](https://github.com/dotnet/runtime/commit/c65320833210f3df7412e2fcd11d6751fa374adc) **Affected Tests:** 3 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | Microsoft.Extensions.Configuration.ConfigurationBinderBenchmarks.Get(ConfigurationProvidersCount: 16, KeysCountPerProvider: 20) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/Microsoft.Extensions.Configuration.ConfigurationBinderBenchmarks.Get%28ConfigurationProvidersCount%3A%2016%2C%20KeysCountPerProvider%3A%2020%29.html) | +7.18% | 2652458.018047 | 2851250.973784 | None | | System.Text.Json.Node.Tests.Perf_Create.Create_JsonNumber | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Text.Json.Node.Tests.Perf_Create.Create_JsonNumber.html) | +6.95% | 813.652575 | 854.431759 | None | @@ -587,7 +587,7 @@ **Commit:** [1f06729327](https://github.com/dotnet/runtime/commit/1f067293272ab6d42e329782798bc2f7398d1907) **Affected Tests:** 3 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Net.Security.Tests.SslStreamTests.WriteReadAsync | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Net.Security.Tests.SslStreamTests.WriteReadAsync.html) | +16.99% | 17339.249806 | 24202.047351 | None | | System.Net.Security.Tests.SslStreamTests.ConcurrentReadWrite | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Net.Security.Tests.SslStreamTests.ConcurrentReadWrite.html) | +14.15% | 38515.591876 | 44897.060959 | None | @@ -601,7 +601,7 @@ **Commit:** [13fef94591](https://github.com/dotnet/runtime/commit/13fef94591f1d5d6f00204e4d920f34bd15fbb47) **Affected Tests:** 2 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Net.Security.Tests.SslStreamTests.DefaultMutualHandshakeContextIPv6Async | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Net.Security.Tests.SslStreamTests.DefaultMutualHandshakeContextIPv6Async.html) | +7.32% | 3868096.907087 | 4099399.708984 | [1](#1-0fe82fbd8e---reduce-spin-waiting-in-the-thread-pool-on-arm-processors-115402) | | System.Net.Security.Tests.SslStreamTests.DefaultMutualHandshakeContextIPv4Async | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Net.Security.Tests.SslStreamTests.DefaultMutualHandshakeContextIPv4Async.html) | +6.48% | 3801710.661281 | 4084877.318878 | [1](#1-0fe82fbd8e---reduce-spin-waiting-in-the-thread-pool-on-arm-processors-115402) | @@ -614,7 +614,7 @@ **Commit:** [54b86f1843](https://github.com/dotnet/runtime/commit/54b86f18439397f51fbf4b14f6127a337446f3cf) **Affected Tests:** 2 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Numerics.Tests.Perf_VectorOf.SquareRootBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28Single%29.SquareRootBenchmark.html) | +372.72% | 2.010714 | 10.251370 | None | | System.Numerics.Tests.Perf_VectorOf.SquareRootBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28Double%29.SquareRootBenchmark.html) | +27.30% | 2.141966 | 3.761575 | None | @@ -627,7 +627,7 @@ **Commit:** [6d12a304b3](https://github.com/dotnet/runtime/commit/6d12a304b3068f8a9308a1aec4f3b95dd636a693) **Affected Tests:** 2 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | Benchstone.BenchI.IniArray.Test | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/Benchstone.BenchI.IniArray.Test.html) | +20.59% | 114074829.562500 | 137377821.633929 | [13](#13-1c10ceecbf---jit-add-3-opt-implementation-for-improving-upon-rpo-based-block-layout-103450), [27](#27-d410898949---jit-skip-fgcomputemissingblockweights-when-we-have-profile-data-111873) | | System.Tests.Perf_Char.Char_ToUpperInvariant(input: "Hello World!") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Tests.Perf_Char.Char_ToUpperInvariant%28input%3A%20%22Hello%20World%21%22%29.html) | +15.67% | 15.078298 | 17.071104 | None | @@ -640,7 +640,7 @@ **Commit:** [d410898949](https://github.com/dotnet/runtime/commit/d410898949f19681587bb308e6c50190350f3d81) **Affected Tests:** 2 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | Benchstone.BenchI.IniArray.Test | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/Benchstone.BenchI.IniArray.Test.html) | +20.59% | 114074829.562500 | 137377821.633929 | [13](#13-1c10ceecbf---jit-add-3-opt-implementation-for-improving-upon-rpo-based-block-layout-103450), [26](#26-6d12a304b3---jit-do-greedy-4-opt-for-backward-jumps-in-3-opt-layout-110277) | | Benchstone.BenchI.Array2.Test | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/Benchstone.BenchI.Array2.Test.html) | +15.43% | 1348032152.321428 | 1555925549.160714 | [3](#3-41be5e229b---jit-graph-based-loop-inversion-116017), [13](#13-1c10ceecbf---jit-add-3-opt-implementation-for-improving-upon-rpo-based-block-layout-103450) | @@ -653,7 +653,7 @@ **Commit:** [ea43e17c95](https://github.com/dotnet/runtime/commit/ea43e17c953a1230667c684a9f57d241e8a95171) **Affected Tests:** 2 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | Microsoft.Extensions.Primitives.Performance.StringValuesBenchmark.Indexer_FirstElement_String | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/Microsoft.Extensions.Primitives.Performance.StringValuesBenchmark.Indexer_FirstElement_String.html) | +7.95% | 4.662951 | 4.997623 | None | | Burgers.Test2 | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/Burgers.Test2.html) | +5.37% | 277044815.785714 | 291030700.678571 | [3](#3-41be5e229b---jit-graph-based-loop-inversion-116017) | @@ -666,7 +666,7 @@ **Commit:** [0ac2caf41a](https://github.com/dotnet/runtime/commit/0ac2caf41a88c56a287ab790e92eaf3ccf846fc8) **Affected Tests:** 2 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Formats.Tar.Tests.Perf_TarWriter.UstarTarEntry_WriteEntry | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Formats.Tar.Tests.Perf_TarWriter.UstarTarEntry_WriteEntry.html) | +14.19% | 321.106357 | 366.327641 | None | | System.Formats.Tar.Tests.Perf_TarWriter.V7TarEntry_WriteEntry | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Formats.Tar.Tests.Perf_TarWriter.V7TarEntry_WriteEntry.html) | +8.85% | 304.118608 | 331.962722 | None | @@ -679,7 +679,7 @@ **Commit:** [fd8933aac2](https://github.com/dotnet/runtime/commit/fd8933aac237d2f3103de071ec4bc1547bfef16c) **Affected Tests:** 2 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | Interop.ComWrappersTests.ParallelRCWLookUp | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/Interop.ComWrappersTests.ParallelRCWLookUp.html) | +136.03% | 1022084625.482143 | 2076028982.839285 | None | | System.IO.Tests.Perf_File.Exists | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.IO.Tests.Perf_File.Exists.html) | +6.67% | N/A | N/A | None | @@ -692,7 +692,7 @@ **Commit:** [e0e9f15d06](https://github.com/dotnet/runtime/commit/e0e9f15d06b775325c874674bfca51d18c8f5075) **Affected Tests:** 2 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Numerics.Tests.Perf_Matrix3x2.InvertBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_Matrix3x2.InvertBenchmark.html) | +52.90% | 3.860899 | 5.471292 | None | | System.Numerics.Tests.Perf_Matrix3x2.GetDeterminantBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_Matrix3x2.GetDeterminantBenchmark.html) | +35.07% | 3.548779 | 4.548978 | None | @@ -705,7 +705,7 @@ **Commit:** [5cb6a06da6](https://github.com/dotnet/runtime/commit/5cb6a06da634ee4be4f426711e9c5f66535a78c8) **Affected Tests:** 1 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | Benchstone.BenchI.BubbleSort.Test | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/Benchstone.BenchI.BubbleSort.Test.html) | +18.27% | 11607.312464 | 13133.369099 | [7](#7-2a2b7dc72b---jit-fix-profile-maintenance-in-optsetblockweights-funclet-creation-111736) | @@ -717,7 +717,7 @@ **Commit:** [f4289173ad](https://github.com/dotnet/runtime/commit/f4289173ad518aacc98ba315491d5cd78ecc3b13) **Affected Tests:** 1 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Reflection.Invoke.Field_SetStatic_struct | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Reflection.Invoke.Field_SetStatic_struct.html) | +16.77% | 58.879207 | 68.374136 | None | @@ -729,7 +729,7 @@ **Commit:** [9c1f53e39f](https://github.com/dotnet/runtime/commit/9c1f53e39f48b09be71097f1b7a47e45331e4906) **Affected Tests:** 1 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Buffers.Tests.RentReturnArrayPoolTests.ProducerConsumer(RentalSize: 4096, ManipulateArray: True, Async: False, UseSharedPool: False) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Buffers.Tests.RentReturnArrayPoolTests%28Byte%29.ProducerConsumer%28RentalSize%3A%204096%2C%20ManipulateArray%3A%20True%2C%20Async%3A%20False%2C%20UseSharedPool%3A%20False%29.html) | +55.73% | 2206.295943 | 3108.850392 | None | @@ -741,7 +741,7 @@ **Commit:** [72a243b43f](https://github.com/dotnet/runtime/commit/72a243b43fae9b11933113a454533e68678e5bad) **Affected Tests:** 1 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.IO.Tests.Perf_File.ReadAllBytesAsync(size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.IO.Tests.Perf_File.ReadAllBytesAsync%28size%3A%20512%29.html) | +8.45% | 12244.885496 | 12877.704953 | None | @@ -753,7 +753,7 @@ **Commit:** [37b1764e19](https://github.com/dotnet/runtime/commit/37b1764e19aceaa545d8433c490b850538b8905a) **Affected Tests:** 1 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Numerics.Tests.Perf_BigInteger.ModPow(arguments: 1024,1024,64 bits) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Numerics.Tests.Perf_BigInteger.ModPow%28arguments%3A%201024%2C1024%2C64%20bits%29.html) | +7.03% | 95817.971292 | 102569.741452 | [12](#12-ddf8075a2f---jit-visit-blocks-in-rpo-during-lsra-107927) | @@ -765,7 +765,7 @@ **Commit:** [995b6de753](https://github.com/dotnet/runtime/commit/995b6de7533b0baae6f93b003e6d9560d448eb30) **Affected Tests:** 1 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Threading.Tests.Perf_Volatile.Read_double | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Threading.Tests.Perf_Volatile.Read_double.html) | +107.17% | 2.150956 | 4.180414 | None | @@ -777,7 +777,7 @@ **Commit:** [3c8bae3ff0](https://github.com/dotnet/runtime/commit/3c8bae3ff0906f590c6eec61eb114eac205ac2cc) **Affected Tests:** 1 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Collections.Perf_LengthBucketsFrozenDictionary.TryGetValue_False_FrozenDictionary(Count: 1000, ItemsPerBucket: 1) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Collections.Perf_LengthBucketsFrozenDictionary.TryGetValue_False_FrozenDictionary%28Count%3A%201000%2C%20ItemsPerBucket%3A%201%29.html) | +5.27% | N/A | N/A | None | @@ -789,7 +789,7 @@ **Commit:** [8115429a72](https://github.com/dotnet/runtime/commit/8115429a72fa599584135f217f3a34bd4aef8cf4) **Affected Tests:** 1 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Net.Sockets.Tests.SocketSendReceivePerfTest.ConnectAcceptAsync | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Net.Sockets.Tests.SocketSendReceivePerfTest.ConnectAcceptAsync.html) | +31.62% | 85781.423491 | 113295.579798 | [1](#1-0fe82fbd8e---reduce-spin-waiting-in-the-thread-pool-on-arm-processors-115402) | @@ -801,7 +801,7 @@ **Commit:** [2d5a2ee095](https://github.com/dotnet/runtime/commit/2d5a2ee09518e3afad75ea9bc40df0a548bcfa36) **Affected Tests:** 1 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Threading.Channels.Tests.BoundedChannelPerfTests.TryWriteThenTryRead | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Threading.Channels.Tests.BoundedChannelPerfTests.TryWriteThenTryRead.html) | +24.09% | 63.379614 | 78.056613 | None | @@ -813,7 +813,7 @@ **Commit:** [6278b81081](https://github.com/dotnet/runtime/commit/6278b81081f1f66dea78686f5198922da9011645) **Affected Tests:** 1 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Buffers.Text.Tests.Base64Tests.ConvertToBase64CharArray(NumberOfBytes: 1000) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04/System.Buffers.Text.Tests.Base64Tests.ConvertToBase64CharArray%28NumberOfBytes%3A%201000%29.html) | +11.63% | 263.802434 | 295.922009 | [7](#7-2a2b7dc72b---jit-fix-profile-maintenance-in-optsetblockweights-funclet-creation-111736) | diff --git a/reports/net9to10/linux-mono-tiger_improvement_report.md b/reports/net9to10/linux-mono-tiger_improvement_report.md new file mode 100644 index 00000000000..e5a6639c190 --- /dev/null +++ b/reports/net9to10/linux-mono-tiger_improvement_report.md @@ -0,0 +1,702 @@ +# Improvement Report - linux-mono-tiger + +## >50% Improvement (24 tests) + +| Test Name | Link | Change % | .NET 9 | .NET 10 | +|-----------|------|----------|--------|-------| +| PerfLabTests.EnumPerf.ObjectGetType | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/PerfLabTests.EnumPerf.ObjectGetType.html) | -76.36% | 0.062764 | 0.014834 | +| System.Collections.Tests.Perf_BitArray.BitArrayByteArrayCtor(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Collections.Tests.Perf_BitArray.BitArrayByteArrayCtor%28Size%3A%20512%29.html) | -88.30% | 1107.920462 | 129.584178 | +| System.Collections.Tests.Perf_BitArray.BitArrayCopyToByteArray(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Collections.Tests.Perf_BitArray.BitArrayCopyToByteArray%28Size%3A%20512%29.html) | -51.20% | 1126.597178 | 549.730207 | +| System.Collections.Tests.Perf_BitArray.BitArraySetLengthGrow(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Collections.Tests.Perf_BitArray.BitArraySetLengthGrow%28Size%3A%20512%29.html) | -66.67% | 2470.573864 | 823.534440 | +| System.Collections.Tests.Perf_BitArray.BitArraySetLengthShrink(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Collections.Tests.Perf_BitArray.BitArraySetLengthShrink%28Size%3A%20512%29.html) | -87.39% | 1109.256584 | 139.843073 | +| System.IO.Hashing.Tests.Crc32_GetCurrentHashPerf.GetCurrentHashAsUInt32 | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.IO.Hashing.Tests.Crc32_GetCurrentHashPerf.GetCurrentHashAsUInt32.html) | -51.79% | 0.280707 | 0.135317 | +| System.IO.Hashing.Tests.Crc64_GetCurrentHashPerf.GetCurrentHashAsUInt64 | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.IO.Hashing.Tests.Crc64_GetCurrentHashPerf.GetCurrentHashAsUInt64.html) | -52.33% | 0.312603 | 0.149007 | +| System.Net.Security.Tests.SslStreamTests.DefaultHandshakeIPv6Async | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Net.Security.Tests.SslStreamTests.DefaultHandshakeIPv6Async.html) | -69.70% | 5361174.343372 | 1624317.423005 | +| System.Net.Security.Tests.SslStreamTests.DefaultHandshakePipeAsync | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Net.Security.Tests.SslStreamTests.DefaultHandshakePipeAsync.html) | -70.18% | 5415709.001366 | 1614979.010013 | +| System.Numerics.Tests.Perf_BigInteger.Divide(arguments: 65536,32768 bits) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tests.Perf_BigInteger.Divide%28arguments%3A%2065536%2C32768%20bits%29.html) | -66.82% | 5714549.932755 | 1896047.469134 | +| System.Numerics.Tests.Perf_BigInteger.Remainder(arguments: 65536,32768 bits) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tests.Perf_BigInteger.Remainder%28arguments%3A%2065536%2C32768%20bits%29.html) | -70.03% | 6374323.054894 | 1910458.988552 | +| System.Numerics.Tests.Perf_BigInteger.ToByteArray(numberString: 1234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456... | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tests.Perf_BigInteger.ToByteArray%28numberString%3A%201234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456.html) | -56.02% | 14721.733346 | 6475.257346 | +| System.Numerics.Tests.Perf_BigInteger.ToByteArray(numberString: 1234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456... | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tests.Perf_BigInteger.ToByteArray%28numberString%3A%201234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456.html) | -55.20% | 14679.133161 | 6575.961827 | +| System.Tests.Perf_Type.GetType_InvalidName | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Tests.Perf_Type.GetType_InvalidName.html) | -90.86% | 2367.484695 | 216.342550 | +| System.Text.Encodings.Web.Tests.Perf_Encoders.EncodeUtf8(arguments: JavaScript,&Hello+!,512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Text.Encodings.Web.Tests.Perf_Encoders.EncodeUtf8%28arguments%3A%20JavaScript%2C%26Hello%2B%28World%29%21%2C512%29.html) | -64.75% | 6522.160639 | 2299.365163 | +| System.Text.Encodings.Web.Tests.Perf_Encoders.EncodeUtf8(arguments: JavaScript,no escaping required,512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Text.Encodings.Web.Tests.Perf_Encoders.EncodeUtf8%28arguments%3A%20JavaScript%2Cno%20escaping%20required%2C512%29.html) | -67.02% | 6632.792933 | 2187.761989 | +| System.Text.Encodings.Web.Tests.Perf_Encoders.EncodeUtf8(arguments: UnsafeRelaxed,hello "there",512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Text.Encodings.Web.Tests.Perf_Encoders.EncodeUtf8%28arguments%3A%20UnsafeRelaxed%2Chello%20%22there%22%2C512%29.html) | -65.65% | 6514.271652 | 2237.575776 | +| System.Text.Encodings.Web.Tests.Perf_Encoders.EncodeUtf8(arguments: UnsafeRelaxed,no required,16) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Text.Encodings.Web.Tests.Perf_Encoders.EncodeUtf8%28arguments%3A%20UnsafeRelaxed%2Cno%20%28escaping%20/%29%20required%2C16%29.html) | -64.45% | 509.504846 | 181.131913 | +| System.Text.Encodings.Web.Tests.Perf_Encoders.EncodeUtf8(arguments: UnsafeRelaxed,no required,512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Text.Encodings.Web.Tests.Perf_Encoders.EncodeUtf8%28arguments%3A%20UnsafeRelaxed%2Cno%20%28escaping%20/%29%20required%2C512%29.html) | -67.25% | 6728.655994 | 2203.734662 | +| System.Text.Encodings.Web.Tests.Perf_Encoders.EncodeUtf8(arguments: Url,&lorem ipsum=dolor sit amet,512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Text.Encodings.Web.Tests.Perf_Encoders.EncodeUtf8%28arguments%3A%20Url%2C%26lorem%20ipsum%3Ddolor%20sit%20amet%2C512%29.html) | -63.53% | 6591.165528 | 2403.915624 | +| System.Text.Encodings.Web.Tests.Perf_Encoders.EncodeUtf8(arguments: Url,�2020,512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Text.Encodings.Web.Tests.Perf_Encoders.EncodeUtf8%28arguments%3A%20Url%2C%EF%BF%BD2020%2C512%29.html) | -65.54% | 6528.095328 | 2249.575882 | +| System.Text.Json.Tests.Perf_Strings.WriteStringsUtf8(Formatted: False, SkipValidation: True, Escaped: NoneEscaped) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Text.Json.Tests.Perf_Strings.WriteStringsUtf8%28Formatted%3A%20False%2C%20SkipValidation%3A%20True%2C%20Escaped%3A%20NoneEscaped%29.html) | -62.79% | 70585120.133333 | 26263088.851167 | +| System.Text.Json.Tests.Perf_Strings.WriteStringsUtf8(Formatted: True, SkipValidation: False, Escaped: NoneEscaped) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Text.Json.Tests.Perf_Strings.WriteStringsUtf8%28Formatted%3A%20True%2C%20SkipValidation%3A%20False%2C%20Escaped%3A%20NoneEscaped%29.html) | -65.56% | 72570033.738889 | 24993483.289127 | +| System.Text.Json.Tests.Perf_Strings.WriteStringsUtf8(Formatted: True, SkipValidation: True, Escaped: NoneEscaped) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Text.Json.Tests.Perf_Strings.WriteStringsUtf8%28Formatted%3A%20True%2C%20SkipValidation%3A%20True%2C%20Escaped%3A%20NoneEscaped%29.html) | -61.51% | 71785209.633333 | 27626824.889511 | + +## 40-50% Improvement (12 tests) + +| Test Name | Link | Change % | .NET 9 | .NET 10 | +|-----------|------|----------|--------|-------| +| Span.IndexerBench.KnownSizeCtor(length: 1024) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/Span.IndexerBench.KnownSizeCtor%28length%3A%201024%29.html) | -42.70% | 1579.472167 | 904.967179 | +| StoreBlock.LocalAddress.InitBlockAllZeros8 | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/StoreBlock.LocalAddress.InitBlockAllZeros8.html) | -42.11% | 0.962261 | 0.557032 | +| System.Collections.Tests.Perf_BitArray.BitArrayIntArrayCtor(Size: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Collections.Tests.Perf_BitArray.BitArrayIntArrayCtor%28Size%3A%204%29.html) | -41.67% | 71.766358 | 41.858170 | +| System.IO.MemoryMappedFiles.Tests.Perf_MemoryMappedFile.CreateNew(capacity: 100000) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.IO.MemoryMappedFiles.Tests.Perf_MemoryMappedFile.CreateNew%28capacity%3A%20100000%29.html) | -44.14% | 11033.075532 | 6163.535444 | +| System.IO.MemoryMappedFiles.Tests.Perf_MemoryMappedFile.CreateNew(capacity: 10000000) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.IO.MemoryMappedFiles.Tests.Perf_MemoryMappedFile.CreateNew%28capacity%3A%2010000000%29.html) | -40.82% | 10453.084488 | 6186.383632 | +| System.Numerics.Tests.Perf_BitOperations.PopCount_uint | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tests.Perf_BitOperations.PopCount_uint.html) | -43.03% | 1561.810064 | 889.697611 | +| System.Numerics.Tests.Perf_BitOperations.PopCount_ulong | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tests.Perf_BitOperations.PopCount_ulong.html) | -42.43% | 1540.563054 | 886.834541 | +| System.Text.Encodings.Web.Tests.Perf_Encoders.EncodeUtf8(arguments: UnsafeRelaxed,hello "there",16) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Text.Encodings.Web.Tests.Perf_Encoders.EncodeUtf8%28arguments%3A%20UnsafeRelaxed%2Chello%20%22there%22%2C16%29.html) | -41.22% | 353.167496 | 207.605875 | +| System.Text.Json.Tests.Perf_Strings.WriteStringsUtf8(Formatted: False, SkipValidation: False, Escaped: OneEscaped) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Text.Json.Tests.Perf_Strings.WriteStringsUtf8%28Formatted%3A%20False%2C%20SkipValidation%3A%20False%2C%20Escaped%3A%20OneEscaped%29.html) | -44.46% | 72595034.177778 | 40322486.987302 | +| System.Text.Json.Tests.Perf_Strings.WriteStringsUtf8(Formatted: False, SkipValidation: True, Escaped: OneEscaped) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Text.Json.Tests.Perf_Strings.WriteStringsUtf8%28Formatted%3A%20False%2C%20SkipValidation%3A%20True%2C%20Escaped%3A%20OneEscaped%29.html) | -43.80% | 72215583.900000 | 40586908.592063 | +| System.Text.Json.Tests.Perf_Strings.WriteStringsUtf8(Formatted: True, SkipValidation: False, Escaped: OneEscaped) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Text.Json.Tests.Perf_Strings.WriteStringsUtf8%28Formatted%3A%20True%2C%20SkipValidation%3A%20False%2C%20Escaped%3A%20OneEscaped%29.html) | -45.62% | 73711870.138889 | 40086484.573810 | +| System.Text.Json.Tests.Perf_Strings.WriteStringsUtf8(Formatted: True, SkipValidation: True, Escaped: OneEscaped) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Text.Json.Tests.Perf_Strings.WriteStringsUtf8%28Formatted%3A%20True%2C%20SkipValidation%3A%20True%2C%20Escaped%3A%20OneEscaped%29.html) | -42.54% | 73526969.538889 | 42247444.048214 | + +## 30-40% Improvement (27 tests) + +| Test Name | Link | Change % | .NET 9 | .NET 10 | +|-----------|------|----------|--------|-------| +| ArrayDeAbstraction.foreach_member_array_via_local | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/ArrayDeAbstraction.foreach_member_array_via_local.html) | -33.32% | 685.553904 | 457.143884 | +| ArrayDeAbstraction.foreach_static_array | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/ArrayDeAbstraction.foreach_static_array.html) | -32.92% | 681.367981 | 457.047394 | +| ArrayDeAbstraction.foreach_static_array_via_local | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/ArrayDeAbstraction.foreach_static_array_via_local.html) | -32.71% | 683.180557 | 459.725403 | +| ArrayDeAbstraction.foreach_static_readonly_array | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/ArrayDeAbstraction.foreach_static_readonly_array.html) | -33.76% | 688.845655 | 456.288852 | +| ArrayDeAbstraction.foreach_static_readonly_array_in_loop | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/ArrayDeAbstraction.foreach_static_readonly_array_in_loop.html) | -33.73% | 688.692957 | 456.382381 | +| ArrayDeAbstraction.foreach_static_readonly_array_via_local | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/ArrayDeAbstraction.foreach_static_readonly_array_via_local.html) | -33.78% | 689.216630 | 456.404675 | +| Benchstone.BenchI.IniArray.Test | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/Benchstone.BenchI.IniArray.Test.html) | -36.56% | 314008288.433333 | 199216951.768812 | +| SciMark2.kernel.benchSparseMult | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/SciMark2.kernel.benchSparseMult.html) | -31.99% | 1357425030.017094 | 923192965.790555 | +| StoreBlock.AnyLocation.InitBlockAllOnes128 | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/StoreBlock.AnyLocation.InitBlockAllOnes128.html) | -36.95% | 15.980004 | 10.074895 | +| StoreBlock.AnyLocation.InitBlockAllOnes64 | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/StoreBlock.AnyLocation.InitBlockAllOnes64.html) | -31.62% | 10.667095 | 7.293887 | +| StoreBlock.LocalAddress.CopyBlock8 | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/StoreBlock.LocalAddress.CopyBlock8.html) | -34.46% | 0.969779 | 0.635552 | +| System.Buffers.Tests.RentReturnArrayPoolTests.SingleParallel(RentalSize: 4096, ManipulateArray: True, Async: False, UseSharedPool: True) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Buffers.Tests.RentReturnArrayPoolTests%28Byte%29.SingleParallel%28RentalSize%3A%204096%2C%20ManipulateArray%3A%20True%2C%20Async%3A%20False%2C%20UseSharedPool%3A%20True%29.html) | -38.41% | 12919.006774 | 7957.148407 | +| System.Collections.CreateAddAndClear.Array(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Collections.CreateAddAndClear%28Int32%29.Array%28Size%3A%20512%29.html) | -34.36% | 1338.389756 | 878.474501 | +| System.IO.MemoryMappedFiles.Tests.Perf_MemoryMappedFile.CreateFromFile(capacity: 10000000) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.IO.MemoryMappedFiles.Tests.Perf_MemoryMappedFile.CreateFromFile%28capacity%3A%2010000000%29.html) | -33.51% | 99938.298147 | 66444.706148 | +| System.IO.MemoryMappedFiles.Tests.Perf_MemoryMappedFile.CreateNew(capacity: 10000) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.IO.MemoryMappedFiles.Tests.Perf_MemoryMappedFile.CreateNew%28capacity%3A%2010000%29.html) | -39.59% | 10036.728931 | 6063.483059 | +| System.IO.MemoryMappedFiles.Tests.Perf_MemoryMappedFile.CreateNew(capacity: 1000000) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.IO.MemoryMappedFiles.Tests.Perf_MemoryMappedFile.CreateNew%28capacity%3A%201000000%29.html) | -39.97% | 10432.976012 | 6262.885292 | +| System.Net.Http.Tests.SocketsHttpHandlerPerfTest.Get_EnumerateHeaders_Unvalidated(ssl: True, chunkedResponse: True, responseLength: 100000) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Net.Http.Tests.SocketsHttpHandlerPerfTest.Get_EnumerateHeaders_Unvalidated%28ssl%3A%20True%2C%20chunkedResponse%3A%20True%2C%20responseLength%3A%20100000%29.html) | -38.52% | 11403816.135895 | 7011081.674044 | +| System.Numerics.Tests.Perf_BitOperations.LeadingZeroCount_uint | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tests.Perf_BitOperations.LeadingZeroCount_uint.html) | -32.96% | 1327.393427 | 889.868868 | +| System.Numerics.Tests.Perf_BitOperations.LeadingZeroCount_ulong | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tests.Perf_BitOperations.LeadingZeroCount_ulong.html) | -32.77% | 1319.075723 | 886.797253 | +| System.Numerics.Tests.Perf_BitOperations.Log2_ulong | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tests.Perf_BitOperations.Log2_ulong.html) | -37.89% | 1539.197375 | 956.071571 | +| System.Reflection.Metadata.Perf_TypeName.ParseAndGetFullName(input: typeof(System.Collections.Generic.Dictionary`2[])) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Reflection.Metadata.Perf_TypeName.ParseAndGetFullName%28input%3A%20typeof%28System.Collections.Generic.Dictionary%602%5B%5D%29%29.html) | -30.93% | 22767.192549 | 15726.397128 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Float.EqualsAllBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Runtime.Intrinsics.Tests.Perf_Vector128Float.EqualsAllBenchmark.html) | -33.49% | 0.375726 | 0.249899 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Float.GreaterThanAnyBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Runtime.Intrinsics.Tests.Perf_Vector128Float.GreaterThanAnyBenchmark.html) | -31.96% | 0.418227 | 0.284561 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.SumBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Byte%29.SumBenchmark.html) | -30.63% | 22.269084 | 15.447346 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.DotBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Single%29.DotBenchmark.html) | -32.33% | 0.509785 | 0.344992 | +| System.Text.Encodings.Web.Tests.Perf_Encoders.EncodeUtf8(arguments: Url,�2020,16) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Text.Encodings.Web.Tests.Perf_Encoders.EncodeUtf8%28arguments%3A%20Url%2C%EF%BF%BD2020%2C16%29.html) | -32.76% | 302.887829 | 203.658539 | +| System.Text.Json.Document.Tests.Perf_ParseThenWrite.ParseThenWrite(IsDataIndented: False, TestCase: Json400KB) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Text.Json.Document.Tests.Perf_ParseThenWrite.ParseThenWrite%28IsDataIndented%3A%20False%2C%20TestCase%3A%20Json400KB%29.html) | -30.10% | 7467608.475579 | 5219699.333837 | + +## 25-30% Improvement (18 tests) + +| Test Name | Link | Change % | .NET 9 | .NET 10 | +|-----------|------|----------|--------|-------| +| Struct.SpanWrapper.WrapperSum | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/Struct.SpanWrapper.WrapperSum.html) | -29.41% | 26300.043347 | 18564.399050 | +| System.Buffers.Tests.RentReturnArrayPoolTests.ProducerConsumer(RentalSize: 4096, ManipulateArray: True, Async: False, UseSharedPool: True) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Buffers.Tests.RentReturnArrayPoolTests%28Byte%29.ProducerConsumer%28RentalSize%3A%204096%2C%20ManipulateArray%3A%20True%2C%20Async%3A%20False%2C%20UseSharedPool%3A%20True%29.html) | -29.50% | 6406.088906 | 4516.337275 | +| System.Buffers.Tests.RentReturnArrayPoolTests.ProducerConsumer(RentalSize: 4096, ManipulateArray: True, Async: True, UseSharedPool: True) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Buffers.Tests.RentReturnArrayPoolTests%28Byte%29.ProducerConsumer%28RentalSize%3A%204096%2C%20ManipulateArray%3A%20True%2C%20Async%3A%20True%2C%20UseSharedPool%3A%20True%29.html) | -25.32% | 6280.060546 | 4690.104826 | +| System.Collections.ContainsFalse.Array(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Collections.ContainsFalse%28String%29.Array%28Size%3A%20512%29.html) | -28.60% | 1462629.917031 | 1044260.439948 | +| System.Collections.ContainsTrue.Array(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Collections.ContainsTrue%28String%29.Array%28Size%3A%20512%29.html) | -28.19% | 726548.867663 | 521749.095792 | +| System.Collections.IndexerSetReverse.List(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Collections.IndexerSetReverse%28Int32%29.List%28Size%3A%20512%29.html) | -27.79% | 1683.566401 | 1215.774984 | +| System.Collections.Tests.Perf_BitArray.BitArrayXor(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Collections.Tests.Perf_BitArray.BitArrayXor%28Size%3A%20512%29.html) | -25.03% | 55.409919 | 41.539174 | +| System.MathBenchmarks.Single.Exp | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.MathBenchmarks.Single.Exp.html) | -27.90% | 44284.489049 | 31928.683958 | +| System.Numerics.Tests.Perf_Matrix4x4.EqualityOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tests.Perf_Matrix4x4.EqualityOperatorBenchmark.html) | -25.62% | 52.642663 | 39.153099 | +| System.Numerics.Tests.Perf_Matrix4x4.InequalityOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tests.Perf_Matrix4x4.InequalityOperatorBenchmark.html) | -25.75% | 54.009733 | 40.101582 | +| System.Numerics.Tests.Perf_VectorOf.EqualsBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tests.Perf_VectorOf%28UInt32%29.EqualsBenchmark.html) | -25.67% | 0.822962 | 0.611667 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Float.EqualsAnyBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Runtime.Intrinsics.Tests.Perf_Vector128Float.EqualsAnyBenchmark.html) | -27.72% | 0.348231 | 0.251702 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Float.GreaterThanAllBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Runtime.Intrinsics.Tests.Perf_Vector128Float.GreaterThanAllBenchmark.html) | -25.20% | 0.340453 | 0.254676 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Float.GreaterThanOrEqualAnyBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Runtime.Intrinsics.Tests.Perf_Vector128Float.GreaterThanOrEqualAnyBenchmark.html) | -25.84% | 0.339351 | 0.251652 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Int.EqualityOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Runtime.Intrinsics.Tests.Perf_Vector128Int.EqualityOperatorBenchmark.html) | -29.15% | 0.352982 | 0.250082 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Int.GreaterThanAnyBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Runtime.Intrinsics.Tests.Perf_Vector128Int.GreaterThanAnyBenchmark.html) | -26.25% | 0.345438 | 0.254773 | +| System.Tests.Perf_Single.ToStringWithFormat(value: 12345, format: "G17") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Tests.Perf_Single.ToStringWithFormat%28value%3A%2012345%2C%20format%3A%20%22G17%22%29.html) | -25.45% | 695.964437 | 518.832608 | +| System.Text.Json.Document.Tests.Perf_ParseThenWrite.ParseThenWrite(IsDataIndented: True, TestCase: Json4KB) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Text.Json.Document.Tests.Perf_ParseThenWrite.ParseThenWrite%28IsDataIndented%3A%20True%2C%20TestCase%3A%20Json4KB%29.html) | -27.00% | 84304.956488 | 61543.568967 | + +## 20-25% Improvement (45 tests) + +| Test Name | Link | Change % | .NET 9 | .NET 10 | +|-----------|------|----------|--------|-------| +| Benchstone.BenchI.LogicArray.Test | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/Benchstone.BenchI.LogicArray.Test.html) | -23.15% | 552439453.199634 | 424570941.782208 | +| BilinearTest.Interpol_AVX | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/BilinearTest.Interpol_AVX.html) | -22.86% | 0.322703 | 0.248942 | +| PerfLabTests.CastingPerf2.CastingPerf.IntObj | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/PerfLabTests.CastingPerf2.CastingPerf.IntObj.html) | -24.89% | 350918.030622 | 263574.241277 | +| PerfLabTests.CastingPerf2.CastingPerf.ScalarValueTypeObj | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/PerfLabTests.CastingPerf2.CastingPerf.ScalarValueTypeObj.html) | -20.02% | 658638.806495 | 526760.344865 | +| PerfLabTests.LowLevelPerf.GenericClassWithSTringGenericInstanceMethod | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/PerfLabTests.LowLevelPerf.GenericClassWithSTringGenericInstanceMethod.html) | -20.16% | 110002.170329 | 87825.874705 | +| PerfLabTests.LowLevelPerf.ObjectStringIsString | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/PerfLabTests.LowLevelPerf.ObjectStringIsString.html) | -21.53% | 196845.513134 | 154465.443851 | +| System.Buffers.Tests.RentReturnArrayPoolTests.SingleSerial(RentalSize: 4096, ManipulateArray: True, Async: True, UseSharedPool: True) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Buffers.Tests.RentReturnArrayPoolTests%28Byte%29.SingleSerial%28RentalSize%3A%204096%2C%20ManipulateArray%3A%20True%2C%20Async%3A%20True%2C%20UseSharedPool%3A%20True%29.html) | -21.71% | 5978.193138 | 4680.134346 | +| System.Buffers.Tests.RentReturnArrayPoolTests.MultipleSerial(RentalSize: 4096, ManipulateArray: True, Async: False, UseSharedPool: True) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Buffers.Tests.RentReturnArrayPoolTests%28Object%29.MultipleSerial%28RentalSize%3A%204096%2C%20ManipulateArray%3A%20True%2C%20Async%3A%20False%2C%20UseSharedPool%3A%20True%29.html) | -23.52% | 59781.972656 | 45722.865264 | +| System.Buffers.Tests.RentReturnArrayPoolTests.SingleSerial(RentalSize: 4096, ManipulateArray: True, Async: False, UseSharedPool: False) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Buffers.Tests.RentReturnArrayPoolTests%28Object%29.SingleSerial%28RentalSize%3A%204096%2C%20ManipulateArray%3A%20True%2C%20Async%3A%20False%2C%20UseSharedPool%3A%20False%29.html) | -20.83% | 7389.798943 | 5850.420165 | +| System.Buffers.Text.Tests.Utf8ParserTests.TryParseUInt64(value: 18446744073709551615) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Buffers.Text.Tests.Utf8ParserTests.TryParseUInt64%28value%3A%2018446744073709551615%29.html) | -24.57% | 49.767996 | 37.539198 | +| System.Collections.Concurrent.IsEmpty.Stack(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Collections.Concurrent.IsEmpty%28String%29.Stack%28Size%3A%20512%29.html) | -20.07% | 0.305080 | 0.243838 | +| System.Collections.IterateForEachNonGeneric.ArrayList(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Collections.IterateForEachNonGeneric%28Int32%29.ArrayList%28Size%3A%20512%29.html) | -22.05% | 3321.175324 | 2588.977550 | +| System.Collections.Tests.Perf_BitArray.BitArrayAnd(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Collections.Tests.Perf_BitArray.BitArrayAnd%28Size%3A%20512%29.html) | -24.87% | 55.600119 | 41.774115 | +| System.Collections.Tests.Perf_BitArray.BitArrayOr(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Collections.Tests.Perf_BitArray.BitArrayOr%28Size%3A%20512%29.html) | -24.27% | 55.192045 | 41.797410 | +| System.Diagnostics.Perf_Process.StartAndWaitForExit | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Diagnostics.Perf_Process.StartAndWaitForExit.html) | -22.25% | 3247653.247822 | 2525136.078544 | +| System.MathBenchmarks.Single.Ceiling | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.MathBenchmarks.Single.Ceiling.html) | -23.55% | 33216.174980 | 25395.235600 | +| System.MathBenchmarks.Single.Pow | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.MathBenchmarks.Single.Pow.html) | -21.07% | 67022.397996 | 52903.457194 | +| System.Numerics.Tests.Perf_BigInteger.ToStringX(numberString: 123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678... | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tests.Perf_BigInteger.ToStringX%28numberString%3A%20123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678.html) | -20.67% | 56975.790506 | 45197.527929 | +| System.Numerics.Tests.Perf_Matrix3x2.IdentityBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tests.Perf_Matrix3x2.IdentityBenchmark.html) | -20.68% | 20.830103 | 16.522861 | +| System.Numerics.Tests.Perf_Matrix4x4.EqualsBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tests.Perf_Matrix4x4.EqualsBenchmark.html) | -24.37% | 57.837613 | 43.741292 | +| System.Numerics.Tests.Perf_Matrix4x4.IdentityBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tests.Perf_Matrix4x4.IdentityBenchmark.html) | -20.68% | 31.984493 | 25.370468 | +| System.Numerics.Tests.Perf_Matrix4x4.IsIdentityBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tests.Perf_Matrix4x4.IsIdentityBenchmark.html) | -21.03% | 32.314049 | 25.517588 | +| System.Numerics.Tests.Perf_Matrix4x4.TranslationBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tests.Perf_Matrix4x4.TranslationBenchmark.html) | -20.16% | 33.197183 | 26.505623 | +| System.Numerics.Tests.Perf_VectorOf.EqualsBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tests.Perf_VectorOf%28Byte%29.EqualsBenchmark.html) | -22.94% | 0.798773 | 0.615539 | +| System.Numerics.Tests.Perf_VectorOf.EqualsBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tests.Perf_VectorOf%28Int16%29.EqualsBenchmark.html) | -22.25% | 0.787926 | 0.612593 | +| System.Numerics.Tests.Perf_VectorOf.EqualsBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tests.Perf_VectorOf%28Int32%29.EqualsBenchmark.html) | -23.29% | 0.802725 | 0.615753 | +| System.Numerics.Tests.Perf_VectorOf.EqualsBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tests.Perf_VectorOf%28SByte%29.EqualsBenchmark.html) | -22.66% | 0.787918 | 0.609410 | +| System.Numerics.Tests.Perf_VectorOf.DotBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tests.Perf_VectorOf%28Single%29.DotBenchmark.html) | -21.60% | 0.431781 | 0.338502 | +| System.Numerics.Tests.Perf_VectorOf.EqualsAnyBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tests.Perf_VectorOf%28Single%29.EqualsAnyBenchmark.html) | -20.60% | 0.334028 | 0.265204 | +| System.Numerics.Tests.Perf_VectorOf.EqualityOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tests.Perf_VectorOf%28UInt64%29.EqualityOperatorBenchmark.html) | -24.60% | 0.367518 | 0.277095 | +| System.Numerics.Tests.Perf_VectorOf.EqualsBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tests.Perf_VectorOf%28UInt64%29.EqualsBenchmark.html) | -21.17% | 0.794243 | 0.626122 | +| System.Reflection.Metadata.Perf_TypeName.ParseAndGetAssemblyQualifiedName(input: typeof(System.Collections.Generic.Dictionary`2[])) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Reflection.Metadata.Perf_TypeName.ParseAndGetAssemblyQualifiedName%28input%3A%20typeof%28System.Collections.Generic.Dictionary%602%5B%5D%29%29.html) | -21.22% | 29976.517666 | 23616.518403 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Float.GreaterThanOrEqualAllBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Runtime.Intrinsics.Tests.Perf_Vector128Float.GreaterThanOrEqualAllBenchmark.html) | -20.27% | 0.319974 | 0.255119 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Float.LessThanAnyBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Runtime.Intrinsics.Tests.Perf_Vector128Float.LessThanAnyBenchmark.html) | -24.67% | 0.336544 | 0.253535 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Int.GreaterThanAllBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Runtime.Intrinsics.Tests.Perf_Vector128Int.GreaterThanAllBenchmark.html) | -24.37% | 0.334636 | 0.253092 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.SumBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Int16%29.SumBenchmark.html) | -21.55% | 0.635779 | 0.498766 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.LessThanAnyBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28SByte%29.LessThanAnyBenchmark.html) | -21.36% | 0.386147 | 0.303648 | +| System.Tests.Perf_Double.ToStringWithFormat(value: 12345, format: "G17") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Tests.Perf_Double.ToStringWithFormat%28value%3A%2012345%2C%20format%3A%20%22G17%22%29.html) | -22.56% | 763.146357 | 590.963521 | +| System.Tests.Perf_Int32.ToString(value: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Tests.Perf_Int32.ToString%28value%3A%204%29.html) | -24.05% | 6.946222 | 5.275408 | +| System.Tests.Perf_Lazy.ValueFromAlreadyInitialized | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Tests.Perf_Lazy.ValueFromAlreadyInitialized.html) | -21.93% | 1.920052 | 1.499053 | +| System.Text.Json.Document.Tests.Perf_ParseThenWrite.ParseThenWrite(IsDataIndented: False, TestCase: Json400B) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Text.Json.Document.Tests.Perf_ParseThenWrite.ParseThenWrite%28IsDataIndented%3A%20False%2C%20TestCase%3A%20Json400B%29.html) | -21.41% | 8325.000507 | 6542.261903 | +| System.Text.Json.Document.Tests.Perf_ParseThenWrite.ParseThenWrite(IsDataIndented: True, TestCase: Json400B) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Text.Json.Document.Tests.Perf_ParseThenWrite.ParseThenWrite%28IsDataIndented%3A%20True%2C%20TestCase%3A%20Json400B%29.html) | -20.03% | 9249.932860 | 7397.334480 | +| System.Text.Json.Document.Tests.Perf_ParseThenWrite.ParseThenWrite(IsDataIndented: True, TestCase: Json400KB) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Text.Json.Document.Tests.Perf_ParseThenWrite.ParseThenWrite%28IsDataIndented%3A%20True%2C%20TestCase%3A%20Json400KB%29.html) | -24.94% | 8145417.165694 | 6114117.113827 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromReader(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Text.Json.Serialization.Tests.ReadJson%28BinaryData%29.DeserializeFromReader%28Mode%3A%20Reflection%29.html) | -23.45% | 12010.888912 | 9194.899901 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Cache.IsMatch_Multithreading(total: 40000, unique: 1600, cacheSize: 800) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Text.RegularExpressions.Tests.Perf_Regex_Cache.IsMatch_Multithreading%28total%3A%2040000%2C%20unique%3A%201600%2C%20cacheSize%3A%20800%29.html) | -22.31% | 121632801.766667 | 94498378.439286 | + +## 15-20% Improvement (70 tests) + +| Test Name | Link | Change % | .NET 9 | .NET 10 | +|-----------|------|----------|--------|-------| +| ArrayDeAbstraction.foreach_static_array_via_interface | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/ArrayDeAbstraction.foreach_static_array_via_interface.html) | -17.55% | 3303.424570 | 2723.656190 | +| ArrayDeAbstraction.foreach_static_array_via_interface_property | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/ArrayDeAbstraction.foreach_static_array_via_interface_property.html) | -15.05% | 3325.510281 | 2825.180220 | +| ArrayDeAbstraction.foreach_static_readonly_array_via_interface | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/ArrayDeAbstraction.foreach_static_readonly_array_via_interface.html) | -17.21% | 3297.403388 | 2729.884812 | +| ArrayDeAbstraction.foreach_static_readonly_array_via_interface_property | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/ArrayDeAbstraction.foreach_static_readonly_array_via_interface_property.html) | -17.30% | 3302.627563 | 2731.396971 | +| Benchstone.BenchI.BenchE.Test | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/Benchstone.BenchI.BenchE.Test.html) | -17.89% | 1086448402.643773 | 892117369.480481 | +| Benchstone.BenchI.BubbleSort.Test | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/Benchstone.BenchI.BubbleSort.Test.html) | -18.41% | 25931.183150 | 21158.083052 | +| Benchstone.MDBenchI.MDArray2.Test | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/Benchstone.MDBenchI.MDArray2.Test.html) | -18.73% | 4693097193.298412 | 3814182812.831657 | +| Benchstone.MDBenchI.MDLogicArray.Test | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/Benchstone.MDBenchI.MDLogicArray.Test.html) | -16.31% | 672113480.980159 | 562506302.248901 | +| GuardedDevirtualization.TwoClassInterface.Call(testInput: pB = 0.90) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/GuardedDevirtualization.TwoClassInterface.Call%28testInput%3A%20pB%20%3D%200.90%29.html) | -17.79% | 2.659777 | 2.186703 | +| GuardedDevirtualization.TwoClassInterface.Call(testInput: pB = 1.00) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/GuardedDevirtualization.TwoClassInterface.Call%28testInput%3A%20pB%20%3D%201.00%29.html) | -19.13% | 1.986225 | 1.606333 | +| Microsoft.Extensions.Primitives.Performance.StringValuesBenchmark.Ctor_String | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/Microsoft.Extensions.Primitives.Performance.StringValuesBenchmark.Ctor_String.html) | -16.49% | 3.607696 | 3.012614 | +| PerfLabTests.CastingPerf.CheckArrayIsInterfaceNo | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/PerfLabTests.CastingPerf.CheckArrayIsInterfaceNo.html) | -18.58% | 243537.985125 | 198279.454473 | +| PerfLabTests.CastingPerf.CheckArrayIsInterfaceYes | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/PerfLabTests.CastingPerf.CheckArrayIsInterfaceYes.html) | -16.51% | 263654.371140 | 220118.088950 | +| PerfLabTests.CastingPerf.CheckIsInstAnyIsInterfaceYes | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/PerfLabTests.CastingPerf.CheckIsInstAnyIsInterfaceYes.html) | -19.85% | 219761.185667 | 176148.371958 | +| PerfLabTests.CastingPerf.CheckObjIsInterfaceYes | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/PerfLabTests.CastingPerf.CheckObjIsInterfaceYes.html) | -19.70% | 219068.501121 | 175917.399151 | +| PerfLabTests.LowLevelPerf.GenericClassGenericStaticField | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/PerfLabTests.LowLevelPerf.GenericClassGenericStaticField.html) | -19.83% | 109372.817203 | 87688.017991 | +| PerfLabTests.LowLevelPerf.GenericClassWithIntGenericInstanceField | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/PerfLabTests.LowLevelPerf.GenericClassWithIntGenericInstanceField.html) | -19.37% | 109477.550550 | 88274.584973 | +| PerfLabTests.LowLevelPerf.TypeReflectionArrayGetType | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/PerfLabTests.LowLevelPerf.TypeReflectionArrayGetType.html) | -16.54% | 131160.916919 | 109463.795254 | +| PerfLabTests.LowLevelPerf.TypeReflectionObjectGetType | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/PerfLabTests.LowLevelPerf.TypeReflectionObjectGetType.html) | -16.27% | 131544.973377 | 110136.209153 | +| System.Buffers.Text.Tests.Base64Tests.Base64IsValid(NumberOfBytes: 1000) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Buffers.Text.Tests.Base64Tests.Base64IsValid%28NumberOfBytes%3A%201000%29.html) | -19.30% | 3093.236265 | 2496.263493 | +| System.Buffers.Text.Tests.Utf8FormatterTests.FormatterUInt64(value: 0) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Buffers.Text.Tests.Utf8FormatterTests.FormatterUInt64%28value%3A%200%29.html) | -15.04% | 21.834410 | 18.549832 | +| System.Collections.ContainsTrue.Span(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Collections.ContainsTrue%28String%29.Span%28Size%3A%20512%29.html) | -15.44% | 613306.466056 | 518636.690652 | +| System.Collections.CtorDefaultSize.List | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Collections.CtorDefaultSize%28Int32%29.List.html) | -15.49% | 9.812368 | 8.292549 | +| System.Collections.Tests.Perf_PriorityQueue.Enumerate(Size: 100) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Collections.Tests.Perf_PriorityQueue%28Int32%2C%20Int32%29.Enumerate%28Size%3A%20100%29.html) | -15.07% | 445.640177 | 378.498317 | +| System.Collections.Tests.Perf_PriorityQueue.Enumerate(Size: 1000) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Collections.Tests.Perf_PriorityQueue%28Int32%2C%20Int32%29.Enumerate%28Size%3A%201000%29.html) | -18.46% | 4341.933347 | 3540.347616 | +| System.Collections.TryGetValueFalse.FrozenDictionaryOptimized(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Collections.TryGetValueFalse%28Int32%2C%20Int32%29.FrozenDictionaryOptimized%28Size%3A%20512%29.html) | -16.82% | 4902.934538 | 4078.229727 | +| System.IO.Tests.Perf_FileStream.WriteAsync(fileSize: 1048576, userBufferSize: 4096, options: Asynchronous) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.IO.Tests.Perf_FileStream.WriteAsync%28fileSize%3A%201048576%2C%20userBufferSize%3A%204096%2C%20options%3A%20Asynchronous%29.html) | -19.27% | 6745256.093056 | 5445271.845884 | +| System.IO.Tests.Perf_Path.GetFullPathForLegacyLength | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.IO.Tests.Perf_Path.GetFullPathForLegacyLength.html) | -15.68% | 979.841053 | 826.232255 | +| System.Net.Primitives.Tests.IPAddressPerformanceTests.Ctor_Span(address: [16, 32, 48, 64, 80, ...]) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Net.Primitives.Tests.IPAddressPerformanceTests.Ctor_Span%28address%3A%20%5B16%2C%2032%2C%2048%2C%2064%2C%2080%2C%20...%5D%29.html) | -15.18% | 90.631456 | 76.876357 | +| System.Net.Primitives.Tests.IPAddressPerformanceTests.TryWriteBytes(address: 1020:3040:5060:7080:9010:1112:1314:1516) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Net.Primitives.Tests.IPAddressPerformanceTests.TryWriteBytes%28address%3A%201020%3A3040%3A5060%3A7080%3A9010%3A1112%3A1314%3A1516%29.html) | -19.36% | 69.413678 | 55.971966 | +| System.Numerics.Tensors.Tests.Perf_BinaryIntegerTensorPrimitives.LeadingZeroCount(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tensors.Tests.Perf_BinaryIntegerTensorPrimitives%28Byte%29.LeadingZeroCount%28BufferLength%3A%20128%29.html) | -16.70% | 481.438833 | 401.061023 | +| System.Numerics.Tensors.Tests.Perf_BinaryIntegerTensorPrimitives.LeadingZeroCount(BufferLength: 3079) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tensors.Tests.Perf_BinaryIntegerTensorPrimitives%28Byte%29.LeadingZeroCount%28BufferLength%3A%203079%29.html) | -17.05% | 10817.625259 | 8973.005652 | +| System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives.Pow_ScalarExponent(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives%28Single%29.Pow_ScalarExponent%28BufferLength%3A%20128%29.html) | -15.57% | 2062.176119 | 1741.099919 | +| System.Numerics.Tests.Perf_Matrix4x4.AddBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tests.Perf_Matrix4x4.AddBenchmark.html) | -18.81% | 74.616337 | 60.583970 | +| System.Numerics.Tests.Perf_Matrix4x4.AddOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tests.Perf_Matrix4x4.AddOperatorBenchmark.html) | -18.30% | 73.916562 | 60.388443 | +| System.Numerics.Tests.Perf_Matrix4x4.GetDeterminantBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tests.Perf_Matrix4x4.GetDeterminantBenchmark.html) | -16.15% | 45.249501 | 37.942666 | +| System.Numerics.Tests.Perf_Matrix4x4.SubtractBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tests.Perf_Matrix4x4.SubtractBenchmark.html) | -18.37% | 74.161155 | 60.537518 | +| System.Numerics.Tests.Perf_Vector2.TransformByMatrix4x4Benchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tests.Perf_Vector2.TransformByMatrix4x4Benchmark.html) | -17.03% | 35.408822 | 29.377145 | +| System.Numerics.Tests.Perf_Vector2.TransformNormalByMatrix4x4Benchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tests.Perf_Vector2.TransformNormalByMatrix4x4Benchmark.html) | -17.79% | 34.563801 | 28.415511 | +| System.Numerics.Tests.Perf_Vector3.TransformByMatrix4x4Benchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tests.Perf_Vector3.TransformByMatrix4x4Benchmark.html) | -17.32% | 36.285059 | 29.999080 | +| System.Numerics.Tests.Perf_Vector3.TransformNormalByMatrix4x4Benchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tests.Perf_Vector3.TransformNormalByMatrix4x4Benchmark.html) | -17.99% | 35.346147 | 28.987026 | +| System.Numerics.Tests.Perf_Vector4.TransformByMatrix4x4Benchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tests.Perf_Vector4.TransformByMatrix4x4Benchmark.html) | -19.47% | 33.836135 | 27.248408 | +| System.Numerics.Tests.Perf_Vector4.TransformVector2ByMatrix4x4Benchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tests.Perf_Vector4.TransformVector2ByMatrix4x4Benchmark.html) | -18.12% | 31.728066 | 25.978301 | +| System.Numerics.Tests.Perf_Vector4.TransformVector3ByMatrix4x4Benchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tests.Perf_Vector4.TransformVector3ByMatrix4x4Benchmark.html) | -18.61% | 33.480308 | 27.250844 | +| System.Numerics.Tests.Perf_VectorOf.EqualityOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tests.Perf_VectorOf%28Double%29.EqualityOperatorBenchmark.html) | -17.79% | 0.369245 | 0.303545 | +| System.Numerics.Tests.Perf_VectorOf.DivisionOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tests.Perf_VectorOf%28SByte%29.DivisionOperatorBenchmark.html) | -15.75% | 50.775333 | 42.777719 | +| System.Numerics.Tests.Perf_VectorOf.EqualsAllBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tests.Perf_VectorOf%28Single%29.EqualsAllBenchmark.html) | -19.80% | 0.346338 | 0.277777 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Float.LessThanAllBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Runtime.Intrinsics.Tests.Perf_Vector128Float.LessThanAllBenchmark.html) | -19.10% | 0.333547 | 0.269851 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.BitwiseOrOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Double%29.BitwiseOrOperatorBenchmark.html) | -15.15% | 3.617907 | 3.069748 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.EqualityOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Int64%29.EqualityOperatorBenchmark.html) | -17.85% | 0.362796 | 0.298030 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.LessThanAllBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Int64%29.LessThanAllBenchmark.html) | -18.01% | 0.364084 | 0.298508 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.DivisionOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28SByte%29.DivisionOperatorBenchmark.html) | -15.23% | 52.705306 | 44.676295 | +| System.Security.Cryptography.Primitives.Tests.Performance.Perf_FixedTimeEquals.FixedTimeEquals_256Bit_SameReference | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Security.Cryptography.Primitives.Tests.Performance.Perf_FixedTimeEquals.FixedTimeEquals_256Bit_SameReference.html) | -19.97% | 62.078802 | 49.684407 | +| System.Tests.Perf_Array.IndexOfShort | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Tests.Perf_Array.IndexOfShort.html) | -16.31% | 24.206845 | 20.258113 | +| System.Tests.Perf_Version.Parse3 | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Tests.Perf_Version.Parse3.html) | -15.24% | 131.915028 | 111.815952 | +| System.Tests.Perf_Version.TryParse2 | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Tests.Perf_Version.TryParse2.html) | -17.83% | 88.733116 | 72.912818 | +| System.Tests.Perf_Version.TryParse3 | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Tests.Perf_Version.TryParse3.html) | -19.48% | 127.575553 | 102.726571 | +| System.Tests.Perf_Version.TryParse4 | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Tests.Perf_Version.TryParse4.html) | -18.22% | 161.017907 | 131.675935 | +| System.Text.Encodings.Web.Tests.Perf_Encoders.EncodeUtf8(arguments: JavaScript,&Hello+!,16) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Text.Encodings.Web.Tests.Perf_Encoders.EncodeUtf8%28arguments%3A%20JavaScript%2C%26Hello%2B%28World%29%21%2C16%29.html) | -19.56% | 315.874075 | 254.076335 | +| System.Text.Json.Document.Tests.Perf_ParseThenWrite.ParseThenWrite(IsDataIndented: False, TestCase: BroadTree) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Text.Json.Document.Tests.Perf_ParseThenWrite.ParseThenWrite%28IsDataIndented%3A%20False%2C%20TestCase%3A%20BroadTree%29.html) | -18.76% | 86551.880045 | 70311.041863 | +| System.Text.Json.Document.Tests.Perf_ParseThenWrite.ParseThenWrite(IsDataIndented: False, TestCase: DeepTree) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Text.Json.Document.Tests.Perf_ParseThenWrite.ParseThenWrite%28IsDataIndented%3A%20False%2C%20TestCase%3A%20DeepTree%29.html) | -15.48% | 61912.184754 | 52330.741144 | +| System.Text.Json.Document.Tests.Perf_ParseThenWrite.ParseThenWrite(IsDataIndented: False, TestCase: HelloWorld) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Text.Json.Document.Tests.Perf_ParseThenWrite.ParseThenWrite%28IsDataIndented%3A%20False%2C%20TestCase%3A%20HelloWorld%29.html) | -16.47% | 1008.313263 | 842.204679 | +| System.Text.Json.Document.Tests.Perf_ParseThenWrite.ParseThenWrite(IsDataIndented: False, TestCase: LotsOfStrings) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Text.Json.Document.Tests.Perf_ParseThenWrite.ParseThenWrite%28IsDataIndented%3A%20False%2C%20TestCase%3A%20LotsOfStrings%29.html) | -15.53% | 14211.315719 | 12004.051109 | +| System.Text.Json.Document.Tests.Perf_ParseThenWrite.ParseThenWrite(IsDataIndented: True, TestCase: LotsOfStrings) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Text.Json.Document.Tests.Perf_ParseThenWrite.ParseThenWrite%28IsDataIndented%3A%20True%2C%20TestCase%3A%20LotsOfStrings%29.html) | -16.33% | 15645.629988 | 13090.629565 | +| System.Text.Json.Node.Tests.Perf_ParseThenWrite.ParseThenWrite(IsDataIndented: False, TestCase: Json4KB) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Text.Json.Node.Tests.Perf_ParseThenWrite.ParseThenWrite%28IsDataIndented%3A%20False%2C%20TestCase%3A%20Json4KB%29.html) | -16.39% | 108272.031759 | 90521.047446 | +| System.Text.Json.Node.Tests.Perf_ParseThenWrite.ParseThenWrite(IsDataIndented: True, TestCase: Json4KB) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Text.Json.Node.Tests.Perf_ParseThenWrite.ParseThenWrite%28IsDataIndented%3A%20True%2C%20TestCase%3A%20Json4KB%29.html) | -15.45% | 114740.378487 | 97013.943277 | +| System.Text.Json.Reader.Tests.Perf_Base64.ReadBase64EncodedByteArray_HeavyEscaping(NumberOfBytes: 1000) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Text.Json.Reader.Tests.Perf_Base64.ReadBase64EncodedByteArray_HeavyEscaping%28NumberOfBytes%3A%201000%29.html) | -19.24% | 6361.524103 | 5137.559538 | +| System.Text.Json.Reader.Tests.Perf_Base64.ReadBase64EncodedByteArray_NoEscaping(NumberOfBytes: 100) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Text.Json.Reader.Tests.Perf_Base64.ReadBase64EncodedByteArray_NoEscaping%28NumberOfBytes%3A%20100%29.html) | -15.86% | 753.127651 | 633.647895 | +| System.Text.Json.Reader.Tests.Perf_Base64.ReadBase64EncodedByteArray_NoEscaping(NumberOfBytes: 1000) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Text.Json.Reader.Tests.Perf_Base64.ReadBase64EncodedByteArray_NoEscaping%28NumberOfBytes%3A%201000%29.html) | -18.88% | 6349.806959 | 5151.252960 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromUtf8Bytes(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Text.Json.Serialization.Tests.ReadJson%28BinaryData%29.DeserializeFromUtf8Bytes%28Mode%3A%20Reflection%29.html) | -19.85% | 6848.435946 | 5488.698523 | + +## 10-15% Improvement (129 tests) + +| Test Name | Link | Change % | .NET 9 | .NET 10 | +|-----------|------|----------|--------|-------| +| ArrayDeAbstraction.foreach_member_array_via_interface | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/ArrayDeAbstraction.foreach_member_array_via_interface.html) | -12.17% | 3103.084373 | 2725.329835 | +| ArrayDeAbstraction.foreach_member_array_via_interface_property | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/ArrayDeAbstraction.foreach_member_array_via_interface_property.html) | -11.69% | 3070.605442 | 2711.736967 | +| BenchmarksGame.ReverseComplement_6.RunBench | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/BenchmarksGame.ReverseComplement_6.RunBench.html) | -10.28% | 6707053.446457 | 6017451.963442 | +| Benchstone.BenchI.Fib.Test | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/Benchstone.BenchI.Fib.Test.html) | -13.98% | 180722.623694 | 155457.329227 | +| ByteMark.BenchEmFloatClass | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/ByteMark.BenchEmFloatClass.html) | -12.64% | 854947795.503968 | 746869985.982339 | +| ByteMark.BenchNumericSortJagged | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/ByteMark.BenchNumericSortJagged.html) | -12.17% | 1852036109.437729 | 1626695612.454474 | +| GuardedDevirtualization.ThreeClassVirtual.Call(testInput: pB=0.00 pD=0.00) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/GuardedDevirtualization.ThreeClassVirtual.Call%28testInput%3A%20pB%3D0.00%20pD%3D0.00%29.html) | -12.18% | 1.805766 | 1.585748 | +| GuardedDevirtualization.ThreeClassVirtual.Call(testInput: pB=0.00 pD=1.00) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/GuardedDevirtualization.ThreeClassVirtual.Call%28testInput%3A%20pB%3D0.00%20pD%3D1.00%29.html) | -11.10% | 1.813334 | 1.612139 | +| GuardedDevirtualization.ThreeClassVirtual.Call(testInput: pB=1.00 pD=0.00) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/GuardedDevirtualization.ThreeClassVirtual.Call%28testInput%3A%20pB%3D1.00%20pD%3D0.00%29.html) | -10.31% | 1.802638 | 1.616768 | +| GuardedDevirtualization.TwoClassInterface.Call(testInput: pB = 0.10) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/GuardedDevirtualization.TwoClassInterface.Call%28testInput%3A%20pB%20%3D%200.10%29.html) | -10.04% | 2.855357 | 2.568571 | +| GuardedDevirtualization.TwoClassVirtual.Call(testInput: pB = 0.50) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/GuardedDevirtualization.TwoClassVirtual.Call%28testInput%3A%20pB%20%3D%200.50%29.html) | -11.68% | 5.833675 | 5.152080 | +| GuardedDevirtualization.TwoClassVirtual.Call(testInput: pB = 1.00) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/GuardedDevirtualization.TwoClassVirtual.Call%28testInput%3A%20pB%20%3D%201.00%29.html) | -12.52% | 1.805446 | 1.579325 | +| IfStatements.IfStatements.AndArray | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/IfStatements.IfStatements.AndArray.html) | -11.50% | 86527.517399 | 76577.580563 | +| IfStatements.IfStatements.Single | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/IfStatements.IfStatements.Single.html) | -11.04% | 74550.407987 | 66323.452734 | +| IfStatements.IfStatements.SingleArray | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/IfStatements.IfStatements.SingleArray.html) | -10.15% | 82092.993083 | 73759.746895 | +| LinqBenchmarks.Where00ForX | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/LinqBenchmarks.Where00ForX.html) | -10.63% | 646477740.254579 | 577743450.801177 | +| MicroBenchmarks.Serializers.Json_ToStream.SystemTextJson_Reflection_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/MicroBenchmarks.Serializers.Json_ToStream%28LoginViewModel%29.SystemTextJson_Reflection_.html) | -13.68% | 991.044738 | 855.449077 | +| MicroBenchmarks.Serializers.Json_ToStream.SystemTextJson_SourceGen_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/MicroBenchmarks.Serializers.Json_ToStream%28LoginViewModel%29.SystemTextJson_SourceGen_.html) | -10.39% | 755.086337 | 676.625617 | +| Microsoft.Extensions.Primitives.Performance.StringValuesBenchmark.Ctor_Array | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/Microsoft.Extensions.Primitives.Performance.StringValuesBenchmark.Ctor_Array.html) | -13.27% | 3.418569 | 2.965023 | +| Microsoft.Extensions.Primitives.StringSegmentBenchmark.Equals_Object_Invalid | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/Microsoft.Extensions.Primitives.StringSegmentBenchmark.Equals_Object_Invalid.html) | -12.42% | 2.420012 | 2.119520 | +| Microsoft.Extensions.Primitives.StringSegmentBenchmark.Indexer | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/Microsoft.Extensions.Primitives.StringSegmentBenchmark.Indexer.html) | -12.70% | 37.584337 | 32.810112 | +| PerfLabTests.CastingPerf.ObjrefValueTypeObj | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/PerfLabTests.CastingPerf.ObjrefValueTypeObj.html) | -10.14% | 219333.659123 | 197093.891857 | +| PerfLabTests.LowLevelPerf.ForeachOverList100Elements | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/PerfLabTests.LowLevelPerf.ForeachOverList100Elements.html) | -12.43% | 38936231.619017 | 34097481.903472 | +| StoreBlock.LocalAddress.InitBlockAllOnes8 | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/StoreBlock.LocalAddress.InitBlockAllOnes8.html) | -10.03% | 5.543472 | 4.987731 | +| System.Buffers.Tests.RentReturnArrayPoolTests.MultipleSerial(RentalSize: 4096, ManipulateArray: True, Async: False, UseSharedPool: True) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Buffers.Tests.RentReturnArrayPoolTests%28Byte%29.MultipleSerial%28RentalSize%3A%204096%2C%20ManipulateArray%3A%20True%2C%20Async%3A%20False%2C%20UseSharedPool%3A%20True%29.html) | -13.40% | 34950.212278 | 30267.601175 | +| System.Buffers.Tests.RentReturnArrayPoolTests.MultipleSerial(RentalSize: 4096, ManipulateArray: True, Async: True, UseSharedPool: False) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Buffers.Tests.RentReturnArrayPoolTests%28Object%29.MultipleSerial%28RentalSize%3A%204096%2C%20ManipulateArray%3A%20True%2C%20Async%3A%20True%2C%20UseSharedPool%3A%20False%29.html) | -13.30% | 63291.409483 | 54874.584866 | +| System.Buffers.Tests.RentReturnArrayPoolTests.ProducerConsumer(RentalSize: 4096, ManipulateArray: True, Async: True, UseSharedPool: True) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Buffers.Tests.RentReturnArrayPoolTests%28Object%29.ProducerConsumer%28RentalSize%3A%204096%2C%20ManipulateArray%3A%20True%2C%20Async%3A%20True%2C%20UseSharedPool%3A%20True%29.html) | -13.67% | 6261.011921 | 5405.383747 | +| System.Collections.ContainsFalse.ICollection(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Collections.ContainsFalse%28String%29.ICollection%28Size%3A%20512%29.html) | -12.98% | 1491943.586362 | 1298251.692861 | +| System.Collections.ContainsTrue.ImmutableList(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Collections.ContainsTrue%28Int32%29.ImmutableList%28Size%3A%20512%29.html) | -13.48% | 1015675.145275 | 878726.512957 | +| System.Collections.IndexerSet.IList(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Collections.IndexerSet%28Int32%29.IList%28Size%3A%20512%29.html) | -12.39% | 2898.726448 | 2539.454184 | +| System.Collections.IterateForEach.Dictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Collections.IterateForEach%28Int32%29.Dictionary%28Size%3A%20512%29.html) | -12.19% | 3064.812127 | 2691.102748 | +| System.Collections.IterateForEach.ConcurrentQueue(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Collections.IterateForEach%28String%29.ConcurrentQueue%28Size%3A%20512%29.html) | -10.43% | 6374.440004 | 5709.302775 | +| System.Collections.IterateForEachNonGeneric.Stack(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Collections.IterateForEachNonGeneric%28String%29.Stack%28Size%3A%20512%29.html) | -11.44% | 3179.856216 | 2816.089525 | +| System.Collections.Tests.Perf_BitArray.BitArrayBoolArrayCtor(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Collections.Tests.Perf_BitArray.BitArrayBoolArrayCtor%28Size%3A%20512%29.html) | -14.49% | 73.358510 | 62.728398 | +| System.ConsoleTests.Perf_Console.OpenStandardInput | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.ConsoleTests.Perf_Console.OpenStandardInput.html) | -11.24% | 1662.714422 | 1475.818952 | +| System.IO.Tests.Perf_FileStream.Write(fileSize: 1048576, userBufferSize: 512, options: None) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.IO.Tests.Perf_FileStream.Write%28fileSize%3A%201048576%2C%20userBufferSize%3A%20512%2C%20options%3A%20None%29.html) | -14.44% | 6518588.755313 | 5577474.333804 | +| System.IO.Tests.Perf_FileStream.WriteByte(fileSize: 1024, options: None) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.IO.Tests.Perf_FileStream.WriteByte%28fileSize%3A%201024%2C%20options%3A%20None%29.html) | -10.57% | 63465.539927 | 56760.149618 | +| System.IO.Tests.Perf_Path.GetFullPathForTypicalLongPath | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.IO.Tests.Perf_Path.GetFullPathForTypicalLongPath.html) | -12.08% | 3067.609390 | 2697.149104 | +| System.IO.Tests.Perf_RandomAccess.WriteAsync(fileSize: 1048576, bufferSize: 4096, options: Asynchronous) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.IO.Tests.Perf_RandomAccess.WriteAsync%28fileSize%3A%201048576%2C%20bufferSize%3A%204096%2C%20options%3A%20Asynchronous%29.html) | -12.12% | 6563197.933594 | 5767931.324397 | +| System.MathBenchmarks.Single.Cosh | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.MathBenchmarks.Single.Cosh.html) | -13.05% | 70974.438687 | 61709.687751 | +| System.MathBenchmarks.Single.Exp10 | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.MathBenchmarks.Single.Exp10.html) | -11.41% | 67502.527958 | 59802.387964 | +| System.MathBenchmarks.Single.Exp10M1 | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.MathBenchmarks.Single.Exp10M1.html) | -13.03% | 68088.189105 | 59218.035065 | +| System.MathBenchmarks.Single.Exp2 | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.MathBenchmarks.Single.Exp2.html) | -11.71% | 67504.873969 | 59599.731360 | +| System.MathBenchmarks.Single.Exp2M1 | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.MathBenchmarks.Single.Exp2M1.html) | -14.32% | 69121.163631 | 59219.792630 | +| System.MathBenchmarks.Single.Log2 | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.MathBenchmarks.Single.Log2.html) | -11.72% | 42237.053709 | 37285.173359 | +| System.MathBenchmarks.Single.Log2P1 | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.MathBenchmarks.Single.Log2P1.html) | -10.90% | 49460.893469 | 44068.708903 | +| System.Net.Http.Tests.SocketsHttpHandlerPerfTest.Get_EnumerateHeaders_Validated(ssl: True, chunkedResponse: True, responseLength: 100000) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Net.Http.Tests.SocketsHttpHandlerPerfTest.Get_EnumerateHeaders_Validated%28ssl%3A%20True%2C%20chunkedResponse%3A%20True%2C%20responseLength%3A%20100000%29.html) | -11.54% | 8120973.566226 | 7183685.861480 | +| System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives.Pow_Vectors(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives%28Single%29.Pow_Vectors%28BufferLength%3A%20128%29.html) | -12.89% | 1992.366929 | 1735.532024 | +| System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives.Pow_Vectors(BufferLength: 3079) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives%28Single%29.Pow_Vectors%28BufferLength%3A%203079%29.html) | -12.89% | 47074.703227 | 41007.057230 | +| System.Numerics.Tests.Constructor.ConstructorBenchmark_Byte | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tests.Constructor.ConstructorBenchmark_Byte.html) | -10.91% | 15.404110 | 13.724117 | +| System.Numerics.Tests.Constructor.ConstructorBenchmark_Int16 | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tests.Constructor.ConstructorBenchmark_Int16.html) | -10.97% | 15.379610 | 13.692122 | +| System.Numerics.Tests.Constructor.ConstructorBenchmark_Int32 | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tests.Constructor.ConstructorBenchmark_Int32.html) | -12.05% | 15.518391 | 13.648914 | +| System.Numerics.Tests.Constructor.ConstructorBenchmark_Int64 | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tests.Constructor.ConstructorBenchmark_Int64.html) | -11.07% | 15.356659 | 13.655954 | +| System.Numerics.Tests.Constructor.ConstructorBenchmark_SByte | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tests.Constructor.ConstructorBenchmark_SByte.html) | -11.69% | 15.464515 | 13.655962 | +| System.Numerics.Tests.Constructor.ConstructorBenchmark_Single | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tests.Constructor.ConstructorBenchmark_Single.html) | -11.82% | 15.482356 | 13.652067 | +| System.Numerics.Tests.Constructor.ConstructorBenchmark_UInt16 | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tests.Constructor.ConstructorBenchmark_UInt16.html) | -11.19% | 15.424880 | 13.698914 | +| System.Numerics.Tests.Constructor.ConstructorBenchmark_UInt32 | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tests.Constructor.ConstructorBenchmark_UInt32.html) | -11.58% | 15.485180 | 13.691722 | +| System.Numerics.Tests.Constructor.ConstructorBenchmark_UInt64 | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tests.Constructor.ConstructorBenchmark_UInt64.html) | -11.67% | 15.458691 | 13.654088 | +| System.Numerics.Tests.Perf_BigInteger.Parse(numberString: 1234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012... | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tests.Perf_BigInteger.Parse%28numberString%3A%201234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012.html) | -10.20% | 2892459.759648 | 2597429.164493 | +| System.Numerics.Tests.Perf_BigInteger.ToStringX(numberString: 123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678... | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tests.Perf_BigInteger.ToStringX%28numberString%3A%20123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678.html) | -11.78% | 51911.877578 | 45798.010379 | +| System.Numerics.Tests.Perf_Matrix3x2.MultiplyByMatrixOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tests.Perf_Matrix3x2.MultiplyByMatrixOperatorBenchmark.html) | -11.13% | 65.712608 | 58.400668 | +| System.Numerics.Tests.Perf_Matrix4x4.MultiplyByScalarBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tests.Perf_Matrix4x4.MultiplyByScalarBenchmark.html) | -12.88% | 51.758744 | 45.092973 | +| System.Numerics.Tests.Perf_Matrix4x4.MultiplyByScalarOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tests.Perf_Matrix4x4.MultiplyByScalarOperatorBenchmark.html) | -13.13% | 51.872310 | 45.063798 | +| System.Numerics.Tests.Perf_Matrix4x4.NegateBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tests.Perf_Matrix4x4.NegateBenchmark.html) | -14.17% | 47.240110 | 40.545036 | +| System.Numerics.Tests.Perf_Matrix4x4.Transpose | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tests.Perf_Matrix4x4.Transpose.html) | -11.74% | 58.293371 | 51.449485 | +| System.Numerics.Tests.Perf_Quaternion.CreateFromRotationMatrixBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tests.Perf_Quaternion.CreateFromRotationMatrixBenchmark.html) | -14.30% | 45.806818 | 39.256426 | +| System.Numerics.Tests.Perf_Vector2.TransformNormalByMatrix3x2Benchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tests.Perf_Vector2.TransformNormalByMatrix3x2Benchmark.html) | -11.88% | 66.469110 | 58.575040 | +| System.Numerics.Tests.Perf_Vector4.InequalityOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tests.Perf_Vector4.InequalityOperatorBenchmark.html) | -11.94% | 0.542342 | 0.477597 | +| System.Numerics.Tests.Perf_VectorOf.AddOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tests.Perf_VectorOf%28Byte%29.AddOperatorBenchmark.html) | -10.06% | 3.141032 | 2.825000 | +| System.Numerics.Tests.Perf_VectorOf.DotBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tests.Perf_VectorOf%28Byte%29.DotBenchmark.html) | -10.35% | 45.221446 | 40.539688 | +| System.Numerics.Tests.Perf_VectorOf.EqualityOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tests.Perf_VectorOf%28Byte%29.EqualityOperatorBenchmark.html) | -12.42% | 0.363767 | 0.318570 | +| System.Numerics.Tests.Perf_VectorOf.EqualsAllBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tests.Perf_VectorOf%28Byte%29.EqualsAllBenchmark.html) | -12.93% | 0.371176 | 0.323197 | +| System.Numerics.Tests.Perf_VectorOf.GreaterThanAllBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tests.Perf_VectorOf%28Double%29.GreaterThanAllBenchmark.html) | -10.65% | 0.369829 | 0.330435 | +| System.Numerics.Tests.Perf_VectorOf.LessThanAnyBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tests.Perf_VectorOf%28Double%29.LessThanAnyBenchmark.html) | -10.66% | 0.347387 | 0.310354 | +| System.Numerics.Tests.Perf_VectorOf.GreaterThanAnyBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tests.Perf_VectorOf%28Int32%29.GreaterThanAnyBenchmark.html) | -14.92% | 0.353181 | 0.300470 | +| System.Numerics.Tests.Perf_VectorOf.EqualsBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tests.Perf_VectorOf%28Int64%29.EqualsBenchmark.html) | -14.50% | 0.716759 | 0.612798 | +| System.Numerics.Tests.Perf_VectorOf.GreaterThanAllBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tests.Perf_VectorOf%28Int64%29.GreaterThanAllBenchmark.html) | -10.36% | 0.382769 | 0.343099 | +| System.Numerics.Tests.Perf_VectorOf.LessThanAllBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tests.Perf_VectorOf%28Int64%29.LessThanAllBenchmark.html) | -13.03% | 0.360048 | 0.313150 | +| System.Numerics.Tests.Perf_VectorOf.LessThanAnyBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tests.Perf_VectorOf%28Int64%29.LessThanAnyBenchmark.html) | -13.10% | 0.338439 | 0.294120 | +| System.Numerics.Tests.Perf_VectorOf.GreaterThanAllBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tests.Perf_VectorOf%28SByte%29.GreaterThanAllBenchmark.html) | -12.59% | 0.355640 | 0.310856 | +| System.Numerics.Tests.Perf_VectorOf.LessThanAnyBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tests.Perf_VectorOf%28SByte%29.LessThanAnyBenchmark.html) | -11.70% | 0.353831 | 0.312435 | +| System.Numerics.Tests.Perf_VectorOf.LessThanOrEqualAnyBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tests.Perf_VectorOf%28Single%29.LessThanOrEqualAnyBenchmark.html) | -10.31% | 0.358540 | 0.321561 | +| System.Numerics.Tests.Perf_VectorOf.EqualityOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tests.Perf_VectorOf%28UInt16%29.EqualityOperatorBenchmark.html) | -12.35% | 0.365583 | 0.320451 | +| System.Numerics.Tests.Perf_VectorOf.DivisionOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tests.Perf_VectorOf%28UInt32%29.DivisionOperatorBenchmark.html) | -14.75% | 16.585207 | 14.138649 | +| System.Numerics.Tests.Perf_VectorOf.EqualsStaticBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tests.Perf_VectorOf%28UInt64%29.EqualsStaticBenchmark.html) | -14.29% | 3.600149 | 3.085847 | +| System.Numerics.Tests.Perf_VectorOf.MinBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tests.Perf_VectorOf%28UInt64%29.MinBenchmark.html) | -10.47% | 4.980792 | 4.459181 | +| System.Perf_Convert.ToHexString | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Perf_Convert.ToHexString.html) | -11.51% | 293.297599 | 259.549642 | +| System.Reflection.Metadata.Perf_TypeName.ParseAndGetAssemblyQualifiedName(input: typeof(System.Collections.Generic.Dictionary)) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Reflection.Metadata.Perf_TypeName.ParseAndGetAssemblyQualifiedName%28input%3A%20typeof%28System.Collections.Generic.Dictionary%28String%2C%20Boolean%29%29%29.html) | -13.81% | 15215.263603 | 13113.761423 | +| System.Reflection.Metadata.Perf_TypeName.ParseAndGetAssemblyQualifiedName(input: typeof(System.Reflection.Metadata.NestedGeneric)) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Reflection.Metadata.Perf_TypeName.ParseAndGetAssemblyQualifiedName%28input%3A%20typeof%28System.Reflection.Metadata.NestedGeneric%28String%2C%20Boolean%29%29%29.html) | -14.70% | 15672.955787 | 13369.221785 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Float.LessThanOrEqualAllBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Runtime.Intrinsics.Tests.Perf_Vector128Float.LessThanOrEqualAllBenchmark.html) | -13.43% | 0.322548 | 0.279215 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Int.LessThanAllBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Runtime.Intrinsics.Tests.Perf_Vector128Int.LessThanAllBenchmark.html) | -11.40% | 0.336208 | 0.297890 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.EqualsAllBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Int64%29.EqualsAllBenchmark.html) | -11.74% | 0.384923 | 0.339743 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.SumBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28SByte%29.SumBenchmark.html) | -14.34% | 15.711097 | 13.458684 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.GreaterThanOrEqualAnyBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Single%29.GreaterThanOrEqualAnyBenchmark.html) | -14.29% | 0.342032 | 0.293142 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.EqualsBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28UInt16%29.EqualsBenchmark.html) | -10.57% | 0.834157 | 0.745996 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.SumBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28UInt16%29.SumBenchmark.html) | -14.82% | 0.620644 | 0.528664 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.EqualsBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28UInt32%29.EqualsBenchmark.html) | -10.72% | 0.832444 | 0.743205 | +| System.Tests.Perf_Byte.ToString(value: 0) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Tests.Perf_Byte.ToString%28value%3A%200%29.html) | -12.78% | 4.566489 | 3.982800 | +| System.Tests.Perf_Double.ToStringWithFormat(value: 12345, format: "F50") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Tests.Perf_Double.ToStringWithFormat%28value%3A%2012345%2C%20format%3A%20%22F50%22%29.html) | -14.43% | 1030.882084 | 882.123188 | +| System.Tests.Perf_Half.SingleToHalf(value: 12345) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Tests.Perf_Half.SingleToHalf%28value%3A%2012345%29.html) | -13.10% | 21.775208 | 18.921586 | +| System.Tests.Perf_Half.SingleToHalf(value: 6.097555E-05) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Tests.Perf_Half.SingleToHalf%28value%3A%206.097555E-05%29.html) | -12.29% | 20.188910 | 17.706780 | +| System.Tests.Perf_Half.SingleToHalf(value: 65520) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Tests.Perf_Half.SingleToHalf%28value%3A%2065520%29.html) | -12.87% | 21.769751 | 18.967236 | +| System.Tests.Perf_String.Replace_Char(text: "This is a very nice sentence", oldChar: 'z', newChar: 'y') | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Tests.Perf_String.Replace_Char%28text%3A%20%22This%20is%20a%20very%20nice%20sentence%22%2C%20oldChar%3A%20%27z%27%2C%20newChar%3A%20%27y%27%29.html) | -12.98% | 14.714472 | 12.804976 | +| System.Tests.Perf_String.Substring_Int(s: "dzsdzsDDZSDZSDZSddsz", i: 0) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Tests.Perf_String.Substring_Int%28s%3A%20%22dzsdzsDDZSDZSDZSddsz%22%2C%20i%3A%200%29.html) | -13.13% | 1.958270 | 1.701053 | +| System.Tests.Perf_UInt16.ToString(value: 0) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Tests.Perf_UInt16.ToString%28value%3A%200%29.html) | -13.81% | 4.579686 | 3.947445 | +| System.Tests.Perf_UInt64.TryFormat(value: 0) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Tests.Perf_UInt64.TryFormat%28value%3A%200%29.html) | -13.06% | 22.780419 | 19.806306 | +| System.Tests.Perf_Version.Parse4 | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Tests.Perf_Version.Parse4.html) | -13.33% | 166.310299 | 144.136815 | +| System.Text.Json.Document.Tests.Perf_ParseThenWrite.ParseThenWrite(IsDataIndented: True, TestCase: HelloWorld) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Text.Json.Document.Tests.Perf_ParseThenWrite.ParseThenWrite%28IsDataIndented%3A%20True%2C%20TestCase%3A%20HelloWorld%29.html) | -14.30% | 1065.384549 | 913.069232 | +| System.Text.Json.Node.Tests.Perf_ParseThenWrite.ParseThenWrite(IsDataIndented: False, TestCase: Json400KB) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Text.Json.Node.Tests.Perf_ParseThenWrite.ParseThenWrite%28IsDataIndented%3A%20False%2C%20TestCase%3A%20Json400KB%29.html) | -14.52% | 11644713.281247 | 9953726.161727 | +| System.Text.Json.Node.Tests.Perf_ParseThenWrite.ParseThenWrite(IsDataIndented: False, TestCase: LotsOfStrings) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Text.Json.Node.Tests.Perf_ParseThenWrite.ParseThenWrite%28IsDataIndented%3A%20False%2C%20TestCase%3A%20LotsOfStrings%29.html) | -10.29% | 21767.997759 | 19527.816478 | +| System.Text.Json.Reader.Tests.Perf_Base64.ReadBase64EncodedByteArray_HeavyEscaping(NumberOfBytes: 100) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Text.Json.Reader.Tests.Perf_Base64.ReadBase64EncodedByteArray_HeavyEscaping%28NumberOfBytes%3A%20100%29.html) | -12.70% | 724.888728 | 632.829024 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromStream(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Text.Json.Serialization.Tests.ReadJson%28BinaryData%29.DeserializeFromStream%28Mode%3A%20Reflection%29.html) | -14.26% | 9272.038521 | 7949.861889 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromString(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Text.Json.Serialization.Tests.ReadJson%28BinaryData%29.DeserializeFromString%28Mode%3A%20Reflection%29.html) | -14.54% | 9601.765506 | 8205.426924 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToString(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Text.Json.Serialization.Tests.WriteJson%28ClassRecord%29.SerializeToString%28Mode%3A%20SourceGen%29.html) | -10.43% | 1485.160375 | 1330.255878 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToUtf8Bytes(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Text.Json.Serialization.Tests.WriteJson%28ClassRecord%29.SerializeToUtf8Bytes%28Mode%3A%20Reflection%29.html) | -11.42% | 1198.543559 | 1061.677056 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToUtf8Bytes(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Text.Json.Serialization.Tests.WriteJson%28ClassRecord%29.SerializeToUtf8Bytes%28Mode%3A%20SourceGen%29.html) | -13.55% | 952.811658 | 823.734503 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToUtf8Bytes(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Text.Json.Serialization.Tests.WriteJson%28Int32%29.SerializeToUtf8Bytes%28Mode%3A%20SourceGen%29.html) | -10.47% | 279.315391 | 250.070349 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToUtf8Bytes(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Text.Json.Serialization.Tests.WriteJson%28LargeStructWithProperties%29.SerializeToUtf8Bytes%28Mode%3A%20SourceGen%29.html) | -12.84% | 1255.237386 | 1094.066227 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToUtf8Bytes(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Text.Json.Serialization.Tests.WriteJson%28SimpleStructWithProperties%29.SerializeToUtf8Bytes%28Mode%3A%20SourceGen%29.html) | -14.27% | 435.896964 | 373.715976 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeObjectProperty(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Text.Json.Serialization.Tests.WriteJson%28StructRecord%29.SerializeObjectProperty%28Mode%3A%20Reflection%29.html) | -10.39% | 2191.023829 | 1963.282369 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeObjectProperty(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Text.Json.Serialization.Tests.WriteJson%28StructRecord%29.SerializeObjectProperty%28Mode%3A%20SourceGen%29.html) | -10.05% | 1959.279812 | 1762.452278 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToUtf8Bytes(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Text.Json.Serialization.Tests.WriteJson%28StructRecord%29.SerializeToUtf8Bytes%28Mode%3A%20Reflection%29.html) | -10.99% | 1195.665655 | 1064.212209 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToUtf8Bytes(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Text.Json.Serialization.Tests.WriteJson%28StructRecord%29.SerializeToUtf8Bytes%28Mode%3A%20SourceGen%29.html) | -12.78% | 945.275573 | 824.465193 | +| System.Text.Json.Tests.Perf_Basic.WriteBasicUtf8(Formatted: False, SkipValidation: True, DataSize: 10) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Text.Json.Tests.Perf_Basic.WriteBasicUtf8%28Formatted%3A%20False%2C%20SkipValidation%3A%20True%2C%20DataSize%3A%2010%29.html) | -10.60% | 2672.678598 | 2389.496016 | +| System.Text.Json.Tests.Perf_Reader.ReadSingleSpanSequenceEmptyLoop(IsDataCompact: False, TestCase: Json4KB) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Text.Json.Tests.Perf_Reader.ReadSingleSpanSequenceEmptyLoop%28IsDataCompact%3A%20False%2C%20TestCase%3A%20Json4KB%29.html) | -11.34% | 21947.393823 | 19459.507189 | +| System.Text.Json.Tests.Perf_Segment.ReadMultiSegmentSequenceUsingSpan(segmentSize: 4096, TestCase: Json400KB) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Text.Json.Tests.Perf_Segment.ReadMultiSegmentSequenceUsingSpan%28segmentSize%3A%204096%2C%20TestCase%3A%20Json400KB%29.html) | -10.68% | 2186445.213916 | 1952913.783989 | +| System.Text.Json.Tests.Perf_Segment.ReadMultiSegmentSequenceUsingSpan(segmentSize: 8192, TestCase: Json400KB) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Text.Json.Tests.Perf_Segment.ReadMultiSegmentSequenceUsingSpan%28segmentSize%3A%208192%2C%20TestCase%3A%20Json400KB%29.html) | -10.68% | 2159967.766535 | 1929360.360950 | +| System.Text.Json.Tests.Perf_Segment.ReadMultiSegmentSequenceUsingSpan(segmentSize: 8192, TestCase: Json4KB) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Text.Json.Tests.Perf_Segment.ReadMultiSegmentSequenceUsingSpan%28segmentSize%3A%208192%2C%20TestCase%3A%20Json4KB%29.html) | -11.95% | 22199.614970 | 19546.603194 | +| System.Xml.Linq.Perf_XName.EmptyNameSpaceToString | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Xml.Linq.Perf_XName.EmptyNameSpaceToString.html) | -11.26% | 2.285939 | 2.028473 | + +## 7.5-10% Improvement (140 tests) + +| Test Name | Link | Change % | .NET 9 | .NET 10 | +|-----------|------|----------|--------|-------| +| BenchmarksGame.FannkuchRedux_5.RunBench(n: 10, expectedSum: 38) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/BenchmarksGame.FannkuchRedux_5.RunBench%28n%3A%2010%2C%20expectedSum%3A%2038%29.html) | -9.73% | 48152052.719093 | 43467445.903127 | +| Benchstone.BenchI.Array2.Test | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/Benchstone.BenchI.Array2.Test.html) | -9.75% | 1867748165.606227 | 1685583354.475275 | +| Benchstone.BenchI.Permutate.Test | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/Benchstone.BenchI.Permutate.Test.html) | -7.61% | 868826051.842735 | 802700611.611722 | +| GuardedDevirtualization.ThreeClassVirtual.Call(testInput: pB=0.33 pD=0.33) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/GuardedDevirtualization.ThreeClassVirtual.Call%28testInput%3A%20pB%3D0.33%20pD%3D0.33%29.html) | -9.25% | 7.069646 | 6.415749 | +| GuardedDevirtualization.ThreeClassVirtual.Call(testInput: pB=0.67 pD=0.33) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/GuardedDevirtualization.ThreeClassVirtual.Call%28testInput%3A%20pB%3D0.67%20pD%3D0.33%29.html) | -7.64% | 4.737664 | 4.375657 | +| GuardedDevirtualization.TwoClassInterface.Call(testInput: pB = 0.00) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/GuardedDevirtualization.TwoClassInterface.Call%28testInput%3A%20pB%20%3D%200.00%29.html) | -9.33% | 1.978881 | 1.794223 | +| GuardedDevirtualization.TwoClassInterface.Call(testInput: pB = 0.80) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/GuardedDevirtualization.TwoClassInterface.Call%28testInput%3A%20pB%20%3D%200.80%29.html) | -8.91% | 3.783449 | 3.446341 | +| GuardedDevirtualization.TwoClassVirtual.Call(testInput: pB = 0.00) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/GuardedDevirtualization.TwoClassVirtual.Call%28testInput%3A%20pB%20%3D%200.00%29.html) | -8.48% | 1.807099 | 1.653929 | +| GuardedDevirtualization.TwoClassVirtual.Call(testInput: pB = 0.10) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/GuardedDevirtualization.TwoClassVirtual.Call%28testInput%3A%20pB%20%3D%200.10%29.html) | -9.90% | 2.693391 | 2.426631 | +| GuardedDevirtualization.TwoClassVirtual.Call(testInput: pB = 0.20) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/GuardedDevirtualization.TwoClassVirtual.Call%28testInput%3A%20pB%20%3D%200.20%29.html) | -7.88% | 3.897694 | 3.590693 | +| GuardedDevirtualization.TwoClassVirtual.Call(testInput: pB = 0.40) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/GuardedDevirtualization.TwoClassVirtual.Call%28testInput%3A%20pB%20%3D%200.40%29.html) | -9.25% | 5.467371 | 4.961664 | +| GuardedDevirtualization.TwoClassVirtual.Call(testInput: pB = 0.90) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/GuardedDevirtualization.TwoClassVirtual.Call%28testInput%3A%20pB%20%3D%200.90%29.html) | -8.03% | 2.548479 | 2.343757 | +| IfStatements.IfStatements.AndAndAnd | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/IfStatements.IfStatements.AndAndAnd.html) | -8.65% | 91356.782644 | 83451.976199 | +| IfStatements.IfStatements.OrArray | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/IfStatements.IfStatements.OrArray.html) | -9.76% | 85702.642101 | 77335.294666 | +| Inlining.NoThrowInline.Test | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/Inlining.NoThrowInline.Test.html) | -7.69% | 3.514683 | 3.244527 | +| MicroBenchmarks.Serializers.Json_ToStream.SystemTextJson_Reflection_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/MicroBenchmarks.Serializers.Json_ToStream%28Location%29.SystemTextJson_Reflection_.html) | -8.67% | 2382.379687 | 2175.729567 | +| MicroBenchmarks.Serializers.Json_ToStream.SystemTextJson_SourceGen_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/MicroBenchmarks.Serializers.Json_ToStream%28Location%29.SystemTextJson_SourceGen_.html) | -8.51% | 1947.054971 | 1781.377119 | +| MicroBenchmarks.Serializers.Json_ToString.SystemTextJson_SourceGen_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/MicroBenchmarks.Serializers.Json_ToString%28Location%29.SystemTextJson_SourceGen_.html) | -7.51% | 2775.114290 | 2566.568693 | +| Microsoft.Extensions.DependencyInjection.ActivatorUtilitiesBenchmark.GetService_5Injected | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/Microsoft.Extensions.DependencyInjection.ActivatorUtilitiesBenchmark.GetService_5Injected.html) | -7.99% | 39.202108 | 36.068702 | +| Microsoft.Extensions.DependencyInjection.GetServiceIEnumerable.Scoped | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/Microsoft.Extensions.DependencyInjection.GetServiceIEnumerable.Scoped.html) | -8.11% | 110.201060 | 101.262484 | +| Microsoft.Extensions.Primitives.StringSegmentBenchmark.GetValue | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/Microsoft.Extensions.Primitives.StringSegmentBenchmark.GetValue.html) | -7.52% | 4.240255 | 3.921360 | +| PerfLabTests.CastingPerf.CheckArrayIsNonvariantGenericInterface | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/PerfLabTests.CastingPerf.CheckArrayIsNonvariantGenericInterface.html) | -7.59% | 1.575621 | 1.456100 | +| PerfLabTests.CastingPerf.FooObjIsDescendant | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/PerfLabTests.CastingPerf.FooObjIsDescendant.html) | -9.32% | 219116.359474 | 198704.879248 | +| PerfLabTests.CastingPerf.FooObjIsFoo | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/PerfLabTests.CastingPerf.FooObjIsFoo.html) | -9.53% | 218861.596511 | 197996.536700 | +| PerfLabTests.CastingPerf.IFooObjIsDescendantOfIFoo | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/PerfLabTests.CastingPerf.IFooObjIsDescendantOfIFoo.html) | -7.76% | 240833.373214 | 222155.145772 | +| PerfLabTests.CastingPerf.IFooObjIsIFoo | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/PerfLabTests.CastingPerf.IFooObjIsIFoo.html) | -8.35% | 242955.450562 | 222659.085463 | +| PerfLabTests.CastingPerf.IFooObjIsIFooInterAlia | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/PerfLabTests.CastingPerf.IFooObjIsIFooInterAlia.html) | -8.01% | 241669.418622 | 222300.626543 | +| PerfLabTests.CastingPerf.ObjObjIsFoo | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/PerfLabTests.CastingPerf.ObjObjIsFoo.html) | -9.52% | 218705.267738 | 197889.130394 | +| PerfLabTests.DelegatePerf.DelegateInvoke | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/PerfLabTests.DelegatePerf.DelegateInvoke.html) | -9.01% | 482406.283994 | 438933.900020 | +| PerfLabTests.DelegatePerf.MulticastDelegateInvoke(length: 100) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/PerfLabTests.DelegatePerf.MulticastDelegateInvoke%28length%3A%20100%29.html) | -7.73% | 2483293.110443 | 2291266.239215 | +| PerfLabTests.DelegatePerf.MulticastDelegateInvoke(length: 1000) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/PerfLabTests.DelegatePerf.MulticastDelegateInvoke%28length%3A%201000%29.html) | -7.53% | 24421647.443577 | 22583067.998478 | +| PerfLabTests.LowLevelPerf.GenericClassGenericStaticMethod | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/PerfLabTests.LowLevelPerf.GenericClassGenericStaticMethod.html) | -9.80% | 218595.856348 | 197178.740532 | +| PerfLabTests.LowLevelPerf.InterfaceInterfaceMethod | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/PerfLabTests.LowLevelPerf.InterfaceInterfaceMethod.html) | -8.60% | 2614973.014404 | 2390178.135997 | +| PerfLabTests.LowLevelPerf.StaticDelegate | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/PerfLabTests.LowLevelPerf.StaticDelegate.html) | -9.41% | 218988.609931 | 198386.193327 | +| Span.IndexerBench.Indexer6(length: 1024) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/Span.IndexerBench.Indexer6%28length%3A%201024%29.html) | -7.56% | 980.132168 | 906.016847 | +| StoreBlock.AnyLocation.CopyBlock64 | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/StoreBlock.AnyLocation.CopyBlock64.html) | -8.15% | 2.733625 | 2.510951 | +| StoreBlock.LocalAddress.CopyBlock16 | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/StoreBlock.LocalAddress.CopyBlock16.html) | -10.00% | 0.785483 | 0.706935 | +| System.Buffers.Tests.RentReturnArrayPoolTests.MultipleSerial(RentalSize: 4096, ManipulateArray: True, Async: True, UseSharedPool: True) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Buffers.Tests.RentReturnArrayPoolTests%28Byte%29.MultipleSerial%28RentalSize%3A%204096%2C%20ManipulateArray%3A%20True%2C%20Async%3A%20True%2C%20UseSharedPool%3A%20True%29.html) | -8.02% | 42764.514406 | 39334.737274 | +| System.Buffers.Tests.RentReturnArrayPoolTests.SingleParallel(RentalSize: 4096, ManipulateArray: False, Async: True, UseSharedPool: True) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Buffers.Tests.RentReturnArrayPoolTests%28Byte%29.SingleParallel%28RentalSize%3A%204096%2C%20ManipulateArray%3A%20False%2C%20Async%3A%20True%2C%20UseSharedPool%3A%20True%29.html) | -7.80% | 1789.056338 | 1649.493173 | +| System.Buffers.Tests.RentReturnArrayPoolTests.SingleSerial(RentalSize: 4096, ManipulateArray: True, Async: True, UseSharedPool: False) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Buffers.Tests.RentReturnArrayPoolTests%28Byte%29.SingleSerial%28RentalSize%3A%204096%2C%20ManipulateArray%3A%20True%2C%20Async%3A%20True%2C%20UseSharedPool%3A%20False%29.html) | -8.15% | 5392.261170 | 4952.807075 | +| System.Buffers.Tests.RentReturnArrayPoolTests.SingleParallel(RentalSize: 4096, ManipulateArray: True, Async: False, UseSharedPool: False) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Buffers.Tests.RentReturnArrayPoolTests%28Object%29.SingleParallel%28RentalSize%3A%204096%2C%20ManipulateArray%3A%20True%2C%20Async%3A%20False%2C%20UseSharedPool%3A%20False%29.html) | -8.02% | 15195.563715 | 13976.919208 | +| System.Collections.Concurrent.IsEmpty.Queue(Size: 0) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Collections.Concurrent.IsEmpty%28Int32%29.Queue%28Size%3A%200%29.html) | -7.74% | 9.584072 | 8.842397 | +| System.Collections.Concurrent.IsEmpty.Queue(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Collections.Concurrent.IsEmpty%28String%29.Queue%28Size%3A%20512%29.html) | -8.71% | 8.751272 | 7.988705 | +| System.Collections.ContainsFalse.HashSet(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Collections.ContainsFalse%28String%29.HashSet%28Size%3A%20512%29.html) | -8.89% | 17599.532522 | 16034.495700 | +| System.Collections.ContainsFalse.ImmutableArray(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Collections.ContainsFalse%28String%29.ImmutableArray%28Size%3A%20512%29.html) | -9.05% | 1499421.932651 | 1363732.454204 | +| System.Collections.ContainsFalse.Queue(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Collections.ContainsFalse%28String%29.Queue%28Size%3A%20512%29.html) | -8.97% | 1435938.875401 | 1307203.273857 | +| System.Collections.ContainsTrue.SortedSet(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Collections.ContainsTrue%28Int32%29.SortedSet%28Size%3A%20512%29.html) | -7.79% | 36327.279182 | 33496.370527 | +| System.Collections.IndexerSetReverse.IList(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Collections.IndexerSetReverse%28Int32%29.IList%28Size%3A%20512%29.html) | -9.92% | 2258.495666 | 2034.472226 | +| System.Collections.IndexerSetReverse.Array(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Collections.IndexerSetReverse%28String%29.Array%28Size%3A%20512%29.html) | -9.56% | 1787.212716 | 1616.339341 | +| System.Collections.IterateFor.ImmutableList(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Collections.IterateFor%28Int32%29.ImmutableList%28Size%3A%20512%29.html) | -8.41% | 17582.392577 | 16104.160707 | +| System.Collections.IterateFor.List(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Collections.IterateFor%28Int32%29.List%28Size%3A%20512%29.html) | -8.71% | 1353.384763 | 1235.564366 | +| System.Collections.Perf_Frozen.Contains_True(Count: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Collections.Perf_Frozen%28Int16%29.Contains_True%28Count%3A%204%29.html) | -8.17% | 83.019077 | 76.238684 | +| System.Collections.Perf_Frozen.ToFrozenSet(Count: 64) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Collections.Perf_Frozen%28Int16%29.ToFrozenSet%28Count%3A%2064%29.html) | -8.48% | 8118.156412 | 7429.552957 | +| System.Collections.Perf_LengthBucketsFrozenDictionary.TryGetValue_False_FrozenDictionary(Count: 1000, ItemsPerBucket: 1) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Collections.Perf_LengthBucketsFrozenDictionary.TryGetValue_False_FrozenDictionary%28Count%3A%201000%2C%20ItemsPerBucket%3A%201%29.html) | -7.81% | 7379.327182 | 6803.300164 | +| System.Collections.Sort.LinqQuery(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Collections.Sort%28IntClass%29.LinqQuery%28Size%3A%20512%29.html) | -7.62% | 83768.878314 | 77381.995092 | +| System.Collections.TryGetValueFalse.Dictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Collections.TryGetValueFalse%28Int32%2C%20Int32%29.Dictionary%28Size%3A%20512%29.html) | -7.71% | 7244.135911 | 6685.267031 | +| System.Collections.TryGetValueTrue.SortedList(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Collections.TryGetValueTrue%28Int32%2C%20Int32%29.SortedList%28Size%3A%20512%29.html) | -8.24% | 42151.180160 | 38676.568242 | +| System.Formats.Tar.Tests.Perf_TarFile.ExtractToDirectory_Path | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Formats.Tar.Tests.Perf_TarFile.ExtractToDirectory_Path.html) | -9.22% | 99156.299727 | 90011.316153 | +| System.IO.Tests.Perf_FileStream.Write_NoBuffering_PreallocationSize(fileSize: 104857600, userBufferSize: 16384, options: None) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.IO.Tests.Perf_FileStream.Write_NoBuffering_PreallocationSize%28fileSize%3A%20104857600%2C%20userBufferSize%3A%2016384%2C%20options%3A%20None%29.html) | -9.18% | 46342948.661111 | 42086852.180272 | +| System.IO.Tests.Perf_RandomAccess.Write(fileSize: 1048576, bufferSize: 4096, options: None) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.IO.Tests.Perf_RandomAccess.Write%28fileSize%3A%201048576%2C%20bufferSize%3A%204096%2C%20options%3A%20None%29.html) | -8.67% | 4841598.998177 | 4422052.587349 | +| System.Linq.Tests.Perf_Enumerable.SelectToArray(input: Array) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Linq.Tests.Perf_Enumerable.SelectToArray%28input%3A%20Array%29.html) | -8.44% | 391.928470 | 358.862414 | +| System.Linq.Tests.Perf_Enumerable.Where(input: List) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Linq.Tests.Perf_Enumerable.Where%28input%3A%20List%29.html) | -7.81% | 1351.395747 | 1245.825577 | +| System.Linq.Tests.Perf_Enumerable.WhereFirst_LastElementMatches(input: List) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Linq.Tests.Perf_Enumerable.WhereFirst_LastElementMatches%28input%3A%20List%29.html) | -8.52% | 294.826253 | 269.695067 | +| System.Memory.Span.BinarySearch(Size: 33) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Memory.Span%28Byte%29.BinarySearch%28Size%3A%2033%29.html) | -9.86% | 24.418382 | 22.011594 | +| System.Memory.Span.BinarySearch(Size: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Memory.Span%28Byte%29.BinarySearch%28Size%3A%204%29.html) | -8.23% | 19.120928 | 17.547377 | +| System.Memory.Span.BinarySearch(Size: 33) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Memory.Span%28Char%29.BinarySearch%28Size%3A%2033%29.html) | -7.78% | 24.603919 | 22.688746 | +| System.Memory.Span.BinarySearch(Size: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Memory.Span%28Char%29.BinarySearch%28Size%3A%204%29.html) | -8.16% | 19.820280 | 18.203229 | +| System.Net.Security.Tests.SslStreamTests.HandshakeECDSA256CertAsync(protocol: Tls13) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Net.Security.Tests.SslStreamTests.HandshakeECDSA256CertAsync%28protocol%3A%20Tls13%29.html) | -8.27% | 2213060.882621 | 2030146.916297 | +| System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives.Exp(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives%28Single%29.Exp%28BufferLength%3A%20128%29.html) | -8.44% | 3274.910381 | 2998.467837 | +| System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives.Pow_ScalarBase(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives%28Single%29.Pow_ScalarBase%28BufferLength%3A%20128%29.html) | -10.00% | 2178.089595 | 1960.305245 | +| System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives.Sigmoid(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives%28Single%29.Sigmoid%28BufferLength%3A%20128%29.html) | -7.83% | 3579.430912 | 3299.033991 | +| System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives.Sinh(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives%28Single%29.Sinh%28BufferLength%3A%20128%29.html) | -7.87% | 3659.192324 | 3371.389818 | +| System.Numerics.Tests.Perf_BigInteger.Add(arguments: 65536,65536 bits) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tests.Perf_BigInteger.Add%28arguments%3A%2065536%2C65536%20bits%29.html) | -8.99% | 10839.850915 | 9864.898161 | +| System.Numerics.Tests.Perf_Matrix3x2.AddBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tests.Perf_Matrix3x2.AddBenchmark.html) | -7.96% | 106.456397 | 97.985085 | +| System.Numerics.Tests.Perf_Matrix3x2.AddOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tests.Perf_Matrix3x2.AddOperatorBenchmark.html) | -7.60% | 105.686007 | 97.654849 | +| System.Numerics.Tests.Perf_Matrix4x4.InvertBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tests.Perf_Matrix4x4.InvertBenchmark.html) | -7.75% | 90.916473 | 83.870352 | +| System.Numerics.Tests.Perf_Matrix4x4.LerpBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tests.Perf_Matrix4x4.LerpBenchmark.html) | -9.92% | 63.830714 | 57.498620 | +| System.Numerics.Tests.Perf_Matrix4x4.TransformBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tests.Perf_Matrix4x4.TransformBenchmark.html) | -9.01% | 74.036896 | 67.368527 | +| System.Numerics.Tests.Perf_Vector2.TransformByMatrix3x2Benchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tests.Perf_Vector2.TransformByMatrix3x2Benchmark.html) | -9.45% | 86.205639 | 78.060298 | +| System.Numerics.Tests.Perf_VectorOf.DivisionOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tests.Perf_VectorOf%28Byte%29.DivisionOperatorBenchmark.html) | -7.55% | 46.385465 | 42.884128 | +| System.Numerics.Tests.Perf_VectorOf.EqualsAnyBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tests.Perf_VectorOf%28Byte%29.EqualsAnyBenchmark.html) | -8.27% | 0.339503 | 0.311428 | +| System.Numerics.Tests.Perf_VectorOf.EqualsAllBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tests.Perf_VectorOf%28Double%29.EqualsAllBenchmark.html) | -9.73% | 0.355728 | 0.321122 | +| System.Numerics.Tests.Perf_VectorOf.EqualsAnyBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tests.Perf_VectorOf%28Int16%29.EqualsAnyBenchmark.html) | -8.88% | 0.347837 | 0.316950 | +| System.Numerics.Tests.Perf_VectorOf.GreaterThanAnyBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tests.Perf_VectorOf%28Int16%29.GreaterThanAnyBenchmark.html) | -8.66% | 0.357808 | 0.326838 | +| System.Numerics.Tests.Perf_VectorOf.EqualsAnyBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tests.Perf_VectorOf%28Int64%29.EqualsAnyBenchmark.html) | -9.45% | 0.340398 | 0.308242 | +| System.Numerics.Tests.Perf_VectorOf.GreaterThanAllBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tests.Perf_VectorOf%28Single%29.GreaterThanAllBenchmark.html) | -9.90% | 0.338982 | 0.305415 | +| System.Numerics.Tests.Perf_VectorOf.EqualsAllBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tests.Perf_VectorOf%28UInt16%29.EqualsAllBenchmark.html) | -8.39% | 0.343476 | 0.314654 | +| System.Numerics.Tests.Perf_VectorOf.GetHashCodeBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tests.Perf_VectorOf%28UInt16%29.GetHashCodeBenchmark.html) | -9.16% | 51.005767 | 46.331961 | +| System.Numerics.Tests.Perf_VectorOf.EqualityOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tests.Perf_VectorOf%28UInt32%29.EqualityOperatorBenchmark.html) | -8.41% | 0.342160 | 0.313392 | +| System.Numerics.Tests.Perf_VectorOf.EqualsAnyBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tests.Perf_VectorOf%28UInt32%29.EqualsAnyBenchmark.html) | -8.34% | 0.342998 | 0.314384 | +| System.Numerics.Tests.Perf_VectorOf.MinBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tests.Perf_VectorOf%28UInt32%29.MinBenchmark.html) | -7.59% | 4.805809 | 4.440834 | +| System.Numerics.Tests.Perf_VectorOf.MaxBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tests.Perf_VectorOf%28UInt64%29.MaxBenchmark.html) | -9.99% | 4.947020 | 4.452684 | +| System.Reflection.Invoke.Field_Set_struct | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Reflection.Invoke.Field_Set_struct.html) | -8.94% | 405.745517 | 369.482216 | +| System.Reflection.Metadata.Perf_TypeName.ParseAndGetFullName(input: typeof(System.Collections.Generic.Dictionary)) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Reflection.Metadata.Perf_TypeName.ParseAndGetFullName%28input%3A%20typeof%28System.Collections.Generic.Dictionary%28String%2C%20Boolean%29%29%29.html) | -8.17% | 8755.821050 | 8040.731443 | +| System.Reflection.Metadata.Perf_TypeName.ParseAndGetFullName(input: typeof(System.Reflection.Metadata.NestedGeneric)) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Reflection.Metadata.Perf_TypeName.ParseAndGetFullName%28input%3A%20typeof%28System.Reflection.Metadata.NestedGeneric%28String%2C%20Boolean%29%29%29.html) | -9.77% | 9450.787433 | 8527.288341 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Int.EqualsAnyBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Runtime.Intrinsics.Tests.Perf_Vector128Int.EqualsAnyBenchmark.html) | -9.17% | 0.347151 | 0.315314 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.GreaterThanAllBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Int16%29.GreaterThanAllBenchmark.html) | -8.75% | 0.368191 | 0.335983 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.SumBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Int64%29.SumBenchmark.html) | -8.34% | 0.707148 | 0.648205 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.EqualsAllBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28UInt64%29.EqualsAllBenchmark.html) | -7.99% | 0.364271 | 0.335178 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.SumBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28UInt64%29.SumBenchmark.html) | -7.84% | 0.716673 | 0.660481 | +| System.Tests.Perf_Array.ArrayRetrieve2D | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Tests.Perf_Array.ArrayRetrieve2D.html) | -7.96% | 8923299.360749 | 8212915.749843 | +| System.Tests.Perf_Half.HalfToSingle(value: 12344) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Tests.Perf_Half.HalfToSingle%28value%3A%2012344%29.html) | -8.93% | 4.364201 | 3.974418 | +| System.Tests.Perf_Half.HalfToSingle(value: 6.1E-05) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Tests.Perf_Half.HalfToSingle%28value%3A%206.1E-05%29.html) | -8.30% | 4.337982 | 3.977741 | +| System.Tests.Perf_Half.HalfToSingle(value: NaN) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Tests.Perf_Half.HalfToSingle%28value%3A%20NaN%29.html) | -8.84% | 4.369958 | 3.983462 | +| System.Tests.Perf_Half.SingleToHalf(value: NaN) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Tests.Perf_Half.SingleToHalf%28value%3A%20NaN%29.html) | -9.98% | 20.545447 | 18.494914 | +| System.Tests.Perf_Int64.TryParse(value: "9223372036854775807") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Tests.Perf_Int64.TryParse%28value%3A%20%229223372036854775807%22%29.html) | -7.64% | 97.316691 | 89.880680 | +| System.Tests.Perf_Random.Next_long_long | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Tests.Perf_Random.Next_long_long.html) | -9.06% | 76.696220 | 69.743745 | +| System.Tests.Perf_UInt32.TryParse(value: "0") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Tests.Perf_UInt32.TryParse%28value%3A%20%220%22%29.html) | -8.43% | 23.005872 | 21.065818 | +| System.Tests.Perf_UInt64.ToString(value: 0) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Tests.Perf_UInt64.ToString%28value%3A%200%29.html) | -8.98% | 5.768703 | 5.250527 | +| System.Text.Encodings.Web.Tests.Perf_Encoders.EncodeUtf8(arguments: Url,&lorem ipsum=dolor sit amet,16) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Text.Encodings.Web.Tests.Perf_Encoders.EncodeUtf8%28arguments%3A%20Url%2C%26lorem%20ipsum%3Ddolor%20sit%20amet%2C16%29.html) | -8.25% | 402.008036 | 368.840153 | +| System.Text.Json.Node.Tests.Perf_ParseThenWrite.ParseThenWrite(IsDataIndented: True, TestCase: Json400B) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Text.Json.Node.Tests.Perf_ParseThenWrite.ParseThenWrite%28IsDataIndented%3A%20True%2C%20TestCase%3A%20Json400B%29.html) | -8.29% | 13867.213972 | 12718.284989 | +| System.Text.Json.Node.Tests.Perf_ParseThenWrite.ParseThenWrite(IsDataIndented: True, TestCase: LotsOfStrings) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Text.Json.Node.Tests.Perf_ParseThenWrite.ParseThenWrite%28IsDataIndented%3A%20True%2C%20TestCase%3A%20LotsOfStrings%29.html) | -9.21% | 23175.328484 | 21040.142102 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromReader(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Text.Json.Serialization.Tests.ReadJson%28IndexViewModel%29.DeserializeFromReader%28Mode%3A%20SourceGen%29.html) | -9.93% | 176584.550001 | 159047.817358 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromStream(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Text.Json.Serialization.Tests.ReadJson%28IndexViewModel%29.DeserializeFromStream%28Mode%3A%20SourceGen%29.html) | -8.37% | 124536.574668 | 114109.966257 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromUtf8Bytes(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Text.Json.Serialization.Tests.ReadJson%28IndexViewModel%29.DeserializeFromUtf8Bytes%28Mode%3A%20Reflection%29.html) | -8.11% | 120694.681958 | 110911.090591 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeObjectProperty(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Text.Json.Serialization.Tests.WriteJson%28ClassRecord%29.SerializeObjectProperty%28Mode%3A%20Reflection%29.html) | -9.02% | 2138.288920 | 1945.311685 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToString(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Text.Json.Serialization.Tests.WriteJson%28ClassRecord%29.SerializeToString%28Mode%3A%20Reflection%29.html) | -8.90% | 1732.169671 | 1578.017790 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToString(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Text.Json.Serialization.Tests.WriteJson%28Int32%29.SerializeToString%28Mode%3A%20SourceGen%29.html) | -7.75% | 323.209419 | 298.172374 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeObjectProperty(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Text.Json.Serialization.Tests.WriteJson%28LargeStructWithProperties%29.SerializeObjectProperty%28Mode%3A%20Reflection%29.html) | -9.00% | 2577.643173 | 2345.599396 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeObjectProperty(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Text.Json.Serialization.Tests.WriteJson%28LargeStructWithProperties%29.SerializeObjectProperty%28Mode%3A%20SourceGen%29.html) | -7.95% | 2212.853620 | 2036.868418 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToStream(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Text.Json.Serialization.Tests.WriteJson%28LargeStructWithProperties%29.SerializeToStream%28Mode%3A%20SourceGen%29.html) | -8.75% | 1907.166102 | 1740.291490 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToString(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Text.Json.Serialization.Tests.WriteJson%28LargeStructWithProperties%29.SerializeToString%28Mode%3A%20SourceGen%29.html) | -7.65% | 1741.928813 | 1608.697066 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToUtf8Bytes(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Text.Json.Serialization.Tests.WriteJson%28LargeStructWithProperties%29.SerializeToUtf8Bytes%28Mode%3A%20Reflection%29.html) | -9.69% | 1627.710250 | 1469.909781 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToUtf8Bytes(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Text.Json.Serialization.Tests.WriteJson%28Location%29.SerializeToUtf8Bytes%28Mode%3A%20SourceGen%29.html) | -8.60% | 1979.670643 | 1809.455019 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToUtf8Bytes(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Text.Json.Serialization.Tests.WriteJson%28LoginViewModel%29.SerializeToUtf8Bytes%28Mode%3A%20Reflection%29.html) | -8.04% | 913.665810 | 840.229369 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToUtf8Bytes(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Text.Json.Serialization.Tests.WriteJson%28LoginViewModel%29.SerializeToUtf8Bytes%28Mode%3A%20SourceGen%29.html) | -9.77% | 786.451258 | 709.632116 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToString(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Text.Json.Serialization.Tests.WriteJson%28SimpleStructWithProperties%29.SerializeToString%28Mode%3A%20Reflection%29.html) | -7.57% | 720.620660 | 666.051222 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToString(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Text.Json.Serialization.Tests.WriteJson%28SimpleStructWithProperties%29.SerializeToString%28Mode%3A%20SourceGen%29.html) | -8.91% | 606.864795 | 552.814804 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToUtf8Bytes(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Text.Json.Serialization.Tests.WriteJson%28SimpleStructWithProperties%29.SerializeToUtf8Bytes%28Mode%3A%20Reflection%29.html) | -8.86% | 538.437466 | 490.709984 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToStream(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Text.Json.Serialization.Tests.WriteJson%28StructRecord%29.SerializeToStream%28Mode%3A%20SourceGen%29.html) | -8.60% | 1539.759735 | 1407.382310 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToString(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Text.Json.Serialization.Tests.WriteJson%28StructRecord%29.SerializeToString%28Mode%3A%20SourceGen%29.html) | -9.30% | 1465.704332 | 1329.460788 | +| System.Text.Json.Tests.Perf_Basic.WriteBasicUtf8(Formatted: False, SkipValidation: False, DataSize: 10) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Text.Json.Tests.Perf_Basic.WriteBasicUtf8%28Formatted%3A%20False%2C%20SkipValidation%3A%20False%2C%20DataSize%3A%2010%29.html) | -7.81% | 2714.816932 | 2502.690973 | +| System.Text.Json.Tests.Perf_Reader.ReadSingleSpanSequenceEmptyLoop(IsDataCompact: False, TestCase: DeepTree) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Text.Json.Tests.Perf_Reader.ReadSingleSpanSequenceEmptyLoop%28IsDataCompact%3A%20False%2C%20TestCase%3A%20DeepTree%29.html) | -8.54% | 17906.019174 | 16376.726403 | +| System.Text.Json.Tests.Perf_Reader.ReadSingleSpanSequenceEmptyLoop(IsDataCompact: False, TestCase: Json400B) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Text.Json.Tests.Perf_Reader.ReadSingleSpanSequenceEmptyLoop%28IsDataCompact%3A%20False%2C%20TestCase%3A%20Json400B%29.html) | -7.75% | 2497.534068 | 2303.969207 | +| System.Text.Json.Tests.Perf_Reader.ReadSingleSpanSequenceEmptyLoop(IsDataCompact: False, TestCase: Json40KB) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Text.Json.Tests.Perf_Reader.ReadSingleSpanSequenceEmptyLoop%28IsDataCompact%3A%20False%2C%20TestCase%3A%20Json40KB%29.html) | -9.83% | 210701.953388 | 189979.722628 | +| System.Text.Json.Tests.Perf_Reader.ReadSpanEmptyLoop(IsDataCompact: True, TestCase: Json400B) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Text.Json.Tests.Perf_Reader.ReadSpanEmptyLoop%28IsDataCompact%3A%20True%2C%20TestCase%3A%20Json400B%29.html) | -9.72% | 2074.878998 | 1873.126880 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Cache.IsMatch(total: 40000, unique: 1600, cacheSize: 800) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Text.RegularExpressions.Tests.Perf_Regex_Cache.IsMatch%28total%3A%2040000%2C%20unique%3A%201600%2C%20cacheSize%3A%20800%29.html) | -8.46% | 164223947.825000 | 150323951.845677 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Industry_RustLang_Sherlock.Count(Pattern: "(?i)Holmes", Options: NonBacktracking) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Text.RegularExpressions.Tests.Perf_Regex_Industry_RustLang_Sherlock.Count%28Pattern%3A%20%22%28%3Fi%29Holmes%22%2C%20Options%3A%20NonBacktracking%29.html) | -7.55% | 331197.417809 | 306200.811311 | +| System.Text.Tests.Perf_StringBuilder.Append_Char(length: 100000) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Text.Tests.Perf_StringBuilder.Append_Char%28length%3A%20100000%29.html) | -8.26% | 426887.770871 | 391617.877541 | +| System.Threading.Tests.Perf_ThreadStatic.SetThreadStatic | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Threading.Tests.Perf_ThreadStatic.SetThreadStatic.html) | -7.90% | 2.236701 | 2.060009 | + +## 5-7.5% Improvement (191 tests) + +| Test Name | Link | Change % | .NET 9 | .NET 10 | +|-----------|------|----------|--------|-------| +| BenchmarksGame.PiDigits_3.RunBench(n: 3000, expected: "8649423196\t:3000") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/BenchmarksGame.PiDigits_3.RunBench%28n%3A%203000%2C%20expected%3A%20%228649423196%5Ct%3A3000%22%29.html) | -6.49% | 1424378421.641270 | 1331906814.635374 | +| Benchstone.BenchI.AddArray.Test | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/Benchstone.BenchI.AddArray.Test.html) | -6.82% | 94687.183208 | 88227.478554 | +| Benchstone.MDBenchF.MDInProd.Test | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/Benchstone.MDBenchF.MDInProd.Test.html) | -5.13% | 2437216686.961416 | 2312174259.245369 | +| ByteMark.BenchLUDecomp | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/ByteMark.BenchLUDecomp.html) | -6.46% | 2680103500.750000 | 2506988458.997697 | +| GuardedDevirtualization.ThreeClassVirtual.Call(testInput: pB=0.00 pD=0.33) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/GuardedDevirtualization.ThreeClassVirtual.Call%28testInput%3A%20pB%3D0.00%20pD%3D0.33%29.html) | -7.25% | 5.075314 | 4.707324 | +| GuardedDevirtualization.ThreeClassVirtual.Call(testInput: pB=0.33 pD=0.67) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/GuardedDevirtualization.ThreeClassVirtual.Call%28testInput%3A%20pB%3D0.33%20pD%3D0.67%29.html) | -6.00% | 5.075309 | 4.770757 | +| GuardedDevirtualization.ThreeClassVirtual.Call(testInput: pB=0.67 pD=0.00) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/GuardedDevirtualization.ThreeClassVirtual.Call%28testInput%3A%20pB%3D0.67%20pD%3D0.00%29.html) | -5.73% | 4.717245 | 4.446802 | +| GuardedDevirtualization.TwoClassInterface.Call(testInput: pB = 0.20) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/GuardedDevirtualization.TwoClassInterface.Call%28testInput%3A%20pB%20%3D%200.20%29.html) | -7.25% | 3.952823 | 3.666230 | +| GuardedDevirtualization.TwoClassInterface.Call(testInput: pB = 0.40) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/GuardedDevirtualization.TwoClassInterface.Call%28testInput%3A%20pB%20%3D%200.40%29.html) | -6.69% | 5.510149 | 5.141573 | +| GuardedDevirtualization.TwoClassInterface.Call(testInput: pB = 0.50) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/GuardedDevirtualization.TwoClassInterface.Call%28testInput%3A%20pB%20%3D%200.50%29.html) | -5.23% | 5.799410 | 5.496229 | +| GuardedDevirtualization.TwoClassInterface.Call(testInput: pB = 0.60) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/GuardedDevirtualization.TwoClassInterface.Call%28testInput%3A%20pB%20%3D%200.60%29.html) | -7.10% | 5.503380 | 5.112682 | +| GuardedDevirtualization.TwoClassInterface.Call(testInput: pB = 0.70) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/GuardedDevirtualization.TwoClassInterface.Call%28testInput%3A%20pB%20%3D%200.70%29.html) | -6.51% | 4.703084 | 4.396894 | +| GuardedDevirtualization.TwoClassVirtual.Call(testInput: pB = 0.30) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/GuardedDevirtualization.TwoClassVirtual.Call%28testInput%3A%20pB%20%3D%200.30%29.html) | -5.66% | 4.917680 | 4.639128 | +| GuardedDevirtualization.TwoClassVirtual.Call(testInput: pB = 0.70) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/GuardedDevirtualization.TwoClassVirtual.Call%28testInput%3A%20pB%20%3D%200.70%29.html) | -5.23% | 4.588464 | 4.348692 | +| GuardedDevirtualization.TwoClassVirtual.Call(testInput: pB = 0.80) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/GuardedDevirtualization.TwoClassVirtual.Call%28testInput%3A%20pB%20%3D%200.80%29.html) | -5.92% | 3.703990 | 3.484701 | +| IfStatements.IfStatements.Or | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/IfStatements.IfStatements.Or.html) | -5.14% | 77842.820442 | 73845.128922 | +| MicroBenchmarks.Serializers.Json_FromStream.SystemTextJson_SourceGen_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/MicroBenchmarks.Serializers.Json_FromStream%28IndexViewModel%29.SystemTextJson_SourceGen_.html) | -7.15% | 121802.199435 | 113088.660760 | +| MicroBenchmarks.Serializers.Json_FromString.SystemTextJson_Reflection_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/MicroBenchmarks.Serializers.Json_FromString%28IndexViewModel%29.SystemTextJson_Reflection_.html) | -6.74% | 143877.866757 | 134180.256454 | +| MicroBenchmarks.Serializers.Json_ToString.SystemTextJson_SourceGen_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/MicroBenchmarks.Serializers.Json_ToString%28LoginViewModel%29.SystemTextJson_SourceGen_.html) | -6.75% | 1117.025071 | 1041.637974 | +| Microsoft.Extensions.Logging.LoggingOverhead.NoArguments_FilteredByLevel | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/Microsoft.Extensions.Logging.LoggingOverhead.NoArguments_FilteredByLevel.html) | -5.42% | 19.749693 | 18.679539 | +| Microsoft.Extensions.Logging.ScopesOverheadBenchmark.FilteredByLevel(HasISupportLoggingScopeLogger: True, CaptureScopes: False) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/Microsoft.Extensions.Logging.ScopesOverheadBenchmark.FilteredByLevel%28HasISupportLoggingScopeLogger%3A%20True%2C%20CaptureScopes%3A%20False%29.html) | -5.53% | 10.604773 | 10.018333 | +| PerfLabTests.LowLevelPerf.NewDelegateClassEmptyStaticFn | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/PerfLabTests.LowLevelPerf.NewDelegateClassEmptyStaticFn.html) | -6.04% | 1754221.661520 | 1648264.891863 | +| SciMark2.kernel.benchFFT | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/SciMark2.kernel.benchFFT.html) | -5.80% | 1703471844.155983 | 1604743844.948744 | +| SeekUnroll.Test(boxedIndex: 19) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/SeekUnroll.Test%28boxedIndex%3A%2019%29.html) | -5.12% | 3463065186.111111 | 3285904530.876190 | +| SeekUnroll.Test(boxedIndex: 3) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/SeekUnroll.Test%28boxedIndex%3A%203%29.html) | -5.15% | 3462476667.733334 | 3284000114.704762 | +| Span.Sorting.BubbleSortSpan(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/Span.Sorting.BubbleSortSpan%28Size%3A%20512%29.html) | -6.64% | 441017.354726 | 411748.976217 | +| StoreBlock.AnyLocation.InitBlockAllOnes8 | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/StoreBlock.AnyLocation.InitBlockAllOnes8.html) | -5.87% | 5.756355 | 5.418278 | +| System.Buffers.Binary.Tests.BinaryReadAndWriteTests.ReadStructFieldByFieldUsingBitConverterLE | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Buffers.Binary.Tests.BinaryReadAndWriteTests.ReadStructFieldByFieldUsingBitConverterLE.html) | -7.10% | 49.918411 | 46.373172 | +| System.Buffers.Tests.RentReturnArrayPoolTests.ProducerConsumer(RentalSize: 4096, ManipulateArray: True, Async: False, UseSharedPool: False) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Buffers.Tests.RentReturnArrayPoolTests%28Byte%29.ProducerConsumer%28RentalSize%3A%204096%2C%20ManipulateArray%3A%20True%2C%20Async%3A%20False%2C%20UseSharedPool%3A%20False%29.html) | -6.02% | 5380.347424 | 5056.540093 | +| System.Buffers.Tests.RentReturnArrayPoolTests.ProducerConsumer(RentalSize: 4096, ManipulateArray: True, Async: True, UseSharedPool: False) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Buffers.Tests.RentReturnArrayPoolTests%28Byte%29.ProducerConsumer%28RentalSize%3A%204096%2C%20ManipulateArray%3A%20True%2C%20Async%3A%20True%2C%20UseSharedPool%3A%20False%29.html) | -6.63% | 4599.184178 | 4294.477791 | +| System.Buffers.Tests.RentReturnArrayPoolTests.SingleParallel(RentalSize: 4096, ManipulateArray: True, Async: True, UseSharedPool: True) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Buffers.Tests.RentReturnArrayPoolTests%28Object%29.SingleParallel%28RentalSize%3A%204096%2C%20ManipulateArray%3A%20True%2C%20Async%3A%20True%2C%20UseSharedPool%3A%20True%29.html) | -6.98% | 15903.067228 | 14793.099368 | +| System.Buffers.Tests.SearchValuesByteTests.Contains(Values: "abcdefABCDEF0123456789") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Buffers.Tests.SearchValuesByteTests.Contains%28Values%3A%20%22abcdefABCDEF0123456789%22%29.html) | -5.78% | 3.481388 | 3.280077 | +| System.Buffers.Text.Tests.Base64Tests.Base64DecodeDestinationTooSmall(NumberOfBytes: 1000) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Buffers.Text.Tests.Base64Tests.Base64DecodeDestinationTooSmall%28NumberOfBytes%3A%201000%29.html) | -7.21% | 710.086953 | 658.906072 | +| System.Buffers.Text.Tests.Utf8ParserTests.TryParseInt32(value: -2147483648) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Buffers.Text.Tests.Utf8ParserTests.TryParseInt32%28value%3A%20-2147483648%29.html) | -5.07% | 26.076883 | 24.755934 | +| System.Collections.Concurrent.IsEmpty.Dictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Collections.Concurrent.IsEmpty%28Int32%29.Dictionary%28Size%3A%20512%29.html) | -6.96% | 22.411626 | 20.851414 | +| System.Collections.Concurrent.IsEmpty.Dictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Collections.Concurrent.IsEmpty%28String%29.Dictionary%28Size%3A%20512%29.html) | -6.80% | 23.019128 | 21.454860 | +| System.Collections.Concurrent.IsEmpty.Queue(Size: 0) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Collections.Concurrent.IsEmpty%28String%29.Queue%28Size%3A%200%29.html) | -6.08% | 10.215770 | 9.594242 | +| System.Collections.ContainsFalse.HashSet(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Collections.ContainsFalse%28Int32%29.HashSet%28Size%3A%20512%29.html) | -5.46% | 6655.403443 | 6291.756643 | +| System.Collections.ContainsFalse.ImmutableSortedSet(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Collections.ContainsFalse%28Int32%29.ImmutableSortedSet%28Size%3A%20512%29.html) | -6.91% | 50543.881440 | 47049.070921 | +| System.Collections.ContainsFalse.Stack(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Collections.ContainsFalse%28String%29.Stack%28Size%3A%20512%29.html) | -6.83% | 1422822.358641 | 1325612.038892 | +| System.Collections.ContainsTrue.List(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Collections.ContainsTrue%28String%29.List%28Size%3A%20512%29.html) | -5.37% | 707499.302415 | 669536.404451 | +| System.Collections.CtorDefaultSize.HashSet | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Collections.CtorDefaultSize%28Int32%29.HashSet.html) | -5.77% | 13.714111 | 12.923388 | +| System.Collections.CtorDefaultSize.SortedList | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Collections.CtorDefaultSize%28Int32%29.SortedList.html) | -7.05% | 16.212617 | 15.069601 | +| System.Collections.CtorDefaultSize.Stack | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Collections.CtorDefaultSize%28Int32%29.Stack.html) | -5.86% | 9.617834 | 9.053901 | +| System.Collections.CtorDefaultSize.Queue | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Collections.CtorDefaultSize%28String%29.Queue.html) | -5.17% | 12.076924 | 11.452682 | +| System.Collections.CtorDefaultSizeNonGeneric.ArrayList | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Collections.CtorDefaultSizeNonGeneric.ArrayList.html) | -6.36% | 9.487660 | 8.884383 | +| System.Collections.CtorDefaultSizeNonGeneric.SortedList | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Collections.CtorDefaultSizeNonGeneric.SortedList.html) | -6.74% | 30.454505 | 28.401115 | +| System.Collections.CtorFromCollection.ImmutableSortedSet(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Collections.CtorFromCollection%28Int32%29.ImmutableSortedSet%28Size%3A%20512%29.html) | -7.39% | 32981.098016 | 30544.077757 | +| System.Collections.CtorFromCollectionNonGeneric.Stack(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Collections.CtorFromCollectionNonGeneric%28String%29.Stack%28Size%3A%20512%29.html) | -5.61% | 28158.134307 | 26578.918892 | +| System.Collections.IndexerSet.SortedList(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Collections.IndexerSet%28Int32%29.SortedList%28Size%3A%20512%29.html) | -5.06% | 41056.219960 | 38980.750276 | +| System.Collections.IterateFor.ImmutableSortedSet(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Collections.IterateFor%28String%29.ImmutableSortedSet%28Size%3A%20512%29.html) | -6.02% | 26880.730262 | 25262.661352 | +| System.Collections.IterateForEach.HashSet(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Collections.IterateForEach%28Int32%29.HashSet%28Size%3A%20512%29.html) | -5.18% | 2435.837902 | 2309.640882 | +| System.Collections.IterateForEach.Queue(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Collections.IterateForEach%28Int32%29.Queue%28Size%3A%20512%29.html) | -5.66% | 2767.506134 | 2610.908500 | +| System.Collections.Perf_Frozen.ToFrozenSet(Count: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Collections.Perf_Frozen%28Int16%29.ToFrozenSet%28Count%3A%20512%29.html) | -6.52% | 94984.616303 | 88788.018071 | +| System.Collections.Sort.LinqOrderByExtension(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Collections.Sort%28IntClass%29.LinqOrderByExtension%28Size%3A%20512%29.html) | -7.42% | 84059.608435 | 77819.767225 | +| System.Collections.Tests.Add_Remove_SteadyState.ConcurrentQueue(Count: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Collections.Tests.Add_Remove_SteadyState%28Int32%29.ConcurrentQueue%28Count%3A%20512%29.html) | -5.13% | 20.340784 | 19.297874 | +| System.Collections.Tests.Perf_PriorityQueue.Enumerate(Size: 10) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Collections.Tests.Perf_PriorityQueue%28Int32%2C%20Int32%29.Enumerate%28Size%3A%2010%29.html) | -7.09% | 53.449987 | 49.660698 | +| System.Collections.Tests.Perf_SortedSet.EnumerateViewBetween | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Collections.Tests.Perf_SortedSet.EnumerateViewBetween.html) | -5.27% | 3856.205198 | 3653.033490 | +| System.Collections.TryGetValueFalse.ConcurrentDictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Collections.TryGetValueFalse%28Int32%2C%20Int32%29.ConcurrentDictionary%28Size%3A%20512%29.html) | -6.06% | 4587.951345 | 4309.944454 | +| System.Collections.TryGetValueTrue.FrozenDictionaryOptimized(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Collections.TryGetValueTrue%28Int32%2C%20Int32%29.FrozenDictionaryOptimized%28Size%3A%20512%29.html) | -6.25% | 4966.993067 | 4656.754052 | +| System.Collections.TryGetValueTrue.ImmutableDictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Collections.TryGetValueTrue%28SmallClass%2C%20SmallClass%29.ImmutableDictionary%28Size%3A%20512%29.html) | -5.32% | 35722.888045 | 33822.296010 | +| System.Diagnostics.Perf_Process.GetProcesses | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Diagnostics.Perf_Process.GetProcesses.html) | -6.64% | 27812150.487037 | 25964430.086508 | +| System.Formats.Tar.Tests.Perf_TarFile.CreateFromDirectory_Path | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Formats.Tar.Tests.Perf_TarFile.CreateFromDirectory_Path.html) | -5.37% | 138280.375370 | 130860.957253 | +| System.Formats.Tar.Tests.Perf_TarFile.CreateFromDirectory_Stream | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Formats.Tar.Tests.Perf_TarFile.CreateFromDirectory_Stream.html) | -7.11% | 97403.196712 | 90479.768042 | +| System.Formats.Tar.Tests.Perf_TarFile.CreateFromDirectory_Stream_Async | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Formats.Tar.Tests.Perf_TarFile.CreateFromDirectory_Stream_Async.html) | -6.61% | 131376.052312 | 122697.529172 | +| System.Globalization.Tests.StringSearch.LastIndexOf_Word_NotFound(Options: (en-US, OrdinalIgnoreCase, False)) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Globalization.Tests.StringSearch.LastIndexOf_Word_NotFound%28Options%3A%20%28en-US%2C%20OrdinalIgnoreCase%2C%20False%29%29.html) | -6.38% | 1246.390902 | 1166.920006 | +| System.IO.Tests.Perf_File.ReadAllBytes(size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.IO.Tests.Perf_File.ReadAllBytes%28size%3A%20512%29.html) | -7.48% | 8097.947692 | 7492.513208 | +| System.IO.Tests.Perf_File.ReadAllBytesAsync(size: 16384) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.IO.Tests.Perf_File.ReadAllBytesAsync%28size%3A%2016384%29.html) | -5.03% | 22460.108726 | 21329.752160 | +| System.IO.Tests.Perf_File.ReadAllBytesAsync(size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.IO.Tests.Perf_File.ReadAllBytesAsync%28size%3A%20512%29.html) | -6.37% | 10547.693365 | 9876.302221 | +| System.IO.Tests.Perf_FileStream.ReadAsync_NoBuffering(fileSize: 1048576, userBufferSize: 16384, options: Asynchronous) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.IO.Tests.Perf_FileStream.ReadAsync_NoBuffering%28fileSize%3A%201048576%2C%20userBufferSize%3A%2016384%2C%20options%3A%20Asynchronous%29.html) | -5.35% | 152785.393272 | 144608.820725 | +| System.IO.Tests.Perf_FileStream.SeekBackward(fileSize: 1024, options: Asynchronous) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.IO.Tests.Perf_FileStream.SeekBackward%28fileSize%3A%201024%2C%20options%3A%20Asynchronous%29.html) | -6.90% | 842642.785768 | 784499.100172 | +| System.IO.Tests.Perf_FileStream.WriteAsync(fileSize: 1048576, userBufferSize: 512, options: None) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.IO.Tests.Perf_FileStream.WriteAsync%28fileSize%3A%201048576%2C%20userBufferSize%3A%20512%2C%20options%3A%20None%29.html) | -5.69% | 6602023.758375 | 6226152.984595 | +| System.IO.Tests.Perf_RandomAccess.Read(fileSize: 1048576, bufferSize: 4096, options: None) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.IO.Tests.Perf_RandomAccess.Read%28fileSize%3A%201048576%2C%20bufferSize%3A%204096%2C%20options%3A%20None%29.html) | -5.84% | 242659.254158 | 228484.141952 | +| System.IO.Tests.Perf_RandomAccess.WriteAsync(fileSize: 1048576, bufferSize: 4096, options: None) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.IO.Tests.Perf_RandomAccess.WriteAsync%28fileSize%3A%201048576%2C%20bufferSize%3A%204096%2C%20options%3A%20None%29.html) | -6.85% | 6030300.380885 | 5617188.818353 | +| System.Linq.Tests.Perf_Enumerable.Count(input: ICollection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Linq.Tests.Perf_Enumerable.Count%28input%3A%20ICollection%29.html) | -6.45% | 4.777059 | 4.468869 | +| System.Linq.Tests.Perf_Enumerable.ElementAt(input: IList) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Linq.Tests.Perf_Enumerable.ElementAt%28input%3A%20IList%29.html) | -5.43% | 5.026838 | 4.753969 | +| System.Linq.Tests.Perf_Enumerable.Intersect(input: IEnumerable) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Linq.Tests.Perf_Enumerable.Intersect%28input%3A%20IEnumerable%29.html) | -5.45% | 5545.289452 | 5243.297964 | +| System.Linq.Tests.Perf_Enumerable.SequenceEqual(input1: IEnumerable, input2: IEnumerable) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Linq.Tests.Perf_Enumerable.SequenceEqual%28input1%3A%20IEnumerable%2C%20input2%3A%20IEnumerable%29.html) | -6.51% | 1480.912591 | 1384.487214 | +| System.Linq.Tests.Perf_Enumerable.SingleWithPredicate_LastElementMatches(input: IEnumerable) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Linq.Tests.Perf_Enumerable.SingleWithPredicate_LastElementMatches%28input%3A%20IEnumerable%29.html) | -6.38% | 737.693586 | 690.633394 | +| System.Linq.Tests.Perf_Enumerable.WhereSingleOrDefault_LastElementMatches(input: Array) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Linq.Tests.Perf_Enumerable.WhereSingleOrDefault_LastElementMatches%28input%3A%20Array%29.html) | -6.06% | 368.126227 | 345.830710 | +| System.Linq.Tests.Perf_Enumerable.WhereSingleOrDefault_LastElementMatches(input: IEnumerable) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Linq.Tests.Perf_Enumerable.WhereSingleOrDefault_LastElementMatches%28input%3A%20IEnumerable%29.html) | -6.55% | 810.069207 | 756.980349 | +| System.Linq.Tests.Perf_Enumerable.WhereSingle_LastElementMatches(input: List) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Linq.Tests.Perf_Enumerable.WhereSingle_LastElementMatches%28input%3A%20List%29.html) | -7.37% | 558.329441 | 517.184822 | +| System.MathBenchmarks.Single.Log | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.MathBenchmarks.Single.Log.html) | -5.21% | 41233.599988 | 39085.321079 | +| System.Memory.Span.BinarySearch(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Memory.Span%28Char%29.BinarySearch%28Size%3A%20512%29.html) | -5.64% | 30.460638 | 28.743110 | +| System.Memory.Span.BinarySearch(Size: 33) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Memory.Span%28Int32%29.BinarySearch%28Size%3A%2033%29.html) | -6.04% | 27.808691 | 26.127788 | +| System.Net.Http.Tests.SocketsHttpHandlerPerfTest.Get_EnumerateHeaders_Unvalidated(ssl: False, chunkedResponse: False, responseLength: 1) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Net.Http.Tests.SocketsHttpHandlerPerfTest.Get_EnumerateHeaders_Unvalidated%28ssl%3A%20False%2C%20chunkedResponse%3A%20False%2C%20responseLength%3A%201%29.html) | -5.84% | 38492.237406 | 36243.368001 | +| System.Net.Security.Tests.SslStreamTests.HandshakeECDSA256CertAsync(protocol: Tls12) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Net.Security.Tests.SslStreamTests.HandshakeECDSA256CertAsync%28protocol%3A%20Tls12%29.html) | -6.40% | 2088285.262770 | 1954534.189046 | +| System.Net.Security.Tests.SslStreamTests.HandshakeECDSA512CertAsync(protocol: Tls13) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Net.Security.Tests.SslStreamTests.HandshakeECDSA512CertAsync%28protocol%3A%20Tls13%29.html) | -5.35% | 3759653.550580 | 3558550.713518 | +| System.Net.Security.Tests.SslStreamTests.ReadWriteAsync | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Net.Security.Tests.SslStreamTests.ReadWriteAsync.html) | -7.45% | 23319.910338 | 21582.347001 | +| System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives.Sigmoid(BufferLength: 3079) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives%28Single%29.Sigmoid%28BufferLength%3A%203079%29.html) | -7.50% | 82561.054445 | 76370.846445 | +| System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives.Sin(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives%28Single%29.Sin%28BufferLength%3A%20128%29.html) | -5.89% | 4339.279992 | 4083.781034 | +| System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives.Sin(BufferLength: 3079) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives%28Single%29.Sin%28BufferLength%3A%203079%29.html) | -5.36% | 118541.168784 | 112191.256916 | +| System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives.Sinh(BufferLength: 3079) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives%28Single%29.Sinh%28BufferLength%3A%203079%29.html) | -7.46% | 84509.057445 | 78201.553947 | +| System.Numerics.Tests.Perf_Matrix3x2.EqualityOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tests.Perf_Matrix3x2.EqualityOperatorBenchmark.html) | -6.79% | 105.134058 | 97.999295 | +| System.Numerics.Tests.Perf_Matrix3x2.EqualsBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tests.Perf_Matrix3x2.EqualsBenchmark.html) | -7.16% | 118.174018 | 109.716903 | +| System.Numerics.Tests.Perf_Matrix3x2.InequalityOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tests.Perf_Matrix3x2.InequalityOperatorBenchmark.html) | -6.99% | 107.934433 | 100.387723 | +| System.Numerics.Tests.Perf_Matrix3x2.InvertBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tests.Perf_Matrix3x2.InvertBenchmark.html) | -6.64% | 53.648830 | 50.084775 | +| System.Numerics.Tests.Perf_Matrix3x2.MultiplyByScalarBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tests.Perf_Matrix3x2.MultiplyByScalarBenchmark.html) | -6.00% | 74.030365 | 69.587910 | +| System.Numerics.Tests.Perf_Matrix3x2.MultiplyByScalarOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tests.Perf_Matrix3x2.MultiplyByScalarOperatorBenchmark.html) | -5.22% | 73.204704 | 69.384816 | +| System.Numerics.Tests.Perf_Matrix3x2.NegateBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tests.Perf_Matrix3x2.NegateBenchmark.html) | -5.69% | 68.586267 | 64.684589 | +| System.Numerics.Tests.Perf_Matrix3x2.SubtractBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tests.Perf_Matrix3x2.SubtractBenchmark.html) | -6.50% | 105.534180 | 98.674465 | +| System.Numerics.Tests.Perf_Matrix3x2.SubtractOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tests.Perf_Matrix3x2.SubtractOperatorBenchmark.html) | -7.39% | 105.543384 | 97.738784 | +| System.Numerics.Tests.Perf_Quaternion.NegateBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tests.Perf_Quaternion.NegateBenchmark.html) | -5.29% | 5.511443 | 5.219981 | +| System.Numerics.Tests.Perf_Vector3.OneBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tests.Perf_Vector3.OneBenchmark.html) | -5.98% | 7.731408 | 7.268973 | +| System.Numerics.Tests.Perf_Vector3.UnitXBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tests.Perf_Vector3.UnitXBenchmark.html) | -6.27% | 7.847796 | 7.356035 | +| System.Numerics.Tests.Perf_VectorConvert.Convert_double_ulong | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tests.Perf_VectorConvert.Convert_double_ulong.html) | -5.82% | 27228.436780 | 25642.544328 | +| System.Numerics.Tests.Perf_VectorOf.LessThanOrEqualAllBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tests.Perf_VectorOf%28Double%29.LessThanOrEqualAllBenchmark.html) | -7.23% | 0.353764 | 0.328185 | +| System.Numerics.Tests.Perf_VectorOf.LessThanOrEqualAnyBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tests.Perf_VectorOf%28Double%29.LessThanOrEqualAnyBenchmark.html) | -5.13% | 0.343037 | 0.325451 | +| System.Numerics.Tests.Perf_VectorOf.LessThanAnyBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tests.Perf_VectorOf%28Int16%29.LessThanAnyBenchmark.html) | -6.94% | 0.338568 | 0.315061 | +| System.Numerics.Tests.Perf_VectorOf.LessThanAllBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tests.Perf_VectorOf%28Int32%29.LessThanAllBenchmark.html) | -7.33% | 0.349012 | 0.323436 | +| System.Numerics.Tests.Perf_VectorOf.EqualsAllBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tests.Perf_VectorOf%28Int64%29.EqualsAllBenchmark.html) | -7.32% | 0.367897 | 0.340973 | +| System.Numerics.Tests.Perf_VectorOf.EqualsAnyBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tests.Perf_VectorOf%28SByte%29.EqualsAnyBenchmark.html) | -5.21% | 0.346057 | 0.328034 | +| System.Numerics.Tests.Perf_VectorOf.BitwiseAndOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tests.Perf_VectorOf%28Single%29.BitwiseAndOperatorBenchmark.html) | -5.24% | 3.183505 | 3.016690 | +| System.Numerics.Tests.Perf_VectorOf.BitwiseAndBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tests.Perf_VectorOf%28UInt16%29.BitwiseAndBenchmark.html) | -5.60% | 3.174700 | 2.996935 | +| System.Numerics.Tests.Perf_VectorOf.MaxBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tests.Perf_VectorOf%28UInt32%29.MaxBenchmark.html) | -7.05% | 4.828110 | 4.487672 | +| System.Numerics.Tests.Perf_VectorOf.DivisionOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tests.Perf_VectorOf%28UInt64%29.DivisionOperatorBenchmark.html) | -5.60% | 17.524664 | 16.542793 | +| System.Reflection.Attributes.IsDefinedClassHit | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Reflection.Attributes.IsDefinedClassHit.html) | -5.15% | 335.115670 | 317.870691 | +| System.Reflection.Invoke.Field_Set_class | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Reflection.Invoke.Field_Set_class.html) | -6.24% | 417.642340 | 391.588862 | +| System.Reflection.Metadata.Perf_TypeName.ParseAndGetAssemblyQualifiedName(input: typeof(System.Int32[])) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Reflection.Metadata.Perf_TypeName.ParseAndGetAssemblyQualifiedName%28input%3A%20typeof%28System.Int32%5B%5D%29%29.html) | -6.19% | 4740.325884 | 4446.826680 | +| System.Reflection.Metadata.Perf_TypeName.ParseAndGetAssemblyQualifiedName(input: typeof(int)) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Reflection.Metadata.Perf_TypeName.ParseAndGetAssemblyQualifiedName%28input%3A%20typeof%28int%29%29.html) | -7.07% | 4418.113910 | 4105.668202 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Float.BitwiseOrOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Runtime.Intrinsics.Tests.Perf_Vector128Float.BitwiseOrOperatorBenchmark.html) | -5.50% | 3.171563 | 2.997052 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Float.EqualsBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Runtime.Intrinsics.Tests.Perf_Vector128Float.EqualsBenchmark.html) | -5.54% | 1.269022 | 1.198679 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Float.XorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Runtime.Intrinsics.Tests.Perf_Vector128Float.XorBenchmark.html) | -5.10% | 3.149037 | 2.988566 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Int.SubtractionOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Runtime.Intrinsics.Tests.Perf_Vector128Int.SubtractionOperatorBenchmark.html) | -5.09% | 3.148269 | 2.988034 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.BitwiseAndBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Byte%29.BitwiseAndBenchmark.html) | -6.67% | 3.298978 | 3.078964 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.DivisionOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Byte%29.DivisionOperatorBenchmark.html) | -5.38% | 53.004986 | 50.154252 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.DivisionOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Double%29.DivisionOperatorBenchmark.html) | -5.43% | 3.156348 | 2.984879 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.EqualityOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Double%29.EqualityOperatorBenchmark.html) | -7.50% | 0.367105 | 0.339576 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.GreaterThanAllBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Double%29.GreaterThanAllBenchmark.html) | -6.35% | 0.357067 | 0.334376 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.GreaterThanOrEqualAllBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Double%29.GreaterThanOrEqualAllBenchmark.html) | -5.90% | 0.357936 | 0.336830 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.AddOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Int16%29.AddOperatorBenchmark.html) | -5.05% | 3.145749 | 2.986945 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.GetHashCodeBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Int32%29.GetHashCodeBenchmark.html) | -6.29% | 29.824689 | 27.949301 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.XorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Int32%29.XorBenchmark.html) | -6.13% | 3.171292 | 2.976881 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.BitwiseOrOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28SByte%29.BitwiseOrOperatorBenchmark.html) | -5.43% | 3.249595 | 3.073047 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.EqualityOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28SByte%29.EqualityOperatorBenchmark.html) | -5.44% | 0.356730 | 0.337327 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.EqualityOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Single%29.EqualityOperatorBenchmark.html) | -6.92% | 0.369079 | 0.343554 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.LessThanOrEqualBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Single%29.LessThanOrEqualBenchmark.html) | -5.65% | 3.214014 | 3.032269 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.GetHashCodeBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28UInt16%29.GetHashCodeBenchmark.html) | -7.37% | 50.117432 | 46.422467 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.GetHashCodeBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28UInt32%29.GetHashCodeBenchmark.html) | -5.96% | 29.749987 | 27.977219 | +| System.Security.Cryptography.X509Certificates.Tests.X509Certificate2Tests.CertProp | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Security.Cryptography.X509Certificates.Tests.X509Certificate2Tests.CertProp.html) | -5.10% | 117.551354 | 111.554234 | +| System.Tests.Perf_DateTimeOffset.GetNow | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Tests.Perf_DateTimeOffset.GetNow.html) | -5.51% | 309.294476 | 292.237679 | +| System.Tests.Perf_Enum.Parse_Flags(text: "Red") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Tests.Perf_Enum.Parse_Flags%28text%3A%20%22Red%22%29.html) | -7.47% | 346.816150 | 320.905033 | +| System.Tests.Perf_Int64.TryParse(value: "-9223372036854775808") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Tests.Perf_Int64.TryParse%28value%3A%20%22-9223372036854775808%22%29.html) | -6.30% | 96.412635 | 90.343247 | +| System.Tests.Perf_Object.ctor | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Tests.Perf_Object.ctor.html) | -5.13% | 6.471012 | 6.139316 | +| System.Tests.Perf_Random.ctor | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Tests.Perf_Random.ctor.html) | -6.70% | 1040.666786 | 970.979907 | +| System.Tests.Perf_Single.ToStringWithFormat(value: 3.4028235E+38, format: "F50") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Tests.Perf_Single.ToStringWithFormat%28value%3A%203.4028235E%2B38%2C%20format%3A%20%22F50%22%29.html) | -7.07% | 3254.359825 | 3024.268043 | +| System.Tests.Perf_String.Substring_IntInt(s: "dzsdzsDDZSDZSDZSddsz", i1: 7, i2: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Tests.Perf_String.Substring_IntInt%28s%3A%20%22dzsdzsDDZSDZSDZSddsz%22%2C%20i1%3A%207%2C%20i2%3A%204%29.html) | -5.11% | 17.962848 | 17.045556 | +| System.Text.Json.Document.Tests.Perf_EnumerateObject.EnumerateProperties(TestCase: StringProperties) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Text.Json.Document.Tests.Perf_EnumerateObject.EnumerateProperties%28TestCase%3A%20StringProperties%29.html) | -6.12% | 8468.008984 | 7949.454880 | +| System.Text.Json.Document.Tests.Perf_ParseThenWrite.ParseThenWrite(IsDataIndented: False, TestCase: LotsOfNumbers) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Text.Json.Document.Tests.Perf_ParseThenWrite.ParseThenWrite%28IsDataIndented%3A%20False%2C%20TestCase%3A%20LotsOfNumbers%29.html) | -7.49% | 16300.776756 | 15079.816573 | +| System.Text.Json.Document.Tests.Perf_ParseThenWrite.ParseThenWrite(IsDataIndented: True, TestCase: LotsOfNumbers) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Text.Json.Document.Tests.Perf_ParseThenWrite.ParseThenWrite%28IsDataIndented%3A%20True%2C%20TestCase%3A%20LotsOfNumbers%29.html) | -7.03% | 18169.070175 | 16891.332380 | +| System.Text.Json.Node.Tests.Perf_ParseThenWrite.ParseThenWrite(IsDataIndented: False, TestCase: HelloWorld) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Text.Json.Node.Tests.Perf_ParseThenWrite.ParseThenWrite%28IsDataIndented%3A%20False%2C%20TestCase%3A%20HelloWorld%29.html) | -6.95% | 1626.619924 | 1513.578867 | +| System.Text.Json.Node.Tests.Perf_ParseThenWrite.ParseThenWrite(IsDataIndented: False, TestCase: Json400B) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Text.Json.Node.Tests.Perf_ParseThenWrite.ParseThenWrite%28IsDataIndented%3A%20False%2C%20TestCase%3A%20Json400B%29.html) | -6.97% | 13178.566418 | 12260.269723 | +| System.Text.Json.Node.Tests.Perf_ParseThenWrite.ParseThenWrite(IsDataIndented: True, TestCase: BroadTree) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Text.Json.Node.Tests.Perf_ParseThenWrite.ParseThenWrite%28IsDataIndented%3A%20True%2C%20TestCase%3A%20BroadTree%29.html) | -6.51% | 148567.533255 | 138892.373380 | +| System.Text.Json.Node.Tests.Perf_ParseThenWrite.ParseThenWrite(IsDataIndented: True, TestCase: DeepTree) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Text.Json.Node.Tests.Perf_ParseThenWrite.ParseThenWrite%28IsDataIndented%3A%20True%2C%20TestCase%3A%20DeepTree%29.html) | -6.24% | 103308.655949 | 96864.655813 | +| System.Text.Json.Serialization.Tests.ReadJson>.DeserializeFromReader(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Text.Json.Serialization.Tests.ReadJson%28HashSet%28String%29%29.DeserializeFromReader%28Mode%3A%20Reflection%29.html) | -6.36% | 56227.011804 | 52650.290073 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromStream(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Text.Json.Serialization.Tests.ReadJson%28IndexViewModel%29.DeserializeFromStream%28Mode%3A%20Reflection%29.html) | -7.48% | 123862.295708 | 114602.897741 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromUtf8Bytes(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Text.Json.Serialization.Tests.ReadJson%28IndexViewModel%29.DeserializeFromUtf8Bytes%28Mode%3A%20SourceGen%29.html) | -6.88% | 119834.744983 | 111591.481696 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromString(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Text.Json.Serialization.Tests.ReadJson%28MyEventsListerViewModel%29.DeserializeFromString%28Mode%3A%20Reflection%29.html) | -6.10% | 942548.007358 | 885055.877337 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToStream(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Text.Json.Serialization.Tests.WriteJson%28ClassRecord%29.SerializeToStream%28Mode%3A%20Reflection%29.html) | -7.41% | 1847.769269 | 1710.936385 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToUtf8Bytes(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Text.Json.Serialization.Tests.WriteJson%28Int32%29.SerializeToUtf8Bytes%28Mode%3A%20Reflection%29.html) | -7.19% | 267.928619 | 248.658987 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToStream(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Text.Json.Serialization.Tests.WriteJson%28LargeStructWithProperties%29.SerializeToStream%28Mode%3A%20Reflection%29.html) | -7.10% | 2350.531527 | 2183.641091 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeObjectProperty(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Text.Json.Serialization.Tests.WriteJson%28Location%29.SerializeObjectProperty%28Mode%3A%20SourceGen%29.html) | -5.46% | 3244.694397 | 3067.457223 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToStream(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Text.Json.Serialization.Tests.WriteJson%28Location%29.SerializeToStream%28Mode%3A%20SourceGen%29.html) | -5.13% | 2523.549412 | 2394.151364 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToString(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Text.Json.Serialization.Tests.WriteJson%28Location%29.SerializeToString%28Mode%3A%20SourceGen%29.html) | -6.39% | 2754.809011 | 2578.673300 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeObjectProperty(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Text.Json.Serialization.Tests.WriteJson%28LoginViewModel%29.SerializeObjectProperty%28Mode%3A%20Reflection%29.html) | -7.21% | 1709.277374 | 1585.987243 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeObjectProperty(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Text.Json.Serialization.Tests.WriteJson%28LoginViewModel%29.SerializeObjectProperty%28Mode%3A%20SourceGen%29.html) | -5.51% | 1592.822120 | 1505.083611 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToStream(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Text.Json.Serialization.Tests.WriteJson%28LoginViewModel%29.SerializeToStream%28Mode%3A%20SourceGen%29.html) | -7.19% | 1355.298912 | 1257.824309 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToString(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Text.Json.Serialization.Tests.WriteJson%28LoginViewModel%29.SerializeToString%28Mode%3A%20SourceGen%29.html) | -5.26% | 1140.543424 | 1080.590515 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeObjectProperty(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Text.Json.Serialization.Tests.WriteJson%28SimpleStructWithProperties%29.SerializeObjectProperty%28Mode%3A%20Reflection%29.html) | -6.60% | 1110.510113 | 1037.178756 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToStream(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Text.Json.Serialization.Tests.WriteJson%28StructRecord%29.SerializeToStream%28Mode%3A%20Reflection%29.html) | -6.03% | 1873.207678 | 1760.240199 | +| System.Text.Json.Tests.Perf_Basic.WriteBasicUtf8(Formatted: True, SkipValidation: False, DataSize: 10) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Text.Json.Tests.Perf_Basic.WriteBasicUtf8%28Formatted%3A%20True%2C%20SkipValidation%3A%20False%2C%20DataSize%3A%2010%29.html) | -6.34% | 3311.702464 | 3101.638133 | +| System.Text.Json.Tests.Perf_Basic.WriteBasicUtf8(Formatted: True, SkipValidation: True, DataSize: 10) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Text.Json.Tests.Perf_Basic.WriteBasicUtf8%28Formatted%3A%20True%2C%20SkipValidation%3A%20True%2C%20DataSize%3A%2010%29.html) | -6.96% | 3261.874938 | 3034.722480 | +| System.Text.Json.Tests.Perf_Depth.ReadSpanEmptyLoop(Depth: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Text.Json.Tests.Perf_Depth.ReadSpanEmptyLoop%28Depth%3A%20512%29.html) | -5.65% | 55396.031967 | 52268.576595 | +| System.Text.Json.Tests.Perf_Reader.ReadSingleSpanSequenceEmptyLoop(IsDataCompact: False, TestCase: BroadTree) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Text.Json.Tests.Perf_Reader.ReadSingleSpanSequenceEmptyLoop%28IsDataCompact%3A%20False%2C%20TestCase%3A%20BroadTree%29.html) | -5.78% | 25406.571534 | 23936.831206 | +| System.Text.Json.Tests.Perf_Reader.ReadSpanEmptyLoop(IsDataCompact: False, TestCase: HelloWorld) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Text.Json.Tests.Perf_Reader.ReadSpanEmptyLoop%28IsDataCompact%3A%20False%2C%20TestCase%3A%20HelloWorld%29.html) | -6.44% | 246.535334 | 230.654616 | +| System.Text.Perf_Ascii.ToUpperInPlace_Bytes(Size: 6) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Text.Perf_Ascii.ToUpperInPlace_Bytes%28Size%3A%206%29.html) | -6.03% | 20.081306 | 18.870675 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Common.MatchesWord(Options: None) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Text.RegularExpressions.Tests.Perf_Regex_Common.MatchesWord%28Options%3A%20None%29.html) | -6.26% | 3093.625023 | 2899.822143 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Industry_Leipzig.Count(Pattern: "\\p{Sm}", Options: Compiled) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Text.RegularExpressions.Tests.Perf_Regex_Industry_Leipzig.Count%28Pattern%3A%20%22%5C%5Cp%7BSm%7D%22%2C%20Options%3A%20Compiled%29.html) | -5.64% | 57195174.588889 | 53967819.219048 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Industry_RustLang_Sherlock.Count(Pattern: "(?i)Sher[a-z]+\|Hol[a-z]+", Options: NonBacktracking) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Text.RegularExpressions.Tests.Perf_Regex_Industry_RustLang_Sherlock.Count%28Pattern%3A%20%22%28%3Fi%29Sher%5Ba-z%5D%2B%7CHol%5Ba-z%5D%2B%22%2C%20Options%3A%20NonBacktracking%29.html) | -7.22% | 6468043.676505 | 6000834.382988 | +| System.Text.Tests.Perf_Encoding.GetByteCount(size: 16, encName: "ascii") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Text.Tests.Perf_Encoding.GetByteCount%28size%3A%2016%2C%20encName%3A%20%22ascii%22%29.html) | -7.11% | 10.919924 | 10.143998 | +| System.Text.Tests.Perf_Encoding.GetByteCount(size: 512, encName: "ascii") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Text.Tests.Perf_Encoding.GetByteCount%28size%3A%20512%2C%20encName%3A%20%22ascii%22%29.html) | -6.88% | 10.900144 | 10.149903 | +| System.Text.Tests.Perf_Encoding.GetBytes(size: 16, encName: "ascii") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Text.Tests.Perf_Encoding.GetBytes%28size%3A%2016%2C%20encName%3A%20%22ascii%22%29.html) | -6.12% | 44.304310 | 41.595059 | +| System.Text.Tests.Perf_StringBuilder.Append_Char(length: 100) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Text.Tests.Perf_StringBuilder.Append_Char%28length%3A%20100%29.html) | -5.71% | 493.053840 | 464.879290 | +| System.Text.Tests.Perf_StringBuilder.Append_Char_Capacity(length: 100) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Text.Tests.Perf_StringBuilder.Append_Char_Capacity%28length%3A%20100%29.html) | -5.16% | 358.566629 | 340.075160 | +| System.Text.Tests.Perf_StringBuilder.Append_Char_Capacity(length: 100000) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Text.Tests.Perf_StringBuilder.Append_Char_Capacity%28length%3A%20100000%29.html) | -6.30% | 398635.026612 | 373518.044097 | +| System.Threading.Tests.Perf_CancellationToken.CancelAfter | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Threading.Tests.Perf_CancellationToken.CancelAfter.html) | -6.85% | 251.237041 | 234.017385 | +| System.Threading.Tests.Perf_Thread.CurrentThread | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Threading.Tests.Perf_Thread.CurrentThread.html) | -6.82% | 3.746377 | 3.490964 | +| System.Threading.Tests.Perf_Volatile.Read_double | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Threading.Tests.Perf_Volatile.Read_double.html) | -5.81% | 0.214282 | 0.201826 | +| System.Threading.Tests.Perf_Volatile.Write_double | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Threading.Tests.Perf_Volatile.Write_double.html) | -6.47% | 0.273157 | 0.255479 | +| System.Xml.Linq.Perf_XDocument.GetElement | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Xml.Linq.Perf_XDocument.GetElement.html) | -5.30% | 110.612103 | 104.750359 | +| XmlDocumentTests.XmlNodeListTests.Perf_XmlNodeList.GetCount | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/XmlDocumentTests.XmlNodeListTests.Perf_XmlNodeList.GetCount.html) | -5.07% | 13.810264 | 13.110145 | \ No newline at end of file diff --git a/reports/linux-mono-tiger_changepoint_report.md b/reports/net9to10/linux-mono-tiger_regression_report.md similarity index 99% rename from reports/linux-mono-tiger_changepoint_report.md rename to reports/net9to10/linux-mono-tiger_regression_report.md index 9c450ce8a5b..7fdcdfab483 100644 --- a/reports/linux-mono-tiger_changepoint_report.md +++ b/reports/net9to10/linux-mono-tiger_regression_report.md @@ -1,4 +1,4 @@ -# Changepoint Impact Report - linux-mono-tiger +# Regression Report - linux-mono-tiger ## 1. da809372c5 - Use UnsafeAccessorType in System.Private.CoreLib and the BCL (#115583) @@ -9,7 +9,7 @@ - Range: This commit represents a range of commits from [e16eeab38b](https://github.com/dotnet/runtime/commit/e16eeab38b7540bb02b85448f4c6bb66700dabbf) to [9a6b6c8716](https://github.com/dotnet/runtime/commit/9a6b6c8716266b258394315924983c873e91891b) - [View Range](https://github.com/dotnet/runtime/compare/e16eeab38b7540bb02b85448f4c6bb66700dabbf...9a6b6c8716266b258394315924983c873e91891b) -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Numerics.Tests.Perf_VectorOf.LessThanAllBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tests.Perf_VectorOf%28Byte%29.LessThanAllBenchmark.html) | +181.50% | 0.182623 | 0.514079 | None | | System.Numerics.Tests.Perf_VectorOf.GreaterThanAnyBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tests.Perf_VectorOf%28UInt32%29.GreaterThanAnyBenchmark.html) | +166.99% | 0.200295 | 0.534771 | None | @@ -247,7 +247,7 @@ **Commit:** [217525ae6f](https://github.com/dotnet/runtime/commit/217525ae6f6a117a0780620ed4fb1b94e03fd4d6) **Affected Tests:** 159 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Collections.Perf_SubstringFrozenDictionary.TryGetValue_True_FrozenDictionary(Count: 10) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Collections.Perf_SubstringFrozenDictionary.TryGetValue_True_FrozenDictionary%28Count%3A%2010%29.html) | +33.57% | 238.845290 | 319.015505 | [10](#10-ac6152838e---avoid-generic-virtual-dispatch-for-frozen-collections-alternate-lookup-108732) | | Span.IndexerBench.Ref(length: 1024) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/Span.IndexerBench.Ref%28length%3A%201024%29.html) | +33.05% | 681.315791 | 906.476204 | [1](#1-da809372c5---use-unsafeaccessortype-in-systemprivatecorelib-and-the-bcl-115583) | @@ -417,7 +417,7 @@ **Commit:** [4020e05efd](https://github.com/dotnet/runtime/commit/4020e05efdfcc6b10eab90aeb8a8b5d80f75786f) **Affected Tests:** 95 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Tests.Perf_UInt32.TryFormat(value: 4294967295) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Tests.Perf_UInt32.TryFormat%28value%3A%204294967295%29.html) | +137.15% | 47.903206 | 113.602802 | None | | PerfLabTests.LowLevelPerf.IntegerFormatting | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/PerfLabTests.LowLevelPerf.IntegerFormatting.html) | +110.35% | 5630721.420139 | 11844279.350875 | None | @@ -523,7 +523,7 @@ **Commit:** [0fa747abd5](https://github.com/dotnet/runtime/commit/0fa747abd5224373adbbece9a5ddc0325e373d7a) **Affected Tests:** 89 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Text.Encodings.Web.Tests.Perf_Encoders.EncodeUtf16(arguments: JavaScript,no escaping required,512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Text.Encodings.Web.Tests.Perf_Encoders.EncodeUtf16%28arguments%3A%20JavaScript%2Cno%20escaping%20required%2C512%29.html) | +24.79% | 2253.116063 | 2811.695561 | None | | System.Text.Encodings.Web.Tests.Perf_Encoders.EncodeUtf16(arguments: UnsafeRelaxed,no required,512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Text.Encodings.Web.Tests.Perf_Encoders.EncodeUtf16%28arguments%3A%20UnsafeRelaxed%2Cno%20%28escaping%20/%29%20required%2C512%29.html) | +23.63% | 2302.055243 | 2845.973007 | None | @@ -623,7 +623,7 @@ **Commit:** [3f0a23d76d](https://github.com/dotnet/runtime/commit/3f0a23d76d6133f2d507f69d2158afcf54ae7e76) **Affected Tests:** 60 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Memory.Span.LastIndexOfValue(Size: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Memory.Span%28Byte%29.LastIndexOfValue%28Size%3A%204%29.html) | +45.74% | 10.128123 | 14.760973 | None | | System.Memory.Span.IndexOfAnyTwoValues(Size: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Memory.Span%28Int32%29.IndexOfAnyTwoValues%28Size%3A%204%29.html) | +43.04% | 10.884597 | 15.569531 | None | @@ -697,7 +697,7 @@ - Range: This commit represents a range of commits from [cb45af9731](https://github.com/dotnet/runtime/commit/cb45af9731a52901404cf15f7d39c9dabd1e0d44) to [50bf1685bd](https://github.com/dotnet/runtime/commit/50bf1685bdb685ef0304c7686e92e2da9f02b2de) - [View Range](https://github.com/dotnet/runtime/compare/cb45af9731a52901404cf15f7d39c9dabd1e0d44...50bf1685bdb685ef0304c7686e92e2da9f02b2de) -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Memory.Span.IndexOfValue(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Memory.Span%28Byte%29.IndexOfValue%28Size%3A%20512%29.html) | +38.74% | 34.173880 | 47.413398 | [9](#9-b8d7ec0ad3---mono-revert-dont-define-has_custom_blocks-on-mono-106764-107558) | | System.Text.RegularExpressions.Tests.Perf_Regex_Industry_RustLang_Sherlock.Count(Pattern: "zqj", Options: None) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Text.RegularExpressions.Tests.Perf_Regex_Industry_RustLang_Sherlock.Count%28Pattern%3A%20%22zqj%22%2C%20Options%3A%20None%29.html) | +26.51% | 181566.468243 | 229694.187292 | None | @@ -767,7 +767,7 @@ **Commit:** [727eb5196b](https://github.com/dotnet/runtime/commit/727eb5196b13260806eca813106522efea6b9647) **Affected Tests:** 50 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Tests.Perf_Guid.EqualsNotSame | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Tests.Perf_Guid.EqualsNotSame.html) | +67.48% | 6.405957 | 10.728885 | None | | System.Tests.Perf_Guid.EqualsSame | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Tests.Perf_Guid.EqualsSame.html) | +66.20% | 6.500736 | 10.804480 | None | @@ -828,7 +828,7 @@ **Commit:** [a950953d00](https://github.com/dotnet/runtime/commit/a950953d0019b2df11d3bdc3f93bbad272438640) **Affected Tests:** 39 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Tests.Perf_Byte.ToString(value: 255) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Tests.Perf_Byte.ToString%28value%3A%20255%29.html) | +58.07% | 25.201044 | 39.835629 | [3](#3-4020e05efd---clean-up-in-numberformattingcs-110955) | | System.Tests.Perf_SByte.ToString(value: 127) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Tests.Perf_SByte.ToString%28value%3A%20127%29.html) | +55.26% | 26.362633 | 40.931672 | [3](#3-4020e05efd---clean-up-in-numberformattingcs-110955) | @@ -881,7 +881,7 @@ - Some of these regressions are just undoing the improvement from the reverted PR. -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Memory.Span.IndexOfValue(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Memory.Span%28Byte%29.IndexOfValue%28Size%3A%20512%29.html) | +38.74% | 34.173880 | 47.413398 | [6](#6-50bf1685bd---implement-iutf8spanparsable-on-guid-105654) | | System.Memory.Span.StartsWith(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Memory.Span%28Char%29.StartsWith%28Size%3A%20512%29.html) | +20.71% | 54.855101 | 66.217671 | None | @@ -921,7 +921,7 @@ **Commit:** [ac6152838e](https://github.com/dotnet/runtime/commit/ac6152838ebdcb7ca5765b908a4e15956d0e0f91) **Affected Tests:** 27 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Collections.Perf_SingleCharFrozenDictionary.TryGetValue_False_FrozenDictionary(Count: 10) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Collections.Perf_SingleCharFrozenDictionary.TryGetValue_False_FrozenDictionary%28Count%3A%2010%29.html) | +45.56% | 114.755808 | 167.040721 | None | | System.Collections.Perf_SubstringFrozenDictionary.TryGetValue_False_FrozenDictionary(Count: 1000) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Collections.Perf_SubstringFrozenDictionary.TryGetValue_False_FrozenDictionary%28Count%3A%201000%29.html) | +41.64% | 20924.726587 | 29638.105482 | None | @@ -959,7 +959,7 @@ **Commit:** [38c8e8f4cc](https://github.com/dotnet/runtime/commit/38c8e8f4cc1be3abd20f675771f208360b11b52c) **Affected Tests:** 25 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Collections.Tests.Perf_BitArray.BitArrayNot(Size: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Collections.Tests.Perf_BitArray.BitArrayNot%28Size%3A%204%29.html) | +1246.88% | 3.862473 | 52.022968 | None | | System.Collections.Tests.Perf_BitArray.BitArrayCopyToIntArray(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Collections.Tests.Perf_BitArray.BitArrayCopyToIntArray%28Size%3A%20512%29.html) | +1211.22% | 42.626068 | 558.921432 | None | @@ -995,7 +995,7 @@ **Commit:** [0b6404153e](https://github.com/dotnet/runtime/commit/0b6404153e16685f47d166625373f6635cf5631d) **Affected Tests:** 21 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Text.Json.Tests.Utf8JsonReaderCommentsTests.Utf8JsonReaderCommentParsing(CommentHandling: Skip, SegmentSize: 0, TestCase: LongMultiLine) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Text.Json.Tests.Utf8JsonReaderCommentsTests.Utf8JsonReaderCommentParsing%28CommentHandling%3A%20Skip%2C%20SegmentSize%3A%200%2C%20TestCase%3A%20LongMultiLine%29.html) | +65.34% | 2298.629688 | 3800.514970 | [7](#7-727eb5196b---use-unsafebitcast-in-systemguid-116415) | | System.Text.Json.Tests.Utf8JsonReaderCommentsTests.Utf8JsonReaderCommentParsing(CommentHandling: Allow, SegmentSize: 0, TestCase: LongMultiLine) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Text.Json.Tests.Utf8JsonReaderCommentsTests.Utf8JsonReaderCommentParsing%28CommentHandling%3A%20Allow%2C%20SegmentSize%3A%200%2C%20TestCase%3A%20LongMultiLine%29.html) | +64.36% | 2297.343703 | 3775.978547 | None | @@ -1027,7 +1027,7 @@ **Commit:** [b146d7512c](https://github.com/dotnet/runtime/commit/b146d7512ce67051e127ab48dc2d4f65d30e818f) **Affected Tests:** 18 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Buffers.Tests.SearchValuesByteTests.IndexOfAny(Values: "abcdefABCDEF0123456789") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Buffers.Tests.SearchValuesByteTests.IndexOfAny%28Values%3A%20%22abcdefABCDEF0123456789%22%29.html) | +40.14% | 297.614889 | 417.090844 | None | | System.Buffers.Tests.SearchValuesByteTests.IndexOfAnyExcept(Values: "abcdefABCDEF0123456789Ü") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Buffers.Tests.SearchValuesByteTests.IndexOfAnyExcept%28Values%3A%20%22abcdefABCDEF0123456789%C3%9C%22%29.html) | +23.51% | 339.886898 | 419.798615 | None | @@ -1056,7 +1056,7 @@ **Commit:** [28f729b437](https://github.com/dotnet/runtime/commit/28f729b437590bd34bbdca79bd3f2b6a504b4dcb) **Affected Tests:** 15 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Text.Json.Serialization.Tests.WriteJson.SerializeToUtf8Bytes(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Text.Json.Serialization.Tests.WriteJson%28ArrayList%29.SerializeToUtf8Bytes%28Mode%3A%20SourceGen%29.html) | +14.73% | 25564.801240 | 29329.601474 | [4](#4-0fa747abd5---replace-optimizedinboxtextencoder-vectorization-with-searchvalues-114494), [12](#12-0b6404153e---implement-addsaturate-subtractsaturate-and-narrowwithsaturation-on-the-vector-types-115525) | | System.Text.Json.Serialization.Tests.WriteJson>.SerializeToUtf8Bytes(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Text.Json.Serialization.Tests.WriteJson%28Dictionary%28String%2C%20String%29%29.SerializeToUtf8Bytes%28Mode%3A%20SourceGen%29.html) | +14.62% | 39076.047964 | 44789.899143 | [4](#4-0fa747abd5---replace-optimizedinboxtextencoder-vectorization-with-searchvalues-114494) | @@ -1082,7 +1082,7 @@ **Commit:** [617f9ee5f3](https://github.com/dotnet/runtime/commit/617f9ee5f357a52309f21a732df04a87ee16adc9) **Affected Tests:** 14 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Tests.Perf_Type.GetType_FullyQualifiedNames(input: typeof(System.Tests.NestedGeneric)) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Tests.Perf_Type.GetType_FullyQualifiedNames%28input%3A%20typeof%28System.Tests.NestedGeneric%28String%2C%20Boolean%29%29%29.html) | +470.98% | 4008.427899 | 22887.519305 | None | | System.Tests.Perf_Type.GetType_FullyQualifiedNames(input: typeof(System.Collections.Generic.Dictionary)) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Tests.Perf_Type.GetType_FullyQualifiedNames%28input%3A%20typeof%28System.Collections.Generic.Dictionary%28String%2C%20Boolean%29%29%29.html) | +432.07% | 3948.542117 | 21009.106185 | None | @@ -1107,7 +1107,7 @@ **Commit:** [76dbb27608](https://github.com/dotnet/runtime/commit/76dbb27608765ac75fe2a06166271520fdab85fe) **Affected Tests:** 11 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Tests.Perf_Uri.ParseAbsoluteUri | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Tests.Perf_Uri.ParseAbsoluteUri.html) | +35.76% | 773.249726 | 1049.729228 | [42](#42-f199591a27---implement-iutf8spanparsable-on-ipaddress-and-ipnetwork-102144) | | System.Tests.Perf_Uri.Ctor(input: "http://xn--hst-sna.with.xn--nicode-2ya") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Tests.Perf_Uri.Ctor%28input%3A%20%22http%3A//xn--hst-sna.with.xn--nicode-2ya%22%29.html) | +15.27% | 495.738259 | 571.429868 | [2](#2-217525ae6f---workaround-for-106521-106578), [7](#7-727eb5196b---use-unsafebitcast-in-systemguid-116415) | @@ -1129,7 +1129,7 @@ **Commit:** [4b98d321ef](https://github.com/dotnet/runtime/commit/4b98d321ef5a2b8211c28727d5b2521a20417549) **Affected Tests:** 10 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Collections.Perf_Frozen.ToFrozenDictionary(Count: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Collections.Perf_Frozen%28NotKnownComparable%29.ToFrozenDictionary%28Count%3A%204%29.html) | +141.00% | 149.688165 | 360.753642 | None | | System.Collections.Perf_Frozen.ToFrozenDictionary(Count: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Collections.Perf_Frozen%28Int16%29.ToFrozenDictionary%28Count%3A%204%29.html) | +127.08% | 148.529542 | 337.284445 | None | @@ -1153,7 +1153,7 @@ - Range: This commit represents a range of commits from [1e6311a979](https://github.com/dotnet/runtime/commit/1e6311a9795556149b5a051c5f5b2159d5a9765c) to [8f68b59723](https://github.com/dotnet/runtime/commit/8f68b59723bfabe168dad34d4db29d31c85b195f) - [View Range](https://github.com/dotnet/runtime/compare/1e6311a9795556149b5a051c5f5b2159d5a9765c...8f68b59723bfabe168dad34d4db29d31c85b195f) -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Collections.Perf_SingleCharFrozenDictionary.TryGetValue_True_FrozenDictionary(Count: 10) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Collections.Perf_SingleCharFrozenDictionary.TryGetValue_True_FrozenDictionary%28Count%3A%2010%29.html) | +36.90% | 157.858985 | 216.106540 | [10](#10-ac6152838e---avoid-generic-virtual-dispatch-for-frozen-collections-alternate-lookup-108732) | | System.Buffers.Text.Tests.Utf8FormatterTests.FormatterUInt64(value: 18446744073709551615) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Buffers.Text.Tests.Utf8FormatterTests.FormatterUInt64%28value%3A%2018446744073709551615%29.html) | +27.68% | 150.904859 | 192.679254 | [3](#3-4020e05efd---clean-up-in-numberformattingcs-110955) | @@ -1173,7 +1173,7 @@ **Commit:** [4cc1155e6a](https://github.com/dotnet/runtime/commit/4cc1155e6af3a6f0b733b8900bf2f0d1495be7e0) **Affected Tests:** 9 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Buffers.Tests.SearchValuesCharTests.LastIndexOfAnyExcept(Values: "abcdefABCDEF0123456789Ü") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Buffers.Tests.SearchValuesCharTests.LastIndexOfAnyExcept%28Values%3A%20%22abcdefABCDEF0123456789%C3%9C%22%29.html) | +10.90% | 416.274958 | 461.645467 | None | | System.Text.Json.Serialization.Tests.WriteJson>.SerializeToString(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Text.Json.Serialization.Tests.WriteJson%28ImmutableSortedDictionary%28String%2C%20String%29%29.SerializeToString%28Mode%3A%20Reflection%29.html) | +10.82% | 78584.713289 | 87090.642528 | [2](#2-217525ae6f---workaround-for-106521-106578), [4](#4-0fa747abd5---replace-optimizedinboxtextencoder-vectorization-with-searchvalues-114494) | @@ -1193,7 +1193,7 @@ **Commit:** [194ad16675](https://github.com/dotnet/runtime/commit/194ad1667552ed2538bbbb83e336979b02ae6482) **Affected Tests:** 8 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Tests.Perf_Random.NextBytes_span_unseeded | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Tests.Perf_Random.NextBytes_span_unseeded.html) | +18.10% | 926.008796 | 1093.655146 | [2](#2-217525ae6f---workaround-for-106521-106578) | | System.Tests.Perf_Random.NextBytes_unseeded | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Tests.Perf_Random.NextBytes_unseeded.html) | +18.08% | 929.017811 | 1096.959382 | [2](#2-217525ae6f---workaround-for-106521-106578) | @@ -1212,7 +1212,7 @@ **Commit:** [890de13b9d](https://github.com/dotnet/runtime/commit/890de13b9d38739f28ca6437ce89046830507cf8) **Affected Tests:** 8 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Tests.Perf_String.Format_OneArg(s: "Testing {0}, {0:C}, {0:E} - {0:F4}{0:G}{0:N} , !!", o: 3.14159) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Tests.Perf_String.Format_OneArg%28s%3A%20%22Testing%20%7B0%7D%2C%20%7B0%3AC%7D%2C%20%7B0%3AE%7D%20-%20%7B0%3AF4%7D%7B0%3AG%7D%7B0%3AN%7D%20%2C%20%21%21%22%2C%20o%3A%203.14159%29.html) | +15.28% | 2901.764919 | 3345.152751 | None | | System.Linq.Tests.Perf_Enumerable.Max(input: IEnumerable) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Linq.Tests.Perf_Enumerable.Max%28input%3A%20IEnumerable%29.html) | +12.37% | 615.494285 | 691.639172 | [1](#1-da809372c5---use-unsafeaccessortype-in-systemprivatecorelib-and-the-bcl-115583) | @@ -1234,7 +1234,7 @@ - Range: This commit represents a range of commits from [9e7d746638](https://github.com/dotnet/runtime/commit/9e7d746638dd5facb456d50427e293f25c79a12d) to [004f205412](https://github.com/dotnet/runtime/commit/004f2054128e000a8ee4a327b4f429e10e4275b8) - [View Range](https://github.com/dotnet/runtime/compare/9e7d746638dd5facb456d50427e293f25c79a12d...004f2054128e000a8ee4a327b4f429e10e4275b8) -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.IO.Compression.Brotli.Compress_WithoutState(level: Optimal, file: "alice29.txt") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.IO.Compression.Brotli.Compress_WithoutState%28level%3A%20Optimal%2C%20file%3A%20%22alice29.txt%22%29.html) | +7.06% | 184062360.933333 | 197060161.524405 | [2](#2-217525ae6f---workaround-for-106521-106578), [38](#38-7e41ae6eaf---update-zlib-ng-to-224-116044) | | System.IO.Compression.Brotli.Compress_WithState(level: Optimal, file: "TestDocument.pdf") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.IO.Compression.Brotli.Compress_WithState%28level%3A%20Optimal%2C%20file%3A%20%22TestDocument.pdf%22%29.html) | +6.45% | 404442011.174603 | 430541450.922449 | [2](#2-217525ae6f---workaround-for-106521-106578) | @@ -1255,7 +1255,7 @@ - Range: This commit represents a range of commits from [b3f9fb67fe](https://github.com/dotnet/runtime/commit/b3f9fb67feef3d8c0d9c6b28802eebc896466174) to [d798c051b6](https://github.com/dotnet/runtime/commit/d798c051b6bd0e9227b2bea76838532764f98732) - [View Range](https://github.com/dotnet/runtime/compare/b3f9fb67feef3d8c0d9c6b28802eebc896466174...d798c051b6bd0e9227b2bea76838532764f98732) -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Linq.Tests.Perf_Enumerable.Aggregate_Seed(input: IEnumerable) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Linq.Tests.Perf_Enumerable.Aggregate_Seed%28input%3A%20IEnumerable%29.html) | +21.11% | 599.261217 | 725.790649 | None | | System.Tests.Perf_Int64.ParseSpan(value: "9223372036854775807") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Tests.Perf_Int64.ParseSpan%28value%3A%20%229223372036854775807%22%29.html) | +7.25% | 89.099885 | 95.559071 | None | @@ -1272,7 +1272,7 @@ **Commit:** [67a567fbe7](https://github.com/dotnet/runtime/commit/67a567fbe704655be5387f2fa3ca555d22c39844) **Affected Tests:** 6 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Numerics.Tests.Perf_BigInteger.Divide(arguments: 1024,512 bits) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tests.Perf_BigInteger.Divide%28arguments%3A%201024%2C512%20bits%29.html) | +15.34% | 1219.059765 | 1406.103983 | [2](#2-217525ae6f---workaround-for-106521-106578), [15](#15-617f9ee5f3---add-typename-apis-to-simplify-metadata-lookup-111598) | | Loops.StrengthReduction.SumS8Span | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/Loops.StrengthReduction.SumS8Span.html) | +14.74% | 15330.350376 | 17590.521885 | [2](#2-217525ae6f---workaround-for-106521-106578), [13](#13-b146d7512c---jit-move-loop-inversion-to-after-loop-recognition-115850), [18](#18-6cacfa7b5c---fix-matrix4x4createreflection-when-d-is-not-zero-110057) | @@ -1289,7 +1289,7 @@ **Commit:** [7266021f0e](https://github.com/dotnet/runtime/commit/7266021f0e16011c38686618b73f0eb8e37f1644) **Affected Tests:** 5 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Tests.Perf_Int64.ToString(value: -9223372036854775808) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Tests.Perf_Int64.ToString%28value%3A%20-9223372036854775808%29.html) | +44.05% | 164.570687 | 237.071340 | [3](#3-4020e05efd---clean-up-in-numberformattingcs-110955) | | System.Memory.Span.StartsWith(Size: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Memory.Span%28Char%29.StartsWith%28Size%3A%204%29.html) | +20.66% | 21.502262 | 25.943696 | [2](#2-217525ae6f---workaround-for-106521-106578), [5](#5-3f0a23d76d---dedup-remaining-memoryextensions-span-overloads-109501) | @@ -1308,7 +1308,7 @@ - Range: This commit represents a range of commits from [5966995de2](https://github.com/dotnet/runtime/commit/5966995de27fd04c2f46aaf50c1c6f348a04fa60) to [4bfdd53a62](https://github.com/dotnet/runtime/commit/4bfdd53a625de820396d5476a84aafa9f19a7a96) - [View Range](https://github.com/dotnet/runtime/compare/5966995de27fd04c2f46aaf50c1c6f348a04fa60...4bfdd53a625de820396d5476a84aafa9f19a7a96) -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Collections.IterateForEach.SortedList(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Collections.IterateForEach%28String%29.SortedList%28Size%3A%20512%29.html) | +7.80% | 5891.638921 | 6351.413463 | [1](#1-da809372c5---use-unsafeaccessortype-in-systemprivatecorelib-and-the-bcl-115583), [14](#14-28f729b437---make-getpropertycount-public-and-fix-its-return-value-106503) | | System.Linq.Tests.Perf_Enumerable.WhereSingleOrDefault_LastElementMatches(input: List) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Linq.Tests.Perf_Enumerable.WhereSingleOrDefault_LastElementMatches%28input%3A%20List%29.html) | +7.25% | 530.855212 | 569.337359 | [7](#7-727eb5196b---use-unsafebitcast-in-systemguid-116415) | @@ -1327,7 +1327,7 @@ - Range: This commit represents a range of commits from [2f5c61c78c](https://github.com/dotnet/runtime/commit/2f5c61c78c05825665c76da423e9c648bfd1e407) to [f93aa8a3d7](https://github.com/dotnet/runtime/commit/f93aa8a3d74304ea3bc58a1127afdbed1e2398dc) - [View Range](https://github.com/dotnet/runtime/compare/2f5c61c78c05825665c76da423e9c648bfd1e407...f93aa8a3d74304ea3bc58a1127afdbed1e2398dc) -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.IO.Compression.Brotli.Decompress_WithState(level: Fastest, file: "TestDocument.pdf") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.IO.Compression.Brotli.Decompress_WithState%28level%3A%20Fastest%2C%20file%3A%20%22TestDocument.pdf%22%29.html) | +8.14% | 232068.370213 | 250957.441122 | [2](#2-217525ae6f---workaround-for-106521-106578) | | System.IO.Compression.Brotli.Decompress_WithoutState(level: Fastest, file: "TestDocument.pdf") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.IO.Compression.Brotli.Decompress_WithoutState%28level%3A%20Fastest%2C%20file%3A%20%22TestDocument.pdf%22%29.html) | +7.19% | 232601.376532 | 249318.179050 | None | @@ -1343,7 +1343,7 @@ **Commit:** [2d5a2ee095](https://github.com/dotnet/runtime/commit/2d5a2ee09518e3afad75ea9bc40df0a548bcfa36) **Affected Tests:** 5 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Buffers.Tests.RentReturnArrayPoolTests.ProducerConsumer(RentalSize: 4096, ManipulateArray: False, Async: True, UseSharedPool: False) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Buffers.Tests.RentReturnArrayPoolTests%28Object%29.ProducerConsumer%28RentalSize%3A%204096%2C%20ManipulateArray%3A%20False%2C%20Async%3A%20True%2C%20UseSharedPool%3A%20False%29.html) | +45.92% | 341.846180 | 498.816195 | [47](#47-eb3219911c---fix-regression-caused-by-overload-resolution-115164) | | System.Threading.Channels.Tests.BoundedChannelPerfTests.TryWriteThenTryRead | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Threading.Channels.Tests.BoundedChannelPerfTests.TryWriteThenTryRead.html) | +12.72% | 63.721955 | 71.825517 | [2](#2-217525ae6f---workaround-for-106521-106578) | @@ -1362,7 +1362,7 @@ - Range: This commit represents a range of commits from [efb8a8fe626](https://github.com/dotnet/runtime/commit/efb8a8fe6263cb66c154576c859523e885dc5a24) to [1d69684de8](https://github.com/dotnet/runtime/commit/1d69684de8801d500e12de8efd86e7ecfa5ed168) - [View Range](https://github.com/dotnet/runtime/compare/efb8a8fe6263cb66c154576c859523e885dc5a24...1d69684de8801d500e12de8efd86e7ecfa5ed168) -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Memory.Span.IndexOfAnyFourValues(Size: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Memory.Span%28Char%29.IndexOfAnyFourValues%28Size%3A%204%29.html) | +9.57% | 24.748706 | 27.117679 | [2](#2-217525ae6f---workaround-for-106521-106578) | | System.Memory.Span.IndexOfAnyFiveValues(Size: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Memory.Span%28Char%29.IndexOfAnyFiveValues%28Size%3A%204%29.html) | +8.62% | 25.783047 | 28.006208 | None | @@ -1377,7 +1377,7 @@ **Commit:** [ca99c8084c](https://github.com/dotnet/runtime/commit/ca99c8084c3a5da8f1aa9b04aed00dbf094bf09a) **Affected Tests:** 4 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | LinqBenchmarks.Where01LinqQueryX | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/LinqBenchmarks.Where01LinqQueryX.html) | +6.55% | 563763267.755556 | 600712219.247619 | [2](#2-217525ae6f---workaround-for-106521-106578) | | LinqBenchmarks.Where01LinqMethodX | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/LinqBenchmarks.Where01LinqMethodX.html) | +5.57% | 566778642.466667 | 598328593.120728 | None | @@ -1392,7 +1392,7 @@ **Commit:** [0ac2caf41a](https://github.com/dotnet/runtime/commit/0ac2caf41a88c56a287ab790e92eaf3ccf846fc8) **Affected Tests:** 4 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Formats.Tar.Tests.Perf_TarWriter.UstarTarEntry_WriteEntry | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Formats.Tar.Tests.Perf_TarWriter.UstarTarEntry_WriteEntry.html) | +6.85% | 3689.451470 | 3942.346138 | [46](#46-1c7e2a0992---update-dependencies-from-httpsdevazurecomdncenginternal_gitdotnet-optimization-build-202504173-114851) | | System.Formats.Tar.Tests.Perf_TarWriter.V7TarEntry_WriteEntry | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Formats.Tar.Tests.Perf_TarWriter.V7TarEntry_WriteEntry.html) | +6.82% | 3602.604021 | 3848.157245 | [37](#37-8c3a2e15a6---tar-write-unused-gnu-tar-entry-size-ctime-and-atime-bytes-in-the-expected-format-114868) | @@ -1407,7 +1407,7 @@ **Commit:** [e0e9f15d06](https://github.com/dotnet/runtime/commit/e0e9f15d06b775325c874674bfca51d18c8f5075) **Affected Tests:** 4 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Numerics.Tests.Perf_Matrix4x4.CreateFromScalars | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tests.Perf_Matrix4x4.CreateFromScalars.html) | +33.17% | 32.038084 | 42.665968 | None | | System.Numerics.Tests.Perf_Matrix4x4.CreateFromMatrix3x2 | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tests.Perf_Matrix4x4.CreateFromMatrix3x2.html) | +19.20% | 73.286227 | 87.359093 | None | @@ -1422,7 +1422,7 @@ **Commit:** [ec11903827](https://github.com/dotnet/runtime/commit/ec11903827fc28847d775ba17e0cd1ff56cfbc2e) **Affected Tests:** 4 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | PerfLabTests.LowLevelPerf.GenericGenericMethod | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/PerfLabTests.LowLevelPerf.GenericGenericMethod.html) | +7.41% | 193973.826110 | 208344.788177 | None | | System.Collections.IterateForEach.HashSet(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Collections.IterateForEach%28String%29.HashSet%28Size%3A%20512%29.html) | +6.53% | 2844.210845 | 3029.849493 | [1](#1-da809372c5---use-unsafeaccessortype-in-systemprivatecorelib-and-the-bcl-115583) | @@ -1437,7 +1437,7 @@ **Commit:** [5415b7342d](https://github.com/dotnet/runtime/commit/5415b7342d44af9c974905760539f198fad13682) **Affected Tests:** 3 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Collections.TryGetValueFalse.SortedDictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Collections.TryGetValueFalse%28SmallClass%2C%20SmallClass%29.SortedDictionary%28Size%3A%20512%29.html) | +6.66% | 72781.972089 | 77632.866224 | [19](#19-4cc1155e6a---revert-make-mutable-generic-collection-interfaces-implement-read-only-collection-interfaces-and-related-changes-116497) | | System.Collections.IterateFor.IList(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Collections.IterateFor%28Int32%29.IList%28Size%3A%20512%29.html) | +5.86% | 2438.862758 | 2581.685260 | [23](#23-76fda4da6b---add-eventhandlerin-tsender-in-teventargs-update-eventhandlerteventargs-115530), [26](#26-8c9b1f8e05---add-inlinearray16t-114515) | @@ -1454,7 +1454,7 @@ - Range: This commit represents a range of commits from [8f68b59723](https://github.com/dotnet/runtime/commit/8f68b59723bfabe168dad34d4db29d31c85b195f) to [89adcf9209](https://github.com/dotnet/runtime/commit/89adcf9209ef13c9ea598eb0b70ef1a42f02d284) - [View Range](https://github.com/dotnet/runtime/compare/8f68b59723bfabe168dad34d4db29d31c85b195f...89adcf9209ef13c9ea598eb0b70ef1a42f02d284) -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Buffers.Tests.RentReturnArrayPoolTests.SingleSerial(RentalSize: 4096, ManipulateArray: False, Async: True, UseSharedPool: True) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Buffers.Tests.RentReturnArrayPoolTests%28Object%29.SingleSerial%28RentalSize%3A%204096%2C%20ManipulateArray%3A%20False%2C%20Async%3A%20True%2C%20UseSharedPool%3A%20True%29.html) | +7.42% | 317.638025 | 341.195190 | None | | System.Net.Primitives.Tests.CredentialCacheTests.ForEach(uriCount: 10, hostPortCount: 10) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Net.Primitives.Tests.CredentialCacheTests.ForEach%28uriCount%3A%2010%2C%20hostPortCount%3A%2010%29.html) | +5.79% | 387.291564 | 409.705293 | [14](#14-28f729b437---make-getpropertycount-public-and-fix-its-return-value-106503), [18](#18-6cacfa7b5c---fix-matrix4x4createreflection-when-d-is-not-zero-110057) | @@ -1467,7 +1467,7 @@ **Commit:** [11f3549e83](https://github.com/dotnet/runtime/commit/11f3549e8392f2220aeadfa34aa578ccb47b80c0) **Affected Tests:** 2 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Tests.Perf_DateTime.Year | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Tests.Perf_DateTime.Year.html) | +16.06% | 9.308739 | 10.803597 | None | | System.Tests.Perf_DateTimeOffset.GetUtcNow | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Tests.Perf_DateTimeOffset.GetUtcNow.html) | +14.35% | 29.644885 | 33.899839 | None | @@ -1480,7 +1480,7 @@ **Commit:** [8c3a2e15a6](https://github.com/dotnet/runtime/commit/8c3a2e15a63d1a7b2b54312b79f8a725ccdc2d4d) **Affected Tests:** 2 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Formats.Tar.Tests.Perf_TarWriter.V7TarEntry_WriteEntry | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Formats.Tar.Tests.Perf_TarWriter.V7TarEntry_WriteEntry.html) | +6.82% | 3602.604021 | 3848.157245 | [31](#31-0ac2caf41a---tar-adjust-the-way-we-write-gnu-longlink-and-longpath-metadata-114940) | | System.Formats.Tar.Tests.Perf_TarWriter.UstarTarEntry_WriteEntry_Async | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Formats.Tar.Tests.Perf_TarWriter.UstarTarEntry_WriteEntry_Async.html) | +5.13% | 4598.163067 | 4833.897232 | [2](#2-217525ae6f---workaround-for-106521-106578), [31](#31-0ac2caf41a---tar-adjust-the-way-we-write-gnu-longlink-and-longpath-metadata-114940) | @@ -1493,7 +1493,7 @@ **Commit:** [7e41ae6eaf](https://github.com/dotnet/runtime/commit/7e41ae6eaf5376ea4a292936e1d1eddcf1671c6a) **Affected Tests:** 2 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.IO.Compression.Brotli.Compress_WithoutState(level: Optimal, file: "alice29.txt") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.IO.Compression.Brotli.Compress_WithoutState%28level%3A%20Optimal%2C%20file%3A%20%22alice29.txt%22%29.html) | +7.06% | 184062360.933333 | 197060161.524405 | [2](#2-217525ae6f---workaround-for-106521-106578), [22](#22-d08dff5b31---update-to-net-10-build-images-110198) | | System.IO.Compression.Brotli.Compress_WithState(level: Optimal, file: "alice29.txt") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.IO.Compression.Brotli.Compress_WithState%28level%3A%20Optimal%2C%20file%3A%20%22alice29.txt%22%29.html) | +5.84% | 184135204.303419 | 194892450.051439 | [2](#2-217525ae6f---workaround-for-106521-106578), [22](#22-d08dff5b31---update-to-net-10-build-images-110198) | @@ -1506,7 +1506,7 @@ **Commit:** [27c8fe0445](https://github.com/dotnet/runtime/commit/27c8fe04453195039686fb375a73fac7ff1ea968) **Affected Tests:** 2 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Text.Json.Serialization.Tests.WriteJson>.SerializeToString(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Text.Json.Serialization.Tests.WriteJson%28HashSet%28String%29%29.SerializeToString%28Mode%3A%20Reflection%29.html) | +9.78% | 34123.144886 | 37459.858320 | [2](#2-217525ae6f---workaround-for-106521-106578), [4](#4-0fa747abd5---replace-optimizedinboxtextencoder-vectorization-with-searchvalues-114494) | | System.Text.Json.Serialization.Tests.WriteJson>.SerializeObjectProperty(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Text.Json.Serialization.Tests.WriteJson%28HashSet%28String%29%29.SerializeObjectProperty%28Mode%3A%20Reflection%29.html) | +8.19% | 35093.504578 | 37967.217310 | [2](#2-217525ae6f---workaround-for-106521-106578), [4](#4-0fa747abd5---replace-optimizedinboxtextencoder-vectorization-with-searchvalues-114494) | @@ -1522,7 +1522,7 @@ - Range: This commit represents a range of commits from [105bf4dd4d](https://github.com/dotnet/runtime/commit/105bf4dd4dedfe9dfb067427cbca34f76ddfaa44) to [68511fd27f](https://github.com/dotnet/runtime/commit/68511fd27fe4055ce5203742998ba12019dfcbd4) - [View Range](https://github.com/dotnet/runtime/compare/105bf4dd4dedfe9dfb067427cbca34f76ddfaa44...68511fd27fe4055ce5203742998ba12019dfcbd4) -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Collections.ContainsKeyTrue.Dictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Collections.ContainsKeyTrue%28Int32%2C%20Int32%29.Dictionary%28Size%3A%20512%29.html) | +5.77% | 6743.880867 | 7132.961237 | None | @@ -1537,7 +1537,7 @@ - Range: This commit represents a range of commits from [ad6c18f687](https://github.com/dotnet/runtime/commit/ad6c18f6874b3382a8f96a6021616fa71c918aeb) to [636c86342a](https://github.com/dotnet/runtime/commit/636c86342a29dfa8f419414bbd4877b882198ed3) - [View Range](https://github.com/dotnet/runtime/compare/ad6c18f6874b3382a8f96a6021616fa71c918aeb...636c86342a29dfa8f419414bbd4877b882198ed3) -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Text.Json.Tests.Perf_Reader.ReadSpanEmptyLoop(IsDataCompact: False, TestCase: DeepTree) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Text.Json.Tests.Perf_Reader.ReadSpanEmptyLoop%28IsDataCompact%3A%20False%2C%20TestCase%3A%20DeepTree%29.html) | +5.34% | 16204.162915 | 17070.237533 | [6](#6-50bf1685bd---implement-iutf8spanparsable-on-guid-105654), [8](#8-a950953d00---remove-bounds-checks-for-log2-function-in-formattinghelperscountdigits-113790), [17](#17-4b98d321ef---add-frozendictionary-specialization-for-integers-enums-111886) | @@ -1549,7 +1549,7 @@ **Commit:** [f199591a27](https://github.com/dotnet/runtime/commit/f199591a2708e5ab84e0d2df5a4468045be680ad) **Affected Tests:** 1 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Tests.Perf_Uri.ParseAbsoluteUri | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Tests.Perf_Uri.ParseAbsoluteUri.html) | +35.76% | 773.249726 | 1049.729228 | [16](#16-76dbb27608---use-searchvalues-in-uricheckforunicodeorescapedunreserved-107357) | @@ -1561,7 +1561,7 @@ **Commit:** [ad304792cf](https://github.com/dotnet/runtime/commit/ad304792cfd5af4155120f054b48850bf91acf62) **Affected Tests:** 1 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | Exceptions.Handling.ThrowAndCatchDeepRecursive(kind: ReflectionHardware) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/Exceptions.Handling.ThrowAndCatchDeepRecursive%28kind%3A%20ReflectionHardware%29.html) | +5.18% | 14025.343885 | 14751.276347 | [22](#22-d08dff5b31---update-to-net-10-build-images-110198) | @@ -1576,7 +1576,7 @@ - Range: This commit represents a range of commits from [af25787dac](https://github.com/dotnet/runtime/commit/af25787dac9b2cba8a2d4a830f280e59782878a8) to [32b4ba3df7](https://github.com/dotnet/runtime/commit/32b4ba3df72fa61fb7455f935dee92a2cce2ad0d) - [View Range](https://github.com/dotnet/runtime/compare/af25787dac9b2cba8a2d4a830f280e59782878a8...32b4ba3df72fa61fb7455f935dee92a2cce2ad0d) -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Collections.CtorFromCollection.FrozenDictionaryOptimized(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Collections.CtorFromCollection%28Int32%29.FrozenDictionaryOptimized%28Size%3A%20512%29.html) | +5.24% | 62030.052149 | 65279.564715 | [2](#2-217525ae6f---workaround-for-106521-106578), [12](#12-0b6404153e---implement-addsaturate-subtractsaturate-and-narrowwithsaturation-on-the-vector-types-115525), [17](#17-4b98d321ef---add-frozendictionary-specialization-for-integers-enums-111886) | @@ -1588,7 +1588,7 @@ **Commit:** [37b1764e19](https://github.com/dotnet/runtime/commit/37b1764e19aceaa545d8433c490b850538b8905a) **Affected Tests:** 1 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Numerics.Tests.Perf_BigInteger.ModPow(arguments: 16384,16384,64 bits) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tests.Perf_BigInteger.ModPow%28arguments%3A%2016384%2C16384%2C64%20bits%29.html) | +6.79% | 4182866.945290 | 4467013.507249 | [2](#2-217525ae6f---workaround-for-106521-106578) | @@ -1600,7 +1600,7 @@ **Commit:** [1c7e2a0992](https://github.com/dotnet/runtime/commit/1c7e2a0992c537da05ee10ed63d2446518a4bd8b) **Affected Tests:** 1 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Formats.Tar.Tests.Perf_TarWriter.UstarTarEntry_WriteEntry | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Formats.Tar.Tests.Perf_TarWriter.UstarTarEntry_WriteEntry.html) | +6.85% | 3689.451470 | 3942.346138 | [31](#31-0ac2caf41a---tar-adjust-the-way-we-write-gnu-longlink-and-longpath-metadata-114940) | @@ -1612,7 +1612,7 @@ **Commit:** [eb3219911c](https://github.com/dotnet/runtime/commit/eb3219911c0bbe2ec460b04be7e8e842ec45e06f) **Affected Tests:** 1 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Buffers.Tests.RentReturnArrayPoolTests.ProducerConsumer(RentalSize: 4096, ManipulateArray: False, Async: True, UseSharedPool: False) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Buffers.Tests.RentReturnArrayPoolTests%28Object%29.ProducerConsumer%28RentalSize%3A%204096%2C%20ManipulateArray%3A%20False%2C%20Async%3A%20True%2C%20UseSharedPool%3A%20False%29.html) | +45.92% | 341.846180 | 498.816195 | [28](#28-2d5a2ee095---remove-canceled-asyncoperations-from-channel-queues-116021) | @@ -1627,7 +1627,7 @@ - Range: This commit represents a range of commits from [ffcd1c5442](https://github.com/dotnet/runtime/commit/ffcd1c5442a0c6e5317efa46d6ce381003397476) to [141b2bb7f1](https://github.com/dotnet/runtime/commit/141b2bb7f1c50918359f42bee8bf0971514868fe) - [View Range](https://github.com/dotnet/runtime/compare/ffcd1c5442a0c6e5317efa46d6ce381003397476...141b2bb7f1c50918359f42bee8bf0971514868fe) -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | XmlDocumentTests.XmlDocumentTests.Perf_XmlDocument.GetDocumentElement | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/XmlDocumentTests.XmlDocumentTests.Perf_XmlDocument.GetDocumentElement.html) | +5.56% | 8.060450 | 8.508295 | [8](#8-a950953d00---remove-bounds-checks-for-log2-function-in-formattinghelperscountdigits-113790) | @@ -1639,7 +1639,7 @@ **Commit:** [fcd197c9a4](https://github.com/dotnet/runtime/commit/fcd197c9a4ea9def2049fdb302eede3e044fba5f) **Affected Tests:** 1 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Buffers.Tests.RentReturnArrayPoolTests.ProducerConsumer(RentalSize: 4096, ManipulateArray: False, Async: True, UseSharedPool: False) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Buffers.Tests.RentReturnArrayPoolTests%28Byte%29.ProducerConsumer%28RentalSize%3A%204096%2C%20ManipulateArray%3A%20False%2C%20Async%3A%20True%2C%20UseSharedPool%3A%20False%29.html) | +43.35% | 379.741558 | 544.358152 | None | @@ -1651,7 +1651,7 @@ **Commit:** [30082a461a](https://github.com/dotnet/runtime/commit/30082a461a68e3305b507910aba7457bdc98115c) **Affected Tests:** 1 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Text.Json.Serialization.Tests.WriteJson.SerializeToString(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Text.Json.Serialization.Tests.WriteJson%28IndexViewModel%29.SerializeToString%28Mode%3A%20Reflection%29.html) | +11.01% | 130914.092872 | 145322.600447 | [2](#2-217525ae6f---workaround-for-106521-106578), [3](#3-4020e05efd---clean-up-in-numberformattingcs-110955), [4](#4-0fa747abd5---replace-optimizedinboxtextencoder-vectorization-with-searchvalues-114494) | @@ -1663,7 +1663,7 @@ **Commit:** [9b4f83ed53](https://github.com/dotnet/runtime/commit/9b4f83ed53c7be3639d79c2c5ca123ab0e675a61) **Affected Tests:** 1 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Diagnostics.Perf_Activity.EnumerateActivityLinksSmall | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_LLVM=false_MonoAOT=false_MonoInterpreter=false_RunKind=micro_mono/System.Diagnostics.Perf_Activity.EnumerateActivityLinksSmall.html) | +7.69% | 74.992502 | 80.761358 | None | diff --git a/reports/net9to10/linux-monoaot-ampere_improvement_report.md b/reports/net9to10/linux-monoaot-ampere_improvement_report.md new file mode 100644 index 00000000000..0d34cbaed65 --- /dev/null +++ b/reports/net9to10/linux-monoaot-ampere_improvement_report.md @@ -0,0 +1,477 @@ +# Improvement Report - linux-monoaot-ampere + +## >50% Improvement (13 tests) + +| Test Name | Link | Change % | .NET 9 | .NET 10 | +|-----------|------|----------|--------|-------| +| System.Memory.Span.Fill(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Memory.Span%28Byte%29.Fill%28Size%3A%20512%29.html) | -58.61% | 97.124006 | 40.202806 | +| System.Memory.Span.Fill(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Memory.Span%28Char%29.Fill%28Size%3A%20512%29.html) | -55.15% | 156.539824 | 70.212075 | +| System.Net.Primitives.Tests.IPAddressPerformanceTests.TryWriteBytes(address: 1020:3040:5060:7080:9010:1112:1314:1516) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Net.Primitives.Tests.IPAddressPerformanceTests.TryWriteBytes%28address%3A%201020%3A3040%3A5060%3A7080%3A9010%3A1112%3A1314%3A1516%29.html) | -53.86% | 15.212303 | 7.018533 | +| System.Numerics.Tests.Perf_BigInteger.Divide(arguments: 65536,32768 bits) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tests.Perf_BigInteger.Divide%28arguments%3A%2065536%2C32768%20bits%29.html) | -57.66% | 2222588.600608 | 941005.804210 | +| System.Numerics.Tests.Perf_BigInteger.Remainder(arguments: 65536,32768 bits) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tests.Perf_BigInteger.Remainder%28arguments%3A%2065536%2C32768%20bits%29.html) | -57.53% | 2223132.811446 | 944138.913145 | +| System.Numerics.Tests.Perf_BigInteger.ToByteArray(numberString: 1234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456... | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tests.Perf_BigInteger.ToByteArray%28numberString%3A%201234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456.html) | -56.69% | 14015.520458 | 6070.053443 | +| System.Numerics.Tests.Perf_BigInteger.ToByteArray(numberString: 1234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456... | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tests.Perf_BigInteger.ToByteArray%28numberString%3A%201234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456.html) | -56.25% | 13803.919289 | 6038.667632 | +| System.Numerics.Tests.Perf_Quaternion.EqualityOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tests.Perf_Quaternion.EqualityOperatorBenchmark.html) | -55.52% | 0.003189 | 0.001419 | +| System.Numerics.Tests.Perf_Quaternion.EqualsBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tests.Perf_Quaternion.EqualsBenchmark.html) | -81.36% | 0.002331 | 0.000435 | +| System.Numerics.Tests.Perf_Quaternion.IsIdentityBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tests.Perf_Quaternion.IsIdentityBenchmark.html) | -91.48% | 0.003512 | 0.000299 | +| System.Numerics.Tests.Perf_Quaternion.NormalizeBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tests.Perf_Quaternion.NormalizeBenchmark.html) | -53.25% | 2.374328 | 1.110069 | +| System.Tests.Perf_DateTimeOffset.op_Subtraction | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Tests.Perf_DateTimeOffset.op_Subtraction.html) | -76.07% | 10.200014 | 2.440436 | +| System.Tests.Perf_Type.GetType_InvalidName | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Tests.Perf_Type.GetType_InvalidName.html) | -97.59% | 4602.746491 | 110.868526 | + +## 40-50% Improvement (2 tests) + +| Test Name | Link | Change % | .NET 9 | .NET 10 | +|-----------|------|----------|--------|-------| +| System.Numerics.Tests.Perf_BigInteger.ToByteArray(numberString: 1234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456... | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tests.Perf_BigInteger.ToByteArray%28numberString%3A%201234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456.html) | -41.09% | 130.994260 | 77.164496 | +| System.Numerics.Tests.Perf_Quaternion.LengthBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tests.Perf_Quaternion.LengthBenchmark.html) | -49.76% | 0.675973 | 0.339610 | + +## 30-40% Improvement (8 tests) + +| Test Name | Link | Change % | .NET 9 | .NET 10 | +|-----------|------|----------|--------|-------| +| GuardedDevirtualization.ThreeClassVirtual.Call(testInput: pB=0.00 pD=0.00) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/GuardedDevirtualization.ThreeClassVirtual.Call%28testInput%3A%20pB%3D0.00%20pD%3D0.00%29.html) | -31.90% | 1.975097 | 1.345090 | +| System.IO.MemoryMappedFiles.Tests.Perf_MemoryMappedFile.CreateNew(capacity: 10000) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.IO.MemoryMappedFiles.Tests.Perf_MemoryMappedFile.CreateNew%28capacity%3A%2010000%29.html) | -34.13% | 21699.061530 | 14293.798439 | +| System.IO.MemoryMappedFiles.Tests.Perf_MemoryMappedFile.CreateNew(capacity: 100000) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.IO.MemoryMappedFiles.Tests.Perf_MemoryMappedFile.CreateNew%28capacity%3A%20100000%29.html) | -37.88% | 22328.362650 | 13869.536467 | +| System.IO.MemoryMappedFiles.Tests.Perf_MemoryMappedFile.CreateNew(capacity: 1000000) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.IO.MemoryMappedFiles.Tests.Perf_MemoryMappedFile.CreateNew%28capacity%3A%201000000%29.html) | -34.57% | 21401.682815 | 14002.230409 | +| System.IO.MemoryMappedFiles.Tests.Perf_MemoryMappedFile.CreateNew(capacity: 10000000) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.IO.MemoryMappedFiles.Tests.Perf_MemoryMappedFile.CreateNew%28capacity%3A%2010000000%29.html) | -36.12% | 22778.069531 | 14549.567480 | +| System.Text.Encodings.Web.Tests.Perf_Encoders.EncodeUtf8(arguments: JavaScript,no escaping required,512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Text.Encodings.Web.Tests.Perf_Encoders.EncodeUtf8%28arguments%3A%20JavaScript%2Cno%20escaping%20required%2C512%29.html) | -30.51% | 2729.045680 | 1896.539981 | +| System.Text.Encodings.Web.Tests.Perf_Encoders.EncodeUtf8(arguments: UnsafeRelaxed,hello "there",512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Text.Encodings.Web.Tests.Perf_Encoders.EncodeUtf8%28arguments%3A%20UnsafeRelaxed%2Chello%20%22there%22%2C512%29.html) | -30.15% | 2688.136116 | 1877.552546 | +| System.Text.Encodings.Web.Tests.Perf_Encoders.EncodeUtf8(arguments: UnsafeRelaxed,no required,512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Text.Encodings.Web.Tests.Perf_Encoders.EncodeUtf8%28arguments%3A%20UnsafeRelaxed%2Cno%20%28escaping%20/%29%20required%2C512%29.html) | -30.62% | 2748.002746 | 1906.517447 | + +## 25-30% Improvement (6 tests) + +| Test Name | Link | Change % | .NET 9 | .NET 10 | +|-----------|------|----------|--------|-------| +| System.Numerics.Tests.Perf_Vector3.MultiplyFunctionBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tests.Perf_Vector3.MultiplyFunctionBenchmark.html) | -25.31% | 2.454414 | 1.833159 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Float.GreaterThanAnyBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Runtime.Intrinsics.Tests.Perf_Vector128Float.GreaterThanAnyBenchmark.html) | -27.97% | 1.709388 | 1.231344 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.EqualsBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28SByte%29.EqualsBenchmark.html) | -26.80% | 2.733816 | 2.001109 | +| System.Text.Encodings.Web.Tests.Perf_Encoders.EncodeUtf8(arguments: JavaScript,&Hello+!,512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Text.Encodings.Web.Tests.Perf_Encoders.EncodeUtf8%28arguments%3A%20JavaScript%2C%26Hello%2B%28World%29%21%2C512%29.html) | -29.88% | 2668.911833 | 1871.405069 | +| System.Text.Encodings.Web.Tests.Perf_Encoders.EncodeUtf8(arguments: Url,&lorem ipsum=dolor sit amet,512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Text.Encodings.Web.Tests.Perf_Encoders.EncodeUtf8%28arguments%3A%20Url%2C%26lorem%20ipsum%3Ddolor%20sit%20amet%2C512%29.html) | -29.36% | 2717.647240 | 1919.738596 | +| System.Text.Encodings.Web.Tests.Perf_Encoders.EncodeUtf8(arguments: Url,�2020,512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Text.Encodings.Web.Tests.Perf_Encoders.EncodeUtf8%28arguments%3A%20Url%2C%EF%BF%BD2020%2C512%29.html) | -29.97% | 2672.921310 | 1871.779750 | + +## 20-25% Improvement (17 tests) + +| Test Name | Link | Change % | .NET 9 | .NET 10 | +|-----------|------|----------|--------|-------| +| System.Diagnostics.Perf_Activity.EnumerateActivityLinksSmall | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Diagnostics.Perf_Activity.EnumerateActivityLinksSmall.html) | -23.96% | 203.008712 | 154.359609 | +| System.Net.Primitives.Tests.IPAddressPerformanceTests.GetAddressBytes(address: 1020:3040:5060:7080:9010:1112:1314:1516) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Net.Primitives.Tests.IPAddressPerformanceTests.GetAddressBytes%28address%3A%201020%3A3040%3A5060%3A7080%3A9010%3A1112%3A1314%3A1516%29.html) | -22.84% | 41.259603 | 31.837661 | +| System.Numerics.Tests.Perf_Vector4.InequalityOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tests.Perf_Vector4.InequalityOperatorBenchmark.html) | -21.91% | 1.557551 | 1.216302 | +| System.Reflection.Attributes.IsDefinedClassMiss | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Reflection.Attributes.IsDefinedClassMiss.html) | -23.47% | 282.096339 | 215.899062 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Int.XorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Runtime.Intrinsics.Tests.Perf_Vector128Int.XorBenchmark.html) | -22.71% | 2.668156 | 2.062098 | +| System.Tests.Perf_Lazy.ValueFromAlreadyInitialized | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Tests.Perf_Lazy.ValueFromAlreadyInitialized.html) | -21.06% | 8.083377 | 6.380909 | +| System.Tests.Perf_String.PadLeft(n: 2142) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Tests.Perf_String.PadLeft%28n%3A%202142%29.html) | -23.38% | 1025.924988 | 786.067068 | +| System.Text.Encodings.Web.Tests.Perf_Encoders.EncodeUtf8(arguments: JavaScript,no escaping required,16) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Text.Encodings.Web.Tests.Perf_Encoders.EncodeUtf8%28arguments%3A%20JavaScript%2Cno%20escaping%20required%2C16%29.html) | -22.71% | 203.382214 | 157.201973 | +| System.Text.Encodings.Web.Tests.Perf_Encoders.EncodeUtf8(arguments: UnsafeRelaxed,no required,16) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Text.Encodings.Web.Tests.Perf_Encoders.EncodeUtf8%28arguments%3A%20UnsafeRelaxed%2Cno%20%28escaping%20/%29%20required%2C16%29.html) | -23.39% | 223.374990 | 171.120975 | +| System.Text.Json.Document.Tests.Perf_EnumerateObject.EnumerateProperties(TestCase: ObjectProperties) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Text.Json.Document.Tests.Perf_EnumerateObject.EnumerateProperties%28TestCase%3A%20ObjectProperties%29.html) | -21.92% | 5702.188957 | 4452.266476 | +| System.Text.Json.Tests.Perf_Deep.WriteDeepUtf16(Formatted: True, SkipValidation: False) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Text.Json.Tests.Perf_Deep.WriteDeepUtf16%28Formatted%3A%20True%2C%20SkipValidation%3A%20False%29.html) | -22.41% | 52532772.494444 | 40759084.523413 | +| System.Text.Json.Tests.Perf_Deep.WriteDeepUtf16(Formatted: True, SkipValidation: True) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Text.Json.Tests.Perf_Deep.WriteDeepUtf16%28Formatted%3A%20True%2C%20SkipValidation%3A%20True%29.html) | -24.29% | 51551358.022222 | 39030862.176984 | +| System.Text.Json.Tests.Perf_Deep.WriteDeepUtf8(Formatted: True, SkipValidation: True) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Text.Json.Tests.Perf_Deep.WriteDeepUtf8%28Formatted%3A%20True%2C%20SkipValidation%3A%20True%29.html) | -21.51% | 50543848.611111 | 39672515.659524 | +| System.Text.Json.Tests.Perf_Strings.WriteStringsUtf8(Formatted: False, SkipValidation: False, Escaped: NoneEscaped) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Text.Json.Tests.Perf_Strings.WriteStringsUtf8%28Formatted%3A%20False%2C%20SkipValidation%3A%20False%2C%20Escaped%3A%20NoneEscaped%29.html) | -23.43% | 31795659.469444 | 24346343.733611 | +| System.Text.Json.Tests.Perf_Strings.WriteStringsUtf8(Formatted: False, SkipValidation: True, Escaped: NoneEscaped) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Text.Json.Tests.Perf_Strings.WriteStringsUtf8%28Formatted%3A%20False%2C%20SkipValidation%3A%20True%2C%20Escaped%3A%20NoneEscaped%29.html) | -22.56% | 31519546.566667 | 24408626.732292 | +| System.Text.Json.Tests.Perf_Strings.WriteStringsUtf8(Formatted: True, SkipValidation: False, Escaped: NoneEscaped) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Text.Json.Tests.Perf_Strings.WriteStringsUtf8%28Formatted%3A%20True%2C%20SkipValidation%3A%20False%2C%20Escaped%3A%20NoneEscaped%29.html) | -22.85% | 32609543.152778 | 25157489.243426 | +| System.Text.Json.Tests.Perf_Strings.WriteStringsUtf8(Formatted: True, SkipValidation: True, Escaped: NoneEscaped) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Text.Json.Tests.Perf_Strings.WriteStringsUtf8%28Formatted%3A%20True%2C%20SkipValidation%3A%20True%2C%20Escaped%3A%20NoneEscaped%29.html) | -21.56% | 32333756.969444 | 25363750.880237 | + +## 15-20% Improvement (33 tests) + +| Test Name | Link | Change % | .NET 9 | .NET 10 | +|-----------|------|----------|--------|-------| +| Microsoft.Extensions.Primitives.StringSegmentBenchmark.StartsWith | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/Microsoft.Extensions.Primitives.StringSegmentBenchmark.StartsWith.html) | -15.35% | 10.691370 | 9.050029 | +| System.Collections.Concurrent.Count.Queue(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Collections.Concurrent.Count%28Int32%29.Queue%28Size%3A%20512%29.html) | -15.24% | 43.289133 | 36.693902 | +| System.Collections.Concurrent.IsEmpty.Stack(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Collections.Concurrent.IsEmpty%28Int32%29.Stack%28Size%3A%20512%29.html) | -17.52% | 11.385227 | 9.390578 | +| System.Collections.CtorFromCollection.ImmutableList(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Collections.CtorFromCollection%28String%29.ImmutableList%28Size%3A%20512%29.html) | -18.75% | 50393.913810 | 40945.000717 | +| System.Globalization.Tests.StringSearch.IsPrefix_DifferentFirstChar(Options: (en-US, OrdinalIgnoreCase, False)) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Globalization.Tests.StringSearch.IsPrefix_DifferentFirstChar%28Options%3A%20%28en-US%2C%20OrdinalIgnoreCase%2C%20False%29%29.html) | -16.13% | 35.739090 | 29.975135 | +| System.Linq.Tests.Perf_Enumerable.WhereSingle_LastElementMatches(input: List) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Linq.Tests.Perf_Enumerable.WhereSingle_LastElementMatches%28input%3A%20List%29.html) | -18.63% | 1204.371134 | 980.041165 | +| System.Memory.Constructors.MemoryMarshalCreateSpan | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Memory.Constructors%28Byte%29.MemoryMarshalCreateSpan.html) | -15.65% | 4.152722 | 3.502851 | +| System.Memory.Span.BinarySearch(Size: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Memory.Span%28Byte%29.BinarySearch%28Size%3A%204%29.html) | -16.16% | 22.965367 | 19.253528 | +| System.Memory.Span.BinarySearch(Size: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Memory.Span%28Char%29.BinarySearch%28Size%3A%204%29.html) | -15.89% | 23.460473 | 19.732720 | +| System.Memory.Span.BinarySearch(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Memory.Span%28Char%29.BinarySearch%28Size%3A%20512%29.html) | -15.36% | 44.737469 | 37.867195 | +| System.Memory.Span.BinarySearch(Size: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Memory.Span%28Int32%29.BinarySearch%28Size%3A%204%29.html) | -18.26% | 24.896610 | 20.350191 | +| System.Numerics.Tests.Perf_Vector3.MinBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tests.Perf_Vector3.MinBenchmark.html) | -16.69% | 2.306414 | 1.921490 | +| System.Numerics.Tests.Perf_Vector3.UnitXBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tests.Perf_Vector3.UnitXBenchmark.html) | -16.00% | 0.663950 | 0.557729 | +| System.Numerics.Tests.Perf_Vector3.UnitZBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tests.Perf_Vector3.UnitZBenchmark.html) | -18.80% | 0.645052 | 0.523767 | +| System.Numerics.Tests.Perf_Vector4.ClampBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tests.Perf_Vector4.ClampBenchmark.html) | -19.49% | 2.352832 | 1.894227 | +| System.Numerics.Tests.Perf_Vector4.NormalizeBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tests.Perf_Vector4.NormalizeBenchmark.html) | -17.27% | 2.963306 | 2.451644 | +| System.Numerics.Tests.Perf_Vector4.TransformByQuaternionBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tests.Perf_Vector4.TransformByQuaternionBenchmark.html) | -15.45% | 5.819403 | 4.920459 | +| System.Reflection.Invoke.Method0_NoParms | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Reflection.Invoke.Method0_NoParms.html) | -17.31% | 235.820112 | 195.001501 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Float.BitwiseAndBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Runtime.Intrinsics.Tests.Perf_Vector128Float.BitwiseAndBenchmark.html) | -18.77% | 2.655748 | 2.157394 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Float.DivideBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Runtime.Intrinsics.Tests.Perf_Vector128Float.DivideBenchmark.html) | -17.94% | 2.728484 | 2.239018 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Float.DivisionOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Runtime.Intrinsics.Tests.Perf_Vector128Float.DivisionOperatorBenchmark.html) | -15.76% | 2.586859 | 2.179088 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Float.EqualsAnyBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Runtime.Intrinsics.Tests.Perf_Vector128Float.EqualsAnyBenchmark.html) | -17.14% | 1.455110 | 1.205695 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Float.LessThanAnyBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Runtime.Intrinsics.Tests.Perf_Vector128Float.LessThanAnyBenchmark.html) | -15.60% | 1.273840 | 1.075177 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Int.BitwiseAndOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Runtime.Intrinsics.Tests.Perf_Vector128Int.BitwiseAndOperatorBenchmark.html) | -19.23% | 2.703764 | 2.183819 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Int.GreaterThanOrEqualBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Runtime.Intrinsics.Tests.Perf_Vector128Int.GreaterThanOrEqualBenchmark.html) | -18.41% | 3.337937 | 2.723491 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Int.MaxBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Runtime.Intrinsics.Tests.Perf_Vector128Int.MaxBenchmark.html) | -19.88% | 2.724707 | 2.183063 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Int.SubtractBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Runtime.Intrinsics.Tests.Perf_Vector128Int.SubtractBenchmark.html) | -17.95% | 2.698323 | 2.214021 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.AndNotBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Double%29.AndNotBenchmark.html) | -19.63% | 3.297084 | 2.649741 | +| System.Tests.Perf_Int64.CopySign(value: 1, sign: -1) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Tests.Perf_Int64.CopySign%28value%3A%201%2C%20sign%3A%20-1%29.html) | -16.88% | 4.962830 | 4.124913 | +| System.Tests.Perf_Random.Next_long_unseeded | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Tests.Perf_Random.Next_long_unseeded.html) | -16.53% | 11.236735 | 9.379168 | +| System.Text.Json.Document.Tests.Perf_EnumerateObject.EnumerateProperties(TestCase: NumericProperties) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Text.Json.Document.Tests.Perf_EnumerateObject.EnumerateProperties%28TestCase%3A%20NumericProperties%29.html) | -17.66% | 5369.513279 | 4421.477894 | +| System.Text.Json.Document.Tests.Perf_EnumerateObject.EnumerateProperties(TestCase: StringProperties) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Text.Json.Document.Tests.Perf_EnumerateObject.EnumerateProperties%28TestCase%3A%20StringProperties%29.html) | -16.12% | 5257.235093 | 4409.786492 | +| System.Text.Json.Tests.Perf_Deep.WriteDeepUtf8(Formatted: True, SkipValidation: False) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Text.Json.Tests.Perf_Deep.WriteDeepUtf8%28Formatted%3A%20True%2C%20SkipValidation%3A%20False%29.html) | -19.04% | 50937879.344444 | 41237599.785119 | + +## 10-15% Improvement (87 tests) + +| Test Name | Link | Change % | .NET 9 | .NET 10 | +|-----------|------|----------|--------|-------| +| Microsoft.Extensions.Primitives.StringSegmentBenchmark.EndsWith | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/Microsoft.Extensions.Primitives.StringSegmentBenchmark.EndsWith.html) | -10.57% | 10.106190 | 9.037928 | +| PerfLabTests.GetMember.GetMethod3 | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/PerfLabTests.GetMember.GetMethod3.html) | -11.97% | 25363031.309259 | 22327494.586111 | +| System.Collections.Concurrent.Count.Queue_EnqueueCountDequeue(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Collections.Concurrent.Count%28Int32%29.Queue_EnqueueCountDequeue%28Size%3A%20512%29.html) | -12.71% | 86.385335 | 75.405889 | +| System.Collections.ContainsFalse.Queue(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Collections.ContainsFalse%28Int32%29.Queue%28Size%3A%20512%29.html) | -10.65% | 171057.326175 | 152837.960866 | +| System.Collections.ContainsTrue.Array(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Collections.ContainsTrue%28Int32%29.Array%28Size%3A%20512%29.html) | -12.20% | 90746.158597 | 79676.344185 | +| System.Collections.ContainsTrueComparer.SortedSet(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Collections.ContainsTrueComparer%28Int32%29.SortedSet%28Size%3A%20512%29.html) | -11.05% | 92740.420100 | 82488.140916 | +| System.Collections.CtorFromCollectionNonGeneric.Queue(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Collections.CtorFromCollectionNonGeneric%28String%29.Queue%28Size%3A%20512%29.html) | -12.83% | 47334.157154 | 41263.385673 | +| System.Collections.IterateFor.Array(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Collections.IterateFor%28String%29.Array%28Size%3A%20512%29.html) | -10.01% | 3.153811 | 2.837962 | +| System.Collections.Perf_LengthBucketsFrozenDictionary.TryGetValue_False_FrozenDictionary(Count: 10000, ItemsPerBucket: 1) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Collections.Perf_LengthBucketsFrozenDictionary.TryGetValue_False_FrozenDictionary%28Count%3A%2010000%2C%20ItemsPerBucket%3A%201%29.html) | -11.00% | 487919.512849 | 434246.600488 | +| System.IO.Hashing.Tests.Crc32_GetCurrentHashPerf.GetCurrentHash | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.IO.Hashing.Tests.Crc32_GetCurrentHashPerf.GetCurrentHash.html) | -10.29% | 6.360243 | 5.705885 | +| System.IO.Tests.Perf_FileStream.Write(fileSize: 104857600, userBufferSize: 4096, options: Asynchronous) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.IO.Tests.Perf_FileStream.Write%28fileSize%3A%20104857600%2C%20userBufferSize%3A%204096%2C%20options%3A%20Asynchronous%29.html) | -12.60% | 267953577.762963 | 234190929.515789 | +| System.IO.Tests.Perf_FileStream.Write_NoBuffering_PreallocationSize(fileSize: 104857600, userBufferSize: 16384, options: None) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.IO.Tests.Perf_FileStream.Write_NoBuffering_PreallocationSize%28fileSize%3A%20104857600%2C%20userBufferSize%3A%2016384%2C%20options%3A%20None%29.html) | -12.81% | 87775660.601190 | 76527490.544866 | +| System.Linq.Tests.Perf_Enumerable.AnyWithPredicate_LastElementMatches(input: Array) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Linq.Tests.Perf_Enumerable.AnyWithPredicate_LastElementMatches%28input%3A%20Array%29.html) | -13.33% | 603.304294 | 522.866011 | +| System.Linq.Tests.Perf_Enumerable.AnyWithPredicate_LastElementMatches(input: List) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Linq.Tests.Perf_Enumerable.AnyWithPredicate_LastElementMatches%28input%3A%20List%29.html) | -13.86% | 609.557125 | 525.090533 | +| System.Linq.Tests.Perf_Enumerable.FirstWithPredicate_LastElementMatches(input: Array) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Linq.Tests.Perf_Enumerable.FirstWithPredicate_LastElementMatches%28input%3A%20Array%29.html) | -12.43% | 605.147602 | 529.929918 | +| System.Linq.Tests.Perf_Enumerable.FirstWithPredicate_LastElementMatches(input: List) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Linq.Tests.Perf_Enumerable.FirstWithPredicate_LastElementMatches%28input%3A%20List%29.html) | -10.80% | 606.313652 | 540.803272 | +| System.MathBenchmarks.Single.Exp2 | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.MathBenchmarks.Single.Exp2.html) | -13.15% | 38673.130637 | 33587.294429 | +| System.Memory.Constructors.ReadOnlySpanFromArray | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Memory.Constructors%28Byte%29.ReadOnlySpanFromArray.html) | -11.23% | 4.960750 | 4.403445 | +| System.Memory.Constructors.ArrayAsSpan | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Memory.Constructors%28String%29.ArrayAsSpan.html) | -10.85% | 11.873026 | 10.584712 | +| System.Memory.Constructors.ReadOnlySpanImplicitCastFromArray | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Memory.Constructors%28String%29.ReadOnlySpanImplicitCastFromArray.html) | -10.21% | 2.475808 | 2.222993 | +| System.Memory.Constructors.SpanImplicitCastFromArray | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Memory.Constructors%28String%29.SpanImplicitCastFromArray.html) | -10.93% | 11.870277 | 10.572694 | +| System.Memory.MemoryMarshal.CastToInt | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Memory.MemoryMarshal%28Byte%29.CastToInt.html) | -12.45% | 10.216679 | 8.944758 | +| System.Memory.Span.BinarySearch(Size: 33) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Memory.Span%28Char%29.BinarySearch%28Size%3A%2033%29.html) | -11.82% | 31.301442 | 27.600899 | +| System.Memory.Span.Fill(Size: 33) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Memory.Span%28Char%29.Fill%28Size%3A%2033%29.html) | -11.31% | 17.378026 | 15.412683 | +| System.Memory.Span.IndexOfAnyFiveValues(Size: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Memory.Span%28Char%29.IndexOfAnyFiveValues%28Size%3A%204%29.html) | -11.95% | 30.125321 | 26.525959 | +| System.Memory.Span.IndexOfAnyFourValues(Size: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Memory.Span%28Char%29.IndexOfAnyFourValues%28Size%3A%204%29.html) | -10.26% | 27.952355 | 25.083817 | +| System.Memory.Span.Clear(Size: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Memory.Span%28Int32%29.Clear%28Size%3A%204%29.html) | -11.62% | 9.485163 | 8.383189 | +| System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives.Ieee754Remainder_ScalarDividend(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives%28Single%29.Ieee754Remainder_ScalarDividend%28BufferLength%3A%20128%29.html) | -13.06% | 4675.156935 | 4064.525375 | +| System.Numerics.Tests.Perf_BigInteger.ToStringX(numberString: 123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678... | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tests.Perf_BigInteger.ToStringX%28numberString%3A%20123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678.html) | -13.32% | 57136.335624 | 49523.017976 | +| System.Numerics.Tests.Perf_BigInteger.ToStringX(numberString: 123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678... | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tests.Perf_BigInteger.ToStringX%28numberString%3A%20123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678.html) | -12.68% | 56351.276051 | 49203.384469 | +| System.Numerics.Tests.Perf_Matrix3x2.AddBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tests.Perf_Matrix3x2.AddBenchmark.html) | -11.59% | 11.520687 | 10.185453 | +| System.Numerics.Tests.Perf_Plane.DotBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tests.Perf_Plane.DotBenchmark.html) | -11.26% | 1.941734 | 1.723083 | +| System.Numerics.Tests.Perf_Vector3.EqualityOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tests.Perf_Vector3.EqualityOperatorBenchmark.html) | -10.67% | 1.293102 | 1.155091 | +| System.Numerics.Tests.Perf_Vector3.NegateBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tests.Perf_Vector3.NegateBenchmark.html) | -10.36% | 1.870318 | 1.676498 | +| System.Numerics.Tests.Perf_Vector4.NegateOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tests.Perf_Vector4.NegateOperatorBenchmark.html) | -14.59% | 2.060674 | 1.760023 | +| System.Numerics.Tests.Perf_Vector4.SquareRootBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tests.Perf_Vector4.SquareRootBenchmark.html) | -11.51% | 1.997274 | 1.767400 | +| System.Numerics.Tests.Perf_VectorOf.ExclusiveOrOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tests.Perf_VectorOf%28Single%29.ExclusiveOrOperatorBenchmark.html) | -11.27% | 3.247202 | 2.881396 | +| System.Reflection.Attributes.GetCustomAttributesMethodOverrideMissInherit | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Reflection.Attributes.GetCustomAttributesMethodOverrideMissInherit.html) | -11.10% | 5683.112961 | 5052.275605 | +| System.Reflection.Attributes.IsDefinedClassHit | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Reflection.Attributes.IsDefinedClassHit.html) | -14.09% | 520.239005 | 446.958946 | +| System.Reflection.Attributes.IsDefinedClassHitInherit | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Reflection.Attributes.IsDefinedClassHitInherit.html) | -13.20% | 510.721491 | 443.290505 | +| System.Reflection.Attributes.IsDefinedMethodOverrideMissInherit | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Reflection.Attributes.IsDefinedMethodOverrideMissInherit.html) | -10.57% | 784.409344 | 701.490220 | +| System.Reflection.Invoke.Field_GetStatic_int | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Reflection.Invoke.Field_GetStatic_int.html) | -14.67% | 473.277216 | 403.836351 | +| System.Reflection.Invoke.Field_Get_struct | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Reflection.Invoke.Field_Get_struct.html) | -12.91% | 683.814271 | 595.514847 | +| System.Reflection.Invoke.Field_SetStatic_struct | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Reflection.Invoke.Field_SetStatic_struct.html) | -12.89% | 525.900795 | 458.134626 | +| System.Reflection.Invoke.Field_Set_struct | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Reflection.Invoke.Field_Set_struct.html) | -10.86% | 674.981714 | 601.660564 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128.ConvertDoubleToLongBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Runtime.Intrinsics.Tests.Perf_Vector128.ConvertDoubleToLongBenchmark.html) | -11.01% | 2.432480 | 2.164677 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Float.AddOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Runtime.Intrinsics.Tests.Perf_Vector128Float.AddOperatorBenchmark.html) | -11.71% | 2.315504 | 2.044262 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Float.BitwiseOrBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Runtime.Intrinsics.Tests.Perf_Vector128Float.BitwiseOrBenchmark.html) | -13.11% | 3.061662 | 2.660294 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Float.ConditionalSelectBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Runtime.Intrinsics.Tests.Perf_Vector128Float.ConditionalSelectBenchmark.html) | -10.10% | 2.769093 | 2.489348 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Float.GreaterThanOrEqualAnyBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Runtime.Intrinsics.Tests.Perf_Vector128Float.GreaterThanOrEqualAnyBenchmark.html) | -10.20% | 1.325793 | 1.190545 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Float.LessThanOrEqualAllBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Runtime.Intrinsics.Tests.Perf_Vector128Float.LessThanOrEqualAllBenchmark.html) | -11.95% | 1.341729 | 1.181420 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Float.LessThanOrEqualAnyBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Runtime.Intrinsics.Tests.Perf_Vector128Float.LessThanOrEqualAnyBenchmark.html) | -13.72% | 1.390880 | 1.200015 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Float.LessThanOrEqualBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Runtime.Intrinsics.Tests.Perf_Vector128Float.LessThanOrEqualBenchmark.html) | -11.72% | 3.062098 | 2.703277 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Float.MaxBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Runtime.Intrinsics.Tests.Perf_Vector128Float.MaxBenchmark.html) | -11.14% | 3.033147 | 2.695273 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Float.MultiplyOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Runtime.Intrinsics.Tests.Perf_Vector128Float.MultiplyOperatorBenchmark.html) | -13.99% | 2.488125 | 2.140042 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Int.AddBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Runtime.Intrinsics.Tests.Perf_Vector128Int.AddBenchmark.html) | -12.64% | 2.932540 | 2.562001 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Int.AddOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Runtime.Intrinsics.Tests.Perf_Vector128Int.AddOperatorBenchmark.html) | -12.13% | 3.053494 | 2.683063 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Int.AndNotBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Runtime.Intrinsics.Tests.Perf_Vector128Int.AndNotBenchmark.html) | -11.88% | 2.324522 | 2.048389 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Int.BitwiseOrOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Runtime.Intrinsics.Tests.Perf_Vector128Int.BitwiseOrOperatorBenchmark.html) | -13.18% | 3.084364 | 2.677843 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Int.LessThanBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Runtime.Intrinsics.Tests.Perf_Vector128Int.LessThanBenchmark.html) | -13.48% | 3.067788 | 2.654399 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Int.MinBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Runtime.Intrinsics.Tests.Perf_Vector128Int.MinBenchmark.html) | -12.20% | 3.058865 | 2.685631 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.BitwiseOrOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Double%29.BitwiseOrOperatorBenchmark.html) | -10.02% | 3.085629 | 2.776494 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.EqualsAllBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Double%29.EqualsAllBenchmark.html) | -12.56% | 2.181690 | 1.907716 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.EqualsStaticBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Int32%29.EqualsStaticBenchmark.html) | -10.35% | 3.587196 | 3.215805 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.SquareRootBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Int32%29.SquareRootBenchmark.html) | -10.20% | 83.464120 | 74.954588 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.BitwiseOrBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Int64%29.BitwiseOrBenchmark.html) | -12.90% | 3.355130 | 2.922474 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.EqualityOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Int64%29.EqualityOperatorBenchmark.html) | -12.13% | 2.094140 | 1.840073 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.EqualsStaticBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Int64%29.EqualsStaticBenchmark.html) | -13.00% | 3.269575 | 2.844538 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.EqualsStaticBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28SByte%29.EqualsStaticBenchmark.html) | -10.78% | 3.770095 | 3.363861 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.GreaterThanOrEqualBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28SByte%29.GreaterThanOrEqualBenchmark.html) | -10.30% | 3.180685 | 2.852964 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.GreaterThanOrEqualBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Single%29.GreaterThanOrEqualBenchmark.html) | -10.72% | 3.796305 | 3.389404 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.LessThanOrEqualBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28UInt16%29.LessThanOrEqualBenchmark.html) | -10.32% | 3.324232 | 2.981270 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.AndNotBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28UInt64%29.AndNotBenchmark.html) | -12.46% | 3.380947 | 2.959711 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.OnesComplementOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28UInt64%29.OnesComplementOperatorBenchmark.html) | -10.67% | 2.493812 | 2.227782 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.XorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28UInt64%29.XorBenchmark.html) | -11.37% | 3.326496 | 2.948356 | +| System.Tests.Perf_Array.ArrayAssign2D | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Tests.Perf_Array.ArrayAssign2D.html) | -10.85% | 14635786.775240 | 13047435.109891 | +| System.Tests.Perf_Array.ArrayAssign3D | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Tests.Perf_Array.ArrayAssign3D.html) | -12.84% | 16317124.399509 | 14221470.564602 | +| System.Tests.Perf_Array.ArrayCreate1D | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Tests.Perf_Array.ArrayCreate1D.html) | -10.60% | 10428.752480 | 9323.375176 | +| System.Tests.Perf_DateTimeOffset.GetNow | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Tests.Perf_DateTimeOffset.GetNow.html) | -10.44% | 239.026251 | 214.070232 | +| System.Tests.Perf_Guid.TryWriteBytes | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Tests.Perf_Guid.TryWriteBytes.html) | -10.31% | 4.820197 | 4.323303 | +| System.Tests.Perf_String.Remove_Int(s: "dzsdzsDDZSDZSDZSddsz", i: 0) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Tests.Perf_String.Remove_Int%28s%3A%20%22dzsdzsDDZSDZSDZSddsz%22%2C%20i%3A%200%29.html) | -11.22% | 6.313268 | 5.604969 | +| System.Text.Encodings.Web.Tests.Perf_Encoders.EncodeUtf8(arguments: UnsafeRelaxed,hello "there",16) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Text.Encodings.Web.Tests.Perf_Encoders.EncodeUtf8%28arguments%3A%20UnsafeRelaxed%2Chello%20%22there%22%2C16%29.html) | -12.67% | 158.857240 | 138.728504 | +| System.Text.Json.Tests.Perf_Strings.WriteStringsUtf8(Formatted: False, SkipValidation: False, Escaped: OneEscaped) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Text.Json.Tests.Perf_Strings.WriteStringsUtf8%28Formatted%3A%20False%2C%20SkipValidation%3A%20False%2C%20Escaped%3A%20OneEscaped%29.html) | -14.56% | 32068651.072222 | 27398156.775000 | +| System.Text.Json.Tests.Perf_Strings.WriteStringsUtf8(Formatted: False, SkipValidation: True, Escaped: OneEscaped) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Text.Json.Tests.Perf_Strings.WriteStringsUtf8%28Formatted%3A%20False%2C%20SkipValidation%3A%20True%2C%20Escaped%3A%20OneEscaped%29.html) | -14.44% | 31852870.646429 | 27253889.079601 | +| System.Text.Json.Tests.Perf_Strings.WriteStringsUtf8(Formatted: True, SkipValidation: False, Escaped: OneEscaped) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Text.Json.Tests.Perf_Strings.WriteStringsUtf8%28Formatted%3A%20True%2C%20SkipValidation%3A%20False%2C%20Escaped%3A%20OneEscaped%29.html) | -14.80% | 33140403.984127 | 28234536.015394 | +| System.Text.Json.Tests.Perf_Strings.WriteStringsUtf8(Formatted: True, SkipValidation: True, Escaped: OneEscaped) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Text.Json.Tests.Perf_Strings.WriteStringsUtf8%28Formatted%3A%20True%2C%20SkipValidation%3A%20True%2C%20Escaped%3A%20OneEscaped%29.html) | -14.86% | 33032905.984921 | 28124253.113194 | +| System.Text.Tests.Perf_Encoding.GetString(size: 16, encName: "utf-8") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Text.Tests.Perf_Encoding.GetString%28size%3A%2016%2C%20encName%3A%20%22utf-8%22%29.html) | -13.08% | 119.698522 | 104.040600 | + +## 7.5-10% Improvement (92 tests) + +| Test Name | Link | Change % | .NET 9 | .NET 10 | +|-----------|------|----------|--------|-------| +| GuardedDevirtualization.ThreeClassVirtual.Call(testInput: pB=0.67 pD=0.33) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/GuardedDevirtualization.ThreeClassVirtual.Call%28testInput%3A%20pB%3D0.67%20pD%3D0.33%29.html) | -9.07% | 2.936394 | 2.669970 | +| PerfLabTests.GetMember.GetMethod5 | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/PerfLabTests.GetMember.GetMethod5.html) | -8.06% | 42256526.923810 | 38850260.016369 | +| System.Collections.Concurrent.Count.Dictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Collections.Concurrent.Count%28Int32%29.Dictionary%28Size%3A%20512%29.html) | -8.51% | 3310.879436 | 3029.063577 | +| System.Collections.Concurrent.IsEmpty.Dictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Collections.Concurrent.IsEmpty%28Int32%29.Dictionary%28Size%3A%20512%29.html) | -9.09% | 45.355015 | 41.230906 | +| System.Collections.Concurrent.IsEmpty.Stack(Size: 0) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Collections.Concurrent.IsEmpty%28Int32%29.Stack%28Size%3A%200%29.html) | -8.25% | 10.966519 | 10.061442 | +| System.Collections.CtorDefaultSize.ConcurrentStack | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Collections.CtorDefaultSize%28Int32%29.ConcurrentStack.html) | -7.78% | 11.523133 | 10.626577 | +| System.Collections.CtorDefaultSize.List | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Collections.CtorDefaultSize%28Int32%29.List.html) | -8.47% | 19.359596 | 17.719058 | +| System.Collections.CtorGivenSize.Dictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Collections.CtorGivenSize%28String%29.Dictionary%28Size%3A%20512%29.html) | -8.38% | 9522.091544 | 8724.414162 | +| System.Collections.IterateForEach.ConcurrentDictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Collections.IterateForEach%28Int32%29.ConcurrentDictionary%28Size%3A%20512%29.html) | -8.68% | 28011.607086 | 25580.487177 | +| System.Collections.Tests.Add_Remove_SteadyState.ConcurrentBag(Count: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Collections.Tests.Add_Remove_SteadyState%28Int32%29.ConcurrentBag%28Count%3A%20512%29.html) | -8.16% | 184.962527 | 169.864468 | +| System.Collections.Tests.Perf_BitArray.BitArrayNot(Size: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Collections.Tests.Perf_BitArray.BitArrayNot%28Size%3A%204%29.html) | -8.36% | 4.763327 | 4.364911 | +| System.Collections.Tests.Perf_BitArray.BitArraySet(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Collections.Tests.Perf_BitArray.BitArraySet%28Size%3A%20512%29.html) | -8.93% | 1146.323860 | 1043.945769 | +| System.IO.Tests.Perf_FileStream.Append(fileSize: 1048576, userBufferSize: 4096, options: DeleteOnClose) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.IO.Tests.Perf_FileStream.Append%28fileSize%3A%201048576%2C%20userBufferSize%3A%204096%2C%20options%3A%20DeleteOnClose%29.html) | -8.55% | 1907579.302559 | 1744540.461074 | +| System.IO.Tests.Perf_FileStream.Write_NoBuffering(fileSize: 1048576, userBufferSize: 16384, options: Asynchronous) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.IO.Tests.Perf_FileStream.Write_NoBuffering%28fileSize%3A%201048576%2C%20userBufferSize%3A%2016384%2C%20options%3A%20Asynchronous%29.html) | -9.23% | 1875435.996528 | 1702254.376978 | +| System.IO.Tests.Perf_Path.Combine | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.IO.Tests.Perf_Path.Combine.html) | -7.67% | 5.536972 | 5.112145 | +| System.IO.Tests.Perf_RandomAccess.Read(fileSize: 104857600, bufferSize: 16384, options: None) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.IO.Tests.Perf_RandomAccess.Read%28fileSize%3A%20104857600%2C%20bufferSize%3A%2016384%2C%20options%3A%20None%29.html) | -8.01% | 20228186.391204 | 18607827.832419 | +| System.Linq.Tests.Perf_Enumerable.SingleWithPredicate_FirstElementMatches(input: IEnumerable) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Linq.Tests.Perf_Enumerable.SingleWithPredicate_FirstElementMatches%28input%3A%20IEnumerable%29.html) | -8.79% | 1556.987720 | 1420.152000 | +| System.MathBenchmarks.Double.ScaleB | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.MathBenchmarks.Double.ScaleB.html) | -7.75% | 21466.941637 | 19802.628113 | +| System.Memory.Constructors.ArrayAsSpan | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Memory.Constructors%28Byte%29.ArrayAsSpan.html) | -8.40% | 4.802085 | 4.398785 | +| System.Memory.Constructors.MemoryFromArray | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Memory.Constructors%28Byte%29.MemoryFromArray.html) | -8.15% | 6.556654 | 6.022140 | +| System.Memory.Constructors.ReadOnlySpanImplicitCastFromSpan | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Memory.Constructors%28Byte%29.ReadOnlySpanImplicitCastFromSpan.html) | -8.46% | 4.072243 | 3.727539 | +| System.Memory.Span.BinarySearch(Size: 33) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Memory.Span%28Byte%29.BinarySearch%28Size%3A%2033%29.html) | -9.75% | 30.595540 | 27.612757 | +| System.Memory.Span.IndexOfAnyFourValues(Size: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Memory.Span%28Byte%29.IndexOfAnyFourValues%28Size%3A%204%29.html) | -8.83% | 26.692638 | 24.336523 | +| System.Memory.Span.BinarySearch(Size: 33) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Memory.Span%28Int32%29.BinarySearch%28Size%3A%2033%29.html) | -9.96% | 36.882458 | 33.208069 | +| System.Memory.Span.SequenceCompareTo(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Memory.Span%28Int32%29.SequenceCompareTo%28Size%3A%20512%29.html) | -9.74% | 1751.019269 | 1580.407718 | +| System.Net.Primitives.Tests.IPAddressPerformanceTests.Ctor_Bytes(address: [16, 32, 48, 64, 80, ...]) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Net.Primitives.Tests.IPAddressPerformanceTests.Ctor_Bytes%28address%3A%20%5B16%2C%2032%2C%2048%2C%2064%2C%2080%2C%20...%5D%29.html) | -9.81% | 62.367020 | 56.247237 | +| System.Net.Primitives.Tests.IPAddressPerformanceTests.Ctor_Span(address: [16, 32, 48, 64, 80, ...]) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Net.Primitives.Tests.IPAddressPerformanceTests.Ctor_Span%28address%3A%20%5B16%2C%2032%2C%2048%2C%2064%2C%2080%2C%20...%5D%29.html) | -9.64% | 59.661158 | 53.908690 | +| System.Numerics.Tensors.Tests.Perf_BinaryIntegerTensorPrimitives.OnesComplement(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tensors.Tests.Perf_BinaryIntegerTensorPrimitives%28Byte%29.OnesComplement%28BufferLength%3A%20128%29.html) | -8.48% | 56.565809 | 51.769356 | +| System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives.AtanPi(BufferLength: 3079) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives%28Double%29.AtanPi%28BufferLength%3A%203079%29.html) | -8.04% | 96329.048613 | 88584.456725 | +| System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives.Ieee754Remainder_ScalarDivisor(BufferLength: 3079) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives%28Single%29.Ieee754Remainder_ScalarDivisor%28BufferLength%3A%203079%29.html) | -8.15% | 112093.782604 | 102953.797024 | +| System.Numerics.Tests.Perf_BigInteger.Parse(numberString: -2147483648) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tests.Perf_BigInteger.Parse%28numberString%3A%20-2147483648%29.html) | -9.67% | 497.113363 | 449.031514 | +| System.Numerics.Tests.Perf_BigInteger.ToStringX(numberString: 123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678... | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tests.Perf_BigInteger.ToStringX%28numberString%3A%20123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678.html) | -8.51% | 688.955479 | 630.333930 | +| System.Numerics.Tests.Perf_BitOperations.PopCount_ulong | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tests.Perf_BitOperations.PopCount_ulong.html) | -8.78% | 3691.036715 | 3367.069596 | +| System.Numerics.Tests.Perf_Plane.TransformByQuaternionBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tests.Perf_Plane.TransformByQuaternionBenchmark.html) | -9.57% | 4.688250 | 4.239728 | +| System.Numerics.Tests.Perf_Vector3.MultiplyByScalarBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tests.Perf_Vector3.MultiplyByScalarBenchmark.html) | -9.01% | 1.973139 | 1.795349 | +| System.Numerics.Tests.Perf_Vector4.DivideByScalarOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tests.Perf_Vector4.DivideByScalarOperatorBenchmark.html) | -9.52% | 1.876774 | 1.698020 | +| System.Numerics.Tests.Perf_Vector4.DotBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tests.Perf_Vector4.DotBenchmark.html) | -7.78% | 1.957994 | 1.805637 | +| System.Numerics.Tests.Perf_Vector4.MultiplyFunctionBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tests.Perf_Vector4.MultiplyFunctionBenchmark.html) | -9.16% | 1.984409 | 1.802612 | +| System.Numerics.Tests.Perf_VectorOf.DotBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tests.Perf_VectorOf%28Int16%29.DotBenchmark.html) | -9.02% | 2.204749 | 2.005917 | +| System.Numerics.Tests.Perf_VectorOf.DotBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tests.Perf_VectorOf%28Int32%29.DotBenchmark.html) | -9.84% | 2.949030 | 2.658748 | +| System.Numerics.Tests.Perf_VectorOf.DotBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tests.Perf_VectorOf%28UInt32%29.DotBenchmark.html) | -8.08% | 2.895839 | 2.661860 | +| System.Numerics.Tests.Perf_VectorOf.SquareRootBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tests.Perf_VectorOf%28UInt64%29.SquareRootBenchmark.html) | -8.09% | 54.216037 | 49.832434 | +| System.Reflection.Attributes.GetCustomAttributesClassHit | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Reflection.Attributes.GetCustomAttributesClassHit.html) | -8.72% | 2305.076724 | 2104.076477 | +| System.Reflection.Attributes.IsDefinedMethodBaseHit | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Reflection.Attributes.IsDefinedMethodBaseHit.html) | -9.63% | 772.675406 | 698.270720 | +| System.Reflection.Attributes.IsDefinedMethodBaseHitInherit | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Reflection.Attributes.IsDefinedMethodBaseHitInherit.html) | -8.50% | 760.039950 | 695.422612 | +| System.Reflection.Invoke.Field_GetStatic_class | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Reflection.Invoke.Field_GetStatic_class.html) | -9.60% | 405.547932 | 366.617598 | +| System.Reflection.Invoke.Field_Get_class | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Reflection.Invoke.Field_Get_class.html) | -7.78% | 541.904822 | 499.766094 | +| System.Reflection.Metadata.Perf_TypeName.ParseAndGetAssemblyQualifiedName(input: typeof(System.Collections.Generic.Dictionary`2[])) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Reflection.Metadata.Perf_TypeName.ParseAndGetAssemblyQualifiedName%28input%3A%20typeof%28System.Collections.Generic.Dictionary%602%5B%5D%29%29.html) | -8.57% | 22882.702504 | 20922.292006 | +| System.Reflection.Metadata.Perf_TypeName.ParseAndGetFullName(input: typeof(System.Collections.Generic.Dictionary`2[])) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Reflection.Metadata.Perf_TypeName.ParseAndGetFullName%28input%3A%20typeof%28System.Collections.Generic.Dictionary%602%5B%5D%29%29.html) | -9.69% | 16461.614083 | 14866.920008 | +| System.Reflection.Metadata.Perf_TypeName.ParseAndGetFullName(input: typeof(System.Int32&)) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Reflection.Metadata.Perf_TypeName.ParseAndGetFullName%28input%3A%20typeof%28System.Int32%26%29%29.html) | -7.70% | 666.608546 | 615.285426 | +| System.Reflection.Metadata.Perf_TypeName.ParseAndGetFullName(input: typeof(System.Int32[*])) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Reflection.Metadata.Perf_TypeName.ParseAndGetFullName%28input%3A%20typeof%28System.Int32%5B%2A%5D%29%29.html) | -7.92% | 832.393658 | 766.503425 | +| System.Reflection.Metadata.Perf_TypeName.ParseAndGetFullName(input: typeof(System.Int32[,])) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Reflection.Metadata.Perf_TypeName.ParseAndGetFullName%28input%3A%20typeof%28System.Int32%5B%2C%5D%29%29.html) | -9.17% | 836.713558 | 759.950014 | +| System.Reflection.Metadata.Perf_TypeName.Parse_FullNames(input: typeof(System.Int32*)) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Reflection.Metadata.Perf_TypeName.Parse_FullNames%28input%3A%20typeof%28System.Int32%2A%29%29.html) | -7.92% | 604.197996 | 556.353044 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Float.ExclusiveOrOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Runtime.Intrinsics.Tests.Perf_Vector128Float.ExclusiveOrOperatorBenchmark.html) | -9.50% | 2.904715 | 2.628743 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Float.GreaterThanBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Runtime.Intrinsics.Tests.Perf_Vector128Float.GreaterThanBenchmark.html) | -8.44% | 2.956374 | 2.707003 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Float.GreaterThanOrEqualBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Runtime.Intrinsics.Tests.Perf_Vector128Float.GreaterThanOrEqualBenchmark.html) | -7.96% | 2.889577 | 2.659608 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Float.SquareRootBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Runtime.Intrinsics.Tests.Perf_Vector128Float.SquareRootBenchmark.html) | -7.87% | 2.813320 | 2.591946 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Float.SubtractBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Runtime.Intrinsics.Tests.Perf_Vector128Float.SubtractBenchmark.html) | -7.58% | 2.772963 | 2.562709 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Float.UnaryNegateOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Runtime.Intrinsics.Tests.Perf_Vector128Float.UnaryNegateOperatorBenchmark.html) | -9.17% | 2.191102 | 1.990081 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Float.XorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Runtime.Intrinsics.Tests.Perf_Vector128Float.XorBenchmark.html) | -8.61% | 2.383687 | 2.178369 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Int.AbsBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Runtime.Intrinsics.Tests.Perf_Vector128Int.AbsBenchmark.html) | -8.53% | 2.198732 | 2.011118 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Int.ConditionalSelectBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Runtime.Intrinsics.Tests.Perf_Vector128Int.ConditionalSelectBenchmark.html) | -8.13% | 2.470009 | 2.269258 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Int.EqualsBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Runtime.Intrinsics.Tests.Perf_Vector128Int.EqualsBenchmark.html) | -8.26% | 2.210144 | 2.027662 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Int.EqualsStaticBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Runtime.Intrinsics.Tests.Perf_Vector128Int.EqualsStaticBenchmark.html) | -9.12% | 2.381366 | 2.164107 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Int.GreaterThanBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Runtime.Intrinsics.Tests.Perf_Vector128Int.GreaterThanBenchmark.html) | -7.74% | 2.342764 | 2.161394 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Int.LessThanOrEqualBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Runtime.Intrinsics.Tests.Perf_Vector128Int.LessThanOrEqualBenchmark.html) | -7.61% | 2.355558 | 2.176211 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Int.MultiplyOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Runtime.Intrinsics.Tests.Perf_Vector128Int.MultiplyOperatorBenchmark.html) | -8.24% | 2.982891 | 2.737115 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Int.SubtractionOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Runtime.Intrinsics.Tests.Perf_Vector128Int.SubtractionOperatorBenchmark.html) | -9.28% | 2.833287 | 2.570383 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.LessThanOrEqualAllBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Double%29.LessThanOrEqualAllBenchmark.html) | -9.51% | 2.031000 | 1.837930 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.SubtractionOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Double%29.SubtractionOperatorBenchmark.html) | -8.19% | 3.759420 | 3.451636 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.LessThanAllBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Int16%29.LessThanAllBenchmark.html) | -9.15% | 1.999858 | 1.816865 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.ExclusiveOrOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Int32%29.ExclusiveOrOperatorBenchmark.html) | -8.59% | 3.036561 | 2.775792 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.MaxBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Int32%29.MaxBenchmark.html) | -8.56% | 3.146802 | 2.877399 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.AddOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Int64%29.AddOperatorBenchmark.html) | -9.07% | 3.595226 | 3.269159 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.GreaterThanAllBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Int64%29.GreaterThanAllBenchmark.html) | -7.71% | 1.946859 | 1.796825 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.LessThanBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Int64%29.LessThanBenchmark.html) | -8.06% | 3.116700 | 2.865405 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.SquareRootBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Int64%29.SquareRootBenchmark.html) | -8.61% | 42.999066 | 39.297603 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.AndNotBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28SByte%29.AndNotBenchmark.html) | -8.27% | 3.300096 | 3.027123 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.OnesComplementBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28SByte%29.OnesComplementBenchmark.html) | -9.77% | 3.060390 | 2.761442 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.OnesComplementOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28SByte%29.OnesComplementOperatorBenchmark.html) | -9.32% | 2.580860 | 2.340358 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.ConditionalSelectBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Single%29.ConditionalSelectBenchmark.html) | -9.64% | 3.737306 | 3.377076 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.MaxBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Single%29.MaxBenchmark.html) | -8.69% | 3.205077 | 2.926411 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.EqualsBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28UInt16%29.EqualsBenchmark.html) | -9.69% | 2.064825 | 1.864661 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.EqualityOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28UInt64%29.EqualityOperatorBenchmark.html) | -9.18% | 1.976104 | 1.794647 | +| System.Tests.Perf_Char.Char_IsLower(input: "Good afternoon, Constable!") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Tests.Perf_Char.Char_IsLower%28input%3A%20%22Good%20afternoon%2C%20Constable%21%22%29.html) | -9.59% | 128.159670 | 115.868479 | +| System.Tests.Perf_Enum.ToString_NonFlags_Large(value: Control) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Tests.Perf_Enum.ToString_NonFlags_Large%28value%3A%20Control%29.html) | -8.75% | 51.520347 | 47.011751 | +| System.Tests.Perf_Half.HalfToSingle(value: 6.1E-05) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Tests.Perf_Half.HalfToSingle%28value%3A%206.1E-05%29.html) | -8.21% | 3.471802 | 3.186695 | +| System.Tests.Perf_Half.HalfToSingle(value: NaN) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Tests.Perf_Half.HalfToSingle%28value%3A%20NaN%29.html) | -7.91% | 3.454592 | 3.181211 | +| System.Tests.Perf_String.TrimEnd(s: "Test") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Tests.Perf_String.TrimEnd%28s%3A%20%22Test%22%29.html) | -9.12% | 8.060421 | 7.325032 | +| System.Tests.Perf_Type.GetTypeFromHandle | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Tests.Perf_Type.GetTypeFromHandle.html) | -8.54% | 54.965730 | 50.274081 | +| System.Text.Encodings.Web.Tests.Perf_Encoders.EncodeUtf8(arguments: JavaScript,&Hello+!,16) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Text.Encodings.Web.Tests.Perf_Encoders.EncodeUtf8%28arguments%3A%20JavaScript%2C%26Hello%2B%28World%29%21%2C16%29.html) | -8.60% | 149.821432 | 136.930395 | +| System.Threading.Channels.Tests.SpscUnboundedChannelPerfTests.TryWriteThenTryRead | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Threading.Channels.Tests.SpscUnboundedChannelPerfTests.TryWriteThenTryRead.html) | -9.05% | 145.613041 | 132.428448 | + +## 5-7.5% Improvement (173 tests) + +| Test Name | Link | Change % | .NET 9 | .NET 10 | +|-----------|------|----------|--------|-------| +| Benchstone.MDBenchI.MDArray2.Test | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/Benchstone.MDBenchI.MDArray2.Test.html) | -5.56% | 5997037642.863248 | 5663864133.706638 | +| Benchstone.MDBenchI.MDGeneralArray.Test | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/Benchstone.MDBenchI.MDGeneralArray.Test.html) | -7.28% | 371668494.899145 | 344615815.835714 | +| Exceptions.Handling.MultipleNestedTryCatch_FirstCatches(kind: Hardware) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/Exceptions.Handling.MultipleNestedTryCatch_FirstCatches%28kind%3A%20Hardware%29.html) | -5.61% | 3270.253858 | 3086.745462 | +| LinqBenchmarks.Order00LinqQueryX | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/LinqBenchmarks.Order00LinqQueryX.html) | -5.12% | 214514568.723810 | 203522533.788977 | +| Microsoft.Extensions.Logging.FormattingOverhead.FourArguments_EnumerableArgument | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/Microsoft.Extensions.Logging.FormattingOverhead.FourArguments_EnumerableArgument.html) | -5.04% | 3505.955891 | 3329.204838 | +| Microsoft.Extensions.Primitives.StringSegmentBenchmark.Equals_Valid | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/Microsoft.Extensions.Primitives.StringSegmentBenchmark.Equals_Valid.html) | -5.27% | 12.266367 | 11.620402 | +| SciMark2.kernel.benchMonteCarlo | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/SciMark2.kernel.benchMonteCarlo.html) | -5.07% | 545756727.000000 | 518075891.580151 | +| System.Collections.Concurrent.Count.Bag(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Collections.Concurrent.Count%28Int32%29.Bag%28Size%3A%20512%29.html) | -5.95% | 125.586886 | 118.119800 | +| System.Collections.Concurrent.IsEmpty.Bag(Size: 0) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Collections.Concurrent.IsEmpty%28Int32%29.Bag%28Size%3A%200%29.html) | -7.45% | 42.728532 | 39.543801 | +| System.Collections.ContainsFalse.Array(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Collections.ContainsFalse%28Int32%29.Array%28Size%3A%20512%29.html) | -5.40% | 155570.678238 | 147174.998541 | +| System.Collections.ContainsKeyFalse.ConcurrentDictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Collections.ContainsKeyFalse%28Int32%2C%20Int32%29.ConcurrentDictionary%28Size%3A%20512%29.html) | -5.31% | 15466.427170 | 14644.872476 | +| System.Collections.ContainsTrue.ImmutableSortedSet(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Collections.ContainsTrue%28Int32%29.ImmutableSortedSet%28Size%3A%20512%29.html) | -5.39% | 62305.730835 | 58945.960582 | +| System.Collections.CreateAddAndClear.ConcurrentStack(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Collections.CreateAddAndClear%28String%29.ConcurrentStack%28Size%3A%20512%29.html) | -5.68% | 22857.047891 | 21558.802920 | +| System.Collections.CtorDefaultSize.HashSet | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Collections.CtorDefaultSize%28Int32%29.HashSet.html) | -7.37% | 25.577932 | 23.692256 | +| System.Collections.CtorDefaultSize.ConcurrentStack | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Collections.CtorDefaultSize%28String%29.ConcurrentStack.html) | -5.27% | 19.659060 | 18.622575 | +| System.Collections.CtorDefaultSize.SortedDictionary | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Collections.CtorDefaultSize%28String%29.SortedDictionary.html) | -6.78% | 106.631140 | 99.397446 | +| System.Collections.CtorFromCollection.ConcurrentBag(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Collections.CtorFromCollection%28Int32%29.ConcurrentBag%28Size%3A%20512%29.html) | -6.59% | 42378.465995 | 39585.385634 | +| System.Collections.CtorFromCollection.ImmutableList(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Collections.CtorFromCollection%28Int32%29.ImmutableList%28Size%3A%20512%29.html) | -5.92% | 30561.137930 | 28752.373882 | +| System.Collections.CtorFromCollection.SortedSet(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Collections.CtorFromCollection%28Int32%29.SortedSet%28Size%3A%20512%29.html) | -5.68% | 37799.672777 | 35653.382611 | +| System.Collections.CtorFromCollection.ImmutableQueue(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Collections.CtorFromCollection%28String%29.ImmutableQueue%28Size%3A%20512%29.html) | -7.05% | 16063.149664 | 14930.178058 | +| System.Collections.IndexerSetReverse.IList(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Collections.IndexerSetReverse%28Int32%29.IList%28Size%3A%20512%29.html) | -5.37% | 3275.633094 | 3099.836973 | +| System.Collections.IterateFor.List(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Collections.IterateFor%28Int32%29.List%28Size%3A%20512%29.html) | -5.31% | 2183.349886 | 2067.511817 | +| System.Collections.IterateFor.Span(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Collections.IterateFor%28String%29.Span%28Size%3A%20512%29.html) | -6.41% | 7.859743 | 7.356032 | +| System.Collections.IterateForEach.ReadOnlySpan(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Collections.IterateForEach%28String%29.ReadOnlySpan%28Size%3A%20512%29.html) | -5.55% | 3.005169 | 2.838445 | +| System.Collections.Perf_LengthBucketsFrozenDictionary.ToFrozenDictionary(Count: 10000, ItemsPerBucket: 1) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Collections.Perf_LengthBucketsFrozenDictionary.ToFrozenDictionary%28Count%3A%2010000%2C%20ItemsPerBucket%3A%201%29.html) | -5.60% | 1351371.443676 | 1275761.650094 | +| System.Collections.Sort.List(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Collections.Sort%28Int32%29.List%28Size%3A%20512%29.html) | -6.03% | 21663.110635 | 20356.165337 | +| System.Collections.Tests.Add_Remove_SteadyState.ConcurrentStack(Count: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Collections.Tests.Add_Remove_SteadyState%28Int32%29.ConcurrentStack%28Count%3A%20512%29.html) | -6.56% | 57.656341 | 53.876118 | +| System.Collections.TryGetValueFalse.Dictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Collections.TryGetValueFalse%28BigStruct%2C%20BigStruct%29.Dictionary%28Size%3A%20512%29.html) | -5.60% | 415966.824421 | 392653.853123 | +| System.Globalization.Tests.Perf_DateTimeCultureInfo.Parse(culturestring: fr) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Globalization.Tests.Perf_DateTimeCultureInfo.Parse%28culturestring%3A%20fr%29.html) | -6.23% | 747.495394 | 700.905760 | +| System.Globalization.Tests.Perf_DateTimeCultureInfo.Parse(culturestring: ja) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Globalization.Tests.Perf_DateTimeCultureInfo.Parse%28culturestring%3A%20ja%29.html) | -5.28% | 746.773760 | 707.351936 | +| System.Globalization.Tests.StringSearch.IndexOf_Word_NotFound(Options: (, None, True)) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Globalization.Tests.StringSearch.IndexOf_Word_NotFound%28Options%3A%20%28%2C%20None%2C%20True%29%29.html) | -5.41% | 8980.236066 | 8494.478819 | +| System.Globalization.Tests.StringSearch.IsPrefix_FirstHalf(Options: (en-US, OrdinalIgnoreCase, False)) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Globalization.Tests.StringSearch.IsPrefix_FirstHalf%28Options%3A%20%28en-US%2C%20OrdinalIgnoreCase%2C%20False%29%29.html) | -5.20% | 123.287061 | 116.878761 | +| System.Globalization.Tests.StringSearch.IsSuffix_SecondHalf(Options: (, IgnoreCase, True)) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Globalization.Tests.StringSearch.IsSuffix_SecondHalf%28Options%3A%20%28%2C%20IgnoreCase%2C%20True%29%29.html) | -7.43% | 5718.971227 | 5294.163429 | +| System.Globalization.Tests.StringSearch.IsSuffix_SecondHalf(Options: (en-US, OrdinalIgnoreCase, False)) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Globalization.Tests.StringSearch.IsSuffix_SecondHalf%28Options%3A%20%28en-US%2C%20OrdinalIgnoreCase%2C%20False%29%29.html) | -5.14% | 123.579897 | 117.230501 | +| System.IO.Tests.Perf_Directory.MoveFolders | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.IO.Tests.Perf_Directory.MoveFolders.html) | -6.29% | 21733.814829 | 20367.366055 | +| System.IO.Tests.Perf_File.ReadAllBytes(size: 4096) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.IO.Tests.Perf_File.ReadAllBytes%28size%3A%204096%29.html) | -6.20% | 15810.408804 | 14830.093582 | +| System.IO.Tests.Perf_File.WriteAllBytes(size: 16384) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.IO.Tests.Perf_File.WriteAllBytes%28size%3A%2016384%29.html) | -6.87% | 89054.181659 | 82934.872834 | +| System.IO.Tests.Perf_FileStream.Read_NoBuffering(fileSize: 104857600, userBufferSize: 16384, options: Asynchronous) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.IO.Tests.Perf_FileStream.Read_NoBuffering%28fileSize%3A%20104857600%2C%20userBufferSize%3A%2016384%2C%20options%3A%20Asynchronous%29.html) | -5.59% | 18859105.257489 | 17804526.225541 | +| System.IO.Tests.Perf_FileStream.Write(fileSize: 1024, userBufferSize: 1024, options: None) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.IO.Tests.Perf_FileStream.Write%28fileSize%3A%201024%2C%20userBufferSize%3A%201024%2C%20options%3A%20None%29.html) | -6.18% | 77892.191291 | 73077.243174 | +| System.IO.Tests.Perf_FileStream.Write(fileSize: 104857600, userBufferSize: 4096, options: None) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.IO.Tests.Perf_FileStream.Write%28fileSize%3A%20104857600%2C%20userBufferSize%3A%204096%2C%20options%3A%20None%29.html) | -5.04% | 246222671.466231 | 233824049.048144 | +| System.IO.Tests.Perf_RandomAccess.ReadScatter(fileSize: 104857600, buffersSize: 65536, options: None) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.IO.Tests.Perf_RandomAccess.ReadScatter%28fileSize%3A%20104857600%2C%20buffersSize%3A%2065536%2C%20options%3A%20None%29.html) | -7.01% | 19995633.376460 | 18594829.924159 | +| System.IO.Tests.Perf_RandomAccess.Write(fileSize: 1048576, bufferSize: 4096, options: Asynchronous) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.IO.Tests.Perf_RandomAccess.Write%28fileSize%3A%201048576%2C%20bufferSize%3A%204096%2C%20options%3A%20Asynchronous%29.html) | -6.22% | 2948055.080456 | 2764714.683809 | +| System.IO.Tests.Perf_RandomAccess.Write(fileSize: 1048576, bufferSize: 4096, options: None) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.IO.Tests.Perf_RandomAccess.Write%28fileSize%3A%201048576%2C%20bufferSize%3A%204096%2C%20options%3A%20None%29.html) | -5.30% | 2636598.589131 | 2496922.049015 | +| System.IO.Tests.Perf_RandomAccess.Write(fileSize: 104857600, bufferSize: 16384, options: None) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.IO.Tests.Perf_RandomAccess.Write%28fileSize%3A%20104857600%2C%20bufferSize%3A%2016384%2C%20options%3A%20None%29.html) | -5.32% | 147097942.902834 | 139275809.477330 | +| System.IO.Tests.StringReaderReadLineTests.ReadLine(LineLengthRange: [ 0, 0]) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.IO.Tests.StringReaderReadLineTests.ReadLine%28LineLengthRange%3A%20%5B%20%20%200%2C%20%20%20%200%5D%29.html) | -6.07% | 344116.390574 | 323239.591008 | +| System.Linq.Tests.Perf_Enumerable.Count(input: IEnumerable) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Linq.Tests.Perf_Enumerable.Count%28input%3A%20IEnumerable%29.html) | -5.57% | 505.505105 | 477.331359 | +| System.Linq.Tests.Perf_Enumerable.WhereFirst_LastElementMatches(input: Array) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Linq.Tests.Perf_Enumerable.WhereFirst_LastElementMatches%28input%3A%20Array%29.html) | -6.29% | 641.930933 | 601.543549 | +| System.Linq.Tests.Perf_Enumerable.WhereFirst_LastElementMatches(input: IEnumerable) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Linq.Tests.Perf_Enumerable.WhereFirst_LastElementMatches%28input%3A%20IEnumerable%29.html) | -6.81% | 1570.838174 | 1463.794795 | +| System.Linq.Tests.Perf_Enumerable.WhereLast_LastElementMatches(input: IEnumerable) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Linq.Tests.Perf_Enumerable.WhereLast_LastElementMatches%28input%3A%20IEnumerable%29.html) | -5.16% | 1570.354187 | 1489.319691 | +| System.MathBenchmarks.Single.Cbrt | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.MathBenchmarks.Single.Cbrt.html) | -5.93% | 192556.330741 | 181133.039573 | +| System.MathBenchmarks.Single.Log | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.MathBenchmarks.Single.Log.html) | -5.45% | 90130.335118 | 85221.270157 | +| System.Memory.Constructors.MemoryFromArrayStartLength | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Memory.Constructors%28Byte%29.MemoryFromArrayStartLength.html) | -5.10% | 8.375678 | 7.948934 | +| System.Memory.Constructors.SpanFromArrayStartLength | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Memory.Constructors%28String%29.SpanFromArrayStartLength.html) | -6.04% | 11.617164 | 10.915110 | +| System.Memory.MemoryMarshal.CastToInt | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Memory.MemoryMarshal%28Int32%29.CastToInt.html) | -5.97% | 7.554109 | 7.103348 | +| System.Memory.Slice.ReadOnlyMemorySpanStart | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Memory.Slice%28String%29.ReadOnlyMemorySpanStart.html) | -5.06% | 6.539659 | 6.208820 | +| System.Memory.Slice.ReadOnlySpanStart | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Memory.Slice%28String%29.ReadOnlySpanStart.html) | -5.62% | 5.442409 | 5.136783 | +| System.Memory.Slice.ReadOnlySpanStartLength | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Memory.Slice%28String%29.ReadOnlySpanStartLength.html) | -5.43% | 5.457035 | 5.160831 | +| System.Memory.Span.Fill(Size: 33) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Memory.Span%28Byte%29.Fill%28Size%3A%2033%29.html) | -6.07% | 13.969203 | 13.121136 | +| System.Memory.Span.IndexOfAnyFiveValues(Size: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Memory.Span%28Byte%29.IndexOfAnyFiveValues%28Size%3A%204%29.html) | -5.99% | 27.775384 | 26.110632 | +| System.Memory.Span.IndexOfAnyFourValues(Size: 33) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Memory.Span%28Byte%29.IndexOfAnyFourValues%28Size%3A%2033%29.html) | -5.38% | 37.836194 | 35.800589 | +| System.Memory.Span.IndexOfAnyFourValues(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Memory.Span%28Byte%29.IndexOfAnyFourValues%28Size%3A%20512%29.html) | -7.11% | 101.607796 | 94.381025 | +| System.Memory.Span.Clear(Size: 33) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Memory.Span%28Char%29.Clear%28Size%3A%2033%29.html) | -7.20% | 11.451832 | 10.627032 | +| System.Memory.Span.IndexOfAnyFiveValues(Size: 33) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Memory.Span%28Char%29.IndexOfAnyFiveValues%28Size%3A%2033%29.html) | -5.65% | 46.667874 | 44.030448 | +| System.Memory.Span.IndexOfAnyFourValues(Size: 33) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Memory.Span%28Char%29.IndexOfAnyFourValues%28Size%3A%2033%29.html) | -6.02% | 40.681325 | 38.232035 | +| System.Memory.Span.Fill(Size: 33) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Memory.Span%28Int32%29.Fill%28Size%3A%2033%29.html) | -5.35% | 18.842363 | 17.834472 | +| System.Memory.Span.IndexOfValue(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Memory.Span%28Int32%29.IndexOfValue%28Size%3A%20512%29.html) | -5.85% | 170.437183 | 160.466408 | +| System.Memory.Span.SequenceCompareTo(Size: 33) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Memory.Span%28Int32%29.SequenceCompareTo%28Size%3A%2033%29.html) | -6.05% | 142.813608 | 134.168174 | +| System.Net.Primitives.Tests.CredentialCacheTests.GetCredential_HostPort(host: "notfound", hostPortCount: 0) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Net.Primitives.Tests.CredentialCacheTests.GetCredential_HostPort%28host%3A%20%22notfound%22%2C%20hostPortCount%3A%200%29.html) | -5.47% | 74.105206 | 70.054999 | +| System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives.Pow_Vectors(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives%28Double%29.Pow_Vectors%28BufferLength%3A%20128%29.html) | -6.54% | 3079.066383 | 2877.544919 | +| System.Numerics.Tests.Perf_Matrix3x2.CreateRotationBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tests.Perf_Matrix3x2.CreateRotationBenchmark.html) | -5.85% | 26.207318 | 24.673727 | +| System.Numerics.Tests.Perf_Matrix3x2.GetDeterminantBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tests.Perf_Matrix3x2.GetDeterminantBenchmark.html) | -6.70% | 5.669536 | 5.289632 | +| System.Numerics.Tests.Perf_Matrix3x2.MultiplyByScalarOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tests.Perf_Matrix3x2.MultiplyByScalarOperatorBenchmark.html) | -5.15% | 10.258546 | 9.730399 | +| System.Numerics.Tests.Perf_Matrix4x4.CreateLookAtBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tests.Perf_Matrix4x4.CreateLookAtBenchmark.html) | -5.20% | 43.821276 | 41.541022 | +| System.Numerics.Tests.Perf_Plane.CreateFromVector4Benchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tests.Perf_Plane.CreateFromVector4Benchmark.html) | -5.32% | 0.350938 | 0.332272 | +| System.Numerics.Tests.Perf_Plane.NormalizeBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tests.Perf_Plane.NormalizeBenchmark.html) | -6.94% | 3.020047 | 2.810515 | +| System.Numerics.Tests.Perf_Quaternion.DivisionOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tests.Perf_Quaternion.DivisionOperatorBenchmark.html) | -5.21% | 4.019798 | 3.810389 | +| System.Numerics.Tests.Perf_Quaternion.InverseBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tests.Perf_Quaternion.InverseBenchmark.html) | -7.26% | 0.901267 | 0.835807 | +| System.Numerics.Tests.Perf_Vector2.LerpBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tests.Perf_Vector2.LerpBenchmark.html) | -7.37% | 1.938014 | 1.795258 | +| System.Numerics.Tests.Perf_Vector3.ClampBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tests.Perf_Vector3.ClampBenchmark.html) | -6.89% | 1.918230 | 1.786035 | +| System.Numerics.Tests.Perf_Vector3.CreateFromScalarXYZBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tests.Perf_Vector3.CreateFromScalarXYZBenchmark.html) | -7.30% | 0.626655 | 0.580882 | +| System.Numerics.Tests.Perf_Vector4.MultiplyOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tests.Perf_Vector4.MultiplyOperatorBenchmark.html) | -6.91% | 1.981890 | 1.844857 | +| System.Numerics.Tests.Perf_VectorOf.EqualsBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tests.Perf_VectorOf%28Int32%29.EqualsBenchmark.html) | -5.29% | 2.463353 | 2.333046 | +| System.Numerics.Tests.Perf_VectorOf.DotBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tests.Perf_VectorOf%28SByte%29.DotBenchmark.html) | -5.26% | 2.202800 | 2.086842 | +| System.Numerics.Tests.Perf_VectorOf.EqualsBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tests.Perf_VectorOf%28UInt16%29.EqualsBenchmark.html) | -5.20% | 2.493487 | 2.363735 | +| System.Numerics.Tests.Perf_VectorOf.EqualsBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tests.Perf_VectorOf%28UInt32%29.EqualsBenchmark.html) | -5.56% | 2.468972 | 2.331602 | +| System.Perf_Convert.ToDateTime_String(value: "February 26, 2009") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Perf_Convert.ToDateTime_String%28value%3A%20%22February%2026%2C%202009%22%29.html) | -6.94% | 548.384055 | 510.341329 | +| System.Reflection.Attributes.GetCustomAttributesClassHitInherit | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Reflection.Attributes.GetCustomAttributesClassHitInherit.html) | -5.30% | 6205.997863 | 5876.807915 | +| System.Reflection.Attributes.GetCustomAttributesClassMissInherit | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Reflection.Attributes.GetCustomAttributesClassMissInherit.html) | -6.08% | 4199.152918 | 3943.886731 | +| System.Reflection.Attributes.GetCustomAttributesMethodOverrideHitInherit | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Reflection.Attributes.GetCustomAttributesMethodOverrideHitInherit.html) | -5.00% | 5169.738650 | 4911.185028 | +| System.Reflection.Attributes.GetCustomAttributesMethodOverrideMiss | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Reflection.Attributes.GetCustomAttributesMethodOverrideMiss.html) | -6.33% | 2188.210273 | 2049.633340 | +| System.Reflection.Attributes.IsDefinedMethodOverrideMiss | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Reflection.Attributes.IsDefinedMethodOverrideMiss.html) | -7.09% | 741.771378 | 689.154959 | +| System.Reflection.Invoke.Field_GetStatic_struct | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Reflection.Invoke.Field_GetStatic_struct.html) | -6.22% | 478.813047 | 449.050793 | +| System.Reflection.Invoke.Field_SetStatic_int | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Reflection.Invoke.Field_SetStatic_int.html) | -6.69% | 433.035897 | 404.078977 | +| System.Reflection.Invoke.Field_Set_class | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Reflection.Invoke.Field_Set_class.html) | -5.85% | 697.876835 | 657.057549 | +| System.Reflection.Invoke.Field_Set_int | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Reflection.Invoke.Field_Set_int.html) | -5.80% | 622.419991 | 586.310335 | +| System.Reflection.Invoke.StaticMethod4_ByRefParams_int_string_struct_class | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Reflection.Invoke.StaticMethod4_ByRefParams_int_string_struct_class.html) | -6.51% | 1272.934470 | 1190.052839 | +| System.Reflection.Invoke.StaticMethod5_ByRefParams_int_string_struct_class_bool_MethodInvoker | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Reflection.Invoke.StaticMethod5_ByRefParams_int_string_struct_class_bool_MethodInvoker.html) | -6.56% | 2253.784759 | 2105.910419 | +| System.Reflection.Metadata.Perf_TypeName.ParseAndGetAssemblyQualifiedName(input: typeof(System.Int32*)) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Reflection.Metadata.Perf_TypeName.ParseAndGetAssemblyQualifiedName%28input%3A%20typeof%28System.Int32%2A%29%29.html) | -6.33% | 5056.727033 | 4736.428894 | +| System.Reflection.Metadata.Perf_TypeName.ParseAndGetAssemblyQualifiedName(input: typeof(System.Int32[,])) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Reflection.Metadata.Perf_TypeName.ParseAndGetAssemblyQualifiedName%28input%3A%20typeof%28System.Int32%5B%2C%5D%29%29.html) | -5.20% | 5125.053104 | 4858.373653 | +| System.Reflection.Metadata.Perf_TypeName.ParseAndGetFullName(input: typeof(System.Int32*)) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Reflection.Metadata.Perf_TypeName.ParseAndGetFullName%28input%3A%20typeof%28System.Int32%2A%29%29.html) | -5.42% | 738.576308 | 698.560672 | +| System.Reflection.Metadata.Perf_TypeName.ParseAndGetFullName(input: typeof(System.Int32[])) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Reflection.Metadata.Perf_TypeName.ParseAndGetFullName%28input%3A%20typeof%28System.Int32%5B%5D%29%29.html) | -5.86% | 681.428024 | 641.513717 | +| System.Reflection.Metadata.Perf_TypeName.Parse_FullNames(input: typeof(System.Int32[*])) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Reflection.Metadata.Perf_TypeName.Parse_FullNames%28input%3A%20typeof%28System.Int32%5B%2A%5D%29%29.html) | -6.09% | 666.868372 | 626.254743 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Float.AddBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Runtime.Intrinsics.Tests.Perf_Vector128Float.AddBenchmark.html) | -6.67% | 2.879448 | 2.687357 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Float.EqualsStaticBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Runtime.Intrinsics.Tests.Perf_Vector128Float.EqualsStaticBenchmark.html) | -7.45% | 2.880427 | 2.665796 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Float.GreaterThanAllBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Runtime.Intrinsics.Tests.Perf_Vector128Float.GreaterThanAllBenchmark.html) | -6.25% | 1.295163 | 1.214258 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Float.LessThanBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Runtime.Intrinsics.Tests.Perf_Vector128Float.LessThanBenchmark.html) | -6.61% | 2.892653 | 2.701321 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Float.MinBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Runtime.Intrinsics.Tests.Perf_Vector128Float.MinBenchmark.html) | -7.30% | 2.367305 | 2.194573 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Float.NegateBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Runtime.Intrinsics.Tests.Perf_Vector128Float.NegateBenchmark.html) | -5.79% | 2.688884 | 2.533258 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Float.SubtractionOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Runtime.Intrinsics.Tests.Perf_Vector128Float.SubtractionOperatorBenchmark.html) | -7.34% | 2.882255 | 2.670735 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Int.BitwiseOrBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Runtime.Intrinsics.Tests.Perf_Vector128Int.BitwiseOrBenchmark.html) | -7.30% | 2.831795 | 2.625165 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Int.EqualityOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Runtime.Intrinsics.Tests.Perf_Vector128Int.EqualityOperatorBenchmark.html) | -5.75% | 1.256267 | 1.183996 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Int.GreaterThanOrEqualAllBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Runtime.Intrinsics.Tests.Perf_Vector128Int.GreaterThanOrEqualAllBenchmark.html) | -5.34% | 1.235097 | 1.169134 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Int.LessThanOrEqualAllBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Runtime.Intrinsics.Tests.Perf_Vector128Int.LessThanOrEqualAllBenchmark.html) | -7.12% | 1.288553 | 1.196781 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Int.OnesComplementBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Runtime.Intrinsics.Tests.Perf_Vector128Int.OnesComplementBenchmark.html) | -5.79% | 2.486077 | 2.342138 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Int.OnesComplementOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Runtime.Intrinsics.Tests.Perf_Vector128Int.OnesComplementOperatorBenchmark.html) | -6.94% | 2.155138 | 2.005542 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.LessThanAllBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Double%29.LessThanAllBenchmark.html) | -6.42% | 2.041048 | 1.910021 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.LessThanAnyBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Double%29.LessThanAnyBenchmark.html) | -5.23% | 1.898491 | 1.799200 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.SquareRootBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Int16%29.SquareRootBenchmark.html) | -5.44% | 170.003728 | 160.747273 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.BitwiseOrOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Int32%29.BitwiseOrOperatorBenchmark.html) | -7.25% | 3.025268 | 2.806026 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.GreaterThanOrEqualAnyBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Int32%29.GreaterThanOrEqualAnyBenchmark.html) | -6.02% | 1.983365 | 1.864045 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.LessThanOrEqualBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Int32%29.LessThanOrEqualBenchmark.html) | -5.29% | 3.145027 | 2.978574 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.MultiplyBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Int32%29.MultiplyBenchmark.html) | -5.99% | 3.297840 | 3.100322 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.MultiplyOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Int32%29.MultiplyOperatorBenchmark.html) | -6.48% | 3.978550 | 3.720795 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.NegateBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Int32%29.NegateBenchmark.html) | -5.43% | 2.953290 | 2.792986 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.OnesComplementOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Int32%29.OnesComplementOperatorBenchmark.html) | -5.70% | 2.930595 | 2.763544 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.ZeroBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Int32%29.ZeroBenchmark.html) | -5.69% | 2.302935 | 2.171820 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.AddBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Int64%29.AddBenchmark.html) | -5.53% | 3.055445 | 2.886519 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.BitwiseAndBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Int64%29.BitwiseAndBenchmark.html) | -7.15% | 3.078334 | 2.858350 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.GreaterThanOrEqualAllBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Int64%29.GreaterThanOrEqualAllBenchmark.html) | -7.49% | 2.061386 | 1.906962 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.GreaterThanOrEqualBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Int64%29.GreaterThanOrEqualBenchmark.html) | -5.50% | 3.081768 | 2.912247 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.EqualsAnyBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28SByte%29.EqualsAnyBenchmark.html) | -6.83% | 1.957194 | 1.823587 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.GreaterThanBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28SByte%29.GreaterThanBenchmark.html) | -5.94% | 3.859848 | 3.630535 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.GreaterThanOrEqualAllBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28SByte%29.GreaterThanOrEqualAllBenchmark.html) | -5.61% | 1.951695 | 1.842193 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.LessThanOrEqualAnyBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28SByte%29.LessThanOrEqualAnyBenchmark.html) | -6.83% | 2.027085 | 1.888736 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.MultiplyBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28SByte%29.MultiplyBenchmark.html) | -6.34% | 3.811767 | 3.570178 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.SumBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28SByte%29.SumBenchmark.html) | -6.11% | 2.200040 | 2.065624 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.EqualsAllBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Single%29.EqualsAllBenchmark.html) | -6.63% | 1.988276 | 1.856365 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.LessThanBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Single%29.LessThanBenchmark.html) | -5.37% | 3.024879 | 2.862433 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.ExclusiveOrOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28UInt32%29.ExclusiveOrOperatorBenchmark.html) | -5.90% | 3.810074 | 3.585306 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.GreaterThanAnyBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28UInt32%29.GreaterThanAnyBenchmark.html) | -6.24% | 1.978296 | 1.854830 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.LessThanOrEqualAllBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28UInt32%29.LessThanOrEqualAllBenchmark.html) | -6.57% | 1.959673 | 1.830962 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.XorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28UInt32%29.XorBenchmark.html) | -7.04% | 3.778421 | 3.512371 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.AddBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28UInt64%29.AddBenchmark.html) | -5.51% | 3.495889 | 3.303336 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.BitwiseAndOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28UInt64%29.BitwiseAndOperatorBenchmark.html) | -6.76% | 3.155768 | 2.942396 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.EqualsAnyBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28UInt64%29.EqualsAnyBenchmark.html) | -6.18% | 1.933888 | 1.814444 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.ExclusiveOrOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28UInt64%29.ExclusiveOrOperatorBenchmark.html) | -5.36% | 3.002462 | 2.841398 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.GreaterThanAllBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28UInt64%29.GreaterThanAllBenchmark.html) | -7.44% | 2.032869 | 1.881639 | +| System.Tests.Perf_Boolean.ToString(value: False) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Tests.Perf_Boolean.ToString%28value%3A%20False%29.html) | -5.27% | 2.854173 | 2.703859 | +| System.Tests.Perf_Enum.InterpolateIntoStringBuilder_Flags(value: Red) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Tests.Perf_Enum.InterpolateIntoStringBuilder_Flags%28value%3A%20Red%29.html) | -6.39% | 1094.559517 | 1024.635638 | +| System.Tests.Perf_Enum.StringFormat(value: Red) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Tests.Perf_Enum.StringFormat%28value%3A%20Red%29.html) | -5.47% | 684.307300 | 646.858770 | +| System.Tests.Perf_Enum.ToString_Format_Flags_Large(value: All, format: "f") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Tests.Perf_Enum.ToString_Format_Flags_Large%28value%3A%20All%2C%20format%3A%20%22f%22%29.html) | -5.11% | 72.428037 | 68.730419 | +| System.Tests.Perf_Enum.ToString_Format_NonFlags(value: 7, format: "G") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Tests.Perf_Enum.ToString_Format_NonFlags%28value%3A%207%2C%20format%3A%20%22G%22%29.html) | -5.05% | 68.171247 | 64.730430 | +| System.Tests.Perf_Int32.TryParse(value: "12345") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Tests.Perf_Int32.TryParse%28value%3A%20%2212345%22%29.html) | -5.69% | 52.692669 | 49.697042 | +| System.Tests.Perf_String.Concat_str_str(size: 100) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Tests.Perf_String.Concat_str_str%28size%3A%20100%29.html) | -5.01% | 141.417110 | 134.327247 | +| System.Tests.Perf_String.CtorCharCount(size: 100) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Tests.Perf_String.CtorCharCount%28size%3A%20100%29.html) | -6.79% | 124.362834 | 115.920706 | +| System.Tests.Perf_String.Insert(s1: "Test", i: 2, s2: " Test") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Tests.Perf_String.Insert%28s1%3A%20%22Test%22%2C%20i%3A%202%2C%20s2%3A%20%22%20Test%22%29.html) | -5.30% | 91.468264 | 86.620979 | +| System.Tests.Perf_String.Split(s: "A B C D E F G H I J K L M N O P Q R S T U V W X Y Z", arr: [' '], options: RemoveEmptyEntries) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Tests.Perf_String.Split%28s%3A%20%22A%20B%20C%20D%20E%20F%20G%20H%20I%20J%20K%20L%20M%20N%20O%20P%20Q%20R%20S%20T%20U%20V%20W%20X%20Y%20Z%22%2C%20arr%3A%20%5B%27%20%27%5D%2C%20options%3A%20RemoveEmptyEntries%29.html) | -6.34% | 2815.989815 | 2637.557094 | +| System.Tests.Perf_String.Substring_Int(s: "dzsdzsDDZSDZSDZSddsz", i: 0) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Tests.Perf_String.Substring_Int%28s%3A%20%22dzsdzsDDZSDZSDZSddsz%22%2C%20i%3A%200%29.html) | -5.57% | 4.793427 | 4.526486 | +| System.Tests.Perf_String.Substring_IntInt(s: "dzsdzsDDZSDZSDZSddsz", i1: 0, i2: 8) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Tests.Perf_String.Substring_IntInt%28s%3A%20%22dzsdzsDDZSDZSDZSddsz%22%2C%20i1%3A%200%2C%20i2%3A%208%29.html) | -7.23% | 75.739183 | 70.265097 | +| System.Tests.Perf_String.ToUpper(s: "TeSt") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Tests.Perf_String.ToUpper%28s%3A%20%22TeSt%22%29.html) | -5.89% | 170.935367 | 160.869766 | +| System.Tests.Perf_String.Trim(s: " Te st ") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Tests.Perf_String.Trim%28s%3A%20%22%20Te%20st%20%20%22%29.html) | -5.99% | 99.480667 | 93.523517 | +| System.Tests.Perf_Uri.PathAndQuery | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Tests.Perf_Uri.PathAndQuery.html) | -7.24% | 4.076816 | 3.781613 | +| System.Text.Encodings.Web.Tests.Perf_Encoders.EncodeUtf8(arguments: Url,&lorem ipsum=dolor sit amet,16) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Text.Encodings.Web.Tests.Perf_Encoders.EncodeUtf8%28arguments%3A%20Url%2C%26lorem%20ipsum%3Ddolor%20sit%20amet%2C16%29.html) | -5.36% | 188.456440 | 178.360886 | +| System.Text.Json.Document.Tests.Perf_ParseThenWrite.ParseThenWrite(IsDataIndented: False, TestCase: Json400KB) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Text.Json.Document.Tests.Perf_ParseThenWrite.ParseThenWrite%28IsDataIndented%3A%20False%2C%20TestCase%3A%20Json400KB%29.html) | -5.11% | 4379110.958492 | 4155452.626251 | +| System.Text.Json.Document.Tests.Perf_ParseThenWrite.ParseThenWrite(IsDataIndented: False, TestCase: Json4KB) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Text.Json.Document.Tests.Perf_ParseThenWrite.ParseThenWrite%28IsDataIndented%3A%20False%2C%20TestCase%3A%20Json4KB%29.html) | -5.64% | 44683.357247 | 42163.544359 | +| System.Text.Json.Document.Tests.Perf_ParseThenWrite.ParseThenWrite(IsDataIndented: True, TestCase: Json400KB) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Text.Json.Document.Tests.Perf_ParseThenWrite.ParseThenWrite%28IsDataIndented%3A%20True%2C%20TestCase%3A%20Json400KB%29.html) | -5.06% | 4874354.323932 | 4627869.608753 | +| System.Text.Json.Document.Tests.Perf_ParseThenWrite.ParseThenWrite(IsDataIndented: True, TestCase: Json4KB) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Text.Json.Document.Tests.Perf_ParseThenWrite.ParseThenWrite%28IsDataIndented%3A%20True%2C%20TestCase%3A%20Json4KB%29.html) | -5.59% | 50092.070824 | 47292.899096 | +| System.Text.Json.Tests.Perf_Booleans.WriteBooleans(Formatted: False, SkipValidation: False) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Text.Json.Tests.Perf_Booleans.WriteBooleans%28Formatted%3A%20False%2C%20SkipValidation%3A%20False%29.html) | -6.08% | 2046118.371701 | 1921710.418464 | +| System.Text.Perf_Ascii.IsValid_Bytes(Size: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Text.Perf_Ascii.IsValid_Bytes%28Size%3A%20128%29.html) | -5.38% | 14.413527 | 13.637789 | +| System.Text.Tests.Perf_StringBuilder.Append_Char(length: 100000) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Text.Tests.Perf_StringBuilder.Append_Char%28length%3A%20100000%29.html) | -5.77% | 532567.208177 | 501838.440620 | +| System.Threading.Tests.Perf_CancellationToken.CancelAfter | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Threading.Tests.Perf_CancellationToken.CancelAfter.html) | -5.53% | 387.250048 | 365.816862 | +| System.Threading.Tests.Perf_ThreadStatic.SetThreadStatic | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Threading.Tests.Perf_ThreadStatic.SetThreadStatic.html) | -5.85% | 8.429576 | 7.936178 | +| System.Xml.Linq.Perf_XElementList.Enumerator | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Xml.Linq.Perf_XElementList.Enumerator.html) | -5.20% | 483.458729 | 458.320795 | \ No newline at end of file diff --git a/reports/linux-monoaot-ampere_changepoint_report.md b/reports/net9to10/linux-monoaot-ampere_regression_report.md similarity index 98% rename from reports/linux-monoaot-ampere_changepoint_report.md rename to reports/net9to10/linux-monoaot-ampere_regression_report.md index 9308c79e3e4..7b2590e5d81 100644 --- a/reports/linux-monoaot-ampere_changepoint_report.md +++ b/reports/net9to10/linux-monoaot-ampere_regression_report.md @@ -1,4 +1,4 @@ -# Changepoint Impact Report - linux-monoaot-ampere +# Regression Report - linux-monoaot-ampere ## 1. 4020e05 - Clean up in Number.Formatting.cs (#110955) @@ -6,7 +6,7 @@ **Commit:** [4020e05](https://github.com/dotnet/runtime/commit/4020e05) **Affected Tests:** 105 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Tests.Perf_UInt32.TryFormat(value: 4294967295) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Tests.Perf_UInt32.TryFormat%28value%3A%204294967295%29.html) | +150.78% | 56.752323 | 142.321299 | None | | System.Tests.Perf_Int32.TryFormat(value: 2147483647) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Tests.Perf_Int32.TryFormat%28value%3A%202147483647%29.html) | +141.80% | 61.604902 | 148.958519 | None | @@ -122,7 +122,7 @@ **Commit:** [3f0a23d76d](https://github.com/dotnet/runtime/commit/3f0a23d76d6133f2d507f69d2158afcf54ae7e76) **Affected Tests:** 71 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Memory.Span.LastIndexOfValue(Size: 33) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Memory.Span%28Byte%29.LastIndexOfValue%28Size%3A%2033%29.html) | +34.21% | 20.213406 | 27.127752 | None | | System.Memory.Span.LastIndexOfValue(Size: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Memory.Span%28Int32%29.LastIndexOfValue%28Size%3A%204%29.html) | +33.05% | 17.908391 | 23.827309 | None | @@ -204,7 +204,7 @@ **Commit:** [0fa747a](https://github.com/dotnet/runtime/commit/0fa747a) **Affected Tests:** 31 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Text.Encodings.Web.Tests.Perf_Encoders.EncodeUtf16(arguments: UnsafeRelaxed,no required,512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Text.Encodings.Web.Tests.Perf_Encoders.EncodeUtf16%28arguments%3A%20UnsafeRelaxed%2Cno%20%28escaping%20/%29%20required%2C512%29.html) | +229.66% | 626.030459 | 2063.776055 | None | | System.Text.Encodings.Web.Tests.Perf_Encoders.EncodeUtf16(arguments: JavaScript,no escaping required,512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Text.Encodings.Web.Tests.Perf_Encoders.EncodeUtf16%28arguments%3A%20JavaScript%2Cno%20escaping%20required%2C512%29.html) | +227.79% | 623.747312 | 2044.563920 | None | @@ -246,7 +246,7 @@ **Commit:** [50bf168](https://github.com/dotnet/runtime/commit/50bf168) **Affected Tests:** 27 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Tests.Perf_Guid.Parse | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Tests.Perf_Guid.Parse.html) | +635.02% | 58.758332 | 431.883608 | None | | System.Tests.Perf_Guid.ctor_str | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Tests.Perf_Guid.ctor_str.html) | +622.89% | 60.391206 | 436.559461 | None | @@ -284,7 +284,7 @@ **Commit:** [ac6152838e](https://github.com/dotnet/runtime/commit/ac6152838ebdcb7ca5765b908a4e15956d0e0f91) **Affected Tests:** 21 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Collections.Perf_SingleCharFrozenDictionary.TryGetValue_False_FrozenDictionary(Count: 1000) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Collections.Perf_SingleCharFrozenDictionary.TryGetValue_False_FrozenDictionary%28Count%3A%201000%29.html) | +25.60% | 14528.091244 | 18246.901124 | None | | System.Collections.Perf_SingleCharFrozenDictionary.TryGetValue_False_FrozenDictionary(Count: 10000) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Collections.Perf_SingleCharFrozenDictionary.TryGetValue_False_FrozenDictionary%28Count%3A%2010000%29.html) | +25.26% | 145636.080545 | 182420.691164 | None | @@ -319,7 +319,7 @@ - Range: This commit represents a range of commits from [04538da4fc](https://github.com/dotnet/runtime/commit/04538da4fc4dca4a5f1184708fe95a16dd947d17) to [3d27554262](https://github.com/dotnet/runtime/commit/3d275542626ac6420269168ecbebe2bcb8e6ae54) - [View Range](https://github.com/dotnet/runtime/compare/04538da4fc4dca4a5f1184708fe95a16dd947d17...3d275542626ac6420269168ecbebe2bcb8e6ae54) -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Runtime.Intrinsics.Tests.Perf_Vector128Of.ExclusiveOrOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Double%29.ExclusiveOrOperatorBenchmark.html) | +10.57% | 3.350880 | 3.705209 | [30](#30-737a7d22aa---use-ref-readonly-in-unsafeaspointer-114406) | | System.Numerics.Tests.Perf_Vector2.NormalizeBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tests.Perf_Vector2.NormalizeBenchmark.html) | +10.26% | 1.901078 | 2.096076 | [16](#16-f1901a00df---cross-product-for-vector2-and-vector4-111265) | @@ -348,7 +348,7 @@ **Commit:** [8091e60](https://github.com/dotnet/runtime/commit/8091e60) **Affected Tests:** 18 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Memory.Span.IndexOfAnyFiveValues(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Memory.Span%28Int32%29.IndexOfAnyFiveValues%28Size%3A%20512%29.html) | +33.89% | 2449.068055 | 3279.137990 | None | | System.Memory.Span.IndexOfAnyFourValues(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Memory.Span%28Int32%29.IndexOfAnyFourValues%28Size%3A%20512%29.html) | +33.05% | 2081.706222 | 2769.728844 | None | @@ -377,7 +377,7 @@ **Commit:** [76dbb27608](https://github.com/dotnet/runtime/commit/76dbb27608765ac75fe2a06166271520fdab85fe) **Affected Tests:** 17 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Tests.Perf_Uri.Ctor(input: "https://contoso.com") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Tests.Perf_Uri.Ctor%28input%3A%20%22https%3A//contoso.com%22%29.html) | +23.95% | 247.547542 | 306.842775 | None | | System.Tests.Perf_Uri.Ctor(input: "https://CONTOSO.com") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Tests.Perf_Uri.Ctor%28input%3A%20%22https%3A//CONTOSO.com%22%29.html) | +23.75% | 249.774234 | 309.083628 | None | @@ -405,7 +405,7 @@ **Commit:** [617f9ee](https://github.com/dotnet/runtime/commit/617f9ee) **Affected Tests:** 16 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Tests.Perf_Type.GetType_FullyQualifiedNames(input: typeof(System.Tests.NestedGeneric)) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Tests.Perf_Type.GetType_FullyQualifiedNames%28input%3A%20typeof%28System.Tests.NestedGeneric%28String%2C%20Boolean%29%29%29.html) | +411.18% | 6391.907475 | 32674.268135 | None | | System.Tests.Perf_Type.GetType_FullyQualifiedNames(input: typeof(System.Collections.Generic.Dictionary)) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Tests.Perf_Type.GetType_FullyQualifiedNames%28input%3A%20typeof%28System.Collections.Generic.Dictionary%28String%2C%20Boolean%29%29%29.html) | +334.24% | 6811.111706 | 29576.384483 | None | @@ -435,7 +435,7 @@ - Range: This commit represents a range of commits from [1dd10350bb](https://github.com/dotnet/runtime/commit/1dd10350bbbfa5850709179df7a0ae70601adf28) to [960e063430](https://github.com/dotnet/runtime/commit/960e063430c26e5dc48cd4395e8f092fa6ba98a0) - [View Range](https://github.com/dotnet/runtime/compare/1dd10350bbbfa5850709179df7a0ae70601adf28...960e063430c26e5dc48cd4395e8f092fa6ba98a0) -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Numerics.Tests.Perf_VectorOf.OnesComplementOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tests.Perf_VectorOf%28Int32%29.OnesComplementOperatorBenchmark.html) | +15.09% | 2.124699 | 2.445403 | [4](#4-50bf168---implement-iutf8spanparsable-on-guid-105654) | | System.Numerics.Tests.Perf_VectorOf.MultiplyOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tests.Perf_VectorOf%28Int16%29.MultiplyOperatorBenchmark.html) | +12.70% | 2.833390 | 3.193354 | [32](#32-e82789be73---remove-double---intuint-cast-helpers-116484) | @@ -463,7 +463,7 @@ - Range: This commit represents a range of commits from [16506b76e8](https://github.com/dotnet/runtime/commit/16506b76e865e5afae7fdffab6ea4a111c866c73) to [0154a2f340](https://github.com/dotnet/runtime/commit/0154a2f3403d94ea6d6f93f5a774b6e366969e0a) - [View Range](https://github.com/dotnet/runtime/compare/16506b76e865e5afae7fdffab6ea4a111c866c73...0154a2f3403d94ea6d6f93f5a774b6e366969e0a) -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Memory.Span.IndexOfValue(Size: 33) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Memory.Span%28Byte%29.IndexOfValue%28Size%3A%2033%29.html) | +14.87% | 20.920744 | 24.030715 | [2](#2-3f0a23d76d---dedup-remaining-memoryextensions-span-overloads-109501) | | System.Runtime.Intrinsics.Tests.Perf_Vector128Of.LessThanBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28UInt32%29.LessThanBenchmark.html) | +12.74% | 3.147692 | 3.548654 | [20](#20-4cc1155e6a---revert-make-mutable-generic-collection-interfaces-implement-read-only-collection-interfaces-and-related-changes-116497), [22](#22-37b1764e19---optimize-bigintegerdivide-96895) | @@ -487,7 +487,7 @@ **Commit:** [e3c6605a1e](https://github.com/dotnet/runtime/commit/e3c6605a1e67df1b69bd9ea18a9de995b138ef2b) **Affected Tests:** 13 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Text.Json.Tests.Perf_Basic.WriteBasicUtf8(Formatted: False, SkipValidation: False, DataSize: 10) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Text.Json.Tests.Perf_Basic.WriteBasicUtf8%28Formatted%3A%20False%2C%20SkipValidation%3A%20False%2C%20DataSize%3A%2010%29.html) | +20.72% | 1615.182997 | 1949.854088 | [1](#1-4020e05---clean-up-in-numberformattingcs-110955), [3](#3-0fa747a---replace-optimizedinboxtextencoder-vectorization-with-searchvalues-114494) | | System.Numerics.Tests.Perf_VectorOf.ConditionalSelectBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tests.Perf_VectorOf%28Byte%29.ConditionalSelectBenchmark.html) | +15.97% | 2.980702 | 3.456826 | None | @@ -511,7 +511,7 @@ **Commit:** [75b550d7d3](https://github.com/dotnet/runtime/commit/75b550d7d3b5b27a74b5bff9c1cb09c42f4fb3ab) **Affected Tests:** 11 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Tests.Perf_Enum.InterpolateIntoSpan_NonFlags(value: 42) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Tests.Perf_Enum.InterpolateIntoSpan_NonFlags%28value%3A%2042%29.html) | +17.65% | 1133.474292 | 1333.569049 | [29](#29-11f3549e83---optimize-datetimeoffset-111112) | | System.Text.Json.Tests.Perf_Basic.WriteBasicUtf8(Formatted: True, SkipValidation: False, DataSize: 10) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Text.Json.Tests.Perf_Basic.WriteBasicUtf8%28Formatted%3A%20True%2C%20SkipValidation%3A%20False%2C%20DataSize%3A%2010%29.html) | +16.86% | 1842.964871 | 2153.764578 | [1](#1-4020e05---clean-up-in-numberformattingcs-110955), [3](#3-0fa747a---replace-optimizedinboxtextencoder-vectorization-with-searchvalues-114494) | @@ -533,7 +533,7 @@ **Commit:** [cb45af9731](https://github.com/dotnet/runtime/commit/cb45af9731a52901404cf15f7d39c9dabd1e0d44) **Affected Tests:** 10 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Tests.Perf_Char.Char_ToLowerInvariant(input: "Hello World!") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Tests.Perf_Char.Char_ToLowerInvariant%28input%3A%20%22Hello%20World%21%22%29.html) | +13.02% | 57.319645 | 64.783851 | [43](#43-d1f333e9b2---fix-a-couple-issues-with-vectorwithelement-115648) | | System.IO.Tests.StreamReaderReadToEndTests.ReadToEnd(LineLengthRange: [1025, 2048]) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.IO.Tests.StreamReaderReadToEndTests.ReadToEnd%28LineLengthRange%3A%20%5B1025%2C%202048%5D%29.html) | +9.88% | 130627052.777778 | 143531713.322917 | [4](#4-50bf168---implement-iutf8spanparsable-on-guid-105654), [15](#15-1af7c2370b---add-a-number-of-additional-apis-to-the-various-simd-accelerated-vector-types-111179), [35](#35-670db5c718---remove-redundant-unsafe-context-110953) | @@ -554,7 +554,7 @@ **Commit:** [1af7c2370b](https://github.com/dotnet/runtime/commit/1af7c2370bce80cba73d442d69f4a2f1b02dcbef) **Affected Tests:** 9 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Memory.Span.LastIndexOfValue(Size: 33) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Memory.Span%28Int32%29.LastIndexOfValue%28Size%3A%2033%29.html) | +29.76% | 25.242363 | 32.755247 | [2](#2-3f0a23d76d---dedup-remaining-memoryextensions-span-overloads-109501) | | System.Memory.Span.LastIndexOfValue(Size: 33) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Memory.Span%28Char%29.LastIndexOfValue%28Size%3A%2033%29.html) | +29.08% | 21.492235 | 27.741710 | [2](#2-3f0a23d76d---dedup-remaining-memoryextensions-span-overloads-109501) | @@ -574,7 +574,7 @@ **Commit:** [f1901a00df](https://github.com/dotnet/runtime/commit/f1901a00dfcfbcf0a4f8b6aa7459fec30846d1ab) **Affected Tests:** 9 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Numerics.Tests.Perf_Vector3.CreateFromScalar | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tests.Perf_Vector3.CreateFromScalar.html) | +14.84% | 0.562917 | 0.646442 | [27](#27-d2c458727e---instrumentation-mostly-for-datas-107853) | | System.Numerics.Tests.Perf_Vector2.LengthBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tests.Perf_Vector2.LengthBenchmark.html) | +12.04% | 1.773411 | 1.986851 | None | @@ -594,7 +594,7 @@ **Commit:** [4b98d32](https://github.com/dotnet/runtime/commit/4b98d32) **Affected Tests:** 8 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Collections.Perf_Frozen.ToFrozenDictionary(Count: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Collections.Perf_Frozen%28Int16%29.ToFrozenDictionary%28Count%3A%204%29.html) | +128.53% | 261.144056 | 596.788122 | None | | System.Collections.Perf_Frozen.ToFrozenDictionary(Count: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Collections.Perf_Frozen%28NotKnownComparable%29.ToFrozenDictionary%28Count%3A%204%29.html) | +108.16% | 278.608445 | 579.961571 | None | @@ -613,7 +613,7 @@ **Commit:** [e0e9f15d06](https://github.com/dotnet/runtime/commit/e0e9f15d06b775325c874674bfca51d18c8f5075) **Affected Tests:** 8 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Numerics.Tests.Perf_Matrix4x4.MultiplyByMatrixBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tests.Perf_Matrix4x4.MultiplyByMatrixBenchmark.html) | +46.66% | 20.314376 | 29.792338 | None | | System.Numerics.Tests.Perf_Matrix4x4.MultiplyByMatrixOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tests.Perf_Matrix4x4.MultiplyByMatrixOperatorBenchmark.html) | +23.13% | 20.374049 | 25.087304 | None | @@ -635,7 +635,7 @@ - Range: This commit represents a range of commits from [9531cf81a3](https://github.com/dotnet/runtime/commit/9531cf81a361c5b53651672a5df897cadd6e89e8) to [b12dc6c549](https://github.com/dotnet/runtime/commit/b12dc6c549853725fd8f1ca4f8ddd3a6f830f0ae) - [View Range](https://github.com/dotnet/runtime/compare/9531cf81a361c5b53651672a5df897cadd6e89e8...b12dc6c549853725fd8f1ca4f8ddd3a6f830f0ae) -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Linq.Tests.Perf_Enumerable.CastToSameType(input: IEnumerable) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Linq.Tests.Perf_Enumerable.CastToSameType%28input%3A%20IEnumerable%29.html) | +8.60% | 1067.281615 | 1159.034676 | [30](#30-737a7d22aa---use-ref-readonly-in-unsafeaspointer-114406) | | System.Collections.Perf_Frozen.ToFrozenSet(Count: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Collections.Perf_Frozen%28Int16%29.ToFrozenSet%28Count%3A%204%29.html) | +6.92% | 429.918198 | 459.650191 | [20](#20-4cc1155e6a---revert-make-mutable-generic-collection-interfaces-implement-read-only-collection-interfaces-and-related-changes-116497), [33](#33-38c8e8f4cc---add-collectionsmarshalasbytesbitarray-116308), [39](#39-9fe86ca2be---arm64-sve-optimise-zeroallbits-vectors-the-same-as-masks-115566) | @@ -654,7 +654,7 @@ **Commit:** [4cc1155e6a](https://github.com/dotnet/runtime/commit/4cc1155e6af3a6f0b733b8900bf2f0d1495be7e0) **Affected Tests:** 8 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Runtime.Intrinsics.Tests.Perf_Vector128Of.SubtractionOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28SByte%29.SubtractionOperatorBenchmark.html) | +14.22% | 2.885041 | 3.295202 | None | | System.Runtime.Intrinsics.Tests.Perf_Vector128Of.AddOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28UInt32%29.AddOperatorBenchmark.html) | +14.06% | 2.845117 | 3.245185 | None | @@ -678,7 +678,7 @@ - Range: This commit represents a range of commits from [e690777838](https://github.com/dotnet/runtime/commit/e69077783870ffcb9e6ebf7d2d33e919d9e5431b) to [6406b578b4](https://github.com/dotnet/runtime/commit/6406b578b43646b0b1d348da00a32d2f61860cf7) - [View Range](https://github.com/dotnet/runtime/compare/e69077783870ffcb9e6ebf7d2d33e919d9e5431b...6406b578b43646b0b1d348da00a32d2f61860cf7) -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Tests.Perf_Uri.DnsSafeHost | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Tests.Perf_Uri.DnsSafeHost.html) | +16.02% | 807.653996 | 937.046674 | [8](#8-76dbb27608---use-searchvalues-in-uricheckforunicodeorescapedunreserved-107357) | | System.Numerics.Tests.Perf_VectorOf.ZeroBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tests.Perf_VectorOf%28Int32%29.ZeroBenchmark.html) | +13.59% | 2.366401 | 2.688100 | None | @@ -696,7 +696,7 @@ **Commit:** [37b1764e19](https://github.com/dotnet/runtime/commit/37b1764e19aceaa545d8433c490b850538b8905a) **Affected Tests:** 6 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Runtime.Intrinsics.Tests.Perf_Vector128Of.LessThanBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28UInt32%29.LessThanBenchmark.html) | +12.74% | 3.147692 | 3.548654 | [11](#11-cdc8418a7f---monomini-prefer-calling-llvmaot-compiled-method-instead-of-inlining-it-with-jit-107401), [20](#20-4cc1155e6a---revert-make-mutable-generic-collection-interfaces-implement-read-only-collection-interfaces-and-related-changes-116497) | | System.Tests.Perf_Uri.CtorIdnHostPathAndQuery(input: "http://xn--hst-sna.with.xn--nicode-2ya/path/with?key=value#fragment") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Tests.Perf_Uri.CtorIdnHostPathAndQuery%28input%3A%20%22http%3A//xn--hst-sna.with.xn--nicode-2ya/path/with%3Fkey%3Dvalue%23fragment%22%29.html) | +10.93% | 1564.747279 | 1735.773719 | [8](#8-76dbb27608---use-searchvalues-in-uricheckforunicodeorescapedunreserved-107357), [42](#42-3a99c64fe2---arm64-add-support-for-bitwise-or-not-xor-not-111893) | @@ -716,7 +716,7 @@ - Range: This commit represents a range of commits from [01e5fa15aa](https://github.com/dotnet/runtime/commit/01e5fa15aa1cfb22f98bd4dc1d3d20154e71d629) to [76fda4da6b](https://github.com/dotnet/runtime/commit/76fda4da6bed9510d2eef9f017d9a5b4cad697cf) - [View Range](https://github.com/dotnet/runtime/compare/01e5fa15aa1cfb22f98bd4dc1d3d20154e71d629...76fda4da6bed9510d2eef9f017d9a5b4cad697cf) -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Collections.ContainsTrue.Array(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Collections.ContainsTrue%28String%29.Array%28Size%3A%20512%29.html) | +16.48% | 622546.035891 | 725142.476047 | [4](#4-50bf168---implement-iutf8spanparsable-on-guid-105654) | | System.Collections.ContainsTrue.Span(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Collections.ContainsTrue%28String%29.Span%28Size%3A%20512%29.html) | +15.14% | 634357.785083 | 730403.804363 | [4](#4-50bf168---implement-iutf8spanparsable-on-guid-105654) | @@ -733,7 +733,7 @@ **Commit:** [2d5a2ee095](https://github.com/dotnet/runtime/commit/2d5a2ee09518e3afad75ea9bc40df0a548bcfa36) **Affected Tests:** 6 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Threading.Channels.Tests.BoundedChannelPerfTests.TryWriteThenTryRead | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Threading.Channels.Tests.BoundedChannelPerfTests.TryWriteThenTryRead.html) | +15.88% | 114.805060 | 133.030953 | None | | System.Threading.Channels.Tests.UnboundedChannelPerfTests.TryWriteThenTryRead | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Threading.Channels.Tests.UnboundedChannelPerfTests.TryWriteThenTryRead.html) | +14.12% | 97.064742 | 110.774773 | [25](#25-fcd197c9a4---support-bounded-channel-with-bound-of-0-rendezvous-116097) | @@ -750,7 +750,7 @@ **Commit:** [fcd197c9a4](https://github.com/dotnet/runtime/commit/fcd197c9a4ea9def2049fdb302eede3e044fba5f) **Affected Tests:** 6 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Threading.Channels.Tests.UnboundedChannelPerfTests.TryWriteThenTryRead | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Threading.Channels.Tests.UnboundedChannelPerfTests.TryWriteThenTryRead.html) | +14.12% | 97.064742 | 110.774773 | [24](#24-2d5a2ee095---remove-canceled-asyncoperations-from-channel-queues-116021) | | System.Numerics.Tests.Perf_VectorOf.GreaterThanAnyBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tests.Perf_VectorOf%28Single%29.GreaterThanAnyBenchmark.html) | +10.33% | 1.798074 | 1.983731 | [7](#7-8091e60---replace-unsafeas-with-unsafebitcast-in-spanhelpersfill-116221) | @@ -767,7 +767,7 @@ **Commit:** [e55370e31e](https://github.com/dotnet/runtime/commit/e55370e31e8095f49482a2fb54a442610eb30e71) **Affected Tests:** 5 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Collections.CtorFromCollection.ImmutableArray(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Collections.CtorFromCollection%28Int32%29.ImmutableArray%28Size%3A%20512%29.html) | +6.07% | 554.088965 | 587.707142 | None | | System.Linq.Tests.Perf_Enumerable.WhereSelect(input: Array) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Linq.Tests.Perf_Enumerable.WhereSelect%28input%3A%20Array%29.html) | +5.91% | 2648.474399 | 2804.996808 | [19](#19-efa2f5478f---remove-arrlen-propagation-from-earlyprop-116410) | @@ -786,7 +786,7 @@ - Range: This commit represents a range of commits from [9eef7761e8](https://github.com/dotnet/runtime/commit/9eef7761e814895fa87c66eed1f364d7f11fe987) to [06f0b37ea9](https://github.com/dotnet/runtime/commit/06f0b37ea9474a793103b5413dd930ef3dabd0d2) - [View Range](https://github.com/dotnet/runtime/compare/9eef7761e814895fa87c66eed1f364d7f11fe987...06f0b37ea9474a793103b5413dd930ef3dabd0d2) -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Numerics.Tests.Perf_Vector3.CreateFromScalar | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tests.Perf_Vector3.CreateFromScalar.html) | +14.84% | 0.562917 | 0.646442 | [16](#16-f1901a00df---cross-product-for-vector2-and-vector4-111265) | | System.Linq.Tests.Perf_Enumerable.Aggregate(input: IEnumerable) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Linq.Tests.Perf_Enumerable.Aggregate%28input%3A%20IEnumerable%29.html) | +6.35% | 1312.141124 | 1395.496512 | [19](#19-efa2f5478f---remove-arrlen-propagation-from-earlyprop-116410) | @@ -801,7 +801,7 @@ **Commit:** [a1b81e1417](https://github.com/dotnet/runtime/commit/a1b81e1417a5e30fc9d4d45937520f9d7794dcd0) **Affected Tests:** 4 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Tests.Perf_Version.TryParse2 | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Tests.Perf_Version.TryParse2.html) | +10.71% | 88.273096 | 97.722933 | [21](#21-f0e7c3d211---mono-use-sync-unwind-tables-on-all-arm64-targets-109406) | | System.Tests.Perf_Version.Parse4 | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Tests.Perf_Version.Parse4.html) | +10.32% | 177.475360 | 195.789444 | None | @@ -816,7 +816,7 @@ **Commit:** [11f3549e83](https://github.com/dotnet/runtime/commit/11f3549e8392f2220aeadfa34aa578ccb47b80c0) **Affected Tests:** 4 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Tests.Perf_DateTime.Year | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Tests.Perf_DateTime.Year.html) | +34.21% | 4.329921 | 5.811387 | None | | System.Tests.Perf_Enum.InterpolateIntoSpan_NonFlags(value: 42) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Tests.Perf_Enum.InterpolateIntoSpan_NonFlags%28value%3A%2042%29.html) | +17.65% | 1133.474292 | 1333.569049 | [13](#13-75b550d7d3---implement-writestringvaluesegment-defined-in-issue-67337-101356) | @@ -834,7 +834,7 @@ - Range: This commit represents a range of commits from [5966995de2](https://github.com/dotnet/runtime/commit/5966995de27fd04c2f46aaf50c1c6f348a04fa60) to [265727cce0](https://github.com/dotnet/runtime/commit/265727cce09d422c9a4c322757e2e6629f83b25c) - [View Range](https://github.com/dotnet/runtime/compare/5966995de27fd04c2f46aaf50c1c6f348a04fa60...265727cce09d422c9a4c322757e2e6629f83b25c) -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Runtime.Intrinsics.Tests.Perf_Vector128Of.ExclusiveOrOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Double%29.ExclusiveOrOperatorBenchmark.html) | +10.57% | 3.350880 | 3.705209 | [6](#6-dfac023285---add-approved-tensorprimitives-surface-area-112933) | | System.Linq.Tests.Perf_Enumerable.CastToSameType(input: IEnumerable) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Linq.Tests.Perf_Enumerable.CastToSameType%28input%3A%20IEnumerable%29.html) | +8.60% | 1067.281615 | 1159.034676 | [19](#19-efa2f5478f---remove-arrlen-propagation-from-earlyprop-116410) | @@ -849,7 +849,7 @@ **Commit:** [727eb51](https://github.com/dotnet/runtime/commit/727eb51) **Affected Tests:** 4 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Tests.Perf_Guid.EqualsSame | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Tests.Perf_Guid.EqualsSame.html) | +262.10% | 0.540885 | 1.958522 | None | | System.Tests.Perf_Guid.EqualsNotSame | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Tests.Perf_Guid.EqualsNotSame.html) | +250.42% | 0.572543 | 2.006290 | None | @@ -864,7 +864,7 @@ **Commit:** [e82789be73](https://github.com/dotnet/runtime/commit/e82789be7360c936df7553cc84213c9e829789d0) **Affected Tests:** 4 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Runtime.Intrinsics.Tests.Perf_Vector128Of.AndNotBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28UInt32%29.AndNotBenchmark.html) | +14.61% | 2.808819 | 3.219080 | None | | System.Numerics.Tests.Perf_VectorOf.MultiplyOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tests.Perf_VectorOf%28Int16%29.MultiplyOperatorBenchmark.html) | +12.70% | 2.833390 | 3.193354 | [10](#10-960e063430---add-asyncenumerableinfinitesequence-116538) | @@ -879,7 +879,7 @@ **Commit:** [38c8e8f4cc](https://github.com/dotnet/runtime/commit/38c8e8f4cc1be3abd20f675771f208360b11b52c) **Affected Tests:** 4 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Net.Primitives.Tests.CredentialCacheTests.GetCredential_Uri(uriString: "http://notfound", uriCount: 10) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Net.Primitives.Tests.CredentialCacheTests.GetCredential_Uri%28uriString%3A%20%22http%3A//notfound%22%2C%20uriCount%3A%2010%29.html) | +8.28% | 1905.071195 | 2062.750358 | [4](#4-50bf168---implement-iutf8spanparsable-on-guid-105654), [14](#14-cb45af9731---implement-iutf8spanparsable-on-char-and-rune-105773) | | System.Collections.Perf_Frozen.ToFrozenSet(Count: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Collections.Perf_Frozen%28Int16%29.ToFrozenSet%28Count%3A%204%29.html) | +6.92% | 429.918198 | 459.650191 | [19](#19-efa2f5478f---remove-arrlen-propagation-from-earlyprop-116410), [20](#20-4cc1155e6a---revert-make-mutable-generic-collection-interfaces-implement-read-only-collection-interfaces-and-related-changes-116497), [39](#39-9fe86ca2be---arm64-sve-optimise-zeroallbits-vectors-the-same-as-masks-115566) | @@ -894,7 +894,7 @@ **Commit:** [16506b76e8](https://github.com/dotnet/runtime/commit/16506b76e865e5afae7fdffab6ea4a111c866c73) **Affected Tests:** 3 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Runtime.Intrinsics.Tests.Perf_Vector128Of.MaxBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28UInt16%29.MaxBenchmark.html) | +6.42% | 2.442030 | 2.598837 | [10](#10-960e063430---add-asyncenumerableinfinitesequence-116538) | | System.Runtime.Intrinsics.Tests.Perf_Vector128Of.SubtractBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Int64%29.SubtractBenchmark.html) | +5.89% | 3.353050 | 3.550649 | [11](#11-cdc8418a7f---monomini-prefer-calling-llvmaot-compiled-method-instead-of-inlining-it-with-jit-107401), [30](#30-737a7d22aa---use-ref-readonly-in-unsafeaspointer-114406), [37](#37-bcf880c1c5---add-immutablecollectionsmarshalasmemory-112177) | @@ -908,7 +908,7 @@ **Commit:** [670db5c718](https://github.com/dotnet/runtime/commit/670db5c71851946b9ec3f669f4a67d4339836a0e) **Affected Tests:** 3 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.IO.Tests.StreamReaderReadToEndTests.ReadToEnd(LineLengthRange: [1025, 2048]) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.IO.Tests.StreamReaderReadToEndTests.ReadToEnd%28LineLengthRange%3A%20%5B1025%2C%202048%5D%29.html) | +9.88% | 130627052.777778 | 143531713.322917 | [4](#4-50bf168---implement-iutf8spanparsable-on-guid-105654), [14](#14-cb45af9731---implement-iutf8spanparsable-on-char-and-rune-105773), [15](#15-1af7c2370b---add-a-number-of-additional-apis-to-the-various-simd-accelerated-vector-types-111179) | | System.Text.Json.Tests.Perf_Ctor.Ctor(Formatted: True, SkipValidation: False) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Text.Json.Tests.Perf_Ctor.Ctor%28Formatted%3A%20True%2C%20SkipValidation%3A%20False%29.html) | +6.67% | 59.216653 | 63.164455 | [13](#13-75b550d7d3---implement-writestringvaluesegment-defined-in-issue-67337-101356) | @@ -925,7 +925,7 @@ - Range: This commit represents a range of commits from [5667c2887f](https://github.com/dotnet/runtime/commit/5667c2887f607939e5ce054137481f877530a279) to [f2363c7886](https://github.com/dotnet/runtime/commit/f2363c7886a8cb221ff4b43350e31be239845ac6) - [View Range](https://github.com/dotnet/runtime/compare/5667c2887f607939e5ce054137481f877530a279...f2363c7886a8cb221ff4b43350e31be239845ac6) -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.IO.Tests.StreamReaderReadToEndTests.ReadToEnd(LineLengthRange: [ 1, 1]) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.IO.Tests.StreamReaderReadToEndTests.ReadToEnd%28LineLengthRange%3A%20%5B%20%20%201%2C%20%20%20%201%5D%29.html) | +7.72% | 132568476.288889 | 142804173.427124 | [4](#4-50bf168---implement-iutf8spanparsable-on-guid-105654), [15](#15-1af7c2370b---add-a-number-of-additional-apis-to-the-various-simd-accelerated-vector-types-111179) | | System.IO.Tests.StreamReaderReadToEndTests.ReadToEnd(LineLengthRange: [ 1, 8]) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.IO.Tests.StreamReaderReadToEndTests.ReadToEnd%28LineLengthRange%3A%20%5B%20%20%201%2C%20%20%20%208%5D%29.html) | +7.62% | 132875712.000000 | 143003964.716544 | [4](#4-50bf168---implement-iutf8spanparsable-on-guid-105654), [13](#13-75b550d7d3---implement-writestringvaluesegment-defined-in-issue-67337-101356) | @@ -942,7 +942,7 @@ - Range: This commit represents a range of commits from [ff604c2393](https://github.com/dotnet/runtime/commit/ff604c23939bc59f856ef67f1f3d18dd685ff7a2) to [16782a4481](https://github.com/dotnet/runtime/commit/16782a4481f389e68314b16ea628c5af80f22783) - [View Range](https://github.com/dotnet/runtime/compare/ff604c23939bc59f856ef67f1f3d18dd685ff7a2...16782a4481f389e68314b16ea628c5af80f22783) -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Runtime.Intrinsics.Tests.Perf_Vector128Of.ConditionalSelectBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Int16%29.ConditionalSelectBenchmark.html) | +11.23% | 3.478004 | 3.868594 | [1](#1-4020e05---clean-up-in-numberformattingcs-110955) | | System.Runtime.Intrinsics.Tests.Perf_Vector128Of.SubtractBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Int64%29.SubtractBenchmark.html) | +5.89% | 3.353050 | 3.550649 | [11](#11-cdc8418a7f---monomini-prefer-calling-llvmaot-compiled-method-instead-of-inlining-it-with-jit-107401), [30](#30-737a7d22aa---use-ref-readonly-in-unsafeaspointer-114406), [34](#34-16506b76e8---fixing-systemarray-constructor-107266) | @@ -959,7 +959,7 @@ - Range: This commit represents a range of commits from [a5d647300d](https://github.com/dotnet/runtime/commit/a5d647300db77359cbbf13c4f6c767ebe52853d1) to [199ae88204](https://github.com/dotnet/runtime/commit/199ae8820492f05169529da1f262e9736007448a) - [View Range](https://github.com/dotnet/runtime/compare/a5d647300db77359cbbf13c4f6c767ebe52853d1...199ae8820492f05169529da1f262e9736007448a) -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Numerics.Tests.Perf_BigInteger.ToStringD(numberString: 123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678... | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tests.Perf_BigInteger.ToStringD%28numberString%3A%20123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678.html) | +6.45% | 7195296.447650 | 7659091.941600 | None | | System.Numerics.Tests.Perf_BigInteger.ToStringD(numberString: 123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678... | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tests.Perf_BigInteger.ToStringD%28numberString%3A%20123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678.html) | +6.30% | 7201800.939253 | 7655480.991388 | None | @@ -973,7 +973,7 @@ **Commit:** [9fe86ca2be](https://github.com/dotnet/runtime/commit/9fe86ca2beebd1b5878110d310e068accd6050a1) **Affected Tests:** 3 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Numerics.Tests.Perf_VectorOf.EqualsAllBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tests.Perf_VectorOf%28SByte%29.EqualsAllBenchmark.html) | +7.30% | 1.802325 | 1.933829 | None | | System.Collections.Perf_Frozen.ToFrozenSet(Count: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Collections.Perf_Frozen%28Int16%29.ToFrozenSet%28Count%3A%204%29.html) | +6.92% | 429.918198 | 459.650191 | [19](#19-efa2f5478f---remove-arrlen-propagation-from-earlyprop-116410), [20](#20-4cc1155e6a---revert-make-mutable-generic-collection-interfaces-implement-read-only-collection-interfaces-and-related-changes-116497), [33](#33-38c8e8f4cc---add-collectionsmarshalasbytesbitarray-116308) | @@ -987,7 +987,7 @@ **Commit:** [64e178b771](https://github.com/dotnet/runtime/commit/64e178b7719a71cb920931ca69f25cd0bb1ab290) **Affected Tests:** 3 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | Microsoft.Extensions.Logging.EventSourceLogger.NestedScopes_TwoMessages(HasSubscribers: True, Json: True) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/Microsoft.Extensions.Logging.EventSourceLogger.NestedScopes_TwoMessages%28HasSubscribers%3A%20True%2C%20Json%3A%20True%29.html) | +19.89% | 14774.070542 | 17712.770705 | None | | System.Diagnostics.Tracing.Perf_EventListener.WriteEvent_MixedParams | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Diagnostics.Tracing.Perf_EventListener.WriteEvent_MixedParams.html) | +15.70% | 383.779219 | 444.021426 | None | @@ -1004,7 +1004,7 @@ - Range: This commit represents a range of commits from [7693b6d020](https://github.com/dotnet/runtime/commit/7693b6d0202281dc38dcfb9562e9064fcd13bc61) to [7afd807da7](https://github.com/dotnet/runtime/commit/7afd807da79b99c2d1b4b2e03b5e147836178fe2) - [View Range](https://github.com/dotnet/runtime/compare/7693b6d0202281dc38dcfb9562e9064fcd13bc61...7afd807da79b99c2d1b4b2e03b5e147836178fe2) -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Numerics.Tests.Perf_VectorOf.SubtractionOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tests.Perf_VectorOf%28Int32%29.SubtractionOperatorBenchmark.html) | +6.66% | 3.131666 | 3.340306 | None | | System.Numerics.Tests.Perf_VectorOf.MultiplyBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Numerics.Tests.Perf_VectorOf%28UInt16%29.MultiplyBenchmark.html) | +6.54% | 3.398139 | 3.620512 | [1](#1-4020e05---clean-up-in-numberformattingcs-110955) | @@ -1020,7 +1020,7 @@ - Range: This commit represents a range of commits from [05d94d9402](https://github.com/dotnet/runtime/commit/05d94d94028b5622b19734e0e1b60d7aca4667b3) to [dea928c98e](https://github.com/dotnet/runtime/commit/dea928c98e6355c8dc6cd6e94ef5686000edca8d) - [View Range](https://github.com/dotnet/runtime/compare/05d94d94028b5622b19734e0e1b60d7aca4667b3...dea928c98e6355c8dc6cd6e94ef5686000edca8d) -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Tests.Perf_Uri.CtorIdnHostPathAndQuery(input: "https://contoso.com/path/with?key=value#fragment") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Tests.Perf_Uri.CtorIdnHostPathAndQuery%28input%3A%20%22https%3A//contoso.com/path/with%3Fkey%3Dvalue%23fragment%22%29.html) | +11.86% | 1157.717892 | 1294.993144 | [8](#8-76dbb27608---use-searchvalues-in-uricheckforunicodeorescapedunreserved-107357) | | System.Tests.Perf_Uri.CtorIdnHostPathAndQuery(input: "http://xn--hst-sna.with.xn--nicode-2ya/path/with?key=value#fragment") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Tests.Perf_Uri.CtorIdnHostPathAndQuery%28input%3A%20%22http%3A//xn--hst-sna.with.xn--nicode-2ya/path/with%3Fkey%3Dvalue%23fragment%22%29.html) | +10.93% | 1564.747279 | 1735.773719 | [8](#8-76dbb27608---use-searchvalues-in-uricheckforunicodeorescapedunreserved-107357), [22](#22-37b1764e19---optimize-bigintegerdivide-96895) | @@ -1033,7 +1033,7 @@ **Commit:** [d1f333e9b2](https://github.com/dotnet/runtime/commit/d1f333e9b23ecd5c5bd0f6a81065cf1df355e8bd) **Affected Tests:** 2 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Tests.Perf_Char.Char_ToLowerInvariant(input: "Hello World!") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Tests.Perf_Char.Char_ToLowerInvariant%28input%3A%20%22Hello%20World%21%22%29.html) | +13.02% | 57.319645 | 64.783851 | [14](#14-cb45af9731---implement-iutf8spanparsable-on-char-and-rune-105773) | | System.Memory.Slice.MemorySpanStartLength | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Memory.Slice%28String%29.MemorySpanStartLength.html) | +5.07% | 6.448579 | 6.775417 | None | @@ -1046,7 +1046,7 @@ **Commit:** [e2874f53ff](https://github.com/dotnet/runtime/commit/e2874f53ff8ba0d15cc552e380419f2e7c1217fa) **Affected Tests:** 1 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Globalization.Tests.StringSearch.LastIndexOf_Word_NotFound(Options: (en-US, OrdinalIgnoreCase, False)) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Globalization.Tests.StringSearch.LastIndexOf_Word_NotFound%28Options%3A%20%28en-US%2C%20OrdinalIgnoreCase%2C%20False%29%29.html) | +7.00% | 1082.334156 | 1158.119460 | None | @@ -1061,7 +1061,7 @@ - Range: This commit represents a range of commits from [505e317100](https://github.com/dotnet/runtime/commit/505e3171007810999a7f56672b9f70332609273f) to [45caaf85fa](https://github.com/dotnet/runtime/commit/45caaf85faa654114f7a3744910df86d8e92882f) - [View Range](https://github.com/dotnet/runtime/compare/505e3171007810999a7f56672b9f70332609273f...45caaf85faa654114f7a3744910df86d8e92882f) -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Tests.Perf_Uri.CtorIdnHostPathAndQuery(input: "http://host/path%20with%20escapable%20values?key=va%20lue") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Tests.Perf_Uri.CtorIdnHostPathAndQuery%28input%3A%20%22http%3A//host/path%2520with%2520escapable%2520values%3Fkey%3Dva%2520lue%22%29.html) | +5.35% | 1147.656574 | 1209.046957 | [8](#8-76dbb27608---use-searchvalues-in-uricheckforunicodeorescapedunreserved-107357), [37](#37-bcf880c1c5---add-immutablecollectionsmarshalasmemory-112177) | @@ -1073,7 +1073,7 @@ **Commit:** [c44f6a9ea7](https://github.com/dotnet/runtime/commit/c44f6a9ea713a43005401231261f9139e0a122d4) **Affected Tests:** 1 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Collections.TryAddGiventSize.Dictionary(Count: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Collections.TryAddGiventSize%28String%29.Dictionary%28Count%3A%20512%29.html) | +5.67% | 38623.226782 | 40813.707668 | [4](#4-50bf168---implement-iutf8spanparsable-on-guid-105654), [14](#14-cb45af9731---implement-iutf8spanparsable-on-char-and-rune-105773), [27](#27-d2c458727e---instrumentation-mostly-for-datas-107853) | @@ -1088,7 +1088,7 @@ - Range: This commit represents a range of commits from [6fa4227c62](https://github.com/dotnet/runtime/commit/6fa4227c625199cd0194613068f78e8db61967ba) to [fcbc76add2](https://github.com/dotnet/runtime/commit/fcbc76add236b383b78d789c7fab7598f6405be3) - [View Range](https://github.com/dotnet/runtime/compare/6fa4227c625199cd0194613068f78e8db61967ba...fcbc76add236b383b78d789c7fab7598f6405be3) -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | Benchstone.BenchI.Permutate.Test | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/Benchstone.BenchI.Permutate.Test.html) | +5.57% | 896887765.311111 | 946867849.197436 | None | @@ -1100,7 +1100,7 @@ **Commit:** [ec11903827](https://github.com/dotnet/runtime/commit/ec11903827fc28847d775ba17e0cd1ff56cfbc2e) **Affected Tests:** 1 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Runtime.Intrinsics.Tests.Perf_Vector128Of.MultiplyBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_arm64_ubuntu%2022.04_LLVM=true_MonoAOT=true_MonoInterpreter=false_RunKind=micro_mono/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Single%29.MultiplyBenchmark.html) | +9.19% | 2.843933 | 3.105167 | None | diff --git a/reports/net9to10/linux-wasm-tiger_improvement_report.md b/reports/net9to10/linux-wasm-tiger_improvement_report.md new file mode 100644 index 00000000000..37f4028c6db --- /dev/null +++ b/reports/net9to10/linux-wasm-tiger_improvement_report.md @@ -0,0 +1,819 @@ +# Improvement Report - linux-wasm-tiger + +## >50% Improvement (305 tests) + +| Test Name | Link | Change % | .NET 9 | .NET 10 | +|-----------|------|----------|--------|-------| +| ArrayDeAbstraction.sum_static_array_via_local | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/ArrayDeAbstraction.sum_static_array_via_local.html) | -74.43% | 2792.371852 | 714.129416 | +| BilinearTest.Interpol_Vector | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/BilinearTest.Interpol_Vector.html) | -81.98% | 392530.150712 | 70731.162693 | +| System.Buffers.Tests.SearchValuesByteTests.ContainsAny(Values: "abcdefABCDEF0123456789Ü") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Buffers.Tests.SearchValuesByteTests.ContainsAny%28Values%3A%20%22abcdefABCDEF0123456789%C3%9C%22%29.html) | -75.81% | 620.738518 | 150.180426 | +| System.Buffers.Tests.SearchValuesByteTests.IndexOfAny(Values: "abcdefABCDEF0123456789Ü") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Buffers.Tests.SearchValuesByteTests.IndexOfAny%28Values%3A%20%22abcdefABCDEF0123456789%C3%9C%22%29.html) | -70.02% | 655.707611 | 196.571712 | +| System.Buffers.Tests.SearchValuesByteTests.IndexOfAnyExcept(Values: "abcdefABCDEF0123456789Ü") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Buffers.Tests.SearchValuesByteTests.IndexOfAnyExcept%28Values%3A%20%22abcdefABCDEF0123456789%C3%9C%22%29.html) | -75.11% | 664.595201 | 165.395894 | +| System.Buffers.Tests.SearchValuesCharTests.ContainsAny(Values: "abcdefABCDEF0123456789Ü") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Buffers.Tests.SearchValuesCharTests.ContainsAny%28Values%3A%20%22abcdefABCDEF0123456789%C3%9C%22%29.html) | -72.73% | 920.167638 | 250.887485 | +| System.Buffers.Tests.SearchValuesCharTests.IndexOfAny(Values: "abcdefABCDEF0123456789Ü") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Buffers.Tests.SearchValuesCharTests.IndexOfAny%28Values%3A%20%22abcdefABCDEF0123456789%C3%9C%22%29.html) | -76.85% | 876.350868 | 202.853624 | +| System.Buffers.Tests.SearchValuesCharTests.LastIndexOfAny(Values: "abcdefABCDEF0123456789Ü") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Buffers.Tests.SearchValuesCharTests.LastIndexOfAny%28Values%3A%20%22abcdefABCDEF0123456789%C3%9C%22%29.html) | -75.29% | 778.567796 | 192.365012 | +| System.Collections.Concurrent.Count.Stack(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Collections.Concurrent.Count%28Int32%29.Stack%28Size%3A%20512%29.html) | -68.62% | 3593.001765 | 1127.411334 | +| System.Collections.Concurrent.Count.Stack(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Collections.Concurrent.Count%28String%29.Stack%28Size%3A%20512%29.html) | -60.69% | 2877.532461 | 1131.236928 | +| System.Collections.ContainsFalse.Array(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Collections.ContainsFalse%28String%29.Array%28Size%3A%20512%29.html) | -87.85% | 9814092.691793 | 1192024.294564 | +| System.Collections.ContainsFalse.Span(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Collections.ContainsFalse%28String%29.Span%28Size%3A%20512%29.html) | -80.28% | 5808909.409615 | 1145285.363481 | +| System.Collections.ContainsTrue.Array(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Collections.ContainsTrue%28String%29.Array%28Size%3A%20512%29.html) | -87.40% | 4870745.026182 | 613511.936084 | +| System.Collections.ContainsTrue.Span(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Collections.ContainsTrue%28String%29.Span%28Size%3A%20512%29.html) | -73.65% | 2215019.444350 | 583632.203997 | +| System.Collections.Tests.Perf_BitArray.BitArrayByteArrayCtor(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Collections.Tests.Perf_BitArray.BitArrayByteArrayCtor%28Size%3A%20512%29.html) | -63.52% | 1333.621992 | 486.513665 | +| System.Collections.Tests.Perf_BitArray.BitArrayCopyToByteArray(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Collections.Tests.Perf_BitArray.BitArrayCopyToByteArray%28Size%3A%20512%29.html) | -86.28% | 1076.758004 | 147.775397 | +| System.Collections.Tests.Perf_BitArray.BitArrayCopyToIntArray(Size: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Collections.Tests.Perf_BitArray.BitArrayCopyToIntArray%28Size%3A%204%29.html) | -54.00% | 137.547427 | 63.268581 | +| System.Collections.Tests.Perf_BitArray.BitArrayIntArrayCtor(Size: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Collections.Tests.Perf_BitArray.BitArrayIntArrayCtor%28Size%3A%204%29.html) | -73.52% | 392.502242 | 103.950218 | +| System.Collections.Tests.Perf_BitArray.BitArraySetLengthGrow(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Collections.Tests.Perf_BitArray.BitArraySetLengthGrow%28Size%3A%20512%29.html) | -50.77% | 1580.700404 | 778.207879 | +| System.Collections.Tests.Perf_BitArray.BitArraySetLengthShrink(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Collections.Tests.Perf_BitArray.BitArraySetLengthShrink%28Size%3A%20512%29.html) | -56.11% | 1391.802334 | 610.863356 | +| System.Memory.Span.Fill(Size: 33) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Memory.Span%28Char%29.Fill%28Size%3A%2033%29.html) | -52.23% | 41.730008 | 19.932749 | +| System.Memory.Span.Fill(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Memory.Span%28Char%29.Fill%28Size%3A%20512%29.html) | -79.12% | 468.928811 | 97.901648 | +| System.Memory.Span.SequenceCompareTo(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Memory.Span%28Char%29.SequenceCompareTo%28Size%3A%20512%29.html) | -57.48% | 686.793179 | 292.018179 | +| System.Memory.Span.Fill(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Memory.Span%28Int32%29.Fill%28Size%3A%20512%29.html) | -56.03% | 444.279482 | 195.338541 | +| System.Numerics.Tensors.Tests.Perf_BinaryIntegerTensorPrimitives.PopCount(BufferLength: 3079) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tensors.Tests.Perf_BinaryIntegerTensorPrimitives%28Int32%29.PopCount%28BufferLength%3A%203079%29.html) | -60.92% | 20541.173394 | 8027.995236 | +| System.Numerics.Tensors.Tests.Perf_BinaryIntegerTensorPrimitives.TrailingZeroCount(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tensors.Tests.Perf_BinaryIntegerTensorPrimitives%28Int32%29.TrailingZeroCount%28BufferLength%3A%20128%29.html) | -64.10% | 1629.543242 | 585.084502 | +| System.Numerics.Tensors.Tests.Perf_BinaryIntegerTensorPrimitives.TrailingZeroCount(BufferLength: 3079) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tensors.Tests.Perf_BinaryIntegerTensorPrimitives%28Int32%29.TrailingZeroCount%28BufferLength%3A%203079%29.html) | -76.90% | 41459.277060 | 9575.260130 | +| System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives.Distance(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives%28Double%29.Distance%28BufferLength%3A%20128%29.html) | -95.25% | 6631.075787 | 315.144966 | +| System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives.Distance(BufferLength: 3079) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives%28Double%29.Distance%28BufferLength%3A%203079%29.html) | -96.76% | 127793.392978 | 4141.969512 | +| System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives.Sigmoid(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives%28Double%29.Sigmoid%28BufferLength%3A%20128%29.html) | -50.84% | 59246.765908 | 29125.207399 | +| System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives.Sigmoid(BufferLength: 3079) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives%28Double%29.Sigmoid%28BufferLength%3A%203079%29.html) | -52.47% | 1480139.389074 | 703471.800397 | +| System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives.Sin(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives%28Double%29.Sin%28BufferLength%3A%20128%29.html) | -55.92% | 51114.087813 | 22531.873413 | +| System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives.Sin(BufferLength: 3079) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives%28Double%29.Sin%28BufferLength%3A%203079%29.html) | -59.81% | 1459121.342078 | 586470.101791 | +| System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives.Sqrt(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives%28Double%29.Sqrt%28BufferLength%3A%20128%29.html) | -84.08% | 1567.175057 | 249.551343 | +| System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives.Sqrt(BufferLength: 3079) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives%28Double%29.Sqrt%28BufferLength%3A%203079%29.html) | -91.61% | 35539.388742 | 2980.984259 | +| System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives.Truncate(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives%28Double%29.Truncate%28BufferLength%3A%20128%29.html) | -75.26% | 15404.261648 | 3811.033324 | +| System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives.Truncate(BufferLength: 3079) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives%28Double%29.Truncate%28BufferLength%3A%203079%29.html) | -76.37% | 402012.881729 | 95015.307825 | +| System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives.Exp(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives%28Single%29.Exp%28BufferLength%3A%20128%29.html) | -59.82% | 30590.008860 | 12292.449439 | +| System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives.Exp(BufferLength: 3079) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives%28Single%29.Exp%28BufferLength%3A%203079%29.html) | -59.53% | 735584.840199 | 297701.652062 | +| System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives.Round(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives%28Single%29.Round%28BufferLength%3A%20128%29.html) | -50.87% | 4023.013562 | 1976.465884 | +| System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives.Sigmoid(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives%28Single%29.Sigmoid%28BufferLength%3A%20128%29.html) | -55.31% | 31731.595282 | 14180.805387 | +| System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives.Sigmoid(BufferLength: 3079) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives%28Single%29.Sigmoid%28BufferLength%3A%203079%29.html) | -53.69% | 727267.740628 | 336830.273012 | +| System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives.Sin(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives%28Single%29.Sin%28BufferLength%3A%20128%29.html) | -72.36% | 64848.918249 | 17924.293271 | +| System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives.Sin(BufferLength: 3079) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives%28Single%29.Sin%28BufferLength%3A%203079%29.html) | -69.01% | 1692589.983078 | 524513.615445 | +| System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives.Sinh(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives%28Single%29.Sinh%28BufferLength%3A%20128%29.html) | -51.34% | 34193.496175 | 16639.234422 | +| System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives.Sqrt(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives%28Single%29.Sqrt%28BufferLength%3A%20128%29.html) | -83.65% | 1179.003049 | 192.742043 | +| System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives.Sqrt(BufferLength: 3079) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives%28Single%29.Sqrt%28BufferLength%3A%203079%29.html) | -94.35% | 25485.166180 | 1440.943641 | +| System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives.Truncate(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives%28Single%29.Truncate%28BufferLength%3A%20128%29.html) | -87.66% | 16148.986638 | 1992.147167 | +| System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives.Truncate(BufferLength: 3079) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives%28Single%29.Truncate%28BufferLength%3A%203079%29.html) | -88.47% | 404360.141388 | 46638.339102 | +| System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives.Abs(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives%28Double%29.Abs%28BufferLength%3A%20128%29.html) | -83.67% | 1658.350778 | 270.775691 | +| System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives.Abs(BufferLength: 3079) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives%28Double%29.Abs%28BufferLength%3A%203079%29.html) | -91.40% | 36671.796197 | 3155.459229 | +| System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives.AddMultiply_ScalarAddend(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives%28Double%29.AddMultiply_ScalarAddend%28BufferLength%3A%20128%29.html) | -92.29% | 5142.733277 | 396.318940 | +| System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives.AddMultiply_ScalarAddend(BufferLength: 3079) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives%28Double%29.AddMultiply_ScalarAddend%28BufferLength%3A%203079%29.html) | -95.85% | 115755.337525 | 4806.452921 | +| System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives.AddMultiply_ScalarMultiplier(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives%28Double%29.AddMultiply_ScalarMultiplier%28BufferLength%3A%20128%29.html) | -93.29% | 5816.767998 | 390.568168 | +| System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives.AddMultiply_ScalarMultiplier(BufferLength: 3079) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives%28Double%29.AddMultiply_ScalarMultiplier%28BufferLength%3A%203079%29.html) | -95.99% | 120282.409332 | 4823.341713 | +| System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives.AddMultiply_Vectors(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives%28Double%29.AddMultiply_Vectors%28BufferLength%3A%20128%29.html) | -91.98% | 5820.438166 | 466.645263 | +| System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives.AddMultiply_Vectors(BufferLength: 3079) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives%28Double%29.AddMultiply_Vectors%28BufferLength%3A%203079%29.html) | -95.97% | 147940.312023 | 5955.725447 | +| System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives.Add_Scalar(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives%28Double%29.Add_Scalar%28BufferLength%3A%20128%29.html) | -88.00% | 2322.270906 | 278.713700 | +| System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives.Add_Scalar(BufferLength: 3079) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives%28Double%29.Add_Scalar%28BufferLength%3A%203079%29.html) | -94.31% | 53464.535338 | 3044.768936 | +| System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives.Add_Vector(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives%28Double%29.Add_Vector%28BufferLength%3A%20128%29.html) | -80.80% | 1869.083046 | 358.848229 | +| System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives.Add_Vector(BufferLength: 3079) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives%28Double%29.Add_Vector%28BufferLength%3A%203079%29.html) | -90.63% | 44332.047309 | 4154.303311 | +| System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives.Divide_Scalar(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives%28Double%29.Divide_Scalar%28BufferLength%3A%20128%29.html) | -90.42% | 2748.243663 | 263.265138 | +| System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives.Divide_Scalar(BufferLength: 3079) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives%28Double%29.Divide_Scalar%28BufferLength%3A%203079%29.html) | -95.11% | 63587.686376 | 3106.546286 | +| System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives.Divide_Vector(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives%28Double%29.Divide_Vector%28BufferLength%3A%20128%29.html) | -81.10% | 1965.249499 | 371.430577 | +| System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives.Divide_Vector(BufferLength: 3079) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives%28Double%29.Divide_Vector%28BufferLength%3A%203079%29.html) | -90.34% | 43356.014207 | 4189.773050 | +| System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives.IndexOfMax(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives%28Double%29.IndexOfMax%28BufferLength%3A%20128%29.html) | -71.99% | 8970.463667 | 2512.495661 | +| System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives.IndexOfMax(BufferLength: 3079) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives%28Double%29.IndexOfMax%28BufferLength%3A%203079%29.html) | -71.37% | 205286.339970 | 58781.555670 | +| System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives.Max(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives%28Double%29.Max%28BufferLength%3A%20128%29.html) | -89.38% | 13613.137306 | 1445.955866 | +| System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives.Max(BufferLength: 3079) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives%28Double%29.Max%28BufferLength%3A%203079%29.html) | -89.57% | 304215.500956 | 31728.655093 | +| System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives.MaxMagnitude_Scalar(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives%28Double%29.MaxMagnitude_Scalar%28BufferLength%3A%20128%29.html) | -96.95% | 18327.656849 | 558.497775 | +| System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives.MaxMagnitude_Scalar(BufferLength: 3079) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives%28Double%29.MaxMagnitude_Scalar%28BufferLength%3A%203079%29.html) | -97.50% | 409911.854970 | 10246.831816 | +| System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives.MaxMagnitude_Vector(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives%28Double%29.MaxMagnitude_Vector%28BufferLength%3A%20128%29.html) | -96.91% | 21093.054762 | 651.033416 | +| System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives.MaxMagnitude_Vector(BufferLength: 3079) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives%28Double%29.MaxMagnitude_Vector%28BufferLength%3A%203079%29.html) | -97.46% | 460858.642442 | 11720.041571 | +| System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives.Max_Scalar(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives%28Double%29.Max_Scalar%28BufferLength%3A%20128%29.html) | -98.32% | 16325.979118 | 273.835360 | +| System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives.Max_Scalar(BufferLength: 3079) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives%28Double%29.Max_Scalar%28BufferLength%3A%203079%29.html) | -99.04% | 380500.629448 | 3638.180604 | +| System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives.Max_Vector(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives%28Double%29.Max_Vector%28BufferLength%3A%20128%29.html) | -97.78% | 17276.314455 | 383.097698 | +| System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives.Max_Vector(BufferLength: 3079) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives%28Double%29.Max_Vector%28BufferLength%3A%203079%29.html) | -98.83% | 387626.791564 | 4552.123098 | +| System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives.SumOfMagnitudes(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives%28Double%29.SumOfMagnitudes%28BufferLength%3A%20128%29.html) | -93.54% | 3806.979266 | 245.942229 | +| System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives.SumOfMagnitudes(BufferLength: 3079) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives%28Double%29.SumOfMagnitudes%28BufferLength%3A%203079%29.html) | -95.64% | 73369.358834 | 3197.985397 | +| System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives.SumOfSquares(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives%28Double%29.SumOfSquares%28BufferLength%3A%20128%29.html) | -94.32% | 4067.955625 | 230.926981 | +| System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives.SumOfSquares(BufferLength: 3079) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives%28Double%29.SumOfSquares%28BufferLength%3A%203079%29.html) | -95.68% | 73949.862379 | 3196.312515 | +| System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives.Abs(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives%28Int32%29.Abs%28BufferLength%3A%20128%29.html) | -92.27% | 4078.296522 | 315.443194 | +| System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives.Abs(BufferLength: 3079) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives%28Int32%29.Abs%28BufferLength%3A%203079%29.html) | -95.01% | 87097.550472 | 4343.885507 | +| System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives.IndexOfMax(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives%28Int32%29.IndexOfMax%28BufferLength%3A%20128%29.html) | -72.13% | 914.766070 | 254.943513 | +| System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives.IndexOfMax(BufferLength: 3079) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives%28Int32%29.IndexOfMax%28BufferLength%3A%203079%29.html) | -77.86% | 19596.769020 | 4339.232180 | +| System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives.Max(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives%28Int32%29.Max%28BufferLength%3A%20128%29.html) | -85.49% | 937.360076 | 135.980979 | +| System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives.Max(BufferLength: 3079) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives%28Int32%29.Max%28BufferLength%3A%203079%29.html) | -91.13% | 20211.963390 | 1792.063651 | +| System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives.MaxMagnitude_Scalar(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives%28Int32%29.MaxMagnitude_Scalar%28BufferLength%3A%20128%29.html) | -96.39% | 10772.246376 | 388.621909 | +| System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives.MaxMagnitude_Scalar(BufferLength: 3079) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives%28Int32%29.MaxMagnitude_Scalar%28BufferLength%3A%203079%29.html) | -97.51% | 235222.333929 | 5861.521582 | +| System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives.MaxMagnitude_Vector(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives%28Int32%29.MaxMagnitude_Vector%28BufferLength%3A%20128%29.html) | -95.76% | 10798.289492 | 457.348193 | +| System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives.MaxMagnitude_Vector(BufferLength: 3079) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives%28Int32%29.MaxMagnitude_Vector%28BufferLength%3A%203079%29.html) | -97.38% | 247904.671047 | 6503.133752 | +| System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives.Max_Scalar(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives%28Int32%29.Max_Scalar%28BufferLength%3A%20128%29.html) | -82.25% | 1168.330885 | 207.406020 | +| System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives.Max_Scalar(BufferLength: 3079) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives%28Int32%29.Max_Scalar%28BufferLength%3A%203079%29.html) | -92.79% | 22079.512508 | 1593.015929 | +| System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives.Max_Vector(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives%28Int32%29.Max_Vector%28BufferLength%3A%20128%29.html) | -79.59% | 1346.790782 | 274.918316 | +| System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives.Max_Vector(BufferLength: 3079) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives%28Int32%29.Max_Vector%28BufferLength%3A%203079%29.html) | -92.84% | 30961.478431 | 2217.594867 | +| System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives.SumOfMagnitudes(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives%28Int32%29.SumOfMagnitudes%28BufferLength%3A%20128%29.html) | -92.89% | 4281.081541 | 304.337009 | +| System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives.SumOfMagnitudes(BufferLength: 3079) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives%28Int32%29.SumOfMagnitudes%28BufferLength%3A%203079%29.html) | -95.27% | 79070.012214 | 3737.897919 | +| System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives.Abs(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives%28Single%29.Abs%28BufferLength%3A%20128%29.html) | -84.60% | 1349.800256 | 207.835553 | +| System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives.Abs(BufferLength: 3079) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives%28Single%29.Abs%28BufferLength%3A%203079%29.html) | -94.01% | 26968.676879 | 1614.562964 | +| System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives.Max(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives%28Single%29.Max%28BufferLength%3A%20128%29.html) | -71.81% | 4535.946657 | 1278.850011 | +| System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives.Max(BufferLength: 3079) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives%28Single%29.Max%28BufferLength%3A%203079%29.html) | -65.67% | 81976.505715 | 28142.466252 | +| System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives.MaxMagnitude_Scalar(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives%28Single%29.MaxMagnitude_Scalar%28BufferLength%3A%20128%29.html) | -95.48% | 7623.239173 | 344.810244 | +| System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives.MaxMagnitude_Scalar(BufferLength: 3079) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives%28Single%29.MaxMagnitude_Scalar%28BufferLength%3A%203079%29.html) | -96.78% | 167821.215270 | 5398.006865 | +| System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives.MaxMagnitude_Vector(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives%28Single%29.MaxMagnitude_Vector%28BufferLength%3A%20128%29.html) | -94.16% | 7519.279982 | 439.130825 | +| System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives.MaxMagnitude_Vector(BufferLength: 3079) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives%28Single%29.MaxMagnitude_Vector%28BufferLength%3A%203079%29.html) | -95.96% | 155886.066200 | 6292.522679 | +| System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives.Max_Scalar(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives%28Single%29.Max_Scalar%28BufferLength%3A%20128%29.html) | -94.70% | 4525.248110 | 239.689477 | +| System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives.Max_Scalar(BufferLength: 3079) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives%28Single%29.Max_Scalar%28BufferLength%3A%203079%29.html) | -98.17% | 103805.934014 | 1897.246035 | +| System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives.Max_Vector(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives%28Single%29.Max_Vector%28BufferLength%3A%20128%29.html) | -93.89% | 4914.516369 | 300.146349 | +| System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives.Max_Vector(BufferLength: 3079) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives%28Single%29.Max_Vector%28BufferLength%3A%203079%29.html) | -97.92% | 119085.994590 | 2478.070479 | +| System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives.SumOfMagnitudes(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives%28Single%29.SumOfMagnitudes%28BufferLength%3A%20128%29.html) | -86.83% | 1263.278533 | 166.426026 | +| System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives.SumOfMagnitudes(BufferLength: 3079) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives%28Single%29.SumOfMagnitudes%28BufferLength%3A%203079%29.html) | -93.35% | 25110.964972 | 1668.681072 | +| System.Numerics.Tests.Perf_BigInteger.Divide(arguments: 65536,32768 bits) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_BigInteger.Divide%28arguments%3A%2065536%2C32768%20bits%29.html) | -63.33% | 12670638.075683 | 4646877.461147 | +| System.Numerics.Tests.Perf_BigInteger.Remainder(arguments: 65536,32768 bits) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_BigInteger.Remainder%28arguments%3A%2065536%2C32768%20bits%29.html) | -63.85% | 12698151.937266 | 4590119.035951 | +| System.Numerics.Tests.Perf_BigInteger.ToByteArray(numberString: 1234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456... | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_BigInteger.ToByteArray%28numberString%3A%201234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456.html) | -90.11% | 21084.648648 | 2084.733885 | +| System.Numerics.Tests.Perf_BigInteger.ToByteArray(numberString: 1234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456... | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_BigInteger.ToByteArray%28numberString%3A%201234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456.html) | -90.15% | 21079.456785 | 2076.227011 | +| System.Numerics.Tests.Perf_Plane.CreateFromVerticesBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_Plane.CreateFromVerticesBenchmark.html) | -51.51% | 385.089678 | 186.746421 | +| System.Numerics.Tests.Perf_Quaternion.InverseBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_Quaternion.InverseBenchmark.html) | -57.66% | 69.480066 | 29.415036 | +| System.Numerics.Tests.Perf_Vector2.AbsBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_Vector2.AbsBenchmark.html) | -55.06% | 39.953069 | 17.953687 | +| System.Numerics.Tests.Perf_Vector2.ClampBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_Vector2.ClampBenchmark.html) | -89.44% | 250.814612 | 26.474451 | +| System.Numerics.Tests.Perf_Vector2.MaxBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_Vector2.MaxBenchmark.html) | -73.81% | 89.898261 | 23.545062 | +| System.Numerics.Tests.Perf_Vector2.MinBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_Vector2.MinBenchmark.html) | -74.89% | 88.748939 | 22.286226 | +| System.Numerics.Tests.Perf_Vector2.SquareRootBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_Vector2.SquareRootBenchmark.html) | -57.10% | 41.929497 | 17.989660 | +| System.Numerics.Tests.Perf_Vector3.ClampBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_Vector3.ClampBenchmark.html) | -84.40% | 179.014841 | 27.926782 | +| System.Numerics.Tests.Perf_Vector3.MaxBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_Vector3.MaxBenchmark.html) | -74.54% | 91.281269 | 23.236824 | +| System.Numerics.Tests.Perf_Vector3.MinBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_Vector3.MinBenchmark.html) | -74.81% | 89.628174 | 22.575624 | +| System.Numerics.Tests.Perf_Vector3.SquareRootBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_Vector3.SquareRootBenchmark.html) | -56.54% | 42.880094 | 18.636864 | +| System.Numerics.Tests.Perf_Vector4.AbsBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_Vector4.AbsBenchmark.html) | -58.76% | 36.103962 | 14.887886 | +| System.Numerics.Tests.Perf_Vector4.ClampBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_Vector4.ClampBenchmark.html) | -88.45% | 174.928370 | 20.210658 | +| System.Numerics.Tests.Perf_Vector4.MaxBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_Vector4.MaxBenchmark.html) | -79.99% | 85.189634 | 17.043367 | +| System.Numerics.Tests.Perf_Vector4.MinBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_Vector4.MinBenchmark.html) | -78.92% | 84.859242 | 17.891953 | +| System.Numerics.Tests.Perf_Vector4.SquareRootBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_Vector4.SquareRootBenchmark.html) | -52.21% | 37.456110 | 17.902065 | +| System.Numerics.Tests.Perf_VectorConvert.Convert_float_int | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_VectorConvert.Convert_float_int.html) | -95.80% | 51243.420079 | 2154.726285 | +| System.Numerics.Tests.Perf_VectorConvert.Convert_int_float | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_VectorConvert.Convert_int_float.html) | -86.04% | 14588.975613 | 2037.293305 | +| System.Numerics.Tests.Perf_VectorConvert.Convert_uint_float | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_VectorConvert.Convert_uint_float.html) | -95.77% | 54732.169117 | 2313.022845 | +| System.Numerics.Tests.Perf_VectorConvert.Narrow_ushort | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_VectorConvert.Narrow_ushort.html) | -92.66% | 37655.489056 | 2764.341118 | +| System.Numerics.Tests.Perf_VectorConvert.Widen_byte | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_VectorConvert.Widen_byte.html) | -92.31% | 38412.450799 | 2954.572020 | +| System.Numerics.Tests.Perf_VectorConvert.Widen_int | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_VectorConvert.Widen_int.html) | -83.82% | 17943.258999 | 2903.511115 | +| System.Numerics.Tests.Perf_VectorConvert.Widen_sbyte | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_VectorConvert.Widen_sbyte.html) | -92.32% | 38429.881059 | 2953.161199 | +| System.Numerics.Tests.Perf_VectorConvert.Widen_short | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_VectorConvert.Widen_short.html) | -87.98% | 24083.922298 | 2893.790921 | +| System.Numerics.Tests.Perf_VectorConvert.Widen_uint | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_VectorConvert.Widen_uint.html) | -83.43% | 17849.805162 | 2957.233224 | +| System.Numerics.Tests.Perf_VectorConvert.Widen_ushort | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_VectorConvert.Widen_ushort.html) | -87.74% | 24083.046462 | 2952.838638 | +| System.Numerics.Tests.Perf_VectorOf.EqualsAnyBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_VectorOf%28Byte%29.EqualsAnyBenchmark.html) | -67.08% | 41.756499 | 13.746979 | +| System.Numerics.Tests.Perf_VectorOf.EqualsBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_VectorOf%28Byte%29.EqualsBenchmark.html) | -80.39% | 52.529071 | 10.302556 | +| System.Numerics.Tests.Perf_VectorOf.EqualsStaticBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_VectorOf%28Byte%29.EqualsStaticBenchmark.html) | -74.34% | 58.258039 | 14.950410 | +| System.Numerics.Tests.Perf_VectorOf.GreaterThanBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_VectorOf%28Byte%29.GreaterThanBenchmark.html) | -73.83% | 57.378536 | 15.018091 | +| System.Numerics.Tests.Perf_VectorOf.GreaterThanOrEqualBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_VectorOf%28Byte%29.GreaterThanOrEqualBenchmark.html) | -71.60% | 56.988673 | 16.184558 | +| System.Numerics.Tests.Perf_VectorOf.LessThanBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_VectorOf%28Byte%29.LessThanBenchmark.html) | -67.77% | 55.892824 | 18.014390 | +| System.Numerics.Tests.Perf_VectorOf.LessThanOrEqualBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_VectorOf%28Byte%29.LessThanOrEqualBenchmark.html) | -70.96% | 57.255329 | 16.627019 | +| System.Numerics.Tests.Perf_VectorOf.MaxBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_VectorOf%28Byte%29.MaxBenchmark.html) | -72.85% | 59.112993 | 16.048537 | +| System.Numerics.Tests.Perf_VectorOf.MinBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_VectorOf%28Byte%29.MinBenchmark.html) | -68.61% | 57.650740 | 18.098803 | +| System.Numerics.Tests.Perf_VectorOf.EqualsBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_VectorOf%28Double%29.EqualsBenchmark.html) | -74.52% | 54.656156 | 13.924010 | +| System.Numerics.Tests.Perf_VectorOf.GreaterThanOrEqualBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_VectorOf%28Double%29.GreaterThanOrEqualBenchmark.html) | -52.01% | 32.822362 | 15.751401 | +| System.Numerics.Tests.Perf_VectorOf.LessThanBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_VectorOf%28Double%29.LessThanBenchmark.html) | -54.37% | 35.147150 | 16.037348 | +| System.Numerics.Tests.Perf_VectorOf.LessThanOrEqualBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_VectorOf%28Double%29.LessThanOrEqualBenchmark.html) | -54.28% | 34.104404 | 15.592845 | +| System.Numerics.Tests.Perf_VectorOf.AbsBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_VectorOf%28Int16%29.AbsBenchmark.html) | -50.92% | 33.511317 | 16.445865 | +| System.Numerics.Tests.Perf_VectorOf.EqualsAnyBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_VectorOf%28Int16%29.EqualsAnyBenchmark.html) | -53.56% | 27.616065 | 12.825999 | +| System.Numerics.Tests.Perf_VectorOf.EqualsBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_VectorOf%28Int16%29.EqualsBenchmark.html) | -77.90% | 47.326706 | 10.458305 | +| System.Numerics.Tests.Perf_VectorOf.EqualsStaticBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_VectorOf%28Int16%29.EqualsStaticBenchmark.html) | -56.86% | 39.938513 | 17.227498 | +| System.Numerics.Tests.Perf_VectorOf.GreaterThanBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_VectorOf%28Int16%29.GreaterThanBenchmark.html) | -50.38% | 39.221252 | 19.460869 | +| System.Numerics.Tests.Perf_VectorOf.GreaterThanOrEqualBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_VectorOf%28Int16%29.GreaterThanOrEqualBenchmark.html) | -54.54% | 38.571192 | 17.536204 | +| System.Numerics.Tests.Perf_VectorOf.LessThanBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_VectorOf%28Int16%29.LessThanBenchmark.html) | -60.69% | 39.698314 | 15.603867 | +| System.Numerics.Tests.Perf_VectorOf.LessThanOrEqualBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_VectorOf%28Int16%29.LessThanOrEqualBenchmark.html) | -55.70% | 39.445713 | 17.473056 | +| System.Numerics.Tests.Perf_VectorOf.MaxBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_VectorOf%28Int16%29.MaxBenchmark.html) | -63.59% | 40.219084 | 14.645366 | +| System.Numerics.Tests.Perf_VectorOf.MinBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_VectorOf%28Int16%29.MinBenchmark.html) | -61.19% | 41.046324 | 15.928696 | +| System.Numerics.Tests.Perf_VectorOf.CountBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_VectorOf%28Int32%29.CountBenchmark.html) | -67.54% | 0.136137 | 0.044185 | +| System.Numerics.Tests.Perf_VectorOf.EqualsBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_VectorOf%28Int32%29.EqualsBenchmark.html) | -74.44% | 39.196339 | 10.016901 | +| System.Numerics.Tests.Perf_VectorOf.EqualsBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_VectorOf%28Int64%29.EqualsBenchmark.html) | -82.10% | 54.601597 | 9.775011 | +| System.Numerics.Tests.Perf_VectorOf.AbsBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_VectorOf%28SByte%29.AbsBenchmark.html) | -63.59% | 45.169403 | 16.447289 | +| System.Numerics.Tests.Perf_VectorOf.EqualsAnyBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_VectorOf%28SByte%29.EqualsAnyBenchmark.html) | -72.08% | 43.341208 | 12.100879 | +| System.Numerics.Tests.Perf_VectorOf.EqualsBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_VectorOf%28SByte%29.EqualsBenchmark.html) | -76.01% | 46.734155 | 11.213585 | +| System.Numerics.Tests.Perf_VectorOf.EqualsStaticBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_VectorOf%28SByte%29.EqualsStaticBenchmark.html) | -72.66% | 56.149954 | 15.350193 | +| System.Numerics.Tests.Perf_VectorOf.GreaterThanBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_VectorOf%28SByte%29.GreaterThanBenchmark.html) | -70.80% | 59.218672 | 17.289411 | +| System.Numerics.Tests.Perf_VectorOf.GreaterThanOrEqualBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_VectorOf%28SByte%29.GreaterThanOrEqualBenchmark.html) | -73.20% | 58.039630 | 15.556875 | +| System.Numerics.Tests.Perf_VectorOf.LessThanBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_VectorOf%28SByte%29.LessThanBenchmark.html) | -70.57% | 56.870778 | 16.738418 | +| System.Numerics.Tests.Perf_VectorOf.LessThanOrEqualBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_VectorOf%28SByte%29.LessThanOrEqualBenchmark.html) | -69.98% | 55.454841 | 16.650175 | +| System.Numerics.Tests.Perf_VectorOf.MaxBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_VectorOf%28SByte%29.MaxBenchmark.html) | -71.28% | 57.008985 | 16.372913 | +| System.Numerics.Tests.Perf_VectorOf.MinBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_VectorOf%28SByte%29.MinBenchmark.html) | -70.92% | 57.021234 | 16.582244 | +| System.Numerics.Tests.Perf_VectorOf.AbsBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_VectorOf%28Single%29.AbsBenchmark.html) | -54.01% | 29.954230 | 13.776208 | +| System.Numerics.Tests.Perf_VectorOf.EqualsBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_VectorOf%28Single%29.EqualsBenchmark.html) | -69.77% | 48.061148 | 14.527831 | +| System.Numerics.Tests.Perf_VectorOf.EqualsStaticBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_VectorOf%28Single%29.EqualsStaticBenchmark.html) | -67.16% | 50.264506 | 16.509191 | +| System.Numerics.Tests.Perf_VectorOf.GreaterThanBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_VectorOf%28Single%29.GreaterThanBenchmark.html) | -72.32% | 51.842579 | 14.351606 | +| System.Numerics.Tests.Perf_VectorOf.GreaterThanOrEqualBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_VectorOf%28Single%29.GreaterThanOrEqualBenchmark.html) | -72.14% | 51.475443 | 14.339657 | +| System.Numerics.Tests.Perf_VectorOf.LessThanBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_VectorOf%28Single%29.LessThanBenchmark.html) | -67.36% | 50.618709 | 16.521508 | +| System.Numerics.Tests.Perf_VectorOf.LessThanOrEqualBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_VectorOf%28Single%29.LessThanOrEqualBenchmark.html) | -67.35% | 50.535724 | 16.499863 | +| System.Numerics.Tests.Perf_VectorOf.MinBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_VectorOf%28Single%29.MinBenchmark.html) | -54.55% | 35.818635 | 16.278191 | +| System.Numerics.Tests.Perf_VectorOf.SquareRootBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_VectorOf%28Single%29.SquareRootBenchmark.html) | -50.51% | 30.505333 | 15.097289 | +| System.Numerics.Tests.Perf_VectorOf.EqualsAnyBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_VectorOf%28UInt16%29.EqualsAnyBenchmark.html) | -55.29% | 28.300804 | 12.654464 | +| System.Numerics.Tests.Perf_VectorOf.EqualsBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_VectorOf%28UInt16%29.EqualsBenchmark.html) | -72.77% | 46.052427 | 12.540201 | +| System.Numerics.Tests.Perf_VectorOf.EqualsStaticBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_VectorOf%28UInt16%29.EqualsStaticBenchmark.html) | -62.35% | 39.391336 | 14.830833 | +| System.Numerics.Tests.Perf_VectorOf.GreaterThanBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_VectorOf%28UInt16%29.GreaterThanBenchmark.html) | -58.18% | 38.730397 | 16.198312 | +| System.Numerics.Tests.Perf_VectorOf.GreaterThanOrEqualBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_VectorOf%28UInt16%29.GreaterThanOrEqualBenchmark.html) | -58.91% | 38.728529 | 15.915172 | +| System.Numerics.Tests.Perf_VectorOf.LessThanBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_VectorOf%28UInt16%29.LessThanBenchmark.html) | -59.39% | 38.823449 | 15.765442 | +| System.Numerics.Tests.Perf_VectorOf.LessThanOrEqualBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_VectorOf%28UInt16%29.LessThanOrEqualBenchmark.html) | -59.93% | 39.340739 | 15.763398 | +| System.Numerics.Tests.Perf_VectorOf.MaxBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_VectorOf%28UInt16%29.MaxBenchmark.html) | -57.47% | 40.561339 | 17.252304 | +| System.Numerics.Tests.Perf_VectorOf.MinBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_VectorOf%28UInt16%29.MinBenchmark.html) | -59.07% | 41.624524 | 17.037294 | +| System.Numerics.Tests.Perf_VectorOf.CountBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_VectorOf%28UInt32%29.CountBenchmark.html) | -88.04% | 0.611549 | 0.073162 | +| System.Numerics.Tests.Perf_VectorOf.EqualsBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_VectorOf%28UInt32%29.EqualsBenchmark.html) | -70.06% | 38.764354 | 11.604353 | +| System.Numerics.Tests.Perf_VectorOf.EqualsBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_VectorOf%28UInt64%29.EqualsBenchmark.html) | -77.00% | 44.167868 | 10.160524 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128.CeilingFloatBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Runtime.Intrinsics.Tests.Perf_Vector128.CeilingFloatBenchmark.html) | -58.23% | 37.914880 | 15.836046 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128.ConvertFloatToIntBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Runtime.Intrinsics.Tests.Perf_Vector128.ConvertFloatToIntBenchmark.html) | -75.99% | 69.504918 | 16.688319 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128.ConvertIntToFloatBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Runtime.Intrinsics.Tests.Perf_Vector128.ConvertIntToFloatBenchmark.html) | -56.80% | 33.137374 | 14.316766 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128.ConvertUIntToFloatBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Runtime.Intrinsics.Tests.Perf_Vector128.ConvertUIntToFloatBenchmark.html) | -72.32% | 57.843670 | 16.009604 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128.FloorDoubleBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Runtime.Intrinsics.Tests.Perf_Vector128.FloorDoubleBenchmark.html) | -52.01% | 29.486574 | 14.151663 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128.FloorFloatBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Runtime.Intrinsics.Tests.Perf_Vector128.FloorFloatBenchmark.html) | -55.35% | 36.690191 | 16.380932 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Float.AbsBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Runtime.Intrinsics.Tests.Perf_Vector128Float.AbsBenchmark.html) | -50.19% | 34.340400 | 17.105231 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Float.GreaterThanBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Runtime.Intrinsics.Tests.Perf_Vector128Float.GreaterThanBenchmark.html) | -71.09% | 54.452113 | 15.741738 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Float.GreaterThanOrEqualBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Runtime.Intrinsics.Tests.Perf_Vector128Float.GreaterThanOrEqualBenchmark.html) | -71.77% | 54.971674 | 15.515860 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Float.LessThanBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Runtime.Intrinsics.Tests.Perf_Vector128Float.LessThanBenchmark.html) | -72.06% | 54.606845 | 15.256670 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Float.LessThanOrEqualBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Runtime.Intrinsics.Tests.Perf_Vector128Float.LessThanOrEqualBenchmark.html) | -68.43% | 54.804649 | 17.300521 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Float.MaxBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Runtime.Intrinsics.Tests.Perf_Vector128Float.MaxBenchmark.html) | -77.78% | 80.830294 | 17.957907 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Float.MinBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Runtime.Intrinsics.Tests.Perf_Vector128Float.MinBenchmark.html) | -78.75% | 83.433777 | 17.733189 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Float.SquareRootBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Runtime.Intrinsics.Tests.Perf_Vector128Float.SquareRootBenchmark.html) | -58.68% | 37.294708 | 15.410243 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Int.AbsBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Runtime.Intrinsics.Tests.Perf_Vector128Int.AbsBenchmark.html) | -55.61% | 34.196657 | 15.180833 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Int.CountBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Runtime.Intrinsics.Tests.Perf_Vector128Int.CountBenchmark.html) | -93.45% | 0.281606 | 0.018456 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Int.GreaterThanBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Runtime.Intrinsics.Tests.Perf_Vector128Int.GreaterThanBenchmark.html) | -51.20% | 32.874810 | 16.042407 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Int.GreaterThanOrEqualBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Runtime.Intrinsics.Tests.Perf_Vector128Int.GreaterThanOrEqualBenchmark.html) | -55.15% | 33.292137 | 14.930192 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Int.MinBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Runtime.Intrinsics.Tests.Perf_Vector128Int.MinBenchmark.html) | -54.13% | 34.316365 | 15.739917 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.GreaterThanOrEqualBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Byte%29.GreaterThanOrEqualBenchmark.html) | -73.92% | 60.749087 | 15.843395 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.LessThanOrEqualBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Byte%29.LessThanOrEqualBenchmark.html) | -73.88% | 65.341033 | 17.069397 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.DivideBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Double%29.DivideBenchmark.html) | -51.02% | 33.112968 | 16.218880 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.DivisionOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Double%29.DivisionOperatorBenchmark.html) | -52.47% | 32.239616 | 15.323759 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.DotBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Double%29.DotBenchmark.html) | -60.77% | 32.995455 | 12.945044 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.EqualsStaticBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Double%29.EqualsStaticBenchmark.html) | -51.77% | 37.384188 | 18.030364 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.GreaterThanBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Double%29.GreaterThanBenchmark.html) | -55.09% | 36.911997 | 16.579010 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.GreaterThanOrEqualBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Double%29.GreaterThanOrEqualBenchmark.html) | -57.43% | 36.631909 | 15.595680 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.LessThanBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Double%29.LessThanBenchmark.html) | -52.60% | 37.389661 | 17.721129 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.LessThanOrEqualBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Double%29.LessThanOrEqualBenchmark.html) | -51.15% | 36.996429 | 18.072534 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.MaxBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Double%29.MaxBenchmark.html) | -83.46% | 105.744106 | 17.494648 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.MinBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Double%29.MinBenchmark.html) | -82.17% | 103.114508 | 18.380877 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.SubtractBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Double%29.SubtractBenchmark.html) | -51.05% | 31.101327 | 15.224949 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.SubtractionOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Double%29.SubtractionOperatorBenchmark.html) | -51.14% | 31.102194 | 15.196098 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.AbsBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Int16%29.AbsBenchmark.html) | -61.55% | 43.236778 | 16.623116 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.GreaterThanBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Int16%29.GreaterThanBenchmark.html) | -61.00% | 43.393186 | 16.921392 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.GreaterThanOrEqualBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Int16%29.GreaterThanOrEqualBenchmark.html) | -65.48% | 43.954107 | 15.173178 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.LessThanOrEqualBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Int16%29.LessThanOrEqualBenchmark.html) | -62.99% | 43.712456 | 16.177132 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.MaxBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Int16%29.MaxBenchmark.html) | -62.24% | 45.401199 | 17.141281 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.AbsBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Int32%29.AbsBenchmark.html) | -59.33% | 35.253758 | 14.336158 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.GreaterThanBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Int32%29.GreaterThanBenchmark.html) | -54.84% | 35.767243 | 16.150855 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.GreaterThanOrEqualBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Int32%29.GreaterThanOrEqualBenchmark.html) | -53.67% | 32.525385 | 15.068006 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.LessThanOrEqualBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Int32%29.LessThanOrEqualBenchmark.html) | -56.32% | 33.988596 | 14.846910 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.MaxBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Int32%29.MaxBenchmark.html) | -54.81% | 34.008430 | 15.369610 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.MinBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Int32%29.MinBenchmark.html) | -50.81% | 34.732036 | 17.085813 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.AbsBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28SByte%29.AbsBenchmark.html) | -73.69% | 61.291984 | 16.124419 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.CountBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28SByte%29.CountBenchmark.html) | -50.87% | 0.097121 | 0.047718 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.GreaterThanBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28SByte%29.GreaterThanBenchmark.html) | -71.32% | 60.710694 | 17.409624 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.GreaterThanOrEqualBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28SByte%29.GreaterThanOrEqualBenchmark.html) | -73.92% | 60.746819 | 15.840783 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.LessThanOrEqualBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28SByte%29.LessThanOrEqualBenchmark.html) | -76.91% | 65.525735 | 15.130116 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.MaxBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28SByte%29.MaxBenchmark.html) | -74.01% | 61.664395 | 16.027577 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.AbsBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Single%29.AbsBenchmark.html) | -61.91% | 35.906254 | 13.675951 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.GreaterThanBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Single%29.GreaterThanBenchmark.html) | -73.83% | 55.238123 | 14.457386 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.GreaterThanOrEqualBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Single%29.GreaterThanOrEqualBenchmark.html) | -72.89% | 54.862960 | 14.870731 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.LessThanBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Single%29.LessThanBenchmark.html) | -68.40% | 54.278838 | 17.149779 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.LessThanOrEqualBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Single%29.LessThanOrEqualBenchmark.html) | -70.81% | 55.838153 | 16.297016 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.MaxBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Single%29.MaxBenchmark.html) | -78.14% | 81.610731 | 17.836287 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.MinBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Single%29.MinBenchmark.html) | -78.62% | 81.930327 | 17.517083 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.SquareRootBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Single%29.SquareRootBenchmark.html) | -59.21% | 36.797186 | 15.011400 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.CountBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28UInt16%29.CountBenchmark.html) | -69.14% | 0.131103 | 0.040452 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.GreaterThanBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28UInt16%29.GreaterThanBenchmark.html) | -61.62% | 43.794935 | 16.808496 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.GreaterThanOrEqualBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28UInt16%29.GreaterThanOrEqualBenchmark.html) | -59.68% | 43.050499 | 17.357996 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.LessThanBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28UInt16%29.LessThanBenchmark.html) | -64.63% | 43.956638 | 15.549212 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.MaxBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28UInt16%29.MaxBenchmark.html) | -64.89% | 44.517470 | 15.628904 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.MinBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28UInt16%29.MinBenchmark.html) | -66.44% | 45.342616 | 15.215887 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.LessThanBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28UInt32%29.LessThanBenchmark.html) | -53.57% | 32.448647 | 15.064708 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.MinBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28UInt32%29.MinBenchmark.html) | -55.41% | 34.589836 | 15.424284 | +| System.Tests.Perf_Char.GetUnicodeCategory(c: 'א') | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Tests.Perf_Char.GetUnicodeCategory%28c%3A%20%27%D7%90%27%29.html) | -69.88% | 67.502920 | 20.330171 | +| System.Tests.Perf_Guid.Parse | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Tests.Perf_Guid.Parse.html) | -71.06% | 1130.270816 | 327.087912 | +| System.Tests.Perf_Guid.ParseExactD | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Tests.Perf_Guid.ParseExactD.html) | -72.31% | 1385.140885 | 383.507080 | +| System.Tests.Perf_Guid.ctor_str | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Tests.Perf_Guid.ctor_str.html) | -56.84% | 1058.122246 | 456.712264 | +| System.Tests.Perf_String.PadLeft(n: 2142) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Tests.Perf_String.PadLeft%28n%3A%202142%29.html) | -69.23% | 2234.117889 | 687.348967 | +| System.Tests.Perf_Type.GetType_InvalidName | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Tests.Perf_Type.GetType_InvalidName.html) | -59.68% | 1820.573522 | 734.020142 | +| System.Text.Encodings.Web.Tests.Perf_Encoders.EncodeUtf16(arguments: JavaScript,&Hello+!,512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Text.Encodings.Web.Tests.Perf_Encoders.EncodeUtf16%28arguments%3A%20JavaScript%2C%26Hello%2B%28World%29%21%2C512%29.html) | -73.45% | 3367.950029 | 894.353050 | +| System.Text.Encodings.Web.Tests.Perf_Encoders.EncodeUtf16(arguments: JavaScript,no escaping required,512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Text.Encodings.Web.Tests.Perf_Encoders.EncodeUtf16%28arguments%3A%20JavaScript%2Cno%20escaping%20required%2C512%29.html) | -78.73% | 3186.577358 | 677.653458 | +| System.Text.Encodings.Web.Tests.Perf_Encoders.EncodeUtf16(arguments: UnsafeRelaxed,hello "there",512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Text.Encodings.Web.Tests.Perf_Encoders.EncodeUtf16%28arguments%3A%20UnsafeRelaxed%2Chello%20%22there%22%2C512%29.html) | -73.28% | 3274.537307 | 875.001041 | +| System.Text.Encodings.Web.Tests.Perf_Encoders.EncodeUtf16(arguments: UnsafeRelaxed,no required,512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Text.Encodings.Web.Tests.Perf_Encoders.EncodeUtf16%28arguments%3A%20UnsafeRelaxed%2Cno%20%28escaping%20/%29%20required%2C512%29.html) | -79.31% | 3183.153892 | 658.725453 | +| System.Text.Encodings.Web.Tests.Perf_Encoders.EncodeUtf16(arguments: Url,&lorem ipsum=dolor sit amet,512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Text.Encodings.Web.Tests.Perf_Encoders.EncodeUtf16%28arguments%3A%20Url%2C%26lorem%20ipsum%3Ddolor%20sit%20amet%2C512%29.html) | -71.80% | 3416.126239 | 963.227341 | +| System.Text.Encodings.Web.Tests.Perf_Encoders.EncodeUtf16(arguments: Url,�2020,512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Text.Encodings.Web.Tests.Perf_Encoders.EncodeUtf16%28arguments%3A%20Url%2C%EF%BF%BD2020%2C512%29.html) | -68.66% | 3329.327659 | 1043.553739 | +| System.Text.Encodings.Web.Tests.Perf_Encoders.EncodeUtf8(arguments: JavaScript,&Hello+!,16) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Text.Encodings.Web.Tests.Perf_Encoders.EncodeUtf8%28arguments%3A%20JavaScript%2C%26Hello%2B%28World%29%21%2C16%29.html) | -56.69% | 1482.012879 | 641.825717 | +| System.Text.Encodings.Web.Tests.Perf_Encoders.EncodeUtf8(arguments: JavaScript,&Hello+!,512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Text.Encodings.Web.Tests.Perf_Encoders.EncodeUtf8%28arguments%3A%20JavaScript%2C%26Hello%2B%28World%29%21%2C512%29.html) | -97.49% | 33563.144472 | 841.254724 | +| System.Text.Encodings.Web.Tests.Perf_Encoders.EncodeUtf8(arguments: JavaScript,no escaping required,16) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Text.Encodings.Web.Tests.Perf_Encoders.EncodeUtf8%28arguments%3A%20JavaScript%2Cno%20escaping%20required%2C16%29.html) | -88.59% | 2401.490270 | 274.084459 | +| System.Text.Encodings.Web.Tests.Perf_Encoders.EncodeUtf8(arguments: JavaScript,no escaping required,512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Text.Encodings.Web.Tests.Perf_Encoders.EncodeUtf8%28arguments%3A%20JavaScript%2Cno%20escaping%20required%2C512%29.html) | -98.14% | 28496.830982 | 529.987814 | +| System.Text.Encodings.Web.Tests.Perf_Encoders.EncodeUtf8(arguments: UnsafeRelaxed,hello "there",16) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Text.Encodings.Web.Tests.Perf_Encoders.EncodeUtf8%28arguments%3A%20UnsafeRelaxed%2Chello%20%22there%22%2C16%29.html) | -74.69% | 1960.029768 | 496.007663 | +| System.Text.Encodings.Web.Tests.Perf_Encoders.EncodeUtf8(arguments: UnsafeRelaxed,hello "there",512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Text.Encodings.Web.Tests.Perf_Encoders.EncodeUtf8%28arguments%3A%20UnsafeRelaxed%2Chello%20%22there%22%2C512%29.html) | -97.61% | 32017.892904 | 765.493953 | +| System.Text.Encodings.Web.Tests.Perf_Encoders.EncodeUtf8(arguments: UnsafeRelaxed,no required,16) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Text.Encodings.Web.Tests.Perf_Encoders.EncodeUtf8%28arguments%3A%20UnsafeRelaxed%2Cno%20%28escaping%20/%29%20required%2C16%29.html) | -87.34% | 2371.444478 | 300.129987 | +| System.Text.Encodings.Web.Tests.Perf_Encoders.EncodeUtf8(arguments: UnsafeRelaxed,no required,512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Text.Encodings.Web.Tests.Perf_Encoders.EncodeUtf8%28arguments%3A%20UnsafeRelaxed%2Cno%20%28escaping%20/%29%20required%2C512%29.html) | -97.98% | 29441.076571 | 594.775101 | +| System.Text.Encodings.Web.Tests.Perf_Encoders.EncodeUtf8(arguments: Url,&lorem ipsum=dolor sit amet,512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Text.Encodings.Web.Tests.Perf_Encoders.EncodeUtf8%28arguments%3A%20Url%2C%26lorem%20ipsum%3Ddolor%20sit%20amet%2C512%29.html) | -96.95% | 33778.542915 | 1030.645789 | +| System.Text.Encodings.Web.Tests.Perf_Encoders.EncodeUtf8(arguments: Url,�2020,512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Text.Encodings.Web.Tests.Perf_Encoders.EncodeUtf8%28arguments%3A%20Url%2C%EF%BF%BD2020%2C512%29.html) | -96.91% | 35986.959228 | 1112.660434 | +| System.Text.Json.Tests.Perf_Strings.WriteStringsUtf8(Formatted: False, SkipValidation: False, Escaped: NoneEscaped) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Text.Json.Tests.Perf_Strings.WriteStringsUtf8%28Formatted%3A%20False%2C%20SkipValidation%3A%20False%2C%20Escaped%3A%20NoneEscaped%29.html) | -87.22% | 358599908.280556 | 45824631.714863 | +| System.Text.Json.Tests.Perf_Strings.WriteStringsUtf8(Formatted: False, SkipValidation: False, Escaped: OneEscaped) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Text.Json.Tests.Perf_Strings.WriteStringsUtf8%28Formatted%3A%20False%2C%20SkipValidation%3A%20False%2C%20Escaped%3A%20OneEscaped%29.html) | -74.47% | 305102208.221296 | 77899198.260805 | +| System.Text.Json.Tests.Perf_Strings.WriteStringsUtf8(Formatted: False, SkipValidation: True, Escaped: NoneEscaped) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Text.Json.Tests.Perf_Strings.WriteStringsUtf8%28Formatted%3A%20False%2C%20SkipValidation%3A%20True%2C%20Escaped%3A%20NoneEscaped%29.html) | -86.45% | 333844411.222222 | 45232276.824432 | +| System.Text.Json.Tests.Perf_Strings.WriteStringsUtf8(Formatted: False, SkipValidation: True, Escaped: OneEscaped) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Text.Json.Tests.Perf_Strings.WriteStringsUtf8%28Formatted%3A%20False%2C%20SkipValidation%3A%20True%2C%20Escaped%3A%20OneEscaped%29.html) | -76.95% | 302436774.306250 | 69713422.810313 | +| System.Text.Json.Tests.Perf_Strings.WriteStringsUtf8(Formatted: True, SkipValidation: False, Escaped: NoneEscaped) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Text.Json.Tests.Perf_Strings.WriteStringsUtf8%28Formatted%3A%20True%2C%20SkipValidation%3A%20False%2C%20Escaped%3A%20NoneEscaped%29.html) | -82.95% | 365111877.811111 | 62268919.647377 | +| System.Text.Json.Tests.Perf_Strings.WriteStringsUtf8(Formatted: True, SkipValidation: False, Escaped: OneEscaped) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Text.Json.Tests.Perf_Strings.WriteStringsUtf8%28Formatted%3A%20True%2C%20SkipValidation%3A%20False%2C%20Escaped%3A%20OneEscaped%29.html) | -72.80% | 314128275.005556 | 85429330.434792 | +| System.Text.Json.Tests.Perf_Strings.WriteStringsUtf8(Formatted: True, SkipValidation: True, Escaped: NoneEscaped) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Text.Json.Tests.Perf_Strings.WriteStringsUtf8%28Formatted%3A%20True%2C%20SkipValidation%3A%20True%2C%20Escaped%3A%20NoneEscaped%29.html) | -84.79% | 357294144.466667 | 54346926.807500 | +| System.Text.Json.Tests.Perf_Strings.WriteStringsUtf8(Formatted: True, SkipValidation: True, Escaped: OneEscaped) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Text.Json.Tests.Perf_Strings.WriteStringsUtf8%28Formatted%3A%20True%2C%20SkipValidation%3A%20True%2C%20Escaped%3A%20OneEscaped%29.html) | -72.87% | 286576284.699306 | 77739616.665000 | +| System.Text.Perf_Ascii.EqualsIgnoreCase_DifferentCase_Bytes_Chars(Size: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Text.Perf_Ascii.EqualsIgnoreCase_DifferentCase_Bytes_Chars%28Size%3A%20128%29.html) | -51.42% | 1023.503912 | 497.202395 | +| System.Text.Perf_Ascii.EqualsIgnoreCase_ExactlyTheSame_Bytes_Chars(Size: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Text.Perf_Ascii.EqualsIgnoreCase_ExactlyTheSame_Bytes_Chars%28Size%3A%20128%29.html) | -74.22% | 710.021407 | 183.072480 | +| System.Text.Perf_Ascii.Equals_Bytes_Chars(Size: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Text.Perf_Ascii.Equals_Bytes_Chars%28Size%3A%20128%29.html) | -75.46% | 651.553090 | 159.922417 | +| System.Text.Perf_Utf8Encoding.GetByteCount(Input: Chinese) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Text.Perf_Utf8Encoding.GetByteCount%28Input%3A%20Chinese%29.html) | -88.51% | 1276847.160647 | 146725.944503 | +| System.Text.Perf_Utf8Encoding.GetByteCount(Input: Cyrillic) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Text.Perf_Utf8Encoding.GetByteCount%28Input%3A%20Cyrillic%29.html) | -88.73% | 1124040.828427 | 126724.777243 | +| System.Text.Perf_Utf8Encoding.GetByteCount(Input: EnglishMostlyAscii) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Text.Perf_Utf8Encoding.GetByteCount%28Input%3A%20EnglishMostlyAscii%29.html) | -88.15% | 2716217.273977 | 321946.096628 | +| System.Text.Perf_Utf8Encoding.GetByteCount(Input: Greek) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Text.Perf_Utf8Encoding.GetByteCount%28Input%3A%20Greek%29.html) | -89.01% | 1458635.166380 | 160265.078384 | +| System.Text.Perf_Utf8Encoding.GetBytes(Input: Chinese) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Text.Perf_Utf8Encoding.GetBytes%28Input%3A%20Chinese%29.html) | -66.73% | 1597963.428820 | 531616.548125 | +| System.Text.Perf_Utf8Encoding.GetBytes(Input: Cyrillic) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Text.Perf_Utf8Encoding.GetBytes%28Input%3A%20Cyrillic%29.html) | -71.18% | 1342472.669924 | 386950.105273 | +| System.Text.Perf_Utf8Encoding.GetBytes(Input: EnglishMostlyAscii) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Text.Perf_Utf8Encoding.GetBytes%28Input%3A%20EnglishMostlyAscii%29.html) | -77.36% | 2969616.678580 | 672270.158717 | +| System.Text.Perf_Utf8Encoding.GetBytes(Input: Greek) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Text.Perf_Utf8Encoding.GetBytes%28Input%3A%20Greek%29.html) | -69.42% | 1764068.134431 | 539501.991437 | + +## 40-50% Improvement (73 tests) + +| Test Name | Link | Change % | .NET 9 | .NET 10 | +|-----------|------|----------|--------|-------| +| ByteMark.BenchBitOps | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/ByteMark.BenchBitOps.html) | -44.02% | 1745454682.243315 | 977040716.650183 | +| System.Collections.Tests.Add_Remove_SteadyState.ConcurrentQueue(Count: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Collections.Tests.Add_Remove_SteadyState%28Int32%29.ConcurrentQueue%28Count%3A%20512%29.html) | -40.05% | 289.085133 | 173.295360 | +| System.Collections.Tests.Perf_BitArray.BitArrayIntArrayCtor(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Collections.Tests.Perf_BitArray.BitArrayIntArrayCtor%28Size%3A%20512%29.html) | -40.20% | 687.390068 | 411.072956 | +| System.Memory.Span.SequenceCompareToDifferent(Size: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Memory.Span%28Byte%29.SequenceCompareToDifferent%28Size%3A%204%29.html) | -43.77% | 71.907661 | 40.436396 | +| System.Numerics.Tensors.Tests.Perf_BinaryIntegerTensorPrimitives.PopCount(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tensors.Tests.Perf_BinaryIntegerTensorPrimitives%28Int32%29.PopCount%28BufferLength%3A%20128%29.html) | -47.31% | 984.562451 | 518.753476 | +| System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives.Exp(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives%28Double%29.Exp%28BufferLength%3A%20128%29.html) | -46.59% | 45182.846293 | 24130.891546 | +| System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives.Exp(BufferLength: 3079) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives%28Double%29.Exp%28BufferLength%3A%203079%29.html) | -45.76% | 1128716.356495 | 612177.530337 | +| System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives.Log(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives%28Double%29.Log%28BufferLength%3A%20128%29.html) | -43.09% | 68793.518144 | 39151.098161 | +| System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives.Log(BufferLength: 3079) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives%28Double%29.Log%28BufferLength%3A%203079%29.html) | -41.30% | 1605694.831229 | 942601.689433 | +| System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives.Sinh(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives%28Double%29.Sinh%28BufferLength%3A%20128%29.html) | -45.10% | 62235.907947 | 34169.849957 | +| System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives.Round(BufferLength: 3079) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives%28Single%29.Round%28BufferLength%3A%203079%29.html) | -48.92% | 86369.104912 | 44114.188759 | +| System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives.Sinh(BufferLength: 3079) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives%28Single%29.Sinh%28BufferLength%3A%203079%29.html) | -46.74% | 800871.059124 | 426545.775550 | +| System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives.IndexOfMax(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives%28Single%29.IndexOfMax%28BufferLength%3A%20128%29.html) | -45.59% | 4406.125432 | 2397.180781 | +| System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives.IndexOfMax(BufferLength: 3079) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives%28Single%29.IndexOfMax%28BufferLength%3A%203079%29.html) | -46.85% | 102227.802261 | 54331.925196 | +| System.Numerics.Tests.Perf_BigInteger.ToByteArray(numberString: 1234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456... | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_BigInteger.ToByteArray%28numberString%3A%201234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456.html) | -47.01% | 317.171141 | 168.081214 | +| System.Numerics.Tests.Perf_Matrix4x4.CreateFromYawPitchRollBenchmarkBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_Matrix4x4.CreateFromYawPitchRollBenchmarkBenchmark.html) | -44.44% | 3157.140217 | 1754.172738 | +| System.Numerics.Tests.Perf_Matrix4x4.InvertBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_Matrix4x4.InvertBenchmark.html) | -48.98% | 267.674539 | 136.580551 | +| System.Numerics.Tests.Perf_Matrix4x4.TransformBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_Matrix4x4.TransformBenchmark.html) | -49.39% | 207.941770 | 105.233363 | +| System.Numerics.Tests.Perf_Quaternion.CreateFromYawPitchRollBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_Quaternion.CreateFromYawPitchRollBenchmark.html) | -48.99% | 2676.697112 | 1365.464331 | +| System.Numerics.Tests.Perf_Vector2.TransformByQuaternionBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_Vector2.TransformByQuaternionBenchmark.html) | -41.58% | 789.555066 | 461.278654 | +| System.Numerics.Tests.Perf_Vector3.AbsBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_Vector3.AbsBenchmark.html) | -48.43% | 40.738604 | 21.008992 | +| System.Numerics.Tests.Perf_Vector3.TransformByQuaternionBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_Vector3.TransformByQuaternionBenchmark.html) | -44.05% | 803.215373 | 449.359214 | +| System.Numerics.Tests.Perf_Vector4.TransformByQuaternionBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_Vector4.TransformByQuaternionBenchmark.html) | -40.96% | 758.452029 | 447.765445 | +| System.Numerics.Tests.Perf_Vector4.TransformVector2ByQuaternionBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_Vector4.TransformVector2ByQuaternionBenchmark.html) | -44.92% | 824.205487 | 453.997434 | +| System.Numerics.Tests.Perf_VectorOf.AddOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_VectorOf%28Double%29.AddOperatorBenchmark.html) | -42.99% | 26.699676 | 15.222165 | +| System.Numerics.Tests.Perf_VectorOf.DotBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_VectorOf%28Double%29.DotBenchmark.html) | -46.02% | 23.901117 | 12.901545 | +| System.Numerics.Tests.Perf_VectorOf.EqualsStaticBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_VectorOf%28Double%29.EqualsStaticBenchmark.html) | -46.62% | 33.391002 | 17.822749 | +| System.Numerics.Tests.Perf_VectorOf.GreaterThanBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_VectorOf%28Double%29.GreaterThanBenchmark.html) | -43.60% | 32.791334 | 18.493858 | +| System.Numerics.Tests.Perf_VectorOf.MultiplyBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_VectorOf%28Double%29.MultiplyBenchmark.html) | -41.74% | 27.814553 | 16.204789 | +| System.Numerics.Tests.Perf_VectorOf.EqualsAnyBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_VectorOf%28Int32%29.EqualsAnyBenchmark.html) | -45.12% | 19.756496 | 10.842238 | +| System.Numerics.Tests.Perf_VectorOf.EqualsStaticBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_VectorOf%28Int32%29.EqualsStaticBenchmark.html) | -40.41% | 28.526050 | 16.997569 | +| System.Numerics.Tests.Perf_VectorOf.LessThanOrEqualBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_VectorOf%28Int32%29.LessThanOrEqualBenchmark.html) | -40.56% | 28.467478 | 16.921005 | +| System.Numerics.Tests.Perf_VectorOf.MaxBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_VectorOf%28Int32%29.MaxBenchmark.html) | -40.81% | 28.941020 | 17.129665 | +| System.Numerics.Tests.Perf_VectorOf.MaxBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_VectorOf%28Single%29.MaxBenchmark.html) | -49.64% | 34.906572 | 17.579494 | +| System.Numerics.Tests.Perf_VectorOf.EqualsStaticBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_VectorOf%28UInt32%29.EqualsStaticBenchmark.html) | -40.54% | 28.629726 | 17.023551 | +| System.Numerics.Tests.Perf_VectorOf.GreaterThanBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_VectorOf%28UInt32%29.GreaterThanBenchmark.html) | -42.03% | 28.757321 | 16.671530 | +| System.Numerics.Tests.Perf_VectorOf.MinBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_VectorOf%28UInt32%29.MinBenchmark.html) | -43.11% | 27.836074 | 15.836685 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128.CeilingDoubleBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Runtime.Intrinsics.Tests.Perf_Vector128.CeilingDoubleBenchmark.html) | -47.48% | 30.831775 | 16.194127 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Int.LessThanBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Runtime.Intrinsics.Tests.Perf_Vector128Int.LessThanBenchmark.html) | -48.26% | 33.286539 | 17.221200 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Int.LessThanOrEqualBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Runtime.Intrinsics.Tests.Perf_Vector128Int.LessThanOrEqualBenchmark.html) | -49.30% | 33.295242 | 16.879390 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Int.MaxBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Runtime.Intrinsics.Tests.Perf_Vector128Int.MaxBenchmark.html) | -49.78% | 35.436570 | 17.797644 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.AbsBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Double%29.AbsBenchmark.html) | -42.39% | 28.810473 | 16.596901 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.AddBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Double%29.AddBenchmark.html) | -46.53% | 30.426838 | 16.269677 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.AddOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Double%29.AddOperatorBenchmark.html) | -49.32% | 31.640029 | 16.035885 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.MultiplyBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Double%29.MultiplyBenchmark.html) | -47.70% | 32.143634 | 16.810332 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.MultiplyOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Double%29.MultiplyOperatorBenchmark.html) | -45.63% | 30.596670 | 16.634358 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.SquareRootBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Double%29.SquareRootBenchmark.html) | -47.78% | 28.252375 | 14.753902 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.LessThanBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Int32%29.LessThanBenchmark.html) | -49.93% | 32.403533 | 16.223223 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.AbsBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Int64%29.AbsBenchmark.html) | -48.55% | 26.569651 | 13.670194 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.AddBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Int64%29.AddBenchmark.html) | -43.31% | 27.119868 | 15.374011 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.AddOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Int64%29.AddOperatorBenchmark.html) | -41.28% | 26.634291 | 15.638840 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.DotBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Int64%29.DotBenchmark.html) | -41.80% | 26.399404 | 15.363542 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.GreaterThanBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Int64%29.GreaterThanBenchmark.html) | -41.07% | 26.862700 | 15.829632 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.MinBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Int64%29.MinBenchmark.html) | -44.47% | 26.930585 | 14.955244 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.MultiplyBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Int64%29.MultiplyBenchmark.html) | -44.01% | 29.239397 | 16.372266 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.NegateBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Int64%29.NegateBenchmark.html) | -43.61% | 27.956505 | 15.764301 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.SubtractionOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Int64%29.SubtractionOperatorBenchmark.html) | -40.57% | 27.925565 | 16.597457 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.UnaryNegateOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Int64%29.UnaryNegateOperatorBenchmark.html) | -46.71% | 26.990102 | 14.382955 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.GreaterThanBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28UInt32%29.GreaterThanBenchmark.html) | -49.41% | 33.364197 | 16.878958 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.GreaterThanOrEqualBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28UInt32%29.GreaterThanOrEqualBenchmark.html) | -49.35% | 32.887009 | 16.658117 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.LessThanOrEqualBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28UInt32%29.LessThanOrEqualBenchmark.html) | -49.90% | 32.655634 | 16.360278 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.MaxBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28UInt32%29.MaxBenchmark.html) | -46.34% | 34.133154 | 18.316932 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.AddOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28UInt64%29.AddOperatorBenchmark.html) | -43.29% | 27.032199 | 15.330566 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.MultiplyOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28UInt64%29.MultiplyOperatorBenchmark.html) | -44.47% | 29.659217 | 16.469860 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.NegateBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28UInt64%29.NegateBenchmark.html) | -41.89% | 27.301284 | 15.864765 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.SubtractBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28UInt64%29.SubtractBenchmark.html) | -47.71% | 28.566330 | 14.938303 | +| System.Tests.Perf_GC.NewOperator_Array(length: 10000) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Tests.Perf_GC%28Char%29.NewOperator_Array%28length%3A%2010000%29.html) | -43.57% | 2695.316637 | 1520.863157 | +| System.Tests.Perf_Lazy.ValueFromAlreadyInitialized | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Tests.Perf_Lazy.ValueFromAlreadyInitialized.html) | -40.78% | 17.889783 | 10.594274 | +| System.Tests.Perf_String.CtorCharCount(size: 100) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Tests.Perf_String.CtorCharCount%28size%3A%20100%29.html) | -41.59% | 165.647695 | 96.746968 | +| System.Text.Encodings.Web.Tests.Perf_Encoders.EncodeUtf8(arguments: Url,&lorem ipsum=dolor sit amet,16) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Text.Encodings.Web.Tests.Perf_Encoders.EncodeUtf8%28arguments%3A%20Url%2C%26lorem%20ipsum%3Ddolor%20sit%20amet%2C16%29.html) | -49.92% | 1500.316948 | 751.368928 | +| System.Text.Encodings.Web.Tests.Perf_Encoders.EncodeUtf8(arguments: Url,�2020,16) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Text.Encodings.Web.Tests.Perf_Encoders.EncodeUtf8%28arguments%3A%20Url%2C%EF%BF%BD2020%2C16%29.html) | -47.19% | 1463.940217 | 773.113010 | +| System.Text.Json.Document.Tests.Perf_ParseThenWrite.ParseThenWrite(IsDataIndented: True, TestCase: Json4KB) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Text.Json.Document.Tests.Perf_ParseThenWrite.ParseThenWrite%28IsDataIndented%3A%20True%2C%20TestCase%3A%20Json4KB%29.html) | -48.00% | 440272.828637 | 228935.960622 | +| System.Text.Tests.Perf_StringBuilder.ctor_capacity(length: 100000) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Text.Tests.Perf_StringBuilder.ctor_capacity%28length%3A%20100000%29.html) | -45.18% | 24211.294907 | 13273.340798 | + +## 30-40% Improvement (89 tests) + +| Test Name | Link | Change % | .NET 9 | .NET 10 | +|-----------|------|----------|--------|-------| +| Microsoft.Extensions.DependencyInjection.ActivatorUtilitiesBenchmark.Factory_1Injected_2Explicit | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/Microsoft.Extensions.DependencyInjection.ActivatorUtilitiesBenchmark.Factory_1Injected_2Explicit.html) | -33.52% | 824.476667 | 548.118425 | +| Microsoft.Extensions.Primitives.StringSegmentBenchmark.EndsWith | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/Microsoft.Extensions.Primitives.StringSegmentBenchmark.EndsWith.html) | -36.47% | 40.531908 | 25.751789 | +| System.Collections.AddGivenSize.ConcurrentDictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Collections.AddGivenSize%28String%29.ConcurrentDictionary%28Size%3A%20512%29.html) | -31.77% | 371827.771835 | 253687.729278 | +| System.Collections.Concurrent.Count.Queue(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Collections.Concurrent.Count%28String%29.Queue%28Size%3A%20512%29.html) | -30.68% | 105.527248 | 73.150413 | +| System.Collections.Concurrent.IsEmpty.Queue(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Collections.Concurrent.IsEmpty%28Int32%29.Queue%28Size%3A%20512%29.html) | -31.38% | 101.048171 | 69.341647 | +| System.Collections.Concurrent.IsEmpty.Queue(Size: 0) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Collections.Concurrent.IsEmpty%28String%29.Queue%28Size%3A%200%29.html) | -35.62% | 139.074061 | 89.541871 | +| System.Collections.CtorGivenSizeNonGeneric.Hashtable(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Collections.CtorGivenSizeNonGeneric.Hashtable%28Size%3A%20512%29.html) | -34.47% | 1741.381494 | 1141.067372 | +| System.Collections.IterateForEach.ConcurrentDictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Collections.IterateForEach%28Int32%29.ConcurrentDictionary%28Size%3A%20512%29.html) | -36.74% | 80622.221384 | 51000.738208 | +| System.Collections.Tests.Add_Remove_SteadyState.ConcurrentBag(Count: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Collections.Tests.Add_Remove_SteadyState%28Int32%29.ConcurrentBag%28Count%3A%20512%29.html) | -36.39% | 544.301145 | 346.219931 | +| System.Collections.Tests.Perf_BitArray.BitArrayCopyToIntArray(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Collections.Tests.Perf_BitArray.BitArrayCopyToIntArray%28Size%3A%20512%29.html) | -31.86% | 178.136230 | 121.385414 | +| System.Collections.Tests.Perf_BitArray.BitArraySetAll(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Collections.Tests.Perf_BitArray.BitArraySetAll%28Size%3A%20512%29.html) | -33.85% | 138.346942 | 91.512986 | +| System.Memory.Span.SequenceCompareTo(Size: 33) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Memory.Span%28Char%29.SequenceCompareTo%28Size%3A%2033%29.html) | -39.52% | 98.897064 | 59.810692 | +| System.Memory.Span.Fill(Size: 33) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Memory.Span%28Int32%29.Fill%28Size%3A%2033%29.html) | -39.94% | 41.024883 | 24.639259 | +| System.Memory.Span.IndexOfValue(Size: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Memory.Span%28Int32%29.IndexOfValue%28Size%3A%204%29.html) | -36.76% | 62.819643 | 39.726376 | +| System.Memory.Span.ToArray(Size: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Memory.Span%28Int32%29.ToArray%28Size%3A%204%29.html) | -31.26% | 61.705288 | 42.418695 | +| System.Net.Primitives.Tests.IPAddressPerformanceTests.GetAddressBytes(address: 143.24.20.36) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Net.Primitives.Tests.IPAddressPerformanceTests.GetAddressBytes%28address%3A%20143.24.20.36%29.html) | -31.64% | 73.564474 | 50.289458 | +| System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives.Round(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives%28Double%29.Round%28BufferLength%3A%20128%29.html) | -31.33% | 6129.240632 | 4208.818559 | +| System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives.Round(BufferLength: 3079) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives%28Double%29.Round%28BufferLength%3A%203079%29.html) | -37.52% | 136869.451166 | 85509.232573 | +| System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives.Sinh(BufferLength: 3079) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives%28Double%29.Sinh%28BufferLength%3A%203079%29.html) | -38.45% | 1436786.670369 | 884397.706221 | +| System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives.Log(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives%28Single%29.Log%28BufferLength%3A%20128%29.html) | -34.78% | 22911.297142 | 14942.450628 | +| System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives.Log(BufferLength: 3079) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives%28Single%29.Log%28BufferLength%3A%203079%29.html) | -36.00% | 543649.474833 | 347909.740330 | +| System.Numerics.Tests.Perf_Matrix4x4.MultiplyByMatrixBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_Matrix4x4.MultiplyByMatrixBenchmark.html) | -33.09% | 1035.370079 | 692.753639 | +| System.Numerics.Tests.Perf_Matrix4x4.MultiplyByMatrixOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_Matrix4x4.MultiplyByMatrixOperatorBenchmark.html) | -38.25% | 1110.713021 | 685.815550 | +| System.Numerics.Tests.Perf_Plane.TransformByQuaternionBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_Plane.TransformByQuaternionBenchmark.html) | -32.20% | 652.561998 | 442.433170 | +| System.Numerics.Tests.Perf_Vector4.TransformVector3ByQuaternionBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_Vector4.TransformVector3ByQuaternionBenchmark.html) | -38.22% | 740.013522 | 457.159655 | +| System.Numerics.Tests.Perf_VectorOf.AbsBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_VectorOf%28Double%29.AbsBenchmark.html) | -34.60% | 25.086456 | 16.407548 | +| System.Numerics.Tests.Perf_VectorOf.AddBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_VectorOf%28Double%29.AddBenchmark.html) | -39.86% | 26.563715 | 15.976510 | +| System.Numerics.Tests.Perf_VectorOf.DivideBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_VectorOf%28Double%29.DivideBenchmark.html) | -37.03% | 27.450491 | 17.286191 | +| System.Numerics.Tests.Perf_VectorOf.DivisionOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_VectorOf%28Double%29.DivisionOperatorBenchmark.html) | -36.06% | 27.357431 | 17.491412 | +| System.Numerics.Tests.Perf_VectorOf.MaxBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_VectorOf%28Double%29.MaxBenchmark.html) | -33.40% | 26.993438 | 17.976594 | +| System.Numerics.Tests.Perf_VectorOf.MinBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_VectorOf%28Double%29.MinBenchmark.html) | -37.46% | 27.106116 | 16.953311 | +| System.Numerics.Tests.Perf_VectorOf.OneBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_VectorOf%28Double%29.OneBenchmark.html) | -35.44% | 21.172122 | 13.668778 | +| System.Numerics.Tests.Perf_VectorOf.SquareRootBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_VectorOf%28Double%29.SquareRootBenchmark.html) | -35.60% | 24.711887 | 15.913609 | +| System.Numerics.Tests.Perf_VectorOf.SubtractBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_VectorOf%28Double%29.SubtractBenchmark.html) | -37.71% | 26.251094 | 16.353004 | +| System.Numerics.Tests.Perf_VectorOf.SubtractionOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_VectorOf%28Double%29.SubtractionOperatorBenchmark.html) | -39.91% | 26.878691 | 16.152486 | +| System.Numerics.Tests.Perf_VectorOf.AbsBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_VectorOf%28Int32%29.AbsBenchmark.html) | -30.56% | 25.307217 | 17.574009 | +| System.Numerics.Tests.Perf_VectorOf.GreaterThanBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_VectorOf%28Int32%29.GreaterThanBenchmark.html) | -36.17% | 27.695552 | 17.677399 | +| System.Numerics.Tests.Perf_VectorOf.GreaterThanOrEqualBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_VectorOf%28Int32%29.GreaterThanOrEqualBenchmark.html) | -38.26% | 28.704082 | 17.720978 | +| System.Numerics.Tests.Perf_VectorOf.LessThanBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_VectorOf%28Int32%29.LessThanBenchmark.html) | -35.90% | 28.480949 | 18.256456 | +| System.Numerics.Tests.Perf_VectorOf.MinBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_VectorOf%28Int32%29.MinBenchmark.html) | -37.26% | 27.769887 | 17.422012 | +| System.Numerics.Tests.Perf_VectorOf.AbsBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_VectorOf%28Int64%29.AbsBenchmark.html) | -34.34% | 22.029478 | 14.463713 | +| System.Numerics.Tests.Perf_VectorOf.AddBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_VectorOf%28Int64%29.AddBenchmark.html) | -30.75% | 23.683190 | 16.399762 | +| System.Numerics.Tests.Perf_VectorOf.AddOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_VectorOf%28Int64%29.AddOperatorBenchmark.html) | -32.00% | 24.446619 | 16.624290 | +| System.Numerics.Tests.Perf_VectorOf.EqualsStaticBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_VectorOf%28Int64%29.EqualsStaticBenchmark.html) | -33.85% | 23.696240 | 15.674559 | +| System.Numerics.Tests.Perf_VectorOf.GreaterThanOrEqualBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_VectorOf%28Int64%29.GreaterThanOrEqualBenchmark.html) | -32.16% | 24.293350 | 16.480458 | +| System.Numerics.Tests.Perf_VectorOf.LessThanBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_VectorOf%28Int64%29.LessThanBenchmark.html) | -32.61% | 22.334003 | 15.051120 | +| System.Numerics.Tests.Perf_VectorOf.MaxBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_VectorOf%28Int64%29.MaxBenchmark.html) | -30.53% | 24.335698 | 16.906979 | +| System.Numerics.Tests.Perf_VectorOf.MultiplyOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_VectorOf%28Int64%29.MultiplyOperatorBenchmark.html) | -32.25% | 24.379417 | 16.517776 | +| System.Numerics.Tests.Perf_VectorOf.NegateBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_VectorOf%28Int64%29.NegateBenchmark.html) | -33.19% | 23.658976 | 15.805935 | +| System.Numerics.Tests.Perf_VectorOf.SubtractBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_VectorOf%28Int64%29.SubtractBenchmark.html) | -33.34% | 25.089725 | 16.725797 | +| System.Numerics.Tests.Perf_VectorOf.SubtractionOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_VectorOf%28Int64%29.SubtractionOperatorBenchmark.html) | -36.31% | 25.020506 | 15.934368 | +| System.Numerics.Tests.Perf_VectorOf.UnaryNegateOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_VectorOf%28Int64%29.UnaryNegateOperatorBenchmark.html) | -34.17% | 23.824571 | 15.684402 | +| System.Numerics.Tests.Perf_VectorOf.NegateBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_VectorOf%28Single%29.NegateBenchmark.html) | -38.03% | 24.846187 | 15.396237 | +| System.Numerics.Tests.Perf_VectorOf.UnaryNegateOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_VectorOf%28Single%29.UnaryNegateOperatorBenchmark.html) | -32.62% | 24.908731 | 16.783291 | +| System.Numerics.Tests.Perf_VectorOf.EqualsAnyBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_VectorOf%28UInt32%29.EqualsAnyBenchmark.html) | -38.62% | 19.414204 | 11.916811 | +| System.Numerics.Tests.Perf_VectorOf.GreaterThanOrEqualBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_VectorOf%28UInt32%29.GreaterThanOrEqualBenchmark.html) | -37.26% | 28.244330 | 17.721242 | +| System.Numerics.Tests.Perf_VectorOf.LessThanBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_VectorOf%28UInt32%29.LessThanBenchmark.html) | -38.90% | 28.057583 | 17.143620 | +| System.Numerics.Tests.Perf_VectorOf.LessThanOrEqualBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_VectorOf%28UInt32%29.LessThanOrEqualBenchmark.html) | -39.09% | 28.933186 | 17.621948 | +| System.Numerics.Tests.Perf_VectorOf.MaxBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_VectorOf%28UInt32%29.MaxBenchmark.html) | -34.39% | 29.277248 | 19.208190 | +| System.Numerics.Tests.Perf_VectorOf.AddOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_VectorOf%28UInt64%29.AddOperatorBenchmark.html) | -35.19% | 25.017428 | 16.214298 | +| System.Numerics.Tests.Perf_VectorOf.DotBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_VectorOf%28UInt64%29.DotBenchmark.html) | -31.07% | 22.267564 | 15.348383 | +| System.Numerics.Tests.Perf_VectorOf.MultiplyOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_VectorOf%28UInt64%29.MultiplyOperatorBenchmark.html) | -31.48% | 24.722511 | 16.940286 | +| System.Numerics.Tests.Perf_VectorOf.NegateBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_VectorOf%28UInt64%29.NegateBenchmark.html) | -34.24% | 23.683707 | 15.573767 | +| System.Numerics.Tests.Perf_VectorOf.SubtractBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_VectorOf%28UInt64%29.SubtractBenchmark.html) | -34.89% | 24.139780 | 15.716235 | +| System.Numerics.Tests.Perf_VectorOf.UnaryNegateOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_VectorOf%28UInt64%29.UnaryNegateOperatorBenchmark.html) | -38.34% | 24.582183 | 15.156427 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128.ConvertFloatToUIntBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Runtime.Intrinsics.Tests.Perf_Vector128.ConvertFloatToUIntBenchmark.html) | -34.51% | 317.161804 | 207.714292 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.GreaterThanOrEqualBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Int64%29.GreaterThanOrEqualBenchmark.html) | -39.92% | 25.608732 | 15.386194 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.LessThanBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Int64%29.LessThanBenchmark.html) | -38.94% | 26.182287 | 15.988091 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.LessThanOrEqualBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Int64%29.LessThanOrEqualBenchmark.html) | -39.25% | 25.547986 | 15.520996 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.MaxBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Int64%29.MaxBenchmark.html) | -36.28% | 26.218221 | 16.705721 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.MultiplyOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Int64%29.MultiplyOperatorBenchmark.html) | -39.96% | 28.453851 | 17.082912 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.SubtractBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Int64%29.SubtractBenchmark.html) | -38.15% | 27.415967 | 16.955569 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.AddBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28UInt64%29.AddBenchmark.html) | -38.91% | 27.606100 | 16.864194 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.DotBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28UInt64%29.DotBenchmark.html) | -37.43% | 26.647215 | 16.671903 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.MultiplyBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28UInt64%29.MultiplyBenchmark.html) | -31.23% | 26.796126 | 18.427004 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.SubtractionOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28UInt64%29.SubtractionOperatorBenchmark.html) | -34.29% | 27.886095 | 18.324536 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.UnaryNegateOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28UInt64%29.UnaryNegateOperatorBenchmark.html) | -39.86% | 26.647807 | 16.025460 | +| System.Tests.Perf_Array.ArrayCreate1D | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Tests.Perf_Array.ArrayCreate1D.html) | -38.02% | 2654.793662 | 1645.542902 | +| System.Tests.Perf_Array.ArrayCreate2D | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Tests.Perf_Array.ArrayCreate2D.html) | -35.61% | 2650.609248 | 1706.619319 | +| System.Tests.Perf_Array.ArrayCreate3D | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Tests.Perf_Array.ArrayCreate3D.html) | -37.81% | 2728.962052 | 1697.085507 | +| System.Tests.Perf_DateTimeOffset.ToString(format: "o") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Tests.Perf_DateTimeOffset.ToString%28format%3A%20%22o%22%29.html) | -33.79% | 856.479464 | 567.056909 | +| System.Tests.Perf_Decimal.Add | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Tests.Perf_Decimal.Add.html) | -34.63% | 78.192553 | 51.115259 | +| System.Tests.Perf_GC.NewOperator_Array(length: 10000) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Tests.Perf_GC%28Byte%29.NewOperator_Array%28length%3A%2010000%29.html) | -39.06% | 1554.118165 | 947.135443 | +| System.Tests.Perf_Int16.Parse(value: "0") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Tests.Perf_Int16.Parse%28value%3A%20%220%22%29.html) | -30.34% | 241.214466 | 168.022842 | +| System.Text.Json.Document.Tests.Perf_ParseThenWrite.ParseThenWrite(IsDataIndented: False, TestCase: Json400B) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Text.Json.Document.Tests.Perf_ParseThenWrite.ParseThenWrite%28IsDataIndented%3A%20False%2C%20TestCase%3A%20Json400B%29.html) | -31.06% | 46102.484087 | 31781.920468 | +| System.Text.Json.Document.Tests.Perf_ParseThenWrite.ParseThenWrite(IsDataIndented: False, TestCase: Json400KB) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Text.Json.Document.Tests.Perf_ParseThenWrite.ParseThenWrite%28IsDataIndented%3A%20False%2C%20TestCase%3A%20Json400KB%29.html) | -33.73% | 32138025.227350 | 21299114.063911 | +| System.Text.Json.Node.Tests.Perf_ParseThenWrite.ParseThenWrite(IsDataIndented: False, TestCase: LotsOfStrings) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Text.Json.Node.Tests.Perf_ParseThenWrite.ParseThenWrite%28IsDataIndented%3A%20False%2C%20TestCase%3A%20LotsOfStrings%29.html) | -37.28% | 149548.718201 | 93796.295319 | +| System.Threading.Channels.Tests.SpscUnboundedChannelPerfTests.TryWriteThenTryRead | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Threading.Channels.Tests.SpscUnboundedChannelPerfTests.TryWriteThenTryRead.html) | -34.66% | 536.586363 | 350.594615 | +| System.Threading.Tests.Perf_CancellationToken.CreateManyRegisterMultipleDispose | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Threading.Tests.Perf_CancellationToken.CreateManyRegisterMultipleDispose.html) | -39.50% | 2245.749289 | 1358.644748 | + +## 25-30% Improvement (35 tests) + +| Test Name | Link | Change % | .NET 9 | .NET 10 | +|-----------|------|----------|--------|-------| +| Microsoft.Extensions.Primitives.StringSegmentBenchmark.Equals_String | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/Microsoft.Extensions.Primitives.StringSegmentBenchmark.Equals_String.html) | -27.66% | 45.863422 | 33.179843 | +| Microsoft.Extensions.Primitives.StringSegmentBenchmark.StartsWith | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/Microsoft.Extensions.Primitives.StringSegmentBenchmark.StartsWith.html) | -29.28% | 41.804349 | 29.562392 | +| System.Buffers.Tests.ReadOnlySequenceTests.FirstSingleSegment | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Buffers.Tests.ReadOnlySequenceTests%28Byte%29.FirstSingleSegment.html) | -25.95% | 28.734186 | 21.276320 | +| System.Collections.AddGivenSize.ConcurrentDictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Collections.AddGivenSize%28Int32%29.ConcurrentDictionary%28Size%3A%20512%29.html) | -29.39% | 241299.209534 | 170378.959811 | +| System.Collections.ContainsFalse.Array(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Collections.ContainsFalse%28Int32%29.Array%28Size%3A%20512%29.html) | -26.78% | 289726.916756 | 212151.265554 | +| System.Collections.CtorGivenSize.Dictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Collections.CtorGivenSize%28Int32%29.Dictionary%28Size%3A%20512%29.html) | -28.69% | 1915.999695 | 1366.391557 | +| System.Collections.CtorGivenSize.Dictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Collections.CtorGivenSize%28String%29.Dictionary%28Size%3A%20512%29.html) | -27.21% | 2024.361408 | 1473.631673 | +| System.Collections.IterateForEach.ConcurrentBag(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Collections.IterateForEach%28String%29.ConcurrentBag%28Size%3A%20512%29.html) | -26.65% | 55151.965057 | 40454.399349 | +| System.Collections.Tests.Perf_BitArray.BitArrayOr(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Collections.Tests.Perf_BitArray.BitArrayOr%28Size%3A%20512%29.html) | -27.28% | 218.616742 | 158.969908 | +| System.MathBenchmarks.Double.TanPi | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.MathBenchmarks.Double.TanPi.html) | -28.20% | 770272.433254 | 553049.377709 | +| System.Memory.Span.SequenceCompareToDifferent(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Memory.Span%28Byte%29.SequenceCompareToDifferent%28Size%3A%20512%29.html) | -28.45% | 61.782542 | 44.205468 | +| System.Memory.Span.ToArray(Size: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Memory.Span%28Byte%29.ToArray%28Size%3A%204%29.html) | -28.82% | 56.217410 | 40.018037 | +| System.Memory.Span.ToArray(Size: 33) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Memory.Span%28Char%29.ToArray%28Size%3A%2033%29.html) | -27.85% | 70.930504 | 51.175268 | +| System.Memory.Span.ToArray(Size: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Memory.Span%28Char%29.ToArray%28Size%3A%204%29.html) | -26.98% | 59.291635 | 43.294968 | +| System.Memory.Span.IndexOfValue(Size: 33) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Memory.Span%28Int32%29.IndexOfValue%28Size%3A%2033%29.html) | -25.12% | 69.915349 | 52.354141 | +| System.Memory.Span.SequenceCompareTo(Size: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Memory.Span%28Int32%29.SequenceCompareTo%28Size%3A%204%29.html) | -29.13% | 76.031118 | 53.881246 | +| System.Numerics.Tests.Perf_Plane.NormalizeBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_Plane.NormalizeBenchmark.html) | -28.42% | 103.471313 | 74.063191 | +| System.Numerics.Tests.Perf_Quaternion.LerpBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_Quaternion.LerpBenchmark.html) | -28.90% | 222.012571 | 157.855837 | +| System.Numerics.Tests.Perf_VectorOf.MultiplyOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_VectorOf%28Double%29.MultiplyOperatorBenchmark.html) | -29.93% | 26.211848 | 18.366895 | +| System.Numerics.Tests.Perf_VectorOf.NegateBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_VectorOf%28Double%29.NegateBenchmark.html) | -29.86% | 21.313309 | 14.949400 | +| System.Numerics.Tests.Perf_VectorOf.DotBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_VectorOf%28Int64%29.DotBenchmark.html) | -27.25% | 21.673338 | 15.767973 | +| System.Numerics.Tests.Perf_VectorOf.EqualsAnyBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_VectorOf%28Int64%29.EqualsAnyBenchmark.html) | -28.15% | 15.955352 | 11.463384 | +| System.Numerics.Tests.Perf_VectorOf.GreaterThanBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_VectorOf%28Int64%29.GreaterThanBenchmark.html) | -28.50% | 23.973779 | 17.141578 | +| System.Numerics.Tests.Perf_VectorOf.MultiplyBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_VectorOf%28Int64%29.MultiplyBenchmark.html) | -27.10% | 23.436943 | 17.085568 | +| System.Numerics.Tests.Perf_VectorOf.AddBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_VectorOf%28UInt64%29.AddBenchmark.html) | -27.50% | 23.749421 | 17.217735 | +| System.Numerics.Tests.Perf_VectorOf.EqualsStaticBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_VectorOf%28UInt64%29.EqualsStaticBenchmark.html) | -29.57% | 23.260138 | 16.383132 | +| System.Numerics.Tests.Perf_VectorOf.SubtractionOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_VectorOf%28UInt64%29.SubtractionOperatorBenchmark.html) | -28.42% | 24.546965 | 17.571765 | +| System.Tests.Perf_DateTimeOffset.ToString(format: "r") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Tests.Perf_DateTimeOffset.ToString%28format%3A%20%22r%22%29.html) | -27.02% | 790.298498 | 576.746400 | +| System.Tests.Perf_DateTimeOffset.ToString(format: "s") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Tests.Perf_DateTimeOffset.ToString%28format%3A%20%22s%22%29.html) | -29.00% | 555.313199 | 394.271879 | +| System.Tests.Perf_Decimal.Subtract | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Tests.Perf_Decimal.Subtract.html) | -27.34% | 79.696584 | 57.909962 | +| System.Tests.Perf_Version.Parse2 | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Tests.Perf_Version.Parse2.html) | -28.61% | 556.490373 | 397.284789 | +| System.Text.Json.Document.Tests.Perf_ParseThenWrite.ParseThenWrite(IsDataIndented: True, TestCase: Json400B) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Text.Json.Document.Tests.Perf_ParseThenWrite.ParseThenWrite%28IsDataIndented%3A%20True%2C%20TestCase%3A%20Json400B%29.html) | -25.94% | 48521.385386 | 35937.125250 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToString(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Text.Json.Serialization.Tests.WriteJson%28Hashtable%29.SerializeToString%28Mode%3A%20SourceGen%29.html) | -26.58% | 284675.981953 | 208995.029276 | +| System.Text.Json.Tests.Perf_Deep.WriteDeepUtf8(Formatted: False, SkipValidation: True) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Text.Json.Tests.Perf_Deep.WriteDeepUtf8%28Formatted%3A%20False%2C%20SkipValidation%3A%20True%29.html) | -26.39% | 109303365.343403 | 80462714.228391 | +| System.Threading.Tests.Perf_CancellationToken.CreateLinkedTokenSource1 | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Threading.Tests.Perf_CancellationToken.CreateLinkedTokenSource1.html) | -25.76% | 569.713521 | 422.938274 | + +## 20-25% Improvement (45 tests) + +| Test Name | Link | Change % | .NET 9 | .NET 10 | +|-----------|------|----------|--------|-------| +| Microsoft.Extensions.DependencyInjection.GetServiceIEnumerable.Scoped | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/Microsoft.Extensions.DependencyInjection.GetServiceIEnumerable.Scoped.html) | -23.19% | 1238.514648 | 951.303164 | +| PerfLabTests.StackWalk.Walk | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/PerfLabTests.StackWalk.Walk.html) | -22.35% | 34161104.993311 | 26526448.537010 | +| System.Buffers.Tests.ReadOnlySequenceTests.FirstSingleSegment | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Buffers.Tests.ReadOnlySequenceTests%28Char%29.FirstSingleSegment.html) | -24.06% | 27.389048 | 20.800596 | +| System.Buffers.Tests.ReadOnlySequenceTests.FirstSpanSingleSegment | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Buffers.Tests.ReadOnlySequenceTests%28Char%29.FirstSpanSingleSegment.html) | -22.61% | 49.478252 | 38.291580 | +| System.Collections.Concurrent.Count.Queue(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Collections.Concurrent.Count%28Int32%29.Queue%28Size%3A%20512%29.html) | -21.03% | 106.196123 | 83.868161 | +| System.Collections.ContainsKeyTrue.ConcurrentDictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Collections.ContainsKeyTrue%28String%2C%20String%29.ConcurrentDictionary%28Size%3A%20512%29.html) | -20.10% | 124654.445656 | 99601.670654 | +| System.Collections.ContainsTrue.Array(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Collections.ContainsTrue%28Int32%29.Array%28Size%3A%20512%29.html) | -22.59% | 169099.191483 | 130902.995880 | +| System.Collections.CtorDefaultSizeNonGeneric.Hashtable | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Collections.CtorDefaultSizeNonGeneric.Hashtable.html) | -24.44% | 136.457948 | 103.109190 | +| System.Collections.Tests.Perf_BitArray.BitArrayAnd(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Collections.Tests.Perf_BitArray.BitArrayAnd%28Size%3A%20512%29.html) | -24.75% | 218.870994 | 164.697238 | +| System.Collections.Tests.Perf_BitArray.BitArrayXor(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Collections.Tests.Perf_BitArray.BitArrayXor%28Size%3A%20512%29.html) | -21.39% | 214.323056 | 168.487016 | +| System.Collections.TryAddDefaultSize.ConcurrentDictionary(Count: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Collections.TryAddDefaultSize%28Int32%29.ConcurrentDictionary%28Count%3A%20512%29.html) | -20.31% | 272477.098334 | 217127.785139 | +| System.Collections.TryAddDefaultSize.ConcurrentDictionary(Count: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Collections.TryAddDefaultSize%28String%29.ConcurrentDictionary%28Count%3A%20512%29.html) | -21.30% | 341179.165768 | 268504.936648 | +| System.Memory.Span.SequenceCompareTo(Size: 33) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Memory.Span%28Byte%29.SequenceCompareTo%28Size%3A%2033%29.html) | -22.15% | 65.699875 | 51.144942 | +| System.Memory.Span.SequenceCompareToDifferent(Size: 33) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Memory.Span%28Byte%29.SequenceCompareToDifferent%28Size%3A%2033%29.html) | -24.18% | 58.758274 | 44.547885 | +| System.Memory.Span.ToArray(Size: 33) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Memory.Span%28Byte%29.ToArray%28Size%3A%2033%29.html) | -24.17% | 57.982149 | 43.968643 | +| System.Memory.Span.SequenceCompareToDifferent(Size: 33) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Memory.Span%28Char%29.SequenceCompareToDifferent%28Size%3A%2033%29.html) | -22.07% | 64.769697 | 50.475236 | +| System.Memory.Span.SequenceCompareToDifferent(Size: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Memory.Span%28Char%29.SequenceCompareToDifferent%28Size%3A%204%29.html) | -22.16% | 57.616011 | 44.847635 | +| System.Memory.Span.SequenceCompareToDifferent(Size: 33) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Memory.Span%28Int32%29.SequenceCompareToDifferent%28Size%3A%2033%29.html) | -21.47% | 55.100075 | 43.269910 | +| System.Memory.Span.SequenceCompareToDifferent(Size: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Memory.Span%28Int32%29.SequenceCompareToDifferent%28Size%3A%204%29.html) | -22.00% | 52.912113 | 41.270310 | +| System.Net.Primitives.Tests.IPAddressPerformanceTests.TryFormat(address: 143.24.20.36) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Net.Primitives.Tests.IPAddressPerformanceTests.TryFormat%28address%3A%20143.24.20.36%29.html) | -23.98% | 145.239367 | 110.414868 | +| System.Numerics.Tests.Perf_BigInteger.Ctor_ByteArray(numberString: 1234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123... | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_BigInteger.Ctor_ByteArray%28numberString%3A%201234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123.html) | -23.30% | 2697.228398 | 2068.772591 | +| System.Numerics.Tests.Perf_BigInteger.Ctor_ByteArray(numberString: 1234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123... | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_BigInteger.Ctor_ByteArray%28numberString%3A%201234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123.html) | -22.95% | 2664.514999 | 2052.956990 | +| System.Numerics.Tests.Perf_BigInteger.ToStringX(numberString: 123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678... | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_BigInteger.ToStringX%28numberString%3A%20123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678.html) | -22.31% | 94259.407009 | 73230.867016 | +| System.Numerics.Tests.Perf_BigInteger.ToStringX(numberString: 123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678... | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_BigInteger.ToStringX%28numberString%3A%20123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678.html) | -22.34% | 94394.015865 | 73304.069512 | +| System.Numerics.Tests.Perf_Quaternion.DivisionOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_Quaternion.DivisionOperatorBenchmark.html) | -21.27% | 318.067353 | 250.422023 | +| System.Numerics.Tests.Perf_Quaternion.SlerpBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_Quaternion.SlerpBenchmark.html) | -24.48% | 213.069370 | 160.913852 | +| System.Numerics.Tests.Perf_VectorOf.UnaryNegateOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_VectorOf%28Double%29.UnaryNegateOperatorBenchmark.html) | -23.53% | 20.357109 | 15.566598 | +| System.Numerics.Tests.Perf_VectorOf.LessThanOrEqualBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_VectorOf%28Int64%29.LessThanOrEqualBenchmark.html) | -24.61% | 22.989464 | 17.332440 | +| System.Numerics.Tests.Perf_VectorOf.MinBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_VectorOf%28Int64%29.MinBenchmark.html) | -21.93% | 23.161954 | 18.083147 | +| System.Numerics.Tests.Perf_VectorOf.EqualsAnyBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_VectorOf%28UInt64%29.EqualsAnyBenchmark.html) | -20.40% | 15.708810 | 12.503446 | +| System.Numerics.Tests.Perf_VectorOf.MultiplyBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_VectorOf%28UInt64%29.MultiplyBenchmark.html) | -24.36% | 23.121940 | 17.489155 | +| System.Tests.Perf_DateTimeOffset.TryParse(value: "12/30/2017 3:45:22 AM -08:00") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Tests.Perf_DateTimeOffset.TryParse%28value%3A%20%2212/30/2017%203%3A45%3A22%20AM%20-08%3A00%22%29.html) | -20.39% | 8466.029403 | 6739.723743 | +| System.Tests.Perf_DateTimeOffset.op_Subtraction | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Tests.Perf_DateTimeOffset.op_Subtraction.html) | -23.78% | 26.604604 | 20.276794 | +| System.Tests.Perf_Guid.EqualsOperator | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Tests.Perf_Guid.EqualsOperator.html) | -22.76% | 11.792038 | 9.108261 | +| System.Tests.Perf_UInt16.Parse(value: "12345") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Tests.Perf_UInt16.Parse%28value%3A%20%2212345%22%29.html) | -24.43% | 236.013626 | 178.352582 | +| System.Text.Json.Document.Tests.Perf_EnumerateObject.Parse(TestCase: NumericProperties) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Text.Json.Document.Tests.Perf_EnumerateObject.Parse%28TestCase%3A%20NumericProperties%29.html) | -24.04% | 251961.507276 | 191388.703343 | +| System.Text.Json.Document.Tests.Perf_EnumerateObject.PropertyIndexer(TestCase: ObjectProperties) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Text.Json.Document.Tests.Perf_EnumerateObject.PropertyIndexer%28TestCase%3A%20ObjectProperties%29.html) | -22.98% | 27921.380027 | 21504.430619 | +| System.Text.Json.Document.Tests.Perf_ParseThenWrite.ParseThenWrite(IsDataIndented: False, TestCase: Json4KB) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Text.Json.Document.Tests.Perf_ParseThenWrite.ParseThenWrite%28IsDataIndented%3A%20False%2C%20TestCase%3A%20Json4KB%29.html) | -21.66% | 316225.263372 | 247715.333865 | +| System.Text.Json.Serialization.Tests.ReadJson>.DeserializeFromReader(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Text.Json.Serialization.Tests.ReadJson%28Nullable%28DateTimeOffset%29%29.DeserializeFromReader%28Mode%3A%20Reflection%29.html) | -21.54% | 3829.873352 | 3004.866313 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToWriter(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Text.Json.Serialization.Tests.WriteJson%28IndexViewModel%29.SerializeToWriter%28Mode%3A%20Reflection%29.html) | -22.69% | 267805.833650 | 207042.107557 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToWriter(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Text.Json.Serialization.Tests.WriteJson%28IndexViewModel%29.SerializeToWriter%28Mode%3A%20SourceGen%29.html) | -21.75% | 199233.872765 | 155895.287769 | +| System.Text.Perf_Utf8Encoding.GetString(Input: EnglishMostlyAscii) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Text.Perf_Utf8Encoding.GetString%28Input%3A%20EnglishMostlyAscii%29.html) | -22.49% | 495339.710703 | 383941.153853 | +| System.Text.Tests.Perf_StringBuilder.ToString_MultipleSegments(length: 100000) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Text.Tests.Perf_StringBuilder.ToString_MultipleSegments%28length%3A%20100000%29.html) | -22.85% | 47608.943785 | 36731.882474 | +| System.Text.Tests.Perf_StringBuilder.ToString_SingleSegment(length: 100000) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Text.Tests.Perf_StringBuilder.ToString_SingleSegment%28length%3A%20100000%29.html) | -23.92% | 46336.925224 | 35252.997883 | +| System.Text.Tests.Perf_StringBuilder.ctor_string(length: 100000) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Text.Tests.Perf_StringBuilder.ctor_string%28length%3A%20100000%29.html) | -24.08% | 46490.879418 | 35294.835002 | + +## 15-20% Improvement (50 tests) + +| Test Name | Link | Change % | .NET 9 | .NET 10 | +|-----------|------|----------|--------|-------| +| MicroBenchmarks.Serializers.Json_FromStream.SystemTextJson_Reflection_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/MicroBenchmarks.Serializers.Json_FromStream%28CollectionsOfPrimitives%29.SystemTextJson_Reflection_.html) | -16.39% | 5279164.566861 | 4414052.636102 | +| Microsoft.Extensions.Configuration.Xml.XmlConfigurationProviderBenchmarks.Load(FileName: "repeated.xml") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/Microsoft.Extensions.Configuration.Xml.XmlConfigurationProviderBenchmarks.Load%28FileName%3A%20%22repeated.xml%22%29.html) | -18.65% | 1567070.760462 | 1274858.873801 | +| Microsoft.Extensions.DependencyInjection.ActivatorUtilitiesBenchmark.CreateInstance_1_WithAttrLast | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/Microsoft.Extensions.DependencyInjection.ActivatorUtilitiesBenchmark.CreateInstance_1_WithAttrLast.html) | -19.90% | 1615.949975 | 1294.398035 | +| Microsoft.Extensions.DependencyInjection.ActivatorUtilitiesBenchmark.Factory_1Injected_2Explicit_OutOfOrder | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/Microsoft.Extensions.DependencyInjection.ActivatorUtilitiesBenchmark.Factory_1Injected_2Explicit_OutOfOrder.html) | -17.32% | 777.867982 | 643.141314 | +| Microsoft.Extensions.DependencyInjection.ActivatorUtilitiesBenchmark.Factory_3Explicit | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/Microsoft.Extensions.DependencyInjection.ActivatorUtilitiesBenchmark.Factory_3Explicit.html) | -19.93% | 213.790027 | 171.174401 | +| Microsoft.Extensions.DependencyInjection.GetService.NoDI | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/Microsoft.Extensions.DependencyInjection.GetService.NoDI.html) | -15.80% | 51.189756 | 43.102202 | +| System.Buffers.Tests.ReadOnlySequenceTests.IterateTryGetMemory | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Buffers.Tests.ReadOnlySequenceTests%28Byte%29.IterateTryGetMemory.html) | -16.20% | 367.575547 | 308.045997 | +| System.Buffers.Tests.ReadOnlySequenceTests.FirstTenSegments | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Buffers.Tests.ReadOnlySequenceTests%28Char%29.FirstTenSegments.html) | -15.43% | 24.527650 | 20.743573 | +| System.Buffers.Text.Tests.Utf8FormatterTests.FormatterDateTimeOffsetNow(value: 12/30/2017 3:45:22 AM -08:00) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Buffers.Text.Tests.Utf8FormatterTests.FormatterDateTimeOffsetNow%28value%3A%2012/30/2017%203%3A45%3A22%20AM%20-08%3A00%29.html) | -16.19% | 764.785835 | 640.995917 | +| System.Buffers.Text.Tests.Utf8ParserTests.TryParseSingle(value: 12345) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Buffers.Text.Tests.Utf8ParserTests.TryParseSingle%28value%3A%2012345%29.html) | -16.94% | 461.067131 | 382.979674 | +| System.Collections.Concurrent.Count.Bag(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Collections.Concurrent.Count%28Int32%29.Bag%28Size%3A%20512%29.html) | -17.21% | 377.139524 | 312.242296 | +| System.Globalization.Tests.StringSearch.IsPrefix_DifferentFirstChar(Options: (en-US, IgnoreCase, False)) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Globalization.Tests.StringSearch.IsPrefix_DifferentFirstChar%28Options%3A%20%28en-US%2C%20IgnoreCase%2C%20False%29%29.html) | -16.95% | 170.209814 | 141.351991 | +| System.IO.Tests.Perf_Path.IsPathRooted | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.IO.Tests.Perf_Path.IsPathRooted.html) | -17.71% | 18.868237 | 15.526892 | +| System.IO.Tests.UnmanagedMemoryStreamTests.ReadAsArrays | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.IO.Tests.UnmanagedMemoryStreamTests.ReadAsArrays.html) | -18.83% | 15826.587450 | 12846.432488 | +| System.Memory.Span.Fill(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Memory.Span%28Byte%29.Fill%28Size%3A%20512%29.html) | -18.04% | 22.072619 | 18.090448 | +| System.Memory.Span.IndexOfAnyFiveValues(Size: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Memory.Span%28Byte%29.IndexOfAnyFiveValues%28Size%3A%204%29.html) | -18.76% | 57.604176 | 46.797437 | +| System.Memory.Span.IndexOfAnyFourValues(Size: 33) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Memory.Span%28Byte%29.IndexOfAnyFourValues%28Size%3A%2033%29.html) | -16.38% | 65.220362 | 54.539565 | +| System.Memory.Span.IndexOfAnyFourValues(Size: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Memory.Span%28Char%29.IndexOfAnyFourValues%28Size%3A%204%29.html) | -17.03% | 54.999763 | 45.633330 | +| System.Memory.Span.SequenceCompareTo(Size: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Memory.Span%28Char%29.SequenceCompareTo%28Size%3A%204%29.html) | -17.86% | 58.932176 | 48.407172 | +| System.Memory.Span.SequenceCompareToDifferent(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Memory.Span%28Char%29.SequenceCompareToDifferent%28Size%3A%20512%29.html) | -18.03% | 60.200611 | 49.348720 | +| System.Memory.Span.Fill(Size: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Memory.Span%28Int32%29.Fill%28Size%3A%204%29.html) | -16.97% | 18.976431 | 15.755305 | +| System.Memory.Span.SequenceCompareToDifferent(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Memory.Span%28Int32%29.SequenceCompareToDifferent%28Size%3A%20512%29.html) | -15.56% | 52.362954 | 44.215760 | +| System.Numerics.Tensors.Tests.Perf_BinaryIntegerTensorPrimitives.OnesComplement(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tensors.Tests.Perf_BinaryIntegerTensorPrimitives%28Byte%29.OnesComplement%28BufferLength%3A%20128%29.html) | -18.68% | 156.180384 | 127.002548 | +| System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives.Negate(BufferLength: 3079) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives%28Double%29.Negate%28BufferLength%3A%203079%29.html) | -17.78% | 3800.281928 | 3124.649497 | +| System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives.Negate(BufferLength: 3079) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives%28Single%29.Negate%28BufferLength%3A%203079%29.html) | -19.17% | 2010.691252 | 1625.161594 | +| System.Numerics.Tests.Perf_Matrix4x4.CreateReflectionBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_Matrix4x4.CreateReflectionBenchmark.html) | -15.84% | 419.965495 | 353.422274 | +| System.Numerics.Tests.Perf_Vector3.CrossBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_Vector3.CrossBenchmark.html) | -18.93% | 68.194225 | 55.287509 | +| System.Numerics.Tests.Perf_Vector4.UnitXBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_Vector4.UnitXBenchmark.html) | -19.52% | 17.514592 | 14.095440 | +| System.Numerics.Tests.Perf_VectorOf.BitwiseOrBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_VectorOf%28UInt32%29.BitwiseOrBenchmark.html) | -18.82% | 17.756506 | 14.414112 | +| System.Reflection.Metadata.Perf_TypeName.ParseAndGetFullName(input: typeof(System.Collections.Generic.Dictionary)) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Reflection.Metadata.Perf_TypeName.ParseAndGetFullName%28input%3A%20typeof%28System.Collections.Generic.Dictionary%28String%2C%20Boolean%29%29%29.html) | -16.28% | 35049.170987 | 29342.797415 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Float.SumBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Runtime.Intrinsics.Tests.Perf_Vector128Float.SumBenchmark.html) | -17.20% | 19.897483 | 16.475869 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.OnesComplementBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Int32%29.OnesComplementBenchmark.html) | -17.04% | 16.217896 | 13.454094 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.EqualsAllBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28UInt16%29.EqualsAllBenchmark.html) | -16.90% | 10.870498 | 9.033740 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.EqualityOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28UInt64%29.EqualityOperatorBenchmark.html) | -18.66% | 9.926917 | 8.074616 | +| System.Tests.Perf_Array.ArrayResize | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Tests.Perf_Array.ArrayResize.html) | -16.36% | 177.127201 | 148.155915 | +| System.Tests.Perf_Guid.EqualsSame | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Tests.Perf_Guid.EqualsSame.html) | -16.06% | 11.226847 | 9.424176 | +| System.Tests.Perf_Int64.ParseSpan(value: "12345") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Tests.Perf_Int64.ParseSpan%28value%3A%20%2212345%22%29.html) | -17.32% | 192.901920 | 159.482476 | +| System.Tests.Perf_String.Concat_str_str_str_str(size: 1000) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Tests.Perf_String.Concat_str_str_str_str%28size%3A%201000%29.html) | -17.00% | 2275.325677 | 1888.525909 | +| System.Text.Json.Document.Tests.Perf_EnumerateObject.PropertyIndexer(TestCase: NumericProperties) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Text.Json.Document.Tests.Perf_EnumerateObject.PropertyIndexer%28TestCase%3A%20NumericProperties%29.html) | -16.11% | 24019.354637 | 20149.734396 | +| System.Text.Json.Document.Tests.Perf_EnumerateObject.PropertyIndexer(TestCase: StringProperties) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Text.Json.Document.Tests.Perf_EnumerateObject.PropertyIndexer%28TestCase%3A%20StringProperties%29.html) | -16.49% | 23700.362973 | 19792.767180 | +| System.Text.Json.Document.Tests.Perf_ParseThenWrite.ParseThenWrite(IsDataIndented: False, TestCase: HelloWorld) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Text.Json.Document.Tests.Perf_ParseThenWrite.ParseThenWrite%28IsDataIndented%3A%20False%2C%20TestCase%3A%20HelloWorld%29.html) | -15.47% | 6834.583301 | 5777.096321 | +| System.Text.Json.Node.Tests.Perf_ParseThenWrite.ParseThenWrite(IsDataIndented: False, TestCase: Json400KB) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Text.Json.Node.Tests.Perf_ParseThenWrite.ParseThenWrite%28IsDataIndented%3A%20False%2C%20TestCase%3A%20Json400KB%29.html) | -17.45% | 55112270.699714 | 45495521.401569 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromReader(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Text.Json.Serialization.Tests.ReadJson%28TreeRecord%29.DeserializeFromReader%28Mode%3A%20Reflection%29.html) | -18.33% | 575378.647247 | 469935.949409 | +| System.Text.Json.Serialization.Tests.WriteJson>.SerializeObjectProperty(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Text.Json.Serialization.Tests.WriteJson%28HashSet%28String%29%29.SerializeObjectProperty%28Mode%3A%20SourceGen%29.html) | -15.89% | 94391.326756 | 79394.963781 | +| System.Text.Json.Serialization.Tests.WriteJson>.SerializeToUtf8Bytes(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Text.Json.Serialization.Tests.WriteJson%28ImmutableDictionary%28String%2C%20String%29%29.SerializeToUtf8Bytes%28Mode%3A%20Reflection%29.html) | -17.78% | 278268.929277 | 228783.221830 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToString(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Text.Json.Serialization.Tests.WriteJson%28IndexViewModel%29.SerializeToString%28Mode%3A%20SourceGen%29.html) | -19.57% | 213842.997758 | 172002.766203 | +| System.Text.Json.Serialization.Tests.WriteJson>.SerializeToString(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Text.Json.Serialization.Tests.WriteJson%28Nullable%28DateTimeOffset%29%29.SerializeToString%28Mode%3A%20Reflection%29.html) | -18.85% | 3731.563645 | 3028.035393 | +| System.Text.Json.Tests.Perf_Guids.WriteGuids(Formatted: False, SkipValidation: False) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Text.Json.Tests.Perf_Guids.WriteGuids%28Formatted%3A%20False%2C%20SkipValidation%3A%20False%29.html) | -19.23% | 29267378.378704 | 23639180.729913 | +| System.Text.Json.Tests.Perf_Guids.WriteGuids(Formatted: True, SkipValidation: False) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Text.Json.Tests.Perf_Guids.WriteGuids%28Formatted%3A%20True%2C%20SkipValidation%3A%20False%29.html) | -15.96% | 40353317.463889 | 33913931.055934 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Common.Date_IsMatch(Options: None) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Text.RegularExpressions.Tests.Perf_Regex_Common.Date_IsMatch%28Options%3A%20None%29.html) | -17.35% | 3683.320265 | 3044.404966 | + +## 10-15% Improvement (87 tests) + +| Test Name | Link | Change % | .NET 9 | .NET 10 | +|-----------|------|----------|--------|-------| +| MicroBenchmarks.Serializers.Json_FromString.SystemTextJson_SourceGen_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/MicroBenchmarks.Serializers.Json_FromString%28Location%29.SystemTextJson_SourceGen_.html) | -11.76% | 19732.684044 | 17412.689290 | +| MicroBenchmarks.Serializers.Json_ToStream.SystemTextJson_SourceGen_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/MicroBenchmarks.Serializers.Json_ToStream%28IndexViewModel%29.SystemTextJson_SourceGen_.html) | -14.39% | 297462.225666 | 254670.122604 | +| MicroBenchmarks.Serializers.Json_ToString.JsonNet_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/MicroBenchmarks.Serializers.Json_ToString%28IndexViewModel%29.JsonNet_.html) | -10.20% | 513488.260524 | 461093.424851 | +| MicroBenchmarks.Serializers.Json_ToString.JsonNet_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/MicroBenchmarks.Serializers.Json_ToString%28MyEventsListerViewModel%29.JsonNet_.html) | -13.70% | 10215987.591174 | 8816237.035809 | +| MicroBenchmarks.Serializers.Xml_ToStream.XmlSerializer_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/MicroBenchmarks.Serializers.Xml_ToStream%28ClassImplementingIXmlSerialiable%29.XmlSerializer_.html) | -14.31% | 12474.079612 | 10688.803595 | +| Microsoft.Extensions.Primitives.StringSegmentBenchmark.Equals_Object_Valid | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/Microsoft.Extensions.Primitives.StringSegmentBenchmark.Equals_Object_Valid.html) | -14.68% | 73.032380 | 62.310441 | +| PerfLabTests.DelegatePerf.MulticastDelegateCombineInvoke | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/PerfLabTests.DelegatePerf.MulticastDelegateCombineInvoke.html) | -12.18% | 80938480.468353 | 71084117.467692 | +| System.Buffers.Binary.Tests.BinaryReadAndWriteTests.ReadStructFieldByFieldBE | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Buffers.Binary.Tests.BinaryReadAndWriteTests.ReadStructFieldByFieldBE.html) | -13.78% | 235.543200 | 203.095073 | +| System.Buffers.Binary.Tests.BinaryReadAndWriteTests.ReadStructFieldByFieldLE | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Buffers.Binary.Tests.BinaryReadAndWriteTests.ReadStructFieldByFieldLE.html) | -14.22% | 157.405053 | 135.025902 | +| System.Buffers.Tests.ReadOnlySequenceTests.FirstArray | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Buffers.Tests.ReadOnlySequenceTests%28Char%29.FirstArray.html) | -12.56% | 66.792230 | 58.402358 | +| System.Collections.ContainsKeyTrue.ImmutableSortedDictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Collections.ContainsKeyTrue%28String%2C%20String%29.ImmutableSortedDictionary%28Size%3A%20512%29.html) | -12.83% | 1472357.015900 | 1283452.957025 | +| System.Collections.CtorFromCollectionNonGeneric.Hashtable(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Collections.CtorFromCollectionNonGeneric%28String%29.Hashtable%28Size%3A%20512%29.html) | -12.35% | 375834.301380 | 329419.750641 | +| System.Collections.Perf_SingleCharFrozenDictionary.ToFrozenDictionary(Count: 1000) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Collections.Perf_SingleCharFrozenDictionary.ToFrozenDictionary%28Count%3A%201000%29.html) | -11.95% | 459487.299873 | 404573.448877 | +| System.Collections.Perf_SubstringFrozenDictionary.ToFrozenDictionary(Count: 1000) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Collections.Perf_SubstringFrozenDictionary.ToFrozenDictionary%28Count%3A%201000%29.html) | -13.09% | 835784.273634 | 726362.354566 | +| System.Collections.Tests.Perf_BitArray.BitArrayBitArrayCtor(Size: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Collections.Tests.Perf_BitArray.BitArrayBitArrayCtor%28Size%3A%204%29.html) | -11.63% | 438.480225 | 387.482148 | +| System.Globalization.Tests.Perf_DateTimeCultureInfo.ToString(culturestring: ) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Globalization.Tests.Perf_DateTimeCultureInfo.ToString%28culturestring%3A%20%29.html) | -14.53% | 2659.605748 | 2273.121047 | +| System.IO.Tests.Perf_File.ReadAllBytes(size: 1048576) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.IO.Tests.Perf_File.ReadAllBytes%28size%3A%201048576%29.html) | -11.73% | 143990.153692 | 127101.988405 | +| System.IO.Tests.UnmanagedMemoryStreamTests.ReadAsBytes | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.IO.Tests.UnmanagedMemoryStreamTests.ReadAsBytes.html) | -10.80% | 1048166.807635 | 934966.845316 | +| System.Memory.Slice.ReadOnlyMemorySpanStartLength | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Memory.Slice%28String%29.ReadOnlyMemorySpanStartLength.html) | -14.92% | 51.635638 | 43.932280 | +| System.Memory.Span.IndexOfAnyFiveValues(Size: 33) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Memory.Span%28Byte%29.IndexOfAnyFiveValues%28Size%3A%2033%29.html) | -10.22% | 64.330607 | 57.757598 | +| System.Memory.Span.SequenceCompareTo(Size: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Memory.Span%28Byte%29.SequenceCompareTo%28Size%3A%204%29.html) | -14.02% | 62.431459 | 53.676772 | +| System.Memory.Span.Clear(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Memory.Span%28Char%29.Clear%28Size%3A%20512%29.html) | -14.67% | 24.933019 | 21.274479 | +| System.Memory.Span.IndexOfAnyFiveValues(Size: 33) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Memory.Span%28Char%29.IndexOfAnyFiveValues%28Size%3A%2033%29.html) | -12.16% | 71.711811 | 62.990090 | +| System.Memory.Span.IndexOfAnyFiveValues(Size: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Memory.Span%28Char%29.IndexOfAnyFiveValues%28Size%3A%204%29.html) | -11.52% | 58.427030 | 51.698069 | +| System.Memory.Span.IndexOfAnyFourValues(Size: 33) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Memory.Span%28Char%29.IndexOfAnyFourValues%28Size%3A%2033%29.html) | -13.45% | 68.037855 | 58.888117 | +| System.Memory.Span.SequenceCompareTo(Size: 33) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Memory.Span%28Int32%29.SequenceCompareTo%28Size%3A%2033%29.html) | -11.19% | 188.858257 | 167.719013 | +| System.Memory.Span.ToArray(Size: 33) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Memory.Span%28Int32%29.ToArray%28Size%3A%2033%29.html) | -11.90% | 68.579376 | 60.417981 | +| System.Net.Tests.Perf_WebUtility.Decode_DecodingRequired | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Net.Tests.Perf_WebUtility.Decode_DecodingRequired.html) | -14.52% | 1896.029607 | 1620.675821 | +| System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives.Add_Vector(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives%28Int32%29.Add_Vector%28BufferLength%3A%20128%29.html) | -11.62% | 287.382629 | 253.984660 | +| System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives.SumOfSquares(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives%28Single%29.SumOfSquares%28BufferLength%3A%20128%29.html) | -11.34% | 211.468766 | 187.484081 | +| System.Numerics.Tests.Constructor.ConstructorBenchmark_Int16 | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Constructor.ConstructorBenchmark_Int16.html) | -11.93% | 24.491825 | 21.571104 | +| System.Numerics.Tests.Perf_BigInteger.Ctor_ByteArray(numberString: 123) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_BigInteger.Ctor_ByteArray%28numberString%3A%20123%29.html) | -10.97% | 121.805821 | 108.439232 | +| System.Numerics.Tests.Perf_Matrix4x4.CreateLookAtBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_Matrix4x4.CreateLookAtBenchmark.html) | -10.16% | 1472.231997 | 1322.644508 | +| System.Numerics.Tests.Perf_Plane.DotCoordinateBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_Plane.DotCoordinateBenchmark.html) | -12.43% | 26.931506 | 23.584285 | +| System.Numerics.Tests.Perf_Quaternion.DotBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_Quaternion.DotBenchmark.html) | -13.95% | 20.279577 | 17.449835 | +| System.Numerics.Tests.Perf_Quaternion.LengthBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_Quaternion.LengthBenchmark.html) | -11.28% | 20.814843 | 18.466551 | +| System.Numerics.Tests.Perf_Vector2.InequalityOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_Vector2.InequalityOperatorBenchmark.html) | -10.36% | 41.696029 | 37.376262 | +| System.Numerics.Tests.Perf_Vector3.SubtractOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_Vector3.SubtractOperatorBenchmark.html) | -11.70% | 23.599958 | 20.839452 | +| System.Numerics.Tests.Perf_Vector4.CreateFromScalarXYZWBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_Vector4.CreateFromScalarXYZWBenchmark.html) | -13.73% | 15.457471 | 13.335280 | +| System.Numerics.Tests.Perf_Vector4.DistanceBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_Vector4.DistanceBenchmark.html) | -13.13% | 20.512221 | 17.819924 | +| System.Numerics.Tests.Perf_VectorConvert.Narrow_long | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_VectorConvert.Narrow_long.html) | -12.10% | 14792.113423 | 13002.046514 | +| System.Numerics.Tests.Perf_VectorConvert.Narrow_ulong | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_VectorConvert.Narrow_ulong.html) | -12.33% | 14851.718022 | 13020.534967 | +| System.Numerics.Tests.Perf_VectorOf.ConditionalSelectBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_VectorOf%28Byte%29.ConditionalSelectBenchmark.html) | -13.71% | 18.691243 | 16.128574 | +| System.Numerics.Tests.Perf_VectorOf.BitwiseAndOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_VectorOf%28Int16%29.BitwiseAndOperatorBenchmark.html) | -12.05% | 17.318720 | 15.231144 | +| System.Numerics.Tests.Perf_VectorOf.BitwiseAndBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_VectorOf%28Int32%29.BitwiseAndBenchmark.html) | -11.53% | 16.368888 | 14.482208 | +| System.Numerics.Tests.Perf_VectorOf.OneBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_VectorOf%28Int64%29.OneBenchmark.html) | -13.58% | 14.686966 | 12.692859 | +| System.Numerics.Tests.Perf_VectorOf.OneBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_VectorOf%28Single%29.OneBenchmark.html) | -10.18% | 14.215893 | 12.768860 | +| System.Perf_Convert.ToDateTime_String(value: "12/12/1999 11:59:59 PM") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Perf_Convert.ToDateTime_String%28value%3A%20%2212/12/1999%2011%3A59%3A59%20PM%22%29.html) | -11.91% | 5753.628456 | 5068.453796 | +| System.Reflection.Metadata.Perf_TypeName.ParseAndGetAssemblyQualifiedName(input: typeof(System.Collections.Generic.Dictionary)) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Reflection.Metadata.Perf_TypeName.ParseAndGetAssemblyQualifiedName%28input%3A%20typeof%28System.Collections.Generic.Dictionary%28String%2C%20Boolean%29%29%29.html) | -13.43% | 52569.095183 | 45511.526667 | +| System.Reflection.Metadata.Perf_TypeName.ParseAndGetAssemblyQualifiedName(input: typeof(System.Int32[])) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Reflection.Metadata.Perf_TypeName.ParseAndGetAssemblyQualifiedName%28input%3A%20typeof%28System.Int32%5B%5D%29%29.html) | -12.09% | 19230.624915 | 16905.600285 | +| System.Reflection.Metadata.Perf_TypeName.ParseAndGetFullName(input: typeof(System.Int32[*])) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Reflection.Metadata.Perf_TypeName.ParseAndGetFullName%28input%3A%20typeof%28System.Int32%5B%2A%5D%29%29.html) | -14.66% | 4427.942591 | 3778.772023 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.NegateBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Double%29.NegateBenchmark.html) | -12.23% | 16.814901 | 14.757805 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.EqualsAllBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28SByte%29.EqualsAllBenchmark.html) | -12.00% | 10.303401 | 9.067235 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.EqualsBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Single%29.EqualsBenchmark.html) | -12.50% | 12.383633 | 10.835862 | +| System.Tests.Perf_DateTimeOffset.ToString(format: "G") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Tests.Perf_DateTimeOffset.ToString%28format%3A%20%22G%22%29.html) | -10.72% | 2700.501168 | 2411.068984 | +| System.Tests.Perf_Decimal.ToString(value: 123456.789) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Tests.Perf_Decimal.ToString%28value%3A%20123456.789%29.html) | -11.55% | 639.620485 | 565.723504 | +| System.Tests.Perf_Enum.ToString_Format_NonFlags(value: 7, format: "G") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Tests.Perf_Enum.ToString_Format_NonFlags%28value%3A%207%2C%20format%3A%20%22G%22%29.html) | -10.17% | 407.659924 | 366.205754 | +| System.Tests.Perf_String.ToLower(s: "TeSt") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Tests.Perf_String.ToLower%28s%3A%20%22TeSt%22%29.html) | -12.17% | 551.672863 | 484.529113 | +| System.Tests.Perf_Uri.CombineAbsoluteRelative(input: "/new/path") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Tests.Perf_Uri.CombineAbsoluteRelative%28input%3A%20%22/new/path%22%29.html) | -14.15% | 2921.815875 | 2508.257966 | +| System.Text.Json.Document.Tests.Perf_ParseThenWrite.ParseThenWrite(IsDataIndented: True, TestCase: Json400KB) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Text.Json.Document.Tests.Perf_ParseThenWrite.ParseThenWrite%28IsDataIndented%3A%20True%2C%20TestCase%3A%20Json400KB%29.html) | -12.77% | 32404928.760272 | 28266422.525774 | +| System.Text.Json.Document.Tests.Perf_ParseThenWrite.ParseThenWrite(IsDataIndented: True, TestCase: LotsOfNumbers) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Text.Json.Document.Tests.Perf_ParseThenWrite.ParseThenWrite%28IsDataIndented%3A%20True%2C%20TestCase%3A%20LotsOfNumbers%29.html) | -10.42% | 103496.820109 | 92709.307317 | +| System.Text.Json.Node.Tests.Perf_ParseThenWrite.ParseThenWrite(IsDataIndented: False, TestCase: HelloWorld) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Text.Json.Node.Tests.Perf_ParseThenWrite.ParseThenWrite%28IsDataIndented%3A%20False%2C%20TestCase%3A%20HelloWorld%29.html) | -13.76% | 13128.764880 | 11322.443998 | +| System.Text.Json.Node.Tests.Perf_ParseThenWrite.ParseThenWrite(IsDataIndented: True, TestCase: HelloWorld) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Text.Json.Node.Tests.Perf_ParseThenWrite.ParseThenWrite%28IsDataIndented%3A%20True%2C%20TestCase%3A%20HelloWorld%29.html) | -10.94% | 13732.216054 | 12230.438376 | +| System.Text.Json.Node.Tests.Perf_ParseThenWrite.ParseThenWrite(IsDataIndented: True, TestCase: Json4KB) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Text.Json.Node.Tests.Perf_ParseThenWrite.ParseThenWrite%28IsDataIndented%3A%20True%2C%20TestCase%3A%20Json4KB%29.html) | -11.52% | 646616.023224 | 572101.367796 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromUtf8Bytes(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Text.Json.Serialization.Tests.ReadJson%28Hashtable%29.DeserializeFromUtf8Bytes%28Mode%3A%20Reflection%29.html) | -13.65% | 408995.139391 | 353184.484619 | +| System.Text.Json.Serialization.Tests.WriteJson>.SerializeToString(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Text.Json.Serialization.Tests.WriteJson%28HashSet%28String%29%29.SerializeToString%28Mode%3A%20Reflection%29.html) | -14.12% | 106848.790354 | 91757.104063 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToUtf8Bytes(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Text.Json.Serialization.Tests.WriteJson%28Hashtable%29.SerializeToUtf8Bytes%28Mode%3A%20Reflection%29.html) | -13.55% | 239892.425083 | 207384.681966 | +| System.Text.Json.Serialization.Tests.WriteJson>.SerializeToUtf8Bytes(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Text.Json.Serialization.Tests.WriteJson%28ImmutableDictionary%28String%2C%20String%29%29.SerializeToUtf8Bytes%28Mode%3A%20SourceGen%29.html) | -11.08% | 204813.958591 | 182126.406631 | +| System.Text.Json.Serialization.Tests.WriteJson>.SerializeToWriter(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Text.Json.Serialization.Tests.WriteJson%28ImmutableDictionary%28String%2C%20String%29%29.SerializeToWriter%28Mode%3A%20SourceGen%29.html) | -10.90% | 201035.118035 | 179120.085272 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeObjectProperty(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Text.Json.Serialization.Tests.WriteJson%28MyEventsListerViewModel%29.SerializeObjectProperty%28Mode%3A%20Reflection%29.html) | -11.18% | 5891552.759458 | 5232746.893666 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToUtf8Bytes(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Text.Json.Serialization.Tests.WriteJson%28MyEventsListerViewModel%29.SerializeToUtf8Bytes%28Mode%3A%20Reflection%29.html) | -12.88% | 5608364.348929 | 4886142.928604 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToWriter(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Text.Json.Serialization.Tests.WriteJson%28MyEventsListerViewModel%29.SerializeToWriter%28Mode%3A%20SourceGen%29.html) | -11.96% | 5881642.099596 | 5178317.286859 | +| System.Text.Json.Tests.Perf_Booleans.WriteBooleans(Formatted: True, SkipValidation: False) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Text.Json.Tests.Perf_Booleans.WriteBooleans%28Formatted%3A%20True%2C%20SkipValidation%3A%20False%29.html) | -11.08% | 27159650.423574 | 24151404.762283 | +| System.Text.Json.Tests.Perf_Get.GetDecimal | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Text.Json.Tests.Perf_Get.GetDecimal.html) | -12.82% | 59132.299626 | 51553.565409 | +| System.Text.Json.Tests.Perf_Get.GetInt16 | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Text.Json.Tests.Perf_Get.GetInt16.html) | -14.42% | 19253.493154 | 16477.051223 | +| System.Text.Json.Tests.Perf_Reader.ReadReturnBytes(IsDataCompact: True, TestCase: Json4KB) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Text.Json.Tests.Perf_Reader.ReadReturnBytes%28IsDataCompact%3A%20True%2C%20TestCase%3A%20Json4KB%29.html) | -13.18% | 75721.198009 | 65739.219784 | +| System.Text.Json.Tests.Perf_Strings.WriteStringsUtf16(Formatted: False, SkipValidation: False, Escaped: NoneEscaped) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Text.Json.Tests.Perf_Strings.WriteStringsUtf16%28Formatted%3A%20False%2C%20SkipValidation%3A%20False%2C%20Escaped%3A%20NoneEscaped%29.html) | -11.76% | 99675913.161842 | 87951652.934691 | +| System.Text.Json.Tests.Perf_Strings.WriteStringsUtf16(Formatted: True, SkipValidation: False, Escaped: NoneEscaped) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Text.Json.Tests.Perf_Strings.WriteStringsUtf16%28Formatted%3A%20True%2C%20SkipValidation%3A%20False%2C%20Escaped%3A%20NoneEscaped%29.html) | -14.85% | 116183652.805556 | 98930765.840000 | +| System.Text.Json.Tests.Perf_Strings.WriteStringsUtf16(Formatted: True, SkipValidation: True, Escaped: OneEscaped) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Text.Json.Tests.Perf_Strings.WriteStringsUtf16%28Formatted%3A%20True%2C%20SkipValidation%3A%20True%2C%20Escaped%3A%20OneEscaped%29.html) | -13.59% | 124610488.894444 | 107681451.675833 | +| System.Text.Perf_Utf8Encoding.GetString(Input: EnglishAllAscii) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Text.Perf_Utf8Encoding.GetString%28Input%3A%20EnglishAllAscii%29.html) | -10.08% | 172733.326225 | 155318.749690 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Cache.IsMatch(total: 40000, unique: 7, cacheSize: 0) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Text.RegularExpressions.Tests.Perf_Regex_Cache.IsMatch%28total%3A%2040000%2C%20unique%3A%207%2C%20cacheSize%3A%200%29.html) | -10.12% | 976088840.080000 | 877311747.743158 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Common.Backtracking(Options: None) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Text.RegularExpressions.Tests.Perf_Regex_Common.Backtracking%28Options%3A%20None%29.html) | -11.10% | 34309.983387 | 30502.803119 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Common.Date_IsMatch(Options: IgnoreCase, Compiled) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Text.RegularExpressions.Tests.Perf_Regex_Common.Date_IsMatch%28Options%3A%20IgnoreCase%2C%20Compiled%29.html) | -14.57% | 3683.309932 | 3146.594307 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Common.Date_IsNotMatch(Options: Compiled) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Text.RegularExpressions.Tests.Perf_Regex_Common.Date_IsNotMatch%28Options%3A%20Compiled%29.html) | -14.90% | 8171.878806 | 6953.902377 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Common.IP_IsMatch(Options: None) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Text.RegularExpressions.Tests.Perf_Regex_Common.IP_IsMatch%28Options%3A%20None%29.html) | -10.41% | 13373.384586 | 11981.089944 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Common.MatchesWord(Options: IgnoreCase, Compiled) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Text.RegularExpressions.Tests.Perf_Regex_Common.MatchesWord%28Options%3A%20IgnoreCase%2C%20Compiled%29.html) | -12.51% | 21331.523008 | 18661.894236 | +| System.Threading.Tests.Perf_CancellationToken.CancelAfter | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Threading.Tests.Perf_CancellationToken.CancelAfter.html) | -11.70% | 2219.608786 | 1960.018832 | + +## 7.5-10% Improvement (40 tests) + +| Test Name | Link | Change % | .NET 9 | .NET 10 | +|-----------|------|----------|--------|-------| +| MicroBenchmarks.Serializers.Json_FromString.SystemTextJson_SourceGen_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/MicroBenchmarks.Serializers.Json_FromString%28CollectionsOfPrimitives%29.SystemTextJson_SourceGen_.html) | -8.82% | 3864347.243509 | 3523358.911195 | +| MicroBenchmarks.Serializers.Xml_ToStream.XmlSerializer_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/MicroBenchmarks.Serializers.Xml_ToStream%28XmlElement%29.XmlSerializer_.html) | -8.85% | 11892.010438 | 10838.973468 | +| PerfLabTests.LowLevelPerf.NewDelegateClassEmptyStaticFn | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/PerfLabTests.LowLevelPerf.NewDelegateClassEmptyStaticFn.html) | -8.04% | 14226511.795000 | 13083220.844328 | +| System.Buffers.Tests.ReadOnlySequenceTests.FirstTenSegments | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Buffers.Tests.ReadOnlySequenceTests%28Byte%29.FirstTenSegments.html) | -9.28% | 22.894959 | 20.769449 | +| System.Collections.CtorGivenSize.HashSet(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Collections.CtorGivenSize%28String%29.HashSet%28Size%3A%20512%29.html) | -7.97% | 570.795956 | 525.279342 | +| System.ComponentModel.Tests.Perf_TypeDescriptorTests.GetConverter(typeToConvert: typeof(System.ComponentModel.Tests.ClassIDerived)) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.ComponentModel.Tests.Perf_TypeDescriptorTests.GetConverter%28typeToConvert%3A%20typeof%28System.ComponentModel.Tests.ClassIDerived%29%29.html) | -9.68% | 2140.004078 | 1932.916785 | +| System.ComponentModel.Tests.Perf_TypeDescriptorTests.GetConverter(typeToConvert: typeof(System.Enum)) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.ComponentModel.Tests.Perf_TypeDescriptorTests.GetConverter%28typeToConvert%3A%20typeof%28System.Enum%29%29.html) | -9.05% | 3570.606419 | 3247.617277 | +| System.IO.MemoryMappedFiles.Tests.Perf_MemoryMappedFile.CreateFromFile_Read(capacity: 10000) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.IO.MemoryMappedFiles.Tests.Perf_MemoryMappedFile.CreateFromFile_Read%28capacity%3A%2010000%29.html) | -8.85% | 23162.977411 | 21112.152218 | +| System.Memory.Constructors.SpanFromArrayStartLength | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Memory.Constructors%28Byte%29.SpanFromArrayStartLength.html) | -9.66% | 21.752139 | 19.650951 | +| System.Memory.Memory.ToArray(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Memory.Memory%28Char%29.ToArray%28Size%3A%20512%29.html) | -8.20% | 241.629650 | 221.807362 | +| System.Memory.Span.IndexOfAnyFourValues(Size: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Memory.Span%28Byte%29.IndexOfAnyFourValues%28Size%3A%204%29.html) | -9.97% | 52.891489 | 47.618387 | +| System.Memory.Span.Clear(Size: 33) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Memory.Span%28Int32%29.Clear%28Size%3A%2033%29.html) | -8.29% | 18.612579 | 17.069121 | +| System.Memory.Span.Clear(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Memory.Span%28Int32%29.Clear%28Size%3A%20512%29.html) | -7.77% | 30.526578 | 28.153524 | +| System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives.Negate(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives%28Double%29.Negate%28BufferLength%3A%20128%29.html) | -7.53% | 309.120721 | 285.831886 | +| System.Numerics.Tests.Perf_BigInteger.ToStringX(numberString: 123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678... | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_BigInteger.ToStringX%28numberString%3A%20123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678.html) | -9.80% | 2173.842788 | 1960.904227 | +| System.Numerics.Tests.Perf_Quaternion.NegateBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_Quaternion.NegateBenchmark.html) | -7.87% | 16.196109 | 14.921613 | +| System.Numerics.Tests.Perf_Vector2.DistanceSquaredBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_Vector2.DistanceSquaredBenchmark.html) | -8.13% | 55.422077 | 50.918259 | +| System.Numerics.Tests.Perf_Vector2.DivideByScalarBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_Vector2.DivideByScalarBenchmark.html) | -8.34% | 42.534454 | 38.988501 | +| System.Numerics.Tests.Perf_Vector3.LengthSquaredBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_Vector3.LengthSquaredBenchmark.html) | -8.28% | 35.822720 | 32.856532 | +| System.Numerics.Tests.Perf_Vector3.MultiplyFunctionBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_Vector3.MultiplyFunctionBenchmark.html) | -8.72% | 23.512930 | 21.463279 | +| System.Numerics.Tests.Perf_Vector3.UnitXBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_Vector3.UnitXBenchmark.html) | -8.00% | 15.947322 | 14.670843 | +| System.Numerics.Tests.Perf_Vector4.DistanceSquaredBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_Vector4.DistanceSquaredBenchmark.html) | -7.56% | 20.087613 | 18.568493 | +| System.Numerics.Tests.Perf_Vector4.DistanceSquaredJitOptimizeCanaryBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_Vector4.DistanceSquaredJitOptimizeCanaryBenchmark.html) | -9.44% | 20.511801 | 18.576367 | +| System.Numerics.Tests.Perf_Vector4.UnitWBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_Vector4.UnitWBenchmark.html) | -9.31% | 14.578368 | 13.221473 | +| System.Numerics.Tests.Perf_VectorConvert.Narrow_double | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_VectorConvert.Narrow_double.html) | -7.72% | 17941.503634 | 16557.190872 | +| System.Numerics.Tests.Perf_VectorConvert.Narrow_int | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_VectorConvert.Narrow_int.html) | -8.19% | 24198.580855 | 22216.053932 | +| System.Perf_Convert.ToDateTime_String(value: "February 26, 2009") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Perf_Convert.ToDateTime_String%28value%3A%20%22February%2026%2C%202009%22%29.html) | -7.73% | 4184.772476 | 3861.287878 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.EqualsAllBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Int64%29.EqualsAllBenchmark.html) | -8.42% | 9.402435 | 8.610997 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.GreaterThanOrEqualAnyBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Int64%29.GreaterThanOrEqualAnyBenchmark.html) | -7.98% | 13.973153 | 12.858099 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.NegateBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28UInt16%29.NegateBenchmark.html) | -8.07% | 13.857447 | 12.738492 | +| System.Tests.Perf_String.IndexOfAny | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Tests.Perf_String.IndexOfAny.html) | -8.55% | 95.894495 | 87.697528 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromString(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Text.Json.Serialization.Tests.ReadJson%28LargeStructWithProperties%29.DeserializeFromString%28Mode%3A%20Reflection%29.html) | -7.75% | 15457.819291 | 14259.183169 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToString(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Text.Json.Serialization.Tests.WriteJson%28ArrayList%29.SerializeToString%28Mode%3A%20Reflection%29.html) | -9.83% | 149715.618095 | 134991.669941 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToWriter(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Text.Json.Serialization.Tests.WriteJson%28SimpleStructWithProperties%29.SerializeToWriter%28Mode%3A%20Reflection%29.html) | -9.94% | 3181.543284 | 2865.235155 | +| System.Text.Json.Tests.Perf_Basic.WriteBasicUtf8(Formatted: False, SkipValidation: False, DataSize: 100000) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Text.Json.Tests.Perf_Basic.WriteBasicUtf8%28Formatted%3A%20False%2C%20SkipValidation%3A%20False%2C%20DataSize%3A%20100000%29.html) | -8.09% | 29030433.468131 | 26682133.621686 | +| System.Text.Json.Tests.Perf_Reader.ReadReturnBytes(IsDataCompact: False, TestCase: Json4KB) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Text.Json.Tests.Perf_Reader.ReadReturnBytes%28IsDataCompact%3A%20False%2C%20TestCase%3A%20Json4KB%29.html) | -9.43% | 95867.799615 | 86828.354596 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Cache.IsMatch(total: 40000, unique: 1600, cacheSize: 15) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Text.RegularExpressions.Tests.Perf_Regex_Cache.IsMatch%28total%3A%2040000%2C%20unique%3A%201600%2C%20cacheSize%3A%2015%29.html) | -8.31% | 2190697800.066667 | 2008633393.400000 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Common.Email_IsMatch(Options: Compiled) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Text.RegularExpressions.Tests.Perf_Regex_Common.Email_IsMatch%28Options%3A%20Compiled%29.html) | -7.58% | 8693.452076 | 8034.876093 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Common.IP_IsMatch(Options: IgnoreCase, Compiled) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Text.RegularExpressions.Tests.Perf_Regex_Common.IP_IsMatch%28Options%3A%20IgnoreCase%2C%20Compiled%29.html) | -7.94% | 13303.316022 | 12246.582113 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Common.SplitWords(Options: None) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Text.RegularExpressions.Tests.Perf_Regex_Common.SplitWords%28Options%3A%20None%29.html) | -9.28% | 1111598.911947 | 1008416.910707 | + +## 5-7.5% Improvement (49 tests) + +| Test Name | Link | Change % | .NET 9 | .NET 10 | +|-----------|------|----------|--------|-------| +| BenchmarksGame.FannkuchRedux_2.RunBench(n: 10, expectedSum: 73196) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/BenchmarksGame.FannkuchRedux_2.RunBench%28n%3A%2010%2C%20expectedSum%3A%2073196%29.html) | -6.14% | 365467815.574328 | 343013207.268956 | +| MicroBenchmarks.Serializers.Json_FromStream.SystemTextJson_SourceGen_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/MicroBenchmarks.Serializers.Json_FromStream%28MyEventsListerViewModel%29.SystemTextJson_SourceGen_.html) | -5.67% | 4140074.048133 | 3905225.514037 | +| MicroBenchmarks.Serializers.Xml_FromStream.DataContractSerializer_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/MicroBenchmarks.Serializers.Xml_FromStream%28MyEventsListerViewModel%29.DataContractSerializer_.html) | -5.96% | 26813674.974574 | 25215622.317282 | +| MicroBenchmarks.Serializers.Xml_ToStream.DataContractSerializer_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/MicroBenchmarks.Serializers.Xml_ToStream%28SimpleStructWithProperties%29.DataContractSerializer_.html) | -6.89% | 12863.849618 | 11977.286136 | +| StoreBlock.LocalAddress.CopyBlock8 | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/StoreBlock.LocalAddress.CopyBlock8.html) | -6.83% | 1.860086 | 1.733061 | +| System.Collections.CtorGivenSize.Array(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Collections.CtorGivenSize%28String%29.Array%28Size%3A%20512%29.html) | -5.98% | 109.024505 | 102.503709 | +| System.Collections.IterateForEach.ImmutableDictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Collections.IterateForEach%28String%29.ImmutableDictionary%28Size%3A%20512%29.html) | -7.33% | 355621.407241 | 329561.459881 | +| System.Collections.Perf_LengthBucketsFrozenDictionary.ToFrozenDictionary(Count: 1000, ItemsPerBucket: 1) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Collections.Perf_LengthBucketsFrozenDictionary.ToFrozenDictionary%28Count%3A%201000%2C%20ItemsPerBucket%3A%201%29.html) | -6.15% | 51633.300455 | 48457.563703 | +| System.Globalization.Tests.Perf_DateTimeCultureInfo.Parse(culturestring: fr) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Globalization.Tests.Perf_DateTimeCultureInfo.Parse%28culturestring%3A%20fr%29.html) | -5.54% | 6373.035975 | 6020.041704 | +| System.IO.Tests.Perf_FileStream.Read(fileSize: 1024, userBufferSize: 1024, options: None) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.IO.Tests.Perf_FileStream.Read%28fileSize%3A%201024%2C%20userBufferSize%3A%201024%2C%20options%3A%20None%29.html) | -7.13% | 15627.000084 | 14513.418359 | +| System.Memory.ReadOnlySequence.Slice_Start_And_EndPosition(Segment: Single) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Memory.ReadOnlySequence.Slice_Start_And_EndPosition%28Segment%3A%20Single%29.html) | -5.25% | 60.119488 | 56.962034 | +| System.Memory.ReadOnlySpan.GetPinnableReference | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Memory.ReadOnlySpan.GetPinnableReference.html) | -6.69% | 1.832692 | 1.710101 | +| System.Memory.Span.IndexOfAnyFiveValues(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Memory.Span%28Byte%29.IndexOfAnyFiveValues%28Size%3A%20512%29.html) | -6.18% | 155.479697 | 145.864177 | +| System.Memory.Span.Clear(Size: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Memory.Span%28Char%29.Clear%28Size%3A%204%29.html) | -5.84% | 16.328088 | 15.374153 | +| System.Numerics.Tensors.Tests.Perf_BinaryIntegerTensorPrimitives.ShiftLeft(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tensors.Tests.Perf_BinaryIntegerTensorPrimitives%28Byte%29.ShiftLeft%28BufferLength%3A%20128%29.html) | -6.94% | 169.494560 | 157.733149 | +| System.Numerics.Tensors.Tests.Perf_BinaryIntegerTensorPrimitives.ShiftLeft(BufferLength: 3079) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tensors.Tests.Perf_BinaryIntegerTensorPrimitives%28Int32%29.ShiftLeft%28BufferLength%3A%203079%29.html) | -6.77% | 1872.469236 | 1745.644693 | +| System.Numerics.Tests.Constructor.ConstructorBenchmark_UInt16 | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Constructor.ConstructorBenchmark_UInt16.html) | -5.87% | 23.432699 | 22.057622 | +| System.Numerics.Tests.Constructor.ConstructorBenchmark_UInt32 | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Constructor.ConstructorBenchmark_UInt32.html) | -7.48% | 23.679218 | 21.908682 | +| System.Numerics.Tests.Constructor.SpanCastBenchmark_Double | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Constructor.SpanCastBenchmark_Double.html) | -6.41% | 27.679424 | 25.904013 | +| System.Numerics.Tests.Constructor.SpanCastBenchmark_UInt16 | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Constructor.SpanCastBenchmark_UInt16.html) | -6.29% | 26.930396 | 25.235542 | +| System.Numerics.Tests.Constructor.SpanCastBenchmark_UInt32 | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Constructor.SpanCastBenchmark_UInt32.html) | -6.32% | 27.186266 | 25.469379 | +| System.Numerics.Tests.Constructor.SpanCastBenchmark_UInt64 | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Constructor.SpanCastBenchmark_UInt64.html) | -5.38% | 27.122208 | 25.661851 | +| System.Numerics.Tests.Perf_Matrix3x2.InvertBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_Matrix3x2.InvertBenchmark.html) | -5.69% | 49.390451 | 46.579835 | +| System.Numerics.Tests.Perf_Matrix3x2.IsIdentityBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_Matrix3x2.IsIdentityBenchmark.html) | -5.56% | 202.274020 | 191.031502 | +| System.Numerics.Tests.Perf_Matrix3x2.NegateBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_Matrix3x2.NegateBenchmark.html) | -6.16% | 41.201313 | 38.662419 | +| System.Numerics.Tests.Perf_Vector2.DistanceBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_Vector2.DistanceBenchmark.html) | -6.42% | 58.526264 | 54.771345 | +| System.Numerics.Tests.Perf_Vector3.MultiplyByScalarOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_Vector3.MultiplyByScalarOperatorBenchmark.html) | -6.81% | 43.058377 | 40.128237 | +| System.Numerics.Tests.Perf_Vector4.MultiplyFunctionBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_Vector4.MultiplyFunctionBenchmark.html) | -6.01% | 15.634246 | 14.694459 | +| System.Numerics.Tests.Perf_VectorConvert.Narrow_uint | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_VectorConvert.Narrow_uint.html) | -7.23% | 23577.105535 | 21872.000971 | +| System.Numerics.Tests.Perf_VectorOf.LessThanAllBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_VectorOf%28Int32%29.LessThanAllBenchmark.html) | -6.12% | 20.448195 | 19.196678 | +| System.Reflection.Metadata.Perf_TypeName.Parse_FullNames(input: typeof(System.Reflection.Metadata.NestedGeneric)) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Reflection.Metadata.Perf_TypeName.Parse_FullNames%28input%3A%20typeof%28System.Reflection.Metadata.NestedGeneric%28String%2C%20Boolean%29%29%29.html) | -5.11% | 23981.654118 | 22755.975966 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Int.MultiplyOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Runtime.Intrinsics.Tests.Perf_Vector128Int.MultiplyOperatorBenchmark.html) | -6.13% | 15.570966 | 14.616334 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.BitwiseOrOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Byte%29.BitwiseOrOperatorBenchmark.html) | -6.61% | 17.801160 | 16.625068 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.ConditionalSelectBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Double%29.ConditionalSelectBenchmark.html) | -7.47% | 16.851709 | 15.593187 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.DivideBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28UInt32%29.DivideBenchmark.html) | -5.54% | 41.008836 | 38.737460 | +| System.Tests.Perf_DateTimeOffset.Parse(value: "12/30/2017 3:45:22 AM -08:00") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Tests.Perf_DateTimeOffset.Parse%28value%3A%20%2212/30/2017%203%3A45%3A22%20AM%20-08%3A00%22%29.html) | -5.19% | 6734.358060 | 6385.045308 | +| System.Tests.Perf_Enum.InterpolateIntoSpan_Flags(value: Red, Green) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Tests.Perf_Enum.InterpolateIntoSpan_Flags%28value%3A%20Red%2C%20Green%29.html) | -6.09% | 6578.372478 | 6177.509397 | +| System.Tests.Perf_Enum.StringFormat(value: Red, Green) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Tests.Perf_Enum.StringFormat%28value%3A%20Red%2C%20Green%29.html) | -6.18% | 4262.862954 | 3999.288347 | +| System.Tests.Perf_Half.SingleToHalf(value: 65520) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Tests.Perf_Half.SingleToHalf%28value%3A%2065520%29.html) | -5.83% | 51.404328 | 48.405357 | +| System.Tests.Perf_String.ToLowerInvariant(s: "This is a much longer piece of text that might benefit more from vectorization.") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Tests.Perf_String.ToLowerInvariant%28s%3A%20%22This%20is%20a%20much%20longer%20piece%20of%20text%20that%20might%20benefit%20more%20from%20vectorization.%22%29.html) | -7.03% | 427.331252 | 397.289687 | +| System.Tests.Perf_String.ToUpperInvariant(s: "This is a much longer piece of text that might benefit more from vectorization.") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Tests.Perf_String.ToUpperInvariant%28s%3A%20%22This%20is%20a%20much%20longer%20piece%20of%20text%20that%20might%20benefit%20more%20from%20vectorization.%22%29.html) | -7.47% | 394.189830 | 364.751965 | +| System.Tests.Perf_UInt16.Parse(value: "0") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Tests.Perf_UInt16.Parse%28value%3A%20%220%22%29.html) | -5.32% | 189.932250 | 179.825135 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromString(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Text.Json.Serialization.Tests.ReadJson%28Location%29.DeserializeFromString%28Mode%3A%20Reflection%29.html) | -6.59% | 18521.535350 | 17301.552817 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToUtf8Bytes(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Text.Json.Serialization.Tests.WriteJson%28ArrayList%29.SerializeToUtf8Bytes%28Mode%3A%20Reflection%29.html) | -6.77% | 134510.740225 | 125406.706351 | +| System.Text.Json.Serialization.Tests.WriteJson>.SerializeObjectProperty(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Text.Json.Serialization.Tests.WriteJson%28Nullable%28DateTimeOffset%29%29.SerializeObjectProperty%28Mode%3A%20SourceGen%29.html) | -5.30% | 7104.129422 | 6727.536396 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Common.Date_IsNotMatch(Options: None) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Text.RegularExpressions.Tests.Perf_Regex_Common.Date_IsNotMatch%28Options%3A%20None%29.html) | -6.93% | 7499.793580 | 6980.236414 | +| System.Text.Tests.Perf_Encoding.GetString(size: 512, encName: "utf-8") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Text.Tests.Perf_Encoding.GetString%28size%3A%20512%2C%20encName%3A%20%22utf-8%22%29.html) | -7.35% | 952.017034 | 882.009213 | +| System.Threading.Tests.Perf_CancellationToken.CreateRegisterDispose | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Threading.Tests.Perf_CancellationToken.CreateRegisterDispose.html) | -6.92% | 737.270950 | 686.280534 | +| System.Threading.Tests.Perf_Thread.GetCurrentProcessorId | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Threading.Tests.Perf_Thread.GetCurrentProcessorId.html) | -5.86% | 21.780073 | 20.503316 | \ No newline at end of file diff --git a/reports/linux-wasm-tiger_changepoint_report.md b/reports/net9to10/linux-wasm-tiger_regression_report.md similarity index 96% rename from reports/linux-wasm-tiger_changepoint_report.md rename to reports/net9to10/linux-wasm-tiger_regression_report.md index eb53c94fd36..6fe94e4eebb 100644 --- a/reports/linux-wasm-tiger_changepoint_report.md +++ b/reports/net9to10/linux-wasm-tiger_regression_report.md @@ -1,4 +1,4 @@ -# Changepoint Impact Report - linux-wasm-tiger +# Regression Report - linux-wasm-tiger ## 1. 4020e05efd - Clean up in Number.Formatting.cs (#110955) @@ -6,7 +6,7 @@ **Commit:** [4020e05efd](https://github.com/dotnet/runtime/commit/4020e05efdfcc6b10eab90aeb8a8b5d80f75786f) **Affected Tests:** 29 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Tests.Perf_UInt32.TryFormat(value: 4294967295) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Tests.Perf_UInt32.TryFormat%28value%3A%204294967295%29.html) | +84.25% | 61.956317 | 114.152511 | None | | System.Tests.Perf_Int32.TryFormat(value: 2147483647) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Tests.Perf_Int32.TryFormat%28value%3A%202147483647%29.html) | +79.42% | 63.441487 | 113.829090 | None | @@ -46,7 +46,7 @@ **Commit:** [617f9ee5f3](https://github.com/dotnet/runtime/commit/617f9ee5f357a52309f21a732df04a87ee16adc9) **Affected Tests:** 16 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Tests.Perf_Type.GetType_FullyQualifiedNames(input: typeof(System.Tests.NestedGeneric)) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Tests.Perf_Type.GetType_FullyQualifiedNames%28input%3A%20typeof%28System.Tests.NestedGeneric%28String%2C%20Boolean%29%29%29.html) | +1313.84% | 4489.123692 | 63469.170041 | None | | System.Tests.Perf_Type.GetType_FullyQualifiedNames(input: typeof(System.Collections.Generic.Dictionary)) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Tests.Perf_Type.GetType_FullyQualifiedNames%28input%3A%20typeof%28System.Collections.Generic.Dictionary%28String%2C%20Boolean%29%29%29.html) | +1074.66% | 4277.733151 | 50248.898411 | None | @@ -73,7 +73,7 @@ **Commit:** [38c8e8f4cc](https://github.com/dotnet/runtime/commit/38c8e8f4cc1be3abd20f675771f208360b11b52c) **Affected Tests:** 16 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Collections.Tests.Perf_BitArray.BitArraySetLengthShrink(Size: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Collections.Tests.Perf_BitArray.BitArraySetLengthShrink%28Size%3A%204%29.html) | +258.52% | 146.024434 | 523.529690 | None | | System.Collections.Tests.Perf_BitArray.BitArrayByteArrayCtor(Size: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Collections.Tests.Perf_BitArray.BitArrayByteArrayCtor%28Size%3A%204%29.html) | +225.96% | 122.168162 | 398.218594 | None | @@ -100,7 +100,7 @@ **Commit:** [4b98d321ef](https://github.com/dotnet/runtime/commit/4b98d321ef5a2b8211c28727d5b2521a20417549) **Affected Tests:** 6 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Collections.Perf_Frozen.ToFrozenDictionary(Count: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Collections.Perf_Frozen%28Int16%29.ToFrozenDictionary%28Count%3A%204%29.html) | +293.41% | 750.018862 | 2950.659936 | None | | System.Collections.Perf_Frozen.ToFrozenDictionary(Count: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Collections.Perf_Frozen%28NotKnownComparable%29.ToFrozenDictionary%28Count%3A%204%29.html) | +150.23% | 1112.861037 | 2784.700453 | None | @@ -117,7 +117,7 @@ **Commit:** [92e7ab035a](https://github.com/dotnet/runtime/commit/92e7ab035acfb04f57df85324785c7acab2a1040) **Affected Tests:** 3 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Linq.Tests.Perf_Enumerable.WhereSelect(input: Array) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Linq.Tests.Perf_Enumerable.WhereSelect%28input%3A%20Array%29.html) | +110.27% | 11280.908416 | 23720.462950 | None | | System.Linq.Tests.Perf_Enumerable.WhereSelect(input: List) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Linq.Tests.Perf_Enumerable.WhereSelect%28input%3A%20List%29.html) | +74.53% | 14078.512112 | 24570.674554 | None | @@ -131,7 +131,7 @@ **Commit:** [e0e9f15d06](https://github.com/dotnet/runtime/commit/e0e9f15d06b775325c874674bfca51d18c8f5075) **Affected Tests:** 3 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Numerics.Tests.Perf_Matrix4x4.CreateFromScalars | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_Matrix4x4.CreateFromScalars.html) | +25.11% | 57.778323 | 72.287782 | None | | System.Numerics.Tests.Perf_Matrix3x2.CreateFromScalars | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_Matrix3x2.CreateFromScalars.html) | +13.86% | 17.532156 | 19.961819 | None | @@ -145,7 +145,7 @@ **Commit:** [a3fe47ef1a](https://github.com/dotnet/runtime/commit/a3fe47ef1a8def24e8d64c305172199ae5a4ed07) **Affected Tests:** 2 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Collections.Perf_LengthBucketsFrozenDictionary.TryGetValue_False_FrozenDictionary(Count: 10000, ItemsPerBucket: 5) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Collections.Perf_LengthBucketsFrozenDictionary.TryGetValue_False_FrozenDictionary%28Count%3A%2010000%2C%20ItemsPerBucket%3A%205%29.html) | +89.69% | 739675.124841 | 1403068.864790 | None | | System.Memory.Slice.ReadOnlySpanStart | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Memory.Slice%28Byte%29.ReadOnlySpanStart.html) | +47.37% | 27.405958 | 40.388321 | None | @@ -158,7 +158,7 @@ **Commit:** [3f0a23d76d](https://github.com/dotnet/runtime/commit/3f0a23d76d6133f2d507f69d2158afcf54ae7e76) **Affected Tests:** 2 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Memory.Span.IndexOfValue(Size: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Memory.Span%28Byte%29.IndexOfValue%28Size%3A%204%29.html) | +17.48% | 35.713347 | 41.956817 | None | | System.Memory.Span.LastIndexOfValue(Size: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Memory.Span%28Char%29.LastIndexOfValue%28Size%3A%204%29.html) | +13.49% | 34.696679 | 39.378230 | None | @@ -171,7 +171,7 @@ **Commit:** [37b1764e19](https://github.com/dotnet/runtime/commit/37b1764e19aceaa545d8433c490b850538b8905a) **Affected Tests:** 2 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Numerics.Tests.Perf_BigInteger.ModPow(arguments: 1024,1024,64 bits) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_BigInteger.ModPow%28arguments%3A%201024%2C1024%2C64%20bits%29.html) | +17.08% | 1008978.450499 | 1181298.831305 | None | | System.Numerics.Tests.Perf_BigInteger.ModPow(arguments: 16384,16384,64 bits) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Numerics.Tests.Perf_BigInteger.ModPow%28arguments%3A%2016384%2C16384%2C64%20bits%29.html) | +8.75% | 18208499.472884 | 19801751.704750 | None | @@ -184,7 +184,7 @@ **Commit:** [959c10e41f](https://github.com/dotnet/runtime/commit/959c10e41f1180482a7bc25e2bba16d27aca343a) **Affected Tests:** 1 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | PerfLabTests.DictionaryExpansion.ExpandDictionaries | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/PerfLabTests.DictionaryExpansion.ExpandDictionaries.html) | +86.46% | 3506.427872 | 6538.125441 | [11](#11-5c4686f831---wasm-implement-mint_switch-opcode-in-jiterpreter-107423) | @@ -196,7 +196,7 @@ **Commit:** [5c4686f831](https://github.com/dotnet/runtime/commit/5c4686f831d34c2c127e943d0f0d144793eeb0ad) **Affected Tests:** 1 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | PerfLabTests.DictionaryExpansion.ExpandDictionaries | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/PerfLabTests.DictionaryExpansion.ExpandDictionaries.html) | +86.46% | 3506.427872 | 6538.125441 | [10](#10-959c10e41f---generate-an-unconditional-bailout-for-mint_switch-in-jiterpreter-traces-instead-of-aborting-the-trace-107323) | @@ -208,7 +208,7 @@ **Commit:** [11f3549e83](https://github.com/dotnet/runtime/commit/11f3549e8392f2220aeadfa34aa578ccb47b80c0) **Affected Tests:** 1 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Tests.Perf_DateTimeOffset.GetUtcNow | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Tests.Perf_DateTimeOffset.GetUtcNow.html) | +30.30% | 174.367182 | 227.200151 | None | @@ -220,7 +220,7 @@ **Commit:** [0b6404153e](https://github.com/dotnet/runtime/commit/0b6404153e16685f47d166625373f6635cf5631d) **Affected Tests:** 1 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Perf_Convert.FromHexString | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Perf_Convert.FromHexString.html) | +106.90% | 559.831600 | 1158.302439 | None | @@ -232,7 +232,7 @@ **Commit:** [707831ea82](https://github.com/dotnet/runtime/commit/707831ea82f68971010920685f7b91423fafd55b) **Affected Tests:** 1 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | StoreBlock.AnyLocation.CopyBlock32 | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/StoreBlock.AnyLocation.CopyBlock32.html) | +5.41% | 4.335316 | 4.569778 | None | @@ -244,7 +244,7 @@ **Commit:** [2d5a2ee095](https://github.com/dotnet/runtime/commit/2d5a2ee09518e3afad75ea9bc40df0a548bcfa36) **Affected Tests:** 1 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Threading.Channels.Tests.BoundedChannelPerfTests.TryWriteThenTryRead | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04_CompilationMode=wasm_RunKind=micro/System.Threading.Channels.Tests.BoundedChannelPerfTests.TryWriteThenTryRead.html) | +49.45% | 390.568923 | 583.686729 | None | diff --git a/reports/net9to10/linux-x64-tiger_improvement_report.md b/reports/net9to10/linux-x64-tiger_improvement_report.md new file mode 100644 index 00000000000..0003882ea3e --- /dev/null +++ b/reports/net9to10/linux-x64-tiger_improvement_report.md @@ -0,0 +1,2571 @@ +# Improvement Report - linux-x64-tiger + +## >50% Improvement (109 tests) + +| Test Name | Link | Change % | .NET 9 | .NET 10 | +|-----------|------|----------|--------|-------| +| ArrayDeAbstraction.foreach_member_array_via_interface | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/ArrayDeAbstraction.foreach_member_array_via_interface.html) | -62.34% | 744.363833 | 280.330949 | +| ArrayDeAbstraction.foreach_member_array_via_interface_property | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/ArrayDeAbstraction.foreach_member_array_via_interface_property.html) | -63.98% | 744.615059 | 268.182378 | +| ArrayDeAbstraction.foreach_opaque_array_via_interface | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/ArrayDeAbstraction.foreach_opaque_array_via_interface.html) | -63.94% | 749.656252 | 270.355618 | +| ArrayDeAbstraction.foreach_static_array_via_interface | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/ArrayDeAbstraction.foreach_static_array_via_interface.html) | -63.74% | 754.186649 | 273.453218 | +| ArrayDeAbstraction.foreach_static_array_via_interface_property | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/ArrayDeAbstraction.foreach_static_array_via_interface_property.html) | -63.82% | 740.984680 | 268.063193 | +| ArrayDeAbstraction.foreach_static_readonly_array_via_interface | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/ArrayDeAbstraction.foreach_static_readonly_array_via_interface.html) | -63.86% | 748.630079 | 270.588889 | +| ArrayDeAbstraction.foreach_static_readonly_array_via_interface_property | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/ArrayDeAbstraction.foreach_static_readonly_array_via_interface_property.html) | -63.83% | 744.389720 | 269.278732 | +| GuardedDevirtualization.ThreeClassInterface.Call(testInput: pB=0.00 pD=0.33) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/GuardedDevirtualization.ThreeClassInterface.Call%28testInput%3A%20pB%3D0.00%20pD%3D0.33%29.html) | -58.69% | 2.758340 | 1.139380 | +| Microsoft.Extensions.Primitives.StringSegmentBenchmark.Ctor_String | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/Microsoft.Extensions.Primitives.StringSegmentBenchmark.Ctor_String.html) | -66.37% | 4.181157 | 1.406205 | +| Microsoft.Extensions.Primitives.StringSegmentBenchmark.SubSegment | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/Microsoft.Extensions.Primitives.StringSegmentBenchmark.SubSegment.html) | -52.10% | 4.839063 | 2.318036 | +| Microsoft.Extensions.Primitives.StringSegmentBenchmark.Trim | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/Microsoft.Extensions.Primitives.StringSegmentBenchmark.Trim.html) | -56.16% | 24.324412 | 10.662696 | +| System.Buffers.Tests.ReadOnlySequenceTests.FirstArray | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Buffers.Tests.ReadOnlySequenceTests%28Byte%29.FirstArray.html) | -58.97% | 7.850634 | 3.221399 | +| System.Buffers.Tests.ReadOnlySequenceTests.FirstMemory | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Buffers.Tests.ReadOnlySequenceTests%28Byte%29.FirstMemory.html) | -55.07% | 7.846952 | 3.525637 | +| System.Buffers.Tests.ReadOnlySequenceTests.SliceArray | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Buffers.Tests.ReadOnlySequenceTests%28Byte%29.SliceArray.html) | -66.43% | 6.464761 | 2.170069 | +| System.Buffers.Tests.ReadOnlySequenceTests.SliceMemory | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Buffers.Tests.ReadOnlySequenceTests%28Byte%29.SliceMemory.html) | -66.71% | 7.645361 | 2.545402 | +| System.Buffers.Tests.ReadOnlySequenceTests.SliceSingleSegment | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Buffers.Tests.ReadOnlySequenceTests%28Byte%29.SliceSingleSegment.html) | -65.93% | 6.472924 | 2.205330 | +| System.Buffers.Tests.ReadOnlySequenceTests.SliceArray | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Buffers.Tests.ReadOnlySequenceTests%28Char%29.SliceArray.html) | -64.23% | 6.291010 | 2.250236 | +| System.Buffers.Tests.ReadOnlySequenceTests.SliceMemory | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Buffers.Tests.ReadOnlySequenceTests%28Char%29.SliceMemory.html) | -67.01% | 7.992158 | 2.636271 | +| System.Buffers.Tests.ReadOnlySequenceTests.SliceSingleSegment | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Buffers.Tests.ReadOnlySequenceTests%28Char%29.SliceSingleSegment.html) | -69.46% | 7.298099 | 2.228598 | +| System.Collections.ContainsKeyFalse.ConcurrentDictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.ContainsKeyFalse%28Int32%2C%20Int32%29.ConcurrentDictionary%28Size%3A%20512%29.html) | -52.89% | 1796.119099 | 846.121540 | +| System.Collections.CtorFromCollectionNonGeneric.ArrayList(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.CtorFromCollectionNonGeneric%28Int32%29.ArrayList%28Size%3A%20512%29.html) | -70.54% | 20498.710417 | 6038.685612 | +| System.Collections.CtorFromCollectionNonGeneric.Queue(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.CtorFromCollectionNonGeneric%28Int32%29.Queue%28Size%3A%20512%29.html) | -64.37% | 22729.989533 | 8097.694558 | +| System.Collections.CtorFromCollectionNonGeneric.Stack(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.CtorFromCollectionNonGeneric%28Int32%29.Stack%28Size%3A%20512%29.html) | -66.90% | 21622.688618 | 7157.910613 | +| System.Collections.IterateForEach.IEnumerable(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.IterateForEach%28Int32%29.IEnumerable%28Size%3A%20512%29.html) | -68.92% | 749.647999 | 232.995747 | +| System.Collections.IterateForEach.ImmutableHashSet(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.IterateForEach%28Int32%29.ImmutableHashSet%28Size%3A%20512%29.html) | -54.45% | 14456.359634 | 6584.456193 | +| System.Collections.IterateForEach.SortedDictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.IterateForEach%28Int32%29.SortedDictionary%28Size%3A%20512%29.html) | -58.84% | 4480.537567 | 1844.124795 | +| System.Collections.Tests.Add_Remove_SteadyState.Stack(Count: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.Tests.Add_Remove_SteadyState%28Int32%29.Stack%28Count%3A%20512%29.html) | -52.63% | 4.467311 | 2.116091 | +| System.Collections.TryGetValueTrue.ConcurrentDictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.TryGetValueTrue%28BigStruct%2C%20BigStruct%29.ConcurrentDictionary%28Size%3A%20512%29.html) | -62.44% | 523230.431090 | 196513.928839 | +| System.Collections.TryGetValueTrue.Dictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.TryGetValueTrue%28BigStruct%2C%20BigStruct%29.Dictionary%28Size%3A%20512%29.html) | -59.55% | 525301.578456 | 212474.615591 | +| System.Collections.TryGetValueTrue.FrozenDictionaryOptimized(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.TryGetValueTrue%28BigStruct%2C%20BigStruct%29.FrozenDictionaryOptimized%28Size%3A%20512%29.html) | -60.37% | 533579.689925 | 211450.929418 | +| System.Collections.TryGetValueTrue.IDictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.TryGetValueTrue%28BigStruct%2C%20BigStruct%29.IDictionary%28Size%3A%20512%29.html) | -60.75% | 522730.940425 | 205150.252324 | +| System.Collections.TryGetValueTrue.ImmutableDictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.TryGetValueTrue%28BigStruct%2C%20BigStruct%29.ImmutableDictionary%28Size%3A%20512%29.html) | -58.19% | 532847.814042 | 222793.518695 | +| System.Diagnostics.Perf_Activity.EnumerateActivityEventsSmall | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Diagnostics.Perf_Activity.EnumerateActivityEventsSmall.html) | -85.16% | 22.379781 | 3.320610 | +| System.Diagnostics.Perf_Activity.EnumerateActivityLinkTagsSmall | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Diagnostics.Perf_Activity.EnumerateActivityLinkTagsSmall.html) | -83.49% | 20.829871 | 3.439533 | +| System.Diagnostics.Perf_Activity.EnumerateActivityLinksSmall | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Diagnostics.Perf_Activity.EnumerateActivityLinksSmall.html) | -85.68% | 23.628940 | 3.384710 | +| System.Diagnostics.Perf_Activity.EnumerateActivityTagObjectsSmall | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Diagnostics.Perf_Activity.EnumerateActivityTagObjectsSmall.html) | -84.85% | 21.659239 | 3.281405 | +| System.IO.Hashing.Tests.Crc32_AppendPerf.Append(BufferSize: 10240) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.IO.Hashing.Tests.Crc32_AppendPerf.Append%28BufferSize%3A%2010240%29.html) | -68.84% | 1087.320585 | 338.845922 | +| System.IO.Hashing.Tests.Crc32_AppendPerf.Append(BufferSize: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.IO.Hashing.Tests.Crc32_AppendPerf.Append%28BufferSize%3A%20128%29.html) | -55.58% | 40.469693 | 17.976038 | +| System.IO.Hashing.Tests.Crc32_AppendPerf.Append(BufferSize: 16) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.IO.Hashing.Tests.Crc32_AppendPerf.Append%28BufferSize%3A%2016%29.html) | -59.29% | 23.757653 | 9.671566 | +| System.IO.Tests.UnmanagedMemoryStreamTests.ReadAsBytes | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.IO.Tests.UnmanagedMemoryStreamTests.ReadAsBytes.html) | -56.02% | 30006.665192 | 13195.652380 | +| System.Linq.Tests.Perf_Enumerable.CastToBaseClass(input: IEnumerable) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Linq.Tests.Perf_Enumerable.CastToBaseClass%28input%3A%20IEnumerable%29.html) | -50.71% | 2046.731504 | 1008.770724 | +| System.Memory.Constructors.ArrayAsMemory | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Memory.Constructors%28Byte%29.ArrayAsMemory.html) | -52.00% | 4.409491 | 2.116522 | +| System.Memory.Constructors.ArrayAsMemoryStartLength | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Memory.Constructors%28Byte%29.ArrayAsMemoryStartLength.html) | -68.41% | 4.395517 | 1.388761 | +| System.Memory.Constructors.MemoryFromArray | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Memory.Constructors%28Byte%29.MemoryFromArray.html) | -68.15% | 4.472885 | 1.424783 | +| System.Memory.Constructors.MemoryFromArrayStartLength | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Memory.Constructors%28Byte%29.MemoryFromArrayStartLength.html) | -68.43% | 4.407207 | 1.391373 | +| System.Memory.Constructors.ReadOnlyMemoryFromArray | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Memory.Constructors%28Byte%29.ReadOnlyMemoryFromArray.html) | -68.32% | 4.404196 | 1.395301 | +| System.Memory.Constructors.ReadOnlyMemoryFromArrayStartLength | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Memory.Constructors%28Byte%29.ReadOnlyMemoryFromArrayStartLength.html) | -68.32% | 4.402311 | 1.394533 | +| System.Memory.Constructors.ReadOnlyMemoryFromArray | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Memory.Constructors%28String%29.ReadOnlyMemoryFromArray.html) | -68.92% | 4.622604 | 1.436516 | +| System.Memory.Constructors.ReadOnlyMemoryFromArrayStartLength | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Memory.Constructors%28String%29.ReadOnlyMemoryFromArrayStartLength.html) | -55.25% | 4.843591 | 2.167344 | +| System.Memory.MemoryMarshal.TryGetArray | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Memory.MemoryMarshal%28Int32%29.TryGetArray.html) | -54.19% | 4.774634 | 2.187189 | +| System.Memory.ReadOnlySequence.Slice_Repeat(Segment: Multiple) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Memory.ReadOnlySequence.Slice_Repeat%28Segment%3A%20Multiple%29.html) | -57.28% | 37.114276 | 15.854285 | +| System.Memory.ReadOnlySequence.Slice_Repeat(Segment: Single) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Memory.ReadOnlySequence.Slice_Repeat%28Segment%3A%20Single%29.html) | -75.63% | 33.809828 | 8.238714 | +| System.Memory.ReadOnlySequence.Slice_Repeat_StartPosition_And_EndPosition(Segment: Single) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Memory.ReadOnlySequence.Slice_Repeat_StartPosition_And_EndPosition%28Segment%3A%20Single%29.html) | -62.17% | 23.959685 | 9.063032 | +| System.Memory.ReadOnlySequence.Slice_Start(Segment: Multiple) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Memory.ReadOnlySequence.Slice_Start%28Segment%3A%20Multiple%29.html) | -59.04% | 3.997047 | 1.637263 | +| System.Memory.ReadOnlySequence.Slice_Start(Segment: Single) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Memory.ReadOnlySequence.Slice_Start%28Segment%3A%20Single%29.html) | -57.64% | 3.907026 | 1.655157 | +| System.Net.Primitives.Tests.CredentialCacheTests.GetCredential_HostPort(host: "notfound", hostPortCount: 0) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Net.Primitives.Tests.CredentialCacheTests.GetCredential_HostPort%28host%3A%20%22notfound%22%2C%20hostPortCount%3A%200%29.html) | -63.14% | 22.072786 | 8.136773 | +| System.Net.Security.Tests.SslStreamTests.DefaultHandshakeIPv4Async | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Net.Security.Tests.SslStreamTests.DefaultHandshakeIPv4Async.html) | -69.07% | 5343789.260638 | 1652720.878419 | +| System.Net.Security.Tests.SslStreamTests.DefaultHandshakeIPv6Async | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Net.Security.Tests.SslStreamTests.DefaultHandshakeIPv6Async.html) | -68.75% | 5460396.309524 | 1706111.644898 | +| System.Net.Security.Tests.SslStreamTests.DefaultHandshakePipeAsync | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Net.Security.Tests.SslStreamTests.DefaultHandshakePipeAsync.html) | -69.36% | 5374873.117460 | 1646925.606803 | +| System.Net.Security.Tests.SslStreamTests.DefaultMutualHandshakeIPv4Async | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Net.Security.Tests.SslStreamTests.DefaultMutualHandshakeIPv4Async.html) | -72.21% | 10113351.902530 | 2810131.757440 | +| System.Net.Security.Tests.SslStreamTests.DefaultMutualHandshakeIPv6Async | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Net.Security.Tests.SslStreamTests.DefaultMutualHandshakeIPv6Async.html) | -71.58% | 10193470.842687 | 2896634.057292 | +| System.Numerics.Tensors.Tests.Perf_BinaryIntegerTensorPrimitives.ShiftLeft(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tensors.Tests.Perf_BinaryIntegerTensorPrimitives%28Byte%29.ShiftLeft%28BufferLength%3A%20128%29.html) | -94.56% | 183.152380 | 9.971617 | +| System.Numerics.Tensors.Tests.Perf_BinaryIntegerTensorPrimitives.ShiftLeft(BufferLength: 3079) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tensors.Tests.Perf_BinaryIntegerTensorPrimitives%28Byte%29.ShiftLeft%28BufferLength%3A%203079%29.html) | -96.30% | 2915.610959 | 107.905469 | +| System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives.Log(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives%28Double%29.Log%28BufferLength%3A%20128%29.html) | -55.66% | 546.080879 | 242.138229 | +| System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives.Log(BufferLength: 3079) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives%28Double%29.Log%28BufferLength%3A%203079%29.html) | -57.60% | 12740.634658 | 5401.762346 | +| System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives.Divide_Scalar(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives%28Int32%29.Divide_Scalar%28BufferLength%3A%20128%29.html) | -83.05% | 234.665037 | 39.764660 | +| System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives.Divide_Scalar(BufferLength: 3079) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives%28Int32%29.Divide_Scalar%28BufferLength%3A%203079%29.html) | -87.18% | 5436.006527 | 697.136394 | +| System.Numerics.Tests.Perf_BigInteger.Divide(arguments: 65536,32768 bits) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tests.Perf_BigInteger.Divide%28arguments%3A%2065536%2C32768%20bits%29.html) | -82.21% | 3892409.946978 | 692642.698901 | +| System.Numerics.Tests.Perf_BigInteger.Remainder(arguments: 65536,32768 bits) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tests.Perf_BigInteger.Remainder%28arguments%3A%2065536%2C32768%20bits%29.html) | -83.50% | 3902020.923753 | 644021.322846 | +| System.Numerics.Tests.Perf_BigInteger.ToByteArray(numberString: 1234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456... | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tests.Perf_BigInteger.ToByteArray%28numberString%3A%201234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456.html) | -63.67% | 62.527177 | 22.717793 | +| System.Numerics.Tests.Perf_BigInteger.ToByteArray(numberString: 1234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456... | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tests.Perf_BigInteger.ToByteArray%28numberString%3A%201234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456.html) | -90.62% | 4550.543960 | 426.824266 | +| System.Numerics.Tests.Perf_BigInteger.ToByteArray(numberString: 1234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456... | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tests.Perf_BigInteger.ToByteArray%28numberString%3A%201234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456.html) | -90.84% | 4479.480772 | 410.256062 | +| System.Numerics.Tests.Perf_Matrix3x2.CreateRotationBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tests.Perf_Matrix3x2.CreateRotationBenchmark.html) | -51.29% | 10.462748 | 5.096860 | +| System.Numerics.Tests.Perf_Matrix3x2.CreateRotationWithCenterBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tests.Perf_Matrix3x2.CreateRotationWithCenterBenchmark.html) | -54.04% | 10.667050 | 4.902228 | +| System.Numerics.Tests.Perf_Vector2.GetHashCodeBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tests.Perf_Vector2.GetHashCodeBenchmark.html) | -51.52% | 2.970831 | 1.440188 | +| System.Numerics.Tests.Perf_Vector3.GetHashCodeBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tests.Perf_Vector3.GetHashCodeBenchmark.html) | -62.39% | 3.815710 | 1.435076 | +| System.Numerics.Tests.Perf_Vector4.GetHashCodeBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tests.Perf_Vector4.GetHashCodeBenchmark.html) | -71.66% | 5.106938 | 1.447515 | +| System.Numerics.Tests.Perf_VectorConvert.Convert_float_uint | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorConvert.Convert_float_uint.html) | -68.68% | 28866.821754 | 9041.024978 | +| System.Numerics.Tests.Perf_VectorOf.DotBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28Byte%29.DotBenchmark.html) | -88.83% | 38.055431 | 4.249282 | +| System.Numerics.Tests.Perf_VectorOf.MultiplyBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28Byte%29.MultiplyBenchmark.html) | -91.07% | 22.528661 | 2.012450 | +| System.Numerics.Tests.Perf_VectorOf.MultiplyOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28Byte%29.MultiplyOperatorBenchmark.html) | -85.52% | 22.364169 | 3.237552 | +| System.Numerics.Tests.Perf_VectorOf.SquareRootBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28Byte%29.SquareRootBenchmark.html) | -54.54% | 95.224577 | 43.287816 | +| System.Numerics.Tests.Perf_VectorOf.SquareRootBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28Int16%29.SquareRootBenchmark.html) | -53.29% | 47.229367 | 22.059750 | +| System.Numerics.Tests.Perf_VectorOf.DotBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28Int64%29.DotBenchmark.html) | -75.50% | 7.220631 | 1.769160 | +| System.Numerics.Tests.Perf_VectorOf.MultiplyBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28Int64%29.MultiplyBenchmark.html) | -72.15% | 5.837394 | 1.625428 | +| System.Numerics.Tests.Perf_VectorOf.MultiplyOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28Int64%29.MultiplyOperatorBenchmark.html) | -71.86% | 5.838302 | 1.642783 | +| System.Numerics.Tests.Perf_VectorOf.DotBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28SByte%29.DotBenchmark.html) | -87.05% | 38.176702 | 4.943360 | +| System.Numerics.Tests.Perf_VectorOf.MultiplyBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28SByte%29.MultiplyBenchmark.html) | -91.42% | 22.513795 | 1.931653 | +| System.Numerics.Tests.Perf_VectorOf.MultiplyOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28SByte%29.MultiplyOperatorBenchmark.html) | -88.39% | 22.739319 | 2.640518 | +| System.Numerics.Tests.Perf_VectorOf.SquareRootBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28SByte%29.SquareRootBenchmark.html) | -53.68% | 93.500008 | 43.304822 | +| System.Numerics.Tests.Perf_VectorOf.SquareRootBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28UInt16%29.SquareRootBenchmark.html) | -53.05% | 47.145998 | 22.132724 | +| System.Numerics.Tests.Perf_VectorOf.DotBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28UInt64%29.DotBenchmark.html) | -75.85% | 7.259787 | 1.753436 | +| System.Numerics.Tests.Perf_VectorOf.MultiplyBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28UInt64%29.MultiplyBenchmark.html) | -71.66% | 5.881871 | 1.666878 | +| System.Numerics.Tests.Perf_VectorOf.MultiplyOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28UInt64%29.MultiplyOperatorBenchmark.html) | -72.52% | 5.934050 | 1.630500 | +| System.Numerics.Tests.Perf_VectorOf.SquareRootBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28UInt64%29.SquareRootBenchmark.html) | -55.83% | 26.043241 | 11.502154 | +| System.Reflection.Invoke.Field_GetStatic_int | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Reflection.Invoke.Field_GetStatic_int.html) | -70.90% | 39.902557 | 11.612170 | +| System.Reflection.Invoke.Field_GetStatic_struct | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Reflection.Invoke.Field_GetStatic_struct.html) | -76.56% | 43.583534 | 10.215102 | +| System.Reflection.Invoke.Field_Get_int | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Reflection.Invoke.Field_Get_int.html) | -71.41% | 43.354067 | 12.394305 | +| System.Reflection.Invoke.Field_Get_struct | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Reflection.Invoke.Field_Get_struct.html) | -73.44% | 47.333058 | 12.571185 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Int.DivideBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Int.DivideBenchmark.html) | -83.67% | 14.278243 | 2.331381 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Int.DivisionOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Int.DivisionOperatorBenchmark.html) | -84.41% | 14.249449 | 2.221116 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.GetHashCodeBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Double%29.GetHashCodeBenchmark.html) | -82.58% | 8.237424 | 1.435254 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.DivideBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Int32%29.DivideBenchmark.html) | -84.46% | 14.247053 | 2.213791 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.DivisionOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Int32%29.DivisionOperatorBenchmark.html) | -84.19% | 14.236035 | 2.250222 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.GetHashCodeBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Int64%29.GetHashCodeBenchmark.html) | -74.93% | 5.723372 | 1.434610 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.GetHashCodeBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28UInt64%29.GetHashCodeBenchmark.html) | -74.67% | 5.749543 | 1.456541 | +| System.Tests.Perf_Array.ArrayRetrieve1D | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Array.ArrayRetrieve1D.html) | -72.07% | 1587090.796846 | 443293.735274 | +| System.Tests.Perf_Array.ArrayRetrieve2D | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Array.ArrayRetrieve2D.html) | -65.55% | 1717644.056608 | 591688.227162 | +| System.Tests.Perf_Array.ArrayRetrieve3D | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Array.ArrayRetrieve3D.html) | -65.07% | 1974456.054563 | 689746.025652 | + +## 40-50% Improvement (70 tests) + +| Test Name | Link | Change % | .NET 9 | .NET 10 | +|-----------|------|----------|--------|-------| +| Benchstone.BenchF.NewtR.Test | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/Benchstone.BenchF.NewtR.Test.html) | -43.77% | 123088138.678571 | 69217347.276786 | +| Exceptions.Handling.CatchAndRethrowDeep(kind: Hardware) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/Exceptions.Handling.CatchAndRethrowDeep%28kind%3A%20Hardware%29.html) | -40.87% | 42429.861182 | 25088.416520 | +| Exceptions.Handling.CatchAndRethrowDeep(kind: Software) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/Exceptions.Handling.CatchAndRethrowDeep%28kind%3A%20Software%29.html) | -46.38% | 39883.991042 | 21387.405526 | +| Exceptions.Handling.CatchAndThrowOtherDeep(kind: Hardware) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/Exceptions.Handling.CatchAndThrowOtherDeep%28kind%3A%20Hardware%29.html) | -41.45% | 50238.983755 | 29416.153078 | +| Exceptions.Handling.CatchAndThrowOtherDeep(kind: Software) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/Exceptions.Handling.CatchAndThrowOtherDeep%28kind%3A%20Software%29.html) | -46.10% | 46122.219248 | 24858.548602 | +| Exceptions.Handling.MultipleNestedTryCatch_FirstCatches(kind: Software) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/Exceptions.Handling.MultipleNestedTryCatch_FirstCatches%28kind%3A%20Software%29.html) | -45.66% | 2851.557744 | 1549.658477 | +| Exceptions.Handling.MultipleNestedTryCatch_LastCatches(kind: Software) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/Exceptions.Handling.MultipleNestedTryCatch_LastCatches%28kind%3A%20Software%29.html) | -40.82% | 2963.224896 | 1753.646897 | +| Exceptions.Handling.MultipleNestedTryFinally(kind: Software) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/Exceptions.Handling.MultipleNestedTryFinally%28kind%3A%20Software%29.html) | -40.69% | 2957.213718 | 1753.983500 | +| Exceptions.Handling.ThrowAndCatch(kind: ReflectionSoftware) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/Exceptions.Handling.ThrowAndCatch%28kind%3A%20ReflectionSoftware%29.html) | -46.94% | 8804.579418 | 4671.895569 | +| Exceptions.Handling.ThrowAndCatch(kind: Software) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/Exceptions.Handling.ThrowAndCatch%28kind%3A%20Software%29.html) | -43.07% | 2810.959471 | 1600.284576 | +| Exceptions.Handling.ThrowAndCatchDeep(kind: ReflectionSoftware) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/Exceptions.Handling.ThrowAndCatchDeep%28kind%3A%20ReflectionSoftware%29.html) | -42.82% | 13262.590238 | 7583.159021 | +| Exceptions.Handling.ThrowAndCatchDeepRecursive(kind: ReflectionSoftware) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/Exceptions.Handling.ThrowAndCatchDeepRecursive%28kind%3A%20ReflectionSoftware%29.html) | -42.12% | 13784.728834 | 7978.013302 | +| Exceptions.Handling.ThrowAndCatchFinally(kind: Software) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/Exceptions.Handling.ThrowAndCatchFinally%28kind%3A%20Software%29.html) | -44.01% | 2755.154674 | 1542.531941 | +| Exceptions.Handling.ThrowAndCatchWhen(kind: Software) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/Exceptions.Handling.ThrowAndCatchWhen%28kind%3A%20Software%29.html) | -42.32% | 2820.388255 | 1626.790138 | +| Exceptions.Handling.ThrowAndCatchWhenFinally(kind: Software) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/Exceptions.Handling.ThrowAndCatchWhenFinally%28kind%3A%20Software%29.html) | -43.10% | 2846.302361 | 1619.679040 | +| Exceptions.Handling.ThrowAndCatch_ManyCatchBlocks(kind: ReflectionSoftware) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/Exceptions.Handling.ThrowAndCatch_ManyCatchBlocks%28kind%3A%20ReflectionSoftware%29.html) | -43.28% | 9010.240383 | 5111.003978 | +| Exceptions.Handling.ThrowAndCatch_ManyCatchBlocks(kind: Software) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/Exceptions.Handling.ThrowAndCatch_ManyCatchBlocks%28kind%3A%20Software%29.html) | -41.07% | 3049.748981 | 1797.353963 | +| GuardedDevirtualization.ThreeClassVirtual.Call(testInput: pB=0.00 pD=0.33) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/GuardedDevirtualization.ThreeClassVirtual.Call%28testInput%3A%20pB%3D0.00%20pD%3D0.33%29.html) | -41.38% | 1.556570 | 0.912401 | +| GuardedDevirtualization.TwoClassVirtual.Call(testInput: pB = 0.90) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/GuardedDevirtualization.TwoClassVirtual.Call%28testInput%3A%20pB%20%3D%200.90%29.html) | -47.31% | 1.110628 | 0.585185 | +| PerfLabTests.GetMember.GetMethod5 | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/PerfLabTests.GetMember.GetMethod5.html) | -42.02% | 295144.385428 | 171127.629498 | +| Span.IndexerBench.CoveredIndex2(length: 1024) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/Span.IndexerBench.CoveredIndex2%28length%3A%201024%29.html) | -49.39% | 1361.452705 | 689.063771 | +| System.Buffers.Tests.ReadOnlySequenceTests.IterateForEachMemory | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Buffers.Tests.ReadOnlySequenceTests%28Byte%29.IterateForEachMemory.html) | -46.16% | 18.334506 | 9.870463 | +| System.Buffers.Tests.ReadOnlySequenceTests.IterateTryGetMemory | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Buffers.Tests.ReadOnlySequenceTests%28Byte%29.IterateTryGetMemory.html) | -40.31% | 19.439721 | 11.603429 | +| System.Buffers.Tests.ReadOnlySequenceTests.FirstMemory | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Buffers.Tests.ReadOnlySequenceTests%28Char%29.FirstMemory.html) | -41.44% | 7.823207 | 4.581339 | +| System.Buffers.Tests.ReadOnlySequenceTests.IterateForEachMemory | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Buffers.Tests.ReadOnlySequenceTests%28Char%29.IterateForEachMemory.html) | -41.76% | 18.451629 | 10.746876 | +| System.Buffers.Tests.ReadOnlySequenceTests.IterateForEachSingleSegment | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Buffers.Tests.ReadOnlySequenceTests%28Char%29.IterateForEachSingleSegment.html) | -49.87% | 13.712675 | 6.873883 | +| System.Buffers.Tests.ReadOnlySequenceTests.IterateTryGetMemory | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Buffers.Tests.ReadOnlySequenceTests%28Char%29.IterateTryGetMemory.html) | -41.37% | 19.767975 | 11.590396 | +| System.Buffers.Text.Tests.Utf8ParserTests.TryParseBool(value: True ) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Buffers.Text.Tests.Utf8ParserTests.TryParseBool%28value%3A%20%20True%20%29.html) | -49.72% | 3.567526 | 1.793652 | +| System.Buffers.Text.Tests.Utf8ParserTests.TryParseBool(value: False) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Buffers.Text.Tests.Utf8ParserTests.TryParseBool%28value%3A%20False%29.html) | -47.55% | 3.807947 | 1.997442 | +| System.Buffers.Text.Tests.Utf8ParserTests.TryParseBool(value: TRUE) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Buffers.Text.Tests.Utf8ParserTests.TryParseBool%28value%3A%20TRUE%29.html) | -49.75% | 3.110538 | 1.562931 | +| System.Buffers.Text.Tests.Utf8ParserTests.TryParseBool(value: false) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Buffers.Text.Tests.Utf8ParserTests.TryParseBool%28value%3A%20false%29.html) | -46.88% | 3.850966 | 2.045480 | +| System.Buffers.Text.Tests.Utf8ParserTests.TryParseBool(value: true) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Buffers.Text.Tests.Utf8ParserTests.TryParseBool%28value%3A%20true%29.html) | -46.12% | 3.101430 | 1.670924 | +| System.Collections.ContainsKeyTrue.ConcurrentDictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.ContainsKeyTrue%28Int32%2C%20Int32%29.ConcurrentDictionary%28Size%3A%20512%29.html) | -45.31% | 2269.034154 | 1240.863047 | +| System.Collections.IterateForEach.ImmutableDictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.IterateForEach%28Int32%29.ImmutableDictionary%28Size%3A%20512%29.html) | -43.31% | 12497.520393 | 7084.504958 | +| System.Collections.IterateForEach.SortedDictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.IterateForEach%28String%29.SortedDictionary%28Size%3A%20512%29.html) | -47.52% | 5940.300269 | 3117.503856 | +| System.Collections.Tests.DictionarySequentialKeys.ContainsValue_17_Int_Int | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.Tests.DictionarySequentialKeys.ContainsValue_17_Int_Int.html) | -44.21% | 4.068383 | 2.269686 | +| System.Collections.Tests.DictionarySequentialKeys.TryGetValue_17_Int_Int | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.Tests.DictionarySequentialKeys.TryGetValue_17_Int_Int.html) | -43.07% | 4.091537 | 2.329363 | +| System.Collections.TryGetValueFalse.Dictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.TryGetValueFalse%28SmallClass%2C%20SmallClass%29.Dictionary%28Size%3A%20512%29.html) | -41.65% | 5127.305274 | 2991.806129 | +| System.Diagnostics.Perf_Activity.EnumerateActivityLinkTagsLarge | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Diagnostics.Perf_Activity.EnumerateActivityLinkTagsLarge.html) | -49.30% | 2801.503779 | 1420.328117 | +| System.Diagnostics.Perf_Activity.EnumerateActivityTagObjectsLarge | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Diagnostics.Perf_Activity.EnumerateActivityTagObjectsLarge.html) | -43.07% | 2466.244644 | 1404.080782 | +| System.Globalization.Tests.StringSearch.IndexOf_Word_NotFound(Options: (en-US, IgnoreNonSpace, False)) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Globalization.Tests.StringSearch.IndexOf_Word_NotFound%28Options%3A%20%28en-US%2C%20IgnoreNonSpace%2C%20False%29%29.html) | -48.92% | 613.600785 | 313.436864 | +| System.Globalization.Tests.StringSearch.IndexOf_Word_NotFound(Options: (en-US, None, False)) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Globalization.Tests.StringSearch.IndexOf_Word_NotFound%28Options%3A%20%28en-US%2C%20None%2C%20False%29%29.html) | -47.96% | 617.906052 | 321.554485 | +| System.Globalization.Tests.StringSearch.LastIndexOf_Word_NotFound(Options: (en-US, None, False)) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Globalization.Tests.StringSearch.LastIndexOf_Word_NotFound%28Options%3A%20%28en-US%2C%20None%2C%20False%29%29.html) | -47.83% | 598.450791 | 312.222111 | +| System.IO.MemoryMappedFiles.Tests.Perf_MemoryMappedFile.CreateNew(capacity: 10000) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.IO.MemoryMappedFiles.Tests.Perf_MemoryMappedFile.CreateNew%28capacity%3A%2010000%29.html) | -45.01% | 10389.794644 | 5713.241320 | +| System.IO.MemoryMappedFiles.Tests.Perf_MemoryMappedFile.CreateNew(capacity: 100000) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.IO.MemoryMappedFiles.Tests.Perf_MemoryMappedFile.CreateNew%28capacity%3A%20100000%29.html) | -40.34% | 8159.164316 | 4867.814711 | +| System.IO.MemoryMappedFiles.Tests.Perf_MemoryMappedFile.CreateNew(capacity: 10000000) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.IO.MemoryMappedFiles.Tests.Perf_MemoryMappedFile.CreateNew%28capacity%3A%2010000000%29.html) | -46.55% | 9103.585175 | 4866.221883 | +| System.Memory.Constructors.MemoryFromArray | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Memory.Constructors%28String%29.MemoryFromArray.html) | -46.70% | 5.388862 | 2.872184 | +| System.Memory.Constructors.MemoryFromArrayStartLength | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Memory.Constructors%28String%29.MemoryFromArrayStartLength.html) | -45.67% | 5.275677 | 2.866388 | +| System.Memory.MemoryMarshal.TryGetArray | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Memory.MemoryMarshal%28Byte%29.TryGetArray.html) | -48.59% | 4.624599 | 2.377313 | +| System.Memory.ReadOnlySpan.IndexOfString(input: "だだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだすだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだ", value: "す", comparisonType: Ordinal) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Memory.ReadOnlySpan.IndexOfString%28input%3A%20%22%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%99%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%22%2C%20value%3A%20%22%E3%81%99%22%2C%20comparisonType%3A%20Ordinal%29.html) | -42.15% | 9.455700 | 5.469942 | +| System.Memory.Span.Fill(Size: 33) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Memory.Span%28Byte%29.Fill%28Size%3A%2033%29.html) | -49.79% | 3.611378 | 1.813103 | +| System.Memory.Span.Fill(Size: 33) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Memory.Span%28Char%29.Fill%28Size%3A%2033%29.html) | -47.86% | 3.820292 | 1.991725 | +| System.Memory.Span.Fill(Size: 33) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Memory.Span%28Int32%29.Fill%28Size%3A%2033%29.html) | -41.94% | 4.068944 | 2.362598 | +| System.Memory.Span.SequenceCompareToDifferent(Size: 33) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Memory.Span%28Int32%29.SequenceCompareToDifferent%28Size%3A%2033%29.html) | -41.21% | 3.488248 | 2.050656 | +| System.Net.Primitives.Tests.IPAddressPerformanceTests.TryWriteBytes(address: 143.24.20.36) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Net.Primitives.Tests.IPAddressPerformanceTests.TryWriteBytes%28address%3A%20143.24.20.36%29.html) | -46.72% | 3.095821 | 1.649480 | +| System.Numerics.Tests.Perf_BigInteger.Add(arguments: 16,16 bits) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tests.Perf_BigInteger.Add%28arguments%3A%2016%2C16%20bits%29.html) | -41.43% | 5.796034 | 3.394578 | +| System.Numerics.Tests.Perf_Matrix4x4.TransformBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tests.Perf_Matrix4x4.TransformBenchmark.html) | -46.34% | 13.223508 | 7.096332 | +| System.Numerics.Tests.Perf_VectorOf.OneBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28Int16%29.OneBenchmark.html) | -41.82% | 2.425194 | 1.410975 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.SquareRootBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Byte%29.SquareRootBenchmark.html) | -44.44% | 48.586674 | 26.993322 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.SquareRootBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28SByte%29.SquareRootBenchmark.html) | -43.74% | 48.982230 | 27.557487 | +| System.Tests.Perf_Char.GetUnicodeCategory(c: 'א') | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Char.GetUnicodeCategory%28c%3A%20%27%D7%90%27%29.html) | -40.01% | 3.280026 | 1.967705 | +| System.Tests.Perf_HashCode.Add | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_HashCode.Add.html) | -43.15% | 1707.132546 | 970.566573 | +| System.Tests.Perf_UInt32.TryParseHex(value: "0") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_UInt32.TryParseHex%28value%3A%20%220%22%29.html) | -46.85% | 7.629496 | 4.055039 | +| System.Text.Encodings.Web.Tests.Perf_Encoders.EncodeUtf8(arguments: JavaScript,no escaping required,512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Encodings.Web.Tests.Perf_Encoders.EncodeUtf8%28arguments%3A%20JavaScript%2Cno%20escaping%20required%2C512%29.html) | -43.39% | 46.406238 | 26.268756 | +| System.Text.Encodings.Web.Tests.Perf_Encoders.EncodeUtf8(arguments: UnsafeRelaxed,no required,512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Encodings.Web.Tests.Perf_Encoders.EncodeUtf8%28arguments%3A%20UnsafeRelaxed%2Cno%20%28escaping%20/%29%20required%2C512%29.html) | -42.73% | 46.682262 | 26.736203 | +| System.Text.Json.Serialization.Tests.WriteJson>.SerializeToStream(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28ImmutableDictionary%28String%2C%20String%29%29.SerializeToStream%28Mode%3A%20SourceGen%29.html) | -44.12% | 10013.105943 | 5595.129599 | +| System.Text.Json.Serialization.Tests.WriteJson>.SerializeToString(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28ImmutableDictionary%28String%2C%20String%29%29.SerializeToString%28Mode%3A%20SourceGen%29.html) | -40.96% | 10656.621180 | 6292.002260 | +| System.Text.Json.Serialization.Tests.WriteJson>.SerializeToUtf8Bytes(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28ImmutableDictionary%28String%2C%20String%29%29.SerializeToUtf8Bytes%28Mode%3A%20SourceGen%29.html) | -43.62% | 10338.042297 | 5828.412728 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Industry_RustLang_Sherlock.Count(Pattern: "Sherlock", Options: None) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.RegularExpressions.Tests.Perf_Regex_Industry_RustLang_Sherlock.Count%28Pattern%3A%20%22Sherlock%22%2C%20Options%3A%20None%29.html) | -40.40% | 71418.912140 | 42563.559608 | +| System.Threading.Tests.Perf_SpinLock.TryEnter_Fail | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Threading.Tests.Perf_SpinLock.TryEnter_Fail.html) | -41.73% | 4.994087 | 2.909810 | + +## 30-40% Improvement (128 tests) + +| Test Name | Link | Change % | .NET 9 | .NET 10 | +|-----------|------|----------|--------|-------| +| Benchstone.BenchI.BenchE.Test | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/Benchstone.BenchI.BenchE.Test.html) | -35.62% | 457367900.607143 | 294431559.107143 | +| BilinearTest.Interpol_Vector | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/BilinearTest.Interpol_Vector.html) | -33.32% | 12672.258206 | 8449.354532 | +| Devirtualization.EqualityComparer.ValueTupleCompareCached | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/Devirtualization.EqualityComparer.ValueTupleCompareCached.html) | -35.64% | 3.743846 | 2.409394 | +| Exceptions.Handling.ThrowAndCatchDeep(kind: ReflectionHardware) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/Exceptions.Handling.ThrowAndCatchDeep%28kind%3A%20ReflectionHardware%29.html) | -31.00% | 15883.500810 | 10958.911679 | +| Exceptions.Handling.ThrowAndCatchDeep(kind: Software) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/Exceptions.Handling.ThrowAndCatchDeep%28kind%3A%20Software%29.html) | -38.80% | 7218.921359 | 4417.952826 | +| Exceptions.Handling.ThrowAndCatchDeepRecursive(kind: ReflectionHardware) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/Exceptions.Handling.ThrowAndCatchDeepRecursive%28kind%3A%20ReflectionHardware%29.html) | -31.63% | 16489.011537 | 11273.881140 | +| Exceptions.Handling.ThrowAndCatchDeepRecursive(kind: Software) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/Exceptions.Handling.ThrowAndCatchDeepRecursive%28kind%3A%20Software%29.html) | -37.21% | 7511.742361 | 4716.348935 | +| Exceptions.Handling.TryAndFinallyDeep(kind: Software) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/Exceptions.Handling.TryAndFinallyDeep%28kind%3A%20Software%29.html) | -30.51% | 8439.243363 | 5864.577314 | +| GuardedDevirtualization.ThreeClassInterface.Call(testInput: pB=0.00 pD=0.00) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/GuardedDevirtualization.ThreeClassInterface.Call%28testInput%3A%20pB%3D0.00%20pD%3D0.00%29.html) | -32.86% | 0.670362 | 0.450099 | +| GuardedDevirtualization.ThreeClassInterface.Call(testInput: pB=0.00 pD=1.00) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/GuardedDevirtualization.ThreeClassInterface.Call%28testInput%3A%20pB%3D0.00%20pD%3D1.00%29.html) | -32.71% | 0.666389 | 0.448443 | +| GuardedDevirtualization.ThreeClassInterface.Call(testInput: pB=1.00 pD=0.00) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/GuardedDevirtualization.ThreeClassInterface.Call%28testInput%3A%20pB%3D1.00%20pD%3D0.00%29.html) | -32.64% | 0.674047 | 0.454071 | +| GuardedDevirtualization.ThreeClassVirtual.Call(testInput: pB=0.00 pD=0.00) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/GuardedDevirtualization.ThreeClassVirtual.Call%28testInput%3A%20pB%3D0.00%20pD%3D0.00%29.html) | -32.86% | 0.667285 | 0.448040 | +| GuardedDevirtualization.ThreeClassVirtual.Call(testInput: pB=0.00 pD=0.67) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/GuardedDevirtualization.ThreeClassVirtual.Call%28testInput%3A%20pB%3D0.00%20pD%3D0.67%29.html) | -32.80% | 1.246270 | 0.837548 | +| GuardedDevirtualization.ThreeClassVirtual.Call(testInput: pB=0.00 pD=1.00) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/GuardedDevirtualization.ThreeClassVirtual.Call%28testInput%3A%20pB%3D0.00%20pD%3D1.00%29.html) | -32.68% | 0.665707 | 0.448146 | +| GuardedDevirtualization.ThreeClassVirtual.Call(testInput: pB=0.33 pD=0.67) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/GuardedDevirtualization.ThreeClassVirtual.Call%28testInput%3A%20pB%3D0.33%20pD%3D0.67%29.html) | -39.85% | 1.473240 | 0.886140 | +| GuardedDevirtualization.ThreeClassVirtual.Call(testInput: pB=0.67 pD=0.00) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/GuardedDevirtualization.ThreeClassVirtual.Call%28testInput%3A%20pB%3D0.67%20pD%3D0.00%29.html) | -32.16% | 1.249332 | 0.847559 | +| GuardedDevirtualization.ThreeClassVirtual.Call(testInput: pB=0.67 pD=0.33) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/GuardedDevirtualization.ThreeClassVirtual.Call%28testInput%3A%20pB%3D0.67%20pD%3D0.33%29.html) | -37.56% | 1.326531 | 0.828258 | +| GuardedDevirtualization.ThreeClassVirtual.Call(testInput: pB=1.00 pD=0.00) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/GuardedDevirtualization.ThreeClassVirtual.Call%28testInput%3A%20pB%3D1.00%20pD%3D0.00%29.html) | -32.82% | 0.666233 | 0.447554 | +| GuardedDevirtualization.TwoClassInterface.Call(testInput: pB = 0.00) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/GuardedDevirtualization.TwoClassInterface.Call%28testInput%3A%20pB%20%3D%200.00%29.html) | -32.75% | 0.666805 | 0.448419 | +| GuardedDevirtualization.TwoClassInterface.Call(testInput: pB = 0.10) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/GuardedDevirtualization.TwoClassInterface.Call%28testInput%3A%20pB%20%3D%200.10%29.html) | -31.96% | 0.913316 | 0.621453 | +| GuardedDevirtualization.TwoClassInterface.Call(testInput: pB = 0.20) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/GuardedDevirtualization.TwoClassInterface.Call%28testInput%3A%20pB%20%3D%200.20%29.html) | -30.04% | 1.157086 | 0.809491 | +| GuardedDevirtualization.TwoClassInterface.Call(testInput: pB = 0.40) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/GuardedDevirtualization.TwoClassInterface.Call%28testInput%3A%20pB%20%3D%200.40%29.html) | -30.22% | 1.697165 | 1.184320 | +| GuardedDevirtualization.TwoClassInterface.Call(testInput: pB = 0.70) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/GuardedDevirtualization.TwoClassInterface.Call%28testInput%3A%20pB%20%3D%200.70%29.html) | -37.10% | 1.364854 | 0.858437 | +| GuardedDevirtualization.TwoClassInterface.Call(testInput: pB = 0.90) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/GuardedDevirtualization.TwoClassInterface.Call%28testInput%3A%20pB%20%3D%200.90%29.html) | -34.54% | 0.949044 | 0.621254 | +| GuardedDevirtualization.TwoClassInterface.Call(testInput: pB = 1.00) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/GuardedDevirtualization.TwoClassInterface.Call%28testInput%3A%20pB%20%3D%201.00%29.html) | -33.12% | 0.668206 | 0.446890 | +| GuardedDevirtualization.TwoClassVirtual.Call(testInput: pB = 0.00) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/GuardedDevirtualization.TwoClassVirtual.Call%28testInput%3A%20pB%20%3D%200.00%29.html) | -33.13% | 0.667055 | 0.446034 | +| GuardedDevirtualization.TwoClassVirtual.Call(testInput: pB = 0.70) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/GuardedDevirtualization.TwoClassVirtual.Call%28testInput%3A%20pB%20%3D%200.70%29.html) | -39.70% | 1.217433 | 0.734091 | +| GuardedDevirtualization.TwoClassVirtual.Call(testInput: pB = 1.00) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/GuardedDevirtualization.TwoClassVirtual.Call%28testInput%3A%20pB%20%3D%201.00%29.html) | -32.52% | 0.666435 | 0.449731 | +| LinqBenchmarks.Order00LinqMethodX | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/LinqBenchmarks.Order00LinqMethodX.html) | -32.44% | 68781936.595238 | 46470904.380952 | +| LinqBenchmarks.Order00LinqQueryX | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/LinqBenchmarks.Order00LinqQueryX.html) | -31.75% | 68503227.380952 | 46750756.654762 | +| Microsoft.Extensions.Logging.FormattingOverhead.FourArguments_EnumerableArgument | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/Microsoft.Extensions.Logging.FormattingOverhead.FourArguments_EnumerableArgument.html) | -39.65% | 751.879779 | 453.724319 | +| Microsoft.Extensions.Primitives.StringSegmentBenchmark.TrimStart | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/Microsoft.Extensions.Primitives.StringSegmentBenchmark.TrimStart.html) | -38.19% | 8.579498 | 5.303048 | +| SciMark2.kernel.benchSparseMult | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/SciMark2.kernel.benchSparseMult.html) | -31.52% | 613954530.357143 | 420457056.339286 | +| System.Buffers.Tests.ReadOnlySequenceTests.IterateForEachSingleSegment | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Buffers.Tests.ReadOnlySequenceTests%28Byte%29.IterateForEachSingleSegment.html) | -38.56% | 12.562750 | 7.718093 | +| System.Buffers.Tests.ReadOnlySequenceTests.IterateTryGetSingleSegment | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Buffers.Tests.ReadOnlySequenceTests%28Byte%29.IterateTryGetSingleSegment.html) | -37.78% | 14.165975 | 8.813448 | +| System.Buffers.Tests.ReadOnlySequenceTests.FirstArray | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Buffers.Tests.ReadOnlySequenceTests%28Char%29.FirstArray.html) | -39.02% | 7.182362 | 4.379987 | +| System.Buffers.Tests.ReadOnlySequenceTests.IterateTryGetSingleSegment | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Buffers.Tests.ReadOnlySequenceTests%28Char%29.IterateTryGetSingleSegment.html) | -37.46% | 14.018451 | 8.767746 | +| System.Buffers.Text.Tests.Utf8FormatterTests.FormatterInt32(value: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Buffers.Text.Tests.Utf8FormatterTests.FormatterInt32%28value%3A%204%29.html) | -37.06% | 5.240984 | 3.298745 | +| System.Buffers.Text.Tests.Utf8ParserTests.TryParseByte(value: 0) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Buffers.Text.Tests.Utf8ParserTests.TryParseByte%28value%3A%200%29.html) | -32.07% | 4.462277 | 3.031408 | +| System.Buffers.Text.Tests.Utf8ParserTests.TryParseDateTimeOffset(value: 12/30/2017 3:45:22 AM -08:00) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Buffers.Text.Tests.Utf8ParserTests.TryParseDateTimeOffset%28value%3A%2012/30/2017%203%3A45%3A22%20AM%20-08%3A00%29.html) | -32.71% | 10.329467 | 6.950521 | +| System.Buffers.Text.Tests.Utf8ParserTests.TryParseInt64(value: 12345) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Buffers.Text.Tests.Utf8ParserTests.TryParseInt64%28value%3A%2012345%29.html) | -30.48% | 6.175952 | 4.293294 | +| System.Buffers.Text.Tests.Utf8ParserTests.TryParseUInt64(value: 0) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Buffers.Text.Tests.Utf8ParserTests.TryParseUInt64%28value%3A%200%29.html) | -38.13% | 3.260986 | 2.017703 | +| System.Buffers.Text.Tests.Utf8ParserTests.TryParseUInt64(value: 12345) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Buffers.Text.Tests.Utf8ParserTests.TryParseUInt64%28value%3A%2012345%29.html) | -39.65% | 6.226697 | 3.757649 | +| System.Collections.Concurrent.IsEmpty.Queue(Size: 0) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.Concurrent.IsEmpty%28Int32%29.Queue%28Size%3A%200%29.html) | -36.08% | 5.477574 | 3.501201 | +| System.Collections.Concurrent.IsEmpty.Queue(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.Concurrent.IsEmpty%28Int32%29.Queue%28Size%3A%20512%29.html) | -32.36% | 4.503569 | 3.046309 | +| System.Collections.ContainsTrue.ImmutableArray(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.ContainsTrue%28Int32%29.ImmutableArray%28Size%3A%20512%29.html) | -31.49% | 15971.965043 | 10943.034902 | +| System.Collections.IndexerSet.Dictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.IndexerSet%28Int32%29.Dictionary%28Size%3A%20512%29.html) | -38.25% | 2552.013911 | 1575.945314 | +| System.Collections.IterateForEach.ImmutableHashSet(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.IterateForEach%28String%29.ImmutableHashSet%28Size%3A%20512%29.html) | -32.79% | 23736.358243 | 15952.720480 | +| System.Collections.Tests.Add_Remove_SteadyState.ConcurrentBag(Count: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.Tests.Add_Remove_SteadyState%28Int32%29.ConcurrentBag%28Count%3A%20512%29.html) | -35.24% | 27.318473 | 17.691990 | +| System.Collections.Tests.Add_Remove_SteadyState.ImmutableQueue(Count: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.Tests.Add_Remove_SteadyState%28Int32%29.ImmutableQueue%28Count%3A%20512%29.html) | -37.43% | 36.076240 | 22.572961 | +| System.Collections.Tests.Add_Remove_SteadyState.ImmutableQueue(Count: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.Tests.Add_Remove_SteadyState%28String%29.ImmutableQueue%28Count%3A%20512%29.html) | -37.01% | 38.638175 | 24.336302 | +| System.Collections.Tests.DictionarySequentialKeys.ContainsKey_3k_Int_32ByteValue | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.Tests.DictionarySequentialKeys.ContainsKey_3k_Int_32ByteValue.html) | -31.18% | 3.759482 | 2.587149 | +| System.Collections.Tests.DictionarySequentialKeys.ContainsValue_3k_Int_Int | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.Tests.DictionarySequentialKeys.ContainsValue_3k_Int_Int.html) | -33.42% | 3.982769 | 2.651767 | +| System.Collections.Tests.DictionarySequentialKeys.TryGetValue_3k_Int_32ByteRefsValue | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.Tests.DictionarySequentialKeys.TryGetValue_3k_Int_32ByteRefsValue.html) | -31.19% | 3.850726 | 2.649513 | +| System.Collections.Tests.DictionarySequentialKeys.TryGetValue_3k_Int_32ByteValue | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.Tests.DictionarySequentialKeys.TryGetValue_3k_Int_32ByteValue.html) | -36.21% | 3.967617 | 2.530866 | +| System.Collections.Tests.DictionarySequentialKeys.TryGetValue_3k_Int_Int | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.Tests.DictionarySequentialKeys.TryGetValue_3k_Int_Int.html) | -34.73% | 3.720229 | 2.428375 | +| System.Collections.Tests.Perf_BitArray.BitArrayByteArrayCtor(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.Tests.Perf_BitArray.BitArrayByteArrayCtor%28Size%3A%20512%29.html) | -31.97% | 186.964840 | 127.185714 | +| System.Collections.Tests.Perf_BitArray.BitArrayCopyToBoolArray(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.Tests.Perf_BitArray.BitArrayCopyToBoolArray%28Size%3A%20512%29.html) | -31.04% | 181.746757 | 125.337868 | +| System.Collections.Tests.Perf_BitArray.BitArraySetLengthShrink(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.Tests.Perf_BitArray.BitArraySetLengthShrink%28Size%3A%20512%29.html) | -31.94% | 186.185279 | 126.725860 | +| System.Collections.Tests.Perf_PriorityQueue.Enumerate(Size: 100) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.Tests.Perf_PriorityQueue%28Guid%2C%20Guid%29.Enumerate%28Size%3A%20100%29.html) | -32.59% | 64.815602 | 43.693685 | +| System.Collections.TryGetValueFalse.Dictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.TryGetValueFalse%28Int32%2C%20Int32%29.Dictionary%28Size%3A%20512%29.html) | -37.21% | 1947.161253 | 1222.601003 | +| System.Collections.TryGetValueFalse.IDictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.TryGetValueFalse%28Int32%2C%20Int32%29.IDictionary%28Size%3A%20512%29.html) | -33.58% | 1986.705868 | 1319.668905 | +| System.Collections.TryGetValueTrue.IDictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.TryGetValueTrue%28Int32%2C%20Int32%29.IDictionary%28Size%3A%20512%29.html) | -39.90% | 2391.554247 | 1437.375816 | +| System.Globalization.Tests.StringSearch.LastIndexOf_Word_NotFound(Options: (en-US, IgnoreCase, False)) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Globalization.Tests.StringSearch.LastIndexOf_Word_NotFound%28Options%3A%20%28en-US%2C%20IgnoreCase%2C%20False%29%29.html) | -35.77% | 911.989419 | 585.778758 | +| System.IO.MemoryMappedFiles.Tests.Perf_MemoryMappedFile.CreateNew(capacity: 1000000) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.IO.MemoryMappedFiles.Tests.Perf_MemoryMappedFile.CreateNew%28capacity%3A%201000000%29.html) | -39.80% | 8162.675948 | 4913.667903 | +| System.IO.Pipelines.Tests.Perf_Pipe.SyncReadAsync | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.IO.Pipelines.Tests.Perf_Pipe.SyncReadAsync.html) | -33.10% | 620836.705335 | 415359.793557 | +| System.IO.Pipelines.Tests.Perf_Pipe.SyncReadAsyncWithCancellationToken | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.IO.Pipelines.Tests.Perf_Pipe.SyncReadAsyncWithCancellationToken.html) | -32.89% | 628418.710982 | 421733.973973 | +| System.IO.Tests.UnmanagedMemoryStreamTests.ReadAsArrays | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.IO.Tests.UnmanagedMemoryStreamTests.ReadAsArrays.html) | -38.98% | 663.852050 | 405.105329 | +| System.Linq.Tests.Perf_Enumerable.Contains_ElementNotFound(input: IEnumerable) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Linq.Tests.Perf_Enumerable.Contains_ElementNotFound%28input%3A%20IEnumerable%29.html) | -34.99% | 214.159665 | 139.215151 | +| System.Linq.Tests.Perf_Enumerable.LastWithPredicate_FirstElementMatches(input: IList) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Linq.Tests.Perf_Enumerable.LastWithPredicate_FirstElementMatches%28input%3A%20IList%29.html) | -32.39% | 6.493154 | 4.389805 | +| System.Linq.Tests.Perf_Enumerable.Sum(input: IEnumerable) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Linq.Tests.Perf_Enumerable.Sum%28input%3A%20IEnumerable%29.html) | -33.44% | 206.491827 | 137.440569 | +| System.Linq.Tests.Perf_Enumerable.WhereLast_LastElementMatches(input: List) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Linq.Tests.Perf_Enumerable.WhereLast_LastElementMatches%28input%3A%20List%29.html) | -31.79% | 22.076524 | 15.058017 | +| System.Memory.Constructors.ArrayAsMemory | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Memory.Constructors%28String%29.ArrayAsMemory.html) | -31.77% | 5.277911 | 3.601204 | +| System.Memory.Constructors.ArrayAsMemoryStartLength | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Memory.Constructors%28String%29.ArrayAsMemoryStartLength.html) | -37.19% | 5.556425 | 3.490050 | +| System.Memory.Span.BinarySearch(Size: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Memory.Span%28Byte%29.BinarySearch%28Size%3A%204%29.html) | -31.46% | 4.237211 | 2.904175 | +| System.Memory.Span.Fill(Size: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Memory.Span%28Byte%29.Fill%28Size%3A%204%29.html) | -34.86% | 2.873830 | 1.871960 | +| System.Memory.Span.SequenceCompareTo(Size: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Memory.Span%28Byte%29.SequenceCompareTo%28Size%3A%204%29.html) | -37.18% | 6.138923 | 3.856355 | +| System.Memory.Span.Fill(Size: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Memory.Span%28Char%29.Fill%28Size%3A%204%29.html) | -37.27% | 2.994483 | 1.878425 | +| System.Memory.Span.SequenceEqual(Size: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Memory.Span%28Char%29.SequenceEqual%28Size%3A%204%29.html) | -37.43% | 3.897321 | 2.438494 | +| System.Memory.Span.SequenceCompareToDifferent(Size: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Memory.Span%28Int32%29.SequenceCompareToDifferent%28Size%3A%204%29.html) | -38.48% | 3.399728 | 2.091564 | +| System.Memory.Span.SequenceCompareToDifferent(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Memory.Span%28Int32%29.SequenceCompareToDifferent%28Size%3A%20512%29.html) | -38.94% | 3.422048 | 2.089590 | +| System.Net.Http.Tests.SocketsHttpHandlerPerfTest.Get(ssl: True, chunkedResponse: False, responseLength: 100000) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Net.Http.Tests.SocketsHttpHandlerPerfTest.Get%28ssl%3A%20True%2C%20chunkedResponse%3A%20False%2C%20responseLength%3A%20100000%29.html) | -36.28% | 7490885.100266 | 4772918.816770 | +| System.Net.Primitives.Tests.CredentialCacheTests.GetCredential_HostPort(host: "notfound", hostPortCount: 10) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Net.Primitives.Tests.CredentialCacheTests.GetCredential_HostPort%28host%3A%20%22notfound%22%2C%20hostPortCount%3A%2010%29.html) | -34.01% | 41.532484 | 27.406522 | +| System.Numerics.Tests.Perf_BigInteger.Subtract(arguments: 16,16 bits) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tests.Perf_BigInteger.Subtract%28arguments%3A%2016%2C16%20bits%29.html) | -37.39% | 5.765165 | 3.609691 | +| System.Numerics.Tests.Perf_Matrix4x4.GetDeterminantBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tests.Perf_Matrix4x4.GetDeterminantBenchmark.html) | -33.81% | 9.208116 | 6.094945 | +| System.Numerics.Tests.Perf_VectorOf.GetHashCodeBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28Byte%29.GetHashCodeBenchmark.html) | -33.70% | 73.254783 | 48.565012 | +| System.Numerics.Tests.Perf_VectorOf.OnesComplementOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28Byte%29.OnesComplementOperatorBenchmark.html) | -37.54% | 2.257258 | 1.409932 | +| System.Numerics.Tests.Perf_VectorOf.GetHashCodeBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28Int16%29.GetHashCodeBenchmark.html) | -32.77% | 39.263418 | 26.395975 | +| System.Numerics.Tests.Perf_VectorOf.OnesComplementBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28Int32%29.OnesComplementBenchmark.html) | -36.76% | 2.229883 | 1.410152 | +| System.Numerics.Tests.Perf_VectorOf.SquareRootBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28Int32%29.SquareRootBenchmark.html) | -30.66% | 18.140418 | 12.578086 | +| System.Numerics.Tests.Perf_VectorOf.SquareRootBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28Int64%29.SquareRootBenchmark.html) | -30.03% | 10.762265 | 7.530684 | +| System.Numerics.Tests.Perf_VectorOf.GetHashCodeBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28SByte%29.GetHashCodeBenchmark.html) | -32.43% | 73.456292 | 49.634338 | +| System.Numerics.Tests.Perf_VectorOf.BitwiseAndOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28Single%29.BitwiseAndOperatorBenchmark.html) | -36.86% | 2.230527 | 1.408428 | +| System.Numerics.Tests.Perf_VectorOf.MultiplyOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28Single%29.MultiplyOperatorBenchmark.html) | -35.67% | 2.224155 | 1.430718 | +| System.Numerics.Tests.Perf_VectorOf.GetHashCodeBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28UInt16%29.GetHashCodeBenchmark.html) | -30.09% | 38.702570 | 27.058463 | +| System.Numerics.Tests.Perf_VectorOf.GreaterThanOrEqualBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28UInt16%29.GreaterThanOrEqualBenchmark.html) | -37.67% | 2.241099 | 1.396947 | +| System.Numerics.Tests.Perf_VectorOf.SquareRootBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28UInt32%29.SquareRootBenchmark.html) | -36.87% | 20.883251 | 13.183100 | +| System.Numerics.Tests.Perf_VectorOf.NegateBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28UInt64%29.NegateBenchmark.html) | -37.50% | 2.236772 | 1.397877 | +| System.Numerics.Tests.Perf_VectorOf.OneBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28UInt64%29.OneBenchmark.html) | -37.20% | 2.230792 | 1.401038 | +| System.Reflection.Invoke.Field_Get_class | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Reflection.Invoke.Field_Get_class.html) | -35.81% | 6.879544 | 4.416032 | +| System.Reflection.Invoke.Method0_NoParms | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Reflection.Invoke.Method0_NoParms.html) | -32.33% | 11.268592 | 7.625215 | +| System.Reflection.Invoke.Property_Get_int | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Reflection.Invoke.Property_Get_int.html) | -31.46% | 16.648860 | 11.410386 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.GetHashCodeBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Byte%29.GetHashCodeBenchmark.html) | -33.69% | 39.340144 | 26.085023 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.SquareRootBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Int16%29.SquareRootBenchmark.html) | -32.54% | 24.718711 | 16.676222 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.GetHashCodeBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28SByte%29.GetHashCodeBenchmark.html) | -35.63% | 40.251474 | 25.909556 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.SquareRootBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28UInt16%29.SquareRootBenchmark.html) | -32.10% | 24.629311 | 16.722250 | +| System.Tests.Perf_Array.IndexOfChar | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Array.IndexOfChar.html) | -31.78% | 5.972266 | 4.074077 | +| System.Tests.Perf_Array.IndexOfShort | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Array.IndexOfShort.html) | -35.77% | 6.271739 | 4.028232 | +| System.Tests.Perf_DateTimeOffset.ToString(format: "r") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_DateTimeOffset.ToString%28format%3A%20%22r%22%29.html) | -30.55% | 36.377595 | 25.264504 | +| System.Tests.Perf_DateTimeOffset.ToString(format: "s") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_DateTimeOffset.ToString%28format%3A%20%22s%22%29.html) | -31.58% | 28.243803 | 19.323826 | +| System.Tests.Perf_DateTimeOffset.op_Subtraction | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_DateTimeOffset.op_Subtraction.html) | -35.23% | 2.168951 | 1.404841 | +| System.Tests.Perf_Decimal.Divide | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Decimal.Divide.html) | -33.39% | 55.328473 | 36.852632 | +| System.Tests.Perf_Decimal.Round | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Decimal.Round.html) | -33.24% | 14.255738 | 9.517205 | +| System.Tests.Perf_Enum.IsDefined_Generic_NonFlags | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Enum.IsDefined_Generic_NonFlags.html) | -37.24% | 3.735596 | 2.344587 | +| System.Tests.Perf_Guid.TryWriteBytes | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Guid.TryWriteBytes.html) | -34.13% | 2.232601 | 1.470549 | +| System.Tests.Perf_Random.NextBytes_span_unseeded | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Random.NextBytes_span_unseeded.html) | -30.61% | 172.431732 | 119.642685 | +| System.Tests.Perf_Random.NextBytes_unseeded | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Random.NextBytes_unseeded.html) | -30.91% | 173.722228 | 120.018653 | +| System.Tests.Perf_Type.GetType_InvalidName | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Type.GetType_InvalidName.html) | -35.82% | 627.277239 | 402.574931 | +| System.Tests.Perf_UInt64.TryParseHex(value: "0") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_UInt64.TryParseHex%28value%3A%20%220%22%29.html) | -31.54% | 7.632654 | 5.225231 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromUtf8Bytes(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28Int32%29.DeserializeFromUtf8Bytes%28Mode%3A%20Reflection%29.html) | -31.07% | 62.588483 | 43.141691 | +| System.Text.Json.Tests.Perf_Guids.WriteGuids(Formatted: False, SkipValidation: False) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Guids.WriteGuids%28Formatted%3A%20False%2C%20SkipValidation%3A%20False%29.html) | -30.69% | 1188786.336748 | 823923.165790 | +| System.Text.Json.Tests.Perf_Guids.WriteGuids(Formatted: False, SkipValidation: True) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Guids.WriteGuids%28Formatted%3A%20False%2C%20SkipValidation%3A%20True%29.html) | -38.51% | 1177278.148709 | 723859.539606 | +| System.Text.Perf_Ascii.Equals_Bytes(Size: 6) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Perf_Ascii.Equals_Bytes%28Size%3A%206%29.html) | -32.21% | 7.216645 | 4.892439 | +| System.Text.Perf_Ascii.Equals_Chars(Size: 6) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Perf_Ascii.Equals_Chars%28Size%3A%206%29.html) | -30.89% | 7.207020 | 4.980506 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Common.OneNodeBacktracking(Options: Compiled) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.RegularExpressions.Tests.Perf_Regex_Common.OneNodeBacktracking%28Options%3A%20Compiled%29.html) | -30.84% | N/A | N/A | +| System.Text.RegularExpressions.Tests.Perf_Regex_Industry_RustLang_Sherlock.Count(Pattern: "Sherlock Holmes", Options: None) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.RegularExpressions.Tests.Perf_Regex_Industry_RustLang_Sherlock.Count%28Pattern%3A%20%22Sherlock%20Holmes%22%2C%20Options%3A%20None%29.html) | -38.43% | 71849.387288 | 44240.624240 | +| System.Text.Tests.Perf_StringBuilder.Insert_Primitives | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Tests.Perf_StringBuilder.Insert_Primitives.html) | -35.29% | 23798.897781 | 15399.580196 | +| System.Xml.Linq.Perf_XName.NonEmptyNameSpaceToString | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Xml.Linq.Perf_XName.NonEmptyNameSpaceToString.html) | -30.10% | 25.983838 | 18.162032 | + +## 25-30% Improvement (96 tests) + +| Test Name | Link | Change % | .NET 9 | .NET 10 | +|-----------|------|----------|--------|-------| +| ArrayDeAbstraction.foreach_static_array_via_interface_property_in_loop | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/ArrayDeAbstraction.foreach_static_array_via_interface_property_in_loop.html) | -29.97% | 1284.180617 | 899.319406 | +| ArrayDeAbstraction.foreach_static_readonly_array_via_interface_property_in_loop | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/ArrayDeAbstraction.foreach_static_readonly_array_via_interface_property_in_loop.html) | -29.90% | 1280.519419 | 897.591571 | +| BilinearTest.Interpol_Scalar | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/BilinearTest.Interpol_Scalar.html) | -28.32% | 10291.207175 | 7376.446222 | +| Exceptions.Handling.ThrowAndCatch(kind: ReflectionHardware) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/Exceptions.Handling.ThrowAndCatch%28kind%3A%20ReflectionHardware%29.html) | -28.83% | 11597.770207 | 8254.342378 | +| Exceptions.Handling.ThrowAndCatch_ManyCatchBlocks(kind: ReflectionHardware) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/Exceptions.Handling.ThrowAndCatch_ManyCatchBlocks%28kind%3A%20ReflectionHardware%29.html) | -29.35% | 11909.278481 | 8413.681488 | +| Exceptions.Handling.TryAndCatchDeep_CaugtAtTheTop(kind: Software) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/Exceptions.Handling.TryAndCatchDeep_CaugtAtTheTop%28kind%3A%20Software%29.html) | -29.34% | 8342.075549 | 5894.635081 | +| GuardedDevirtualization.ThreeClassInterface.Call(testInput: pB=0.33 pD=0.67) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/GuardedDevirtualization.ThreeClassInterface.Call%28testInput%3A%20pB%3D0.33%20pD%3D0.67%29.html) | -27.93% | 1.653723 | 1.191869 | +| GuardedDevirtualization.ThreeClassVirtual.Call(testInput: pB=0.33 pD=0.00) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/GuardedDevirtualization.ThreeClassVirtual.Call%28testInput%3A%20pB%3D0.33%20pD%3D0.00%29.html) | -28.65% | 1.291893 | 0.921701 | +| GuardedDevirtualization.ThreeClassVirtual.Call(testInput: pB=0.33 pD=0.33) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/GuardedDevirtualization.ThreeClassVirtual.Call%28testInput%3A%20pB%3D0.33%20pD%3D0.33%29.html) | -25.45% | 2.919210 | 2.176246 | +| GuardedDevirtualization.TwoClassInterface.Call(testInput: pB = 0.50) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/GuardedDevirtualization.TwoClassInterface.Call%28testInput%3A%20pB%20%3D%200.50%29.html) | -27.94% | 1.799157 | 1.296483 | +| GuardedDevirtualization.TwoClassInterface.Call(testInput: pB = 0.60) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/GuardedDevirtualization.TwoClassInterface.Call%28testInput%3A%20pB%20%3D%200.60%29.html) | -28.51% | 1.712066 | 1.224014 | +| GuardedDevirtualization.TwoClassInterface.Call(testInput: pB = 0.80) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/GuardedDevirtualization.TwoClassInterface.Call%28testInput%3A%20pB%20%3D%200.80%29.html) | -26.62% | 1.117509 | 0.820061 | +| GuardedDevirtualization.TwoClassVirtual.Call(testInput: pB = 0.30) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/GuardedDevirtualization.TwoClassVirtual.Call%28testInput%3A%20pB%20%3D%200.30%29.html) | -26.98% | 1.264391 | 0.923317 | +| GuardedDevirtualization.TwoClassVirtual.Call(testInput: pB = 0.60) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/GuardedDevirtualization.TwoClassVirtual.Call%28testInput%3A%20pB%20%3D%200.60%29.html) | -25.19% | 1.326248 | 0.992196 | +| PerfLabTests.BlockCopyPerf.CallBlockCopy(numElements: 10) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/PerfLabTests.BlockCopyPerf.CallBlockCopy%28numElements%3A%2010%29.html) | -25.82% | 7.360486 | 5.460053 | +| PerfLabTests.BlockCopyPerf.CallBlockCopy(numElements: 100) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/PerfLabTests.BlockCopyPerf.CallBlockCopy%28numElements%3A%20100%29.html) | -25.39% | 9.435391 | 7.039994 | +| PerfLabTests.GetMember.GetMethod1 | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/PerfLabTests.GetMember.GetMethod1.html) | -27.62% | 58256.794739 | 42163.651347 | +| PerfLabTests.GetMember.GetMethod2 | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/PerfLabTests.GetMember.GetMethod2.html) | -26.24% | 116431.624481 | 85875.040695 | +| System.Buffers.Tests.ReadOnlySequenceTests.IterateGetPositionMemory | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Buffers.Tests.ReadOnlySequenceTests%28Char%29.IterateGetPositionMemory.html) | -29.13% | 31.972378 | 22.657933 | +| System.Buffers.Tests.ReadOnlySequenceTests.IterateGetPositionSingleSegment | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Buffers.Tests.ReadOnlySequenceTests%28Char%29.IterateGetPositionSingleSegment.html) | -28.01% | 26.244040 | 18.891848 | +| System.Buffers.Tests.SearchValuesCharTests.IndexOfAnyExcept(Values: "abcdefABCDEF0123456789Ü") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Buffers.Tests.SearchValuesCharTests.IndexOfAnyExcept%28Values%3A%20%22abcdefABCDEF0123456789%C3%9C%22%29.html) | -29.68% | 10.941129 | 7.693585 | +| System.Buffers.Text.Tests.Utf8FormatterTests.FormatterInt32(value: -2147483648) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Buffers.Text.Tests.Utf8FormatterTests.FormatterInt32%28value%3A%20-2147483648%29.html) | -29.68% | 11.878183 | 8.352261 | +| System.Buffers.Text.Tests.Utf8ParserTests.TryParseInt16(value: 0) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Buffers.Text.Tests.Utf8ParserTests.TryParseInt16%28value%3A%200%29.html) | -27.38% | 4.397579 | 3.193509 | +| System.Buffers.Text.Tests.Utf8ParserTests.TryParseUInt16(value: 0) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Buffers.Text.Tests.Utf8ParserTests.TryParseUInt16%28value%3A%200%29.html) | -28.96% | 4.163056 | 2.957560 | +| System.Buffers.Text.Tests.Utf8ParserTests.TryParseUInt32(value: 0) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Buffers.Text.Tests.Utf8ParserTests.TryParseUInt32%28value%3A%200%29.html) | -25.68% | 4.012895 | 2.982336 | +| System.Collections.ContainsFalse.ImmutableList(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.ContainsFalse%28Int32%29.ImmutableList%28Size%3A%20512%29.html) | -26.02% | 690033.216276 | 510475.206756 | +| System.Collections.ContainsTrue.ImmutableList(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.ContainsTrue%28Int32%29.ImmutableList%28Size%3A%20512%29.html) | -25.00% | 342899.317505 | 257159.918074 | +| System.Collections.ContainsTrue.Queue(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.ContainsTrue%28Int32%29.Queue%28Size%3A%20512%29.html) | -25.58% | 15123.521676 | 11254.556436 | +| System.Collections.ContainsTrueComparer.FrozenSet(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.ContainsTrueComparer%28Int32%29.FrozenSet%28Size%3A%20512%29.html) | -25.86% | 2087.216425 | 1547.537531 | +| System.Collections.CtorFromCollection.HashSet(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.CtorFromCollection%28Int32%29.HashSet%28Size%3A%20512%29.html) | -25.21% | 3655.963722 | 2734.239010 | +| System.Collections.Perf_Frozen.ToFrozenSet(Count: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.Perf_Frozen%28Int16%29.ToFrozenSet%28Count%3A%204%29.html) | -26.75% | 113.132593 | 82.867289 | +| System.Collections.Perf_Frozen.ToFrozenSet(Count: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.Perf_Frozen%28NotKnownComparable%29.ToFrozenSet%28Count%3A%204%29.html) | -29.73% | 102.565699 | 72.072760 | +| System.Collections.Tests.DictionarySequentialKeys.ContainsKey_17_Int_32ByteValue | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.Tests.DictionarySequentialKeys.ContainsKey_17_Int_32ByteValue.html) | -27.91% | 3.477518 | 2.507092 | +| System.Collections.Tests.DictionarySequentialKeys.ContainsKey_3k_Int_32ByteRefsValue | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.Tests.DictionarySequentialKeys.ContainsKey_3k_Int_32ByteRefsValue.html) | -28.71% | 3.542983 | 2.525651 | +| System.Collections.Tests.Perf_BitArray.BitArrayLeftShift(Size: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.Tests.Perf_BitArray.BitArrayLeftShift%28Size%3A%204%29.html) | -29.17% | 5.054198 | 3.579715 | +| System.Collections.Tests.Perf_BitArray.BitArraySetLengthGrow(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.Tests.Perf_BitArray.BitArraySetLengthGrow%28Size%3A%20512%29.html) | -25.48% | 248.815570 | 185.419340 | +| System.Collections.Tests.Perf_PriorityQueue.K_Max_Elements(Size: 1000) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.Tests.Perf_PriorityQueue%28Int32%2C%20Int32%29.K_Max_Elements%28Size%3A%201000%29.html) | -28.32% | 2045.772829 | 1466.456789 | +| System.Linq.Tests.Perf_Enumerable.Zip(input: IEnumerable) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Linq.Tests.Perf_Enumerable.Zip%28input%3A%20IEnumerable%29.html) | -27.91% | 630.319862 | 454.414629 | +| System.MathBenchmarks.Single.Exp | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.MathBenchmarks.Single.Exp.html) | -26.43% | 20660.512773 | 15199.740908 | +| System.MathBenchmarks.Single.ExpM1 | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.MathBenchmarks.Single.ExpM1.html) | -26.15% | 21884.577405 | 16160.757662 | +| System.Memory.ReadOnlySpan.IndexOfString(input: "Hello WorldbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbareallyreallylongHello WorldbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbareallyreallylongHello Worldbbbbbbbbbbbbbbbbbbb... | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Memory.ReadOnlySpan.IndexOfString%28input%3A%20%22Hello%20WorldbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbareallyreallylongHello%20WorldbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbareallyreallylongHello%20Worldbbbbbbbbbbbbbbbbbbb.html) | -25.38% | 9.957838 | 7.430943 | +| System.Memory.ReadOnlySpan.IndexOfString(input: "Hello WorldbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbareallyreallylongHello WorldbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbareallyreallylongHello Worldbbbbbbbbbbbbbbbbbb... | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Memory.ReadOnlySpan.IndexOfString%28input%3A%20%22Hello%20WorldbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbareallyreallylongHello%20WorldbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbareallyreallylongHello%20Worldbbbbbbbbbbbbbbbbbb.html) | -27.71% | 10.108697 | 7.308059 | +| System.Memory.Slice.MemorySpanStartLength | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Memory.Slice%28Byte%29.MemorySpanStartLength.html) | -27.25% | 2.182669 | 1.587851 | +| System.Memory.Slice.ReadOnlyMemorySpanStartLength | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Memory.Slice%28Byte%29.ReadOnlyMemorySpanStartLength.html) | -26.06% | 2.114257 | 1.563334 | +| System.Memory.Span.Clear(Size: 33) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Memory.Span%28Byte%29.Clear%28Size%3A%2033%29.html) | -27.84% | 3.848380 | 2.776908 | +| System.Memory.Span.LastIndexOfValue(Size: 33) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Memory.Span%28Byte%29.LastIndexOfValue%28Size%3A%2033%29.html) | -25.68% | 3.530052 | 2.623516 | +| System.Memory.Span.Reverse(Size: 33) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Memory.Span%28Byte%29.Reverse%28Size%3A%2033%29.html) | -25.91% | 4.676035 | 3.464650 | +| System.Memory.Span.StartsWith(Size: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Memory.Span%28Char%29.StartsWith%28Size%3A%204%29.html) | -27.93% | 3.811087 | 2.746784 | +| System.Memory.Span.BinarySearch(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Memory.Span%28Int32%29.BinarySearch%28Size%3A%20512%29.html) | -28.04% | 19.005304 | 13.676792 | +| System.Memory.Span.Fill(Size: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Memory.Span%28Int32%29.Fill%28Size%3A%204%29.html) | -29.53% | 2.848354 | 2.007311 | +| System.Memory.Span.IndexOfValue(Size: 33) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Memory.Span%28Int32%29.IndexOfValue%28Size%3A%2033%29.html) | -25.39% | 4.775512 | 3.562994 | +| System.Net.Http.Tests.SocketsHttpHandlerPerfTest.Get_EnumerateHeaders_Validated(ssl: True, chunkedResponse: True, responseLength: 100000) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Net.Http.Tests.SocketsHttpHandlerPerfTest.Get_EnumerateHeaders_Validated%28ssl%3A%20True%2C%20chunkedResponse%3A%20True%2C%20responseLength%3A%20100000%29.html) | -26.14% | N/A | N/A | +| System.Net.Primitives.Tests.CredentialCacheTests.GetCredential_HostPort(host: "name5", hostPortCount: 10) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Net.Primitives.Tests.CredentialCacheTests.GetCredential_HostPort%28host%3A%20%22name5%22%2C%20hostPortCount%3A%2010%29.html) | -25.33% | 50.546357 | 37.744253 | +| System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives.Sinh(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives%28Single%29.Sinh%28BufferLength%3A%20128%29.html) | -27.47% | 181.782857 | 131.844672 | +| System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives.Sinh(BufferLength: 3079) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives%28Single%29.Sinh%28BufferLength%3A%203079%29.html) | -26.65% | 3887.290818 | 2851.395959 | +| System.Numerics.Tests.Perf_VectorConvert.Convert_double_long | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorConvert.Convert_double_long.html) | -27.88% | 8626.502226 | 6221.355249 | +| System.Reflection.Invoke.Field_Set_class | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Reflection.Invoke.Field_Set_class.html) | -29.26% | 25.764394 | 18.224920 | +| System.Reflection.Invoke.Field_Set_int | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Reflection.Invoke.Field_Set_int.html) | -28.46% | 12.849973 | 9.193394 | +| System.Reflection.Invoke.Method0_NoParms_MethodInvoker | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Reflection.Invoke.Method0_NoParms_MethodInvoker.html) | -29.33% | 8.784190 | 6.207501 | +| System.Reflection.Invoke.Property_Get_class | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Reflection.Invoke.Property_Get_class.html) | -26.09% | 13.278829 | 9.814133 | +| System.Tests.Perf_Char.Char_IsLower(input: "Good afternoon, Constable!") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Char.Char_IsLower%28input%3A%20%22Good%20afternoon%2C%20Constable%21%22%29.html) | -25.01% | 25.984523 | 19.484792 | +| System.Tests.Perf_DateTime.GetNow | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_DateTime.GetNow.html) | -29.63% | 96.061068 | 67.595827 | +| System.Tests.Perf_DateTimeOffset.GetNow | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_DateTimeOffset.GetNow.html) | -29.34% | 99.012490 | 69.964103 | +| System.Tests.Perf_Guid.GuidToString | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Guid.GuidToString.html) | -25.38% | 20.319391 | 15.161708 | +| System.Tests.Perf_Int128.TryFormat(value: 170141183460469231731687303715884105727) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Int128.TryFormat%28value%3A%20170141183460469231731687303715884105727%29.html) | -25.59% | 128.805544 | 95.841113 | +| System.Tests.Perf_Random.Next_int | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Random.Next_int.html) | -28.14% | 5.624935 | 4.041909 | +| System.Tests.Perf_Random.Next_int_int | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Random.Next_int_int.html) | -27.87% | 5.870572 | 4.234351 | +| System.Tests.Perf_String.TrimStart(s: "Test") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_String.TrimStart%28s%3A%20%22Test%22%29.html) | -27.78% | 5.704917 | 4.120363 | +| System.Tests.Perf_Type.GetType_FullyQualifiedNames(input: typeof(System.Int32&)) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Type.GetType_FullyQualifiedNames%28input%3A%20typeof%28System.Int32%26%29%29.html) | -27.10% | 1164.018579 | 848.563724 | +| System.Tests.Perf_Type.GetType_FullyQualifiedNames(input: typeof(System.Int32*)) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Type.GetType_FullyQualifiedNames%28input%3A%20typeof%28System.Int32%2A%29%29.html) | -26.06% | 1136.482014 | 840.287892 | +| System.Tests.Perf_Type.GetType_FullyQualifiedNames(input: typeof(System.Int32[,])) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Type.GetType_FullyQualifiedNames%28input%3A%20typeof%28System.Int32%5B%2C%5D%29%29.html) | -25.40% | 1174.899828 | 876.476523 | +| System.Tests.Perf_Type.GetType_FullyQualifiedNames(input: typeof(System.Int32[])) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Type.GetType_FullyQualifiedNames%28input%3A%20typeof%28System.Int32%5B%5D%29%29.html) | -25.54% | 1125.590337 | 838.163889 | +| System.Tests.Perf_Type.GetType_FullyQualifiedNames(input: typeof(System.Tests.Nested)) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Type.GetType_FullyQualifiedNames%28input%3A%20typeof%28System.Tests.Nested%29%29.html) | -25.91% | 1086.799967 | 805.212139 | +| System.Tests.Perf_Type.GetType_FullyQualifiedNames(input: typeof(int)) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Type.GetType_FullyQualifiedNames%28input%3A%20typeof%28int%29%29.html) | -26.05% | 1010.833941 | 747.537521 | +| System.Tests.Perf_Type.GetType_NonFullyQualifiedNames(input: "System.Int32") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Type.GetType_NonFullyQualifiedNames%28input%3A%20%22System.Int32%22%29.html) | -26.33% | 971.033987 | 715.337841 | +| System.Tests.Perf_Type.GetType_NonFullyQualifiedNames(input: "System.Int32*") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Type.GetType_NonFullyQualifiedNames%28input%3A%20%22System.Int32%2A%22%29.html) | -25.56% | 1056.448949 | 786.408943 | +| System.Tests.Perf_UInt32.TryParseHex(value: "3039") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_UInt32.TryParseHex%28value%3A%20%223039%22%29.html) | -29.04% | 11.414035 | 8.098842 | +| System.Tests.Perf_Uri.GetComponents | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Uri.GetComponents.html) | -25.23% | 25.933832 | 19.389644 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromUtf8Bytes(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28Int32%29.DeserializeFromUtf8Bytes%28Mode%3A%20SourceGen%29.html) | -29.09% | 60.970551 | 43.232464 | +| System.Text.Json.Serialization.Tests.WriteJson>.SerializeToUtf8Bytes(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28Dictionary%28String%2C%20String%29%29.SerializeToUtf8Bytes%28Mode%3A%20Reflection%29.html) | -25.19% | 6148.444484 | 4599.556120 | +| System.Text.Json.Serialization.Tests.WriteJson>.SerializeToWriter(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28Dictionary%28String%2C%20String%29%29.SerializeToWriter%28Mode%3A%20Reflection%29.html) | -26.44% | 5911.231028 | 4348.523966 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToWriter(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28Int32%29.SerializeToWriter%28Mode%3A%20Reflection%29.html) | -25.37% | 35.594139 | 26.563635 | +| System.Text.Json.Tests.Perf_Get.GetUInt64 | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Get.GetUInt64.html) | -27.90% | 469.548199 | 338.559048 | +| System.Text.Json.Tests.Perf_Reader.ReadReturnBytes(IsDataCompact: True, TestCase: Json400B) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Reader.ReadReturnBytes%28IsDataCompact%3A%20True%2C%20TestCase%3A%20Json400B%29.html) | -25.62% | 560.584563 | 416.946627 | +| System.Text.Json.Tests.Perf_Reader.ReadReturnBytes(IsDataCompact: True, TestCase: Json40KB) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Reader.ReadReturnBytes%28IsDataCompact%3A%20True%2C%20TestCase%3A%20Json40KB%29.html) | -28.02% | 42668.540937 | 30714.005119 | +| System.Text.Json.Tests.Perf_Reader.ReadReturnBytes(IsDataCompact: True, TestCase: Json4KB) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Reader.ReadReturnBytes%28IsDataCompact%3A%20True%2C%20TestCase%3A%20Json4KB%29.html) | -25.94% | 4077.244876 | 3019.504596 | +| System.Text.Json.Tests.Perf_Reader.ReadReturnBytes(IsDataCompact: True, TestCase: LotsOfStrings) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Reader.ReadReturnBytes%28IsDataCompact%3A%20True%2C%20TestCase%3A%20LotsOfStrings%29.html) | -28.03% | 1089.648570 | 784.192668 | +| System.Text.Json.Tests.Perf_Reader.ReadSpanEmptyLoop(IsDataCompact: True, TestCase: Json4KB) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Reader.ReadSpanEmptyLoop%28IsDataCompact%3A%20True%2C%20TestCase%3A%20Json4KB%29.html) | -26.55% | 3399.934052 | 2497.132199 | +| System.Text.Json.Tests.Perf_Strings.WriteStringsUtf16(Formatted: False, SkipValidation: True, Escaped: NoneEscaped) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Strings.WriteStringsUtf16%28Formatted%3A%20False%2C%20SkipValidation%3A%20True%2C%20Escaped%3A%20NoneEscaped%29.html) | -25.39% | 5970588.385204 | 4454646.231293 | +| System.Text.Json.Tests.Utf8JsonReaderCommentsTests.Utf8JsonReaderCommentParsing(CommentHandling: Allow, SegmentSize: 100, TestCase: ShortSingleLine) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Tests.Utf8JsonReaderCommentsTests.Utf8JsonReaderCommentParsing%28CommentHandling%3A%20Allow%2C%20SegmentSize%3A%20100%2C%20TestCase%3A%20ShortSingleLine%29.html) | -26.04% | 95.230840 | 70.432853 | +| System.Text.Perf_Ascii.Equals_Bytes_Chars(Size: 6) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Perf_Ascii.Equals_Bytes_Chars%28Size%3A%206%29.html) | -27.26% | 7.268246 | 5.286643 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Industry_RustLang_Sherlock.Count(Pattern: "Sherlock Holmes", Options: NonBacktracking) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.RegularExpressions.Tests.Perf_Regex_Industry_RustLang_Sherlock.Count%28Pattern%3A%20%22Sherlock%20Holmes%22%2C%20Options%3A%20NonBacktracking%29.html) | -28.11% | 66035.653103 | 47473.663515 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Industry_RustLang_Sherlock.Count(Pattern: "The", Options: None) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.RegularExpressions.Tests.Perf_Regex_Industry_RustLang_Sherlock.Count%28Pattern%3A%20%22The%22%2C%20Options%3A%20None%29.html) | -28.47% | 109949.340959 | 78644.138069 | +| System.Threading.Tasks.ValueTaskPerfTest.Copy_PassAsArgumentAndReturn_FromResult | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Threading.Tasks.ValueTaskPerfTest.Copy_PassAsArgumentAndReturn_FromResult.html) | -26.02% | 4.613177 | 3.412738 | +| System.Xml.Linq.Perf_XElement.GetAttribute | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Xml.Linq.Perf_XElement.GetAttribute.html) | -28.71% | 19.757139 | 14.085069 | +| System.Xml.Linq.Perf_XName.CreateElement | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Xml.Linq.Perf_XName.CreateElement.html) | -27.21% | 20.621300 | 15.010086 | + +## 20-25% Improvement (193 tests) + +| Test Name | Link | Change % | .NET 9 | .NET 10 | +|-----------|------|----------|--------|-------| +| BenchmarksGame.BinaryTrees_2.RunBench | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/BenchmarksGame.BinaryTrees_2.RunBench.html) | -24.98% | 113219694.232143 | 84932967.010204 | +| BenchmarksGame.FannkuchRedux_5.RunBench(n: 10, expectedSum: 38) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/BenchmarksGame.FannkuchRedux_5.RunBench%28n%3A%2010%2C%20expectedSum%3A%2038%29.html) | -22.11% | 27383632.498016 | 21328305.260317 | +| BenchmarksGame.KNucleotide_1.RunBench | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/BenchmarksGame.KNucleotide_1.RunBench.html) | -22.81% | 244830458.178571 | 188977350.160714 | +| Benchstone.BenchI.Ackermann.Test | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/Benchstone.BenchI.Ackermann.Test.html) | -23.34% | 2539.246330 | 1946.622662 | +| Benchstone.MDBenchI.MDGeneralArray.Test2 | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/Benchstone.MDBenchI.MDGeneralArray.Test2.html) | -24.67% | 16096937.929563 | 12125497.260913 | +| Burgers.Test2 | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/Burgers.Test2.html) | -22.32% | 198275085.821429 | 154027703.232143 | +| ByteMark.BenchStringSort | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/ByteMark.BenchStringSort.html) | -23.98% | 1645269435.920000 | 1250732130.840000 | +| Exceptions.Handling.ThrowAndCatchDeep(kind: Hardware) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/Exceptions.Handling.ThrowAndCatchDeep%28kind%3A%20Hardware%29.html) | -20.77% | 9451.903564 | 7488.698071 | +| GuardedDevirtualization.ThreeClassInterface.Call(testInput: pB=0.67 pD=0.00) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/GuardedDevirtualization.ThreeClassInterface.Call%28testInput%3A%20pB%3D0.67%20pD%3D0.00%29.html) | -21.82% | 1.416079 | 1.107118 | +| Microsoft.Extensions.DependencyInjection.ActivatorUtilitiesBenchmark.Factory_3Injected | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/Microsoft.Extensions.DependencyInjection.ActivatorUtilitiesBenchmark.Factory_3Injected.html) | -22.05% | 41.338697 | 32.223254 | +| Microsoft.Extensions.DependencyInjection.GetService.Singleton | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/Microsoft.Extensions.DependencyInjection.GetService.Singleton.html) | -23.50% | 12.531507 | 9.587145 | +| Microsoft.Extensions.Primitives.StringSegmentBenchmark.TrimEnd | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/Microsoft.Extensions.Primitives.StringSegmentBenchmark.TrimEnd.html) | -20.60% | 8.987411 | 7.135663 | +| PerfLabTests.GetMember.GetField | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/PerfLabTests.GetMember.GetField.html) | -22.00% | 39817.029249 | 31058.951296 | +| PerfLabTests.GetMember.GetMethod3 | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/PerfLabTests.GetMember.GetMethod3.html) | -24.97% | 176352.812877 | 132310.132467 | +| PerfLabTests.GetMember.GetMethod4 | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/PerfLabTests.GetMember.GetMethod4.html) | -21.28% | 235680.761442 | 185537.824838 | +| System.Buffers.Tests.SearchValuesByteTests.Contains(Values: "abcdefABCDEF0123456789") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Buffers.Tests.SearchValuesByteTests.Contains%28Values%3A%20%22abcdefABCDEF0123456789%22%29.html) | -20.85% | 2.926201 | 2.316148 | +| System.Buffers.Tests.SearchValuesCharTests.LastIndexOfAnyExcept(Values: "abcdefABCDEF0123456789Ü") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Buffers.Tests.SearchValuesCharTests.LastIndexOfAnyExcept%28Values%3A%20%22abcdefABCDEF0123456789%C3%9C%22%29.html) | -22.63% | 9.822738 | 7.599435 | +| System.Buffers.Text.Tests.Utf8FormatterTests.FormatterDouble(value: 12345) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Buffers.Text.Tests.Utf8FormatterTests.FormatterDouble%28value%3A%2012345%29.html) | -21.36% | 99.153126 | 77.970006 | +| System.Buffers.Text.Tests.Utf8FormatterTests.FormatterInt32(value: 12345) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Buffers.Text.Tests.Utf8FormatterTests.FormatterInt32%28value%3A%2012345%29.html) | -20.64% | 7.057099 | 5.600237 | +| System.Buffers.Text.Tests.Utf8ParserTests.TryParseUInt64Hex(value: 3039) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Buffers.Text.Tests.Utf8ParserTests.TryParseUInt64Hex%28value%3A%203039%29.html) | -23.02% | 7.013672 | 5.399469 | +| System.Collections.ContainsKeyFalse.Dictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.ContainsKeyFalse%28Int32%2C%20Int32%29.Dictionary%28Size%3A%20512%29.html) | -20.45% | 2021.014217 | 1607.725539 | +| System.Collections.ContainsKeyFalse.IDictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.ContainsKeyFalse%28Int32%2C%20Int32%29.IDictionary%28Size%3A%20512%29.html) | -20.99% | 2095.807811 | 1655.996797 | +| System.Collections.ContainsTrue.Array(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.ContainsTrue%28Int32%29.Array%28Size%3A%20512%29.html) | -24.23% | 15352.523862 | 11632.598884 | +| System.Collections.CtorDefaultSize.SortedList | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.CtorDefaultSize%28String%29.SortedList.html) | -22.71% | 24.058685 | 18.595466 | +| System.Collections.CtorDefaultSizeNonGeneric.Hashtable | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.CtorDefaultSizeNonGeneric.Hashtable.html) | -20.83% | 21.047376 | 16.663541 | +| System.Collections.CtorFromCollection.ConcurrentStack(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.CtorFromCollection%28Int32%29.ConcurrentStack%28Size%3A%20512%29.html) | -23.34% | 3291.222391 | 2522.984020 | +| System.Collections.CtorFromCollection.FrozenDictionaryOptimized(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.CtorFromCollection%28Int32%29.FrozenDictionaryOptimized%28Size%3A%20512%29.html) | -22.23% | 20572.217244 | 15998.381153 | +| System.Collections.CtorFromCollection.FrozenSet(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.CtorFromCollection%28Int32%29.FrozenSet%28Size%3A%20512%29.html) | -21.37% | 32180.514407 | 25302.553774 | +| System.Collections.CtorFromCollection.ImmutableStack(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.CtorFromCollection%28Int32%29.ImmutableStack%28Size%3A%20512%29.html) | -24.41% | 3247.038062 | 2454.476642 | +| System.Collections.IndexerSet.Dictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.IndexerSet%28String%29.Dictionary%28Size%3A%20512%29.html) | -22.72% | 9542.709444 | 7374.481833 | +| System.Collections.IterateForEachNonGeneric.Queue(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.IterateForEachNonGeneric%28String%29.Queue%28Size%3A%20512%29.html) | -24.55% | 2291.923816 | 1729.285921 | +| System.Collections.Perf_DefaultFrozenDictionary.ToFrozenDictionary(Count: 1000) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.Perf_DefaultFrozenDictionary.ToFrozenDictionary%28Count%3A%201000%29.html) | -20.15% | 61696.924587 | 49266.972961 | +| System.Collections.Perf_Frozen.ToFrozenDictionary(Count: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.Perf_Frozen%28NotKnownComparable%29.ToFrozenDictionary%28Count%3A%20512%29.html) | -20.35% | 30642.158685 | 24407.405651 | +| System.Collections.Perf_Frozen.ToFrozenDictionary(Count: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.Perf_Frozen%28ReferenceType%29.ToFrozenDictionary%28Count%3A%20512%29.html) | -20.15% | 34854.062214 | 27832.445529 | +| System.Collections.Perf_LengthBucketsFrozenDictionary.ToFrozenDictionary(Count: 10, ItemsPerBucket: 5) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.Perf_LengthBucketsFrozenDictionary.ToFrozenDictionary%28Count%3A%2010%2C%20ItemsPerBucket%3A%205%29.html) | -24.75% | 225.981665 | 170.056887 | +| System.Collections.Perf_LengthBucketsFrozenDictionary.ToFrozenDictionary(Count: 100, ItemsPerBucket: 5) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.Perf_LengthBucketsFrozenDictionary.ToFrozenDictionary%28Count%3A%20100%2C%20ItemsPerBucket%3A%205%29.html) | -22.18% | 1317.076235 | 1025.008240 | +| System.Collections.Perf_LengthBucketsFrozenDictionary.ToFrozenDictionary(Count: 1000, ItemsPerBucket: 5) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.Perf_LengthBucketsFrozenDictionary.ToFrozenDictionary%28Count%3A%201000%2C%20ItemsPerBucket%3A%205%29.html) | -20.35% | 12415.291621 | 9888.998195 | +| System.Collections.Tests.Add_Remove_SteadyState.ImmutableStack(Count: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.Tests.Add_Remove_SteadyState%28Int32%29.ImmutableStack%28Count%3A%20512%29.html) | -21.53% | 12.127353 | 9.516087 | +| System.Collections.Tests.Add_Remove_SteadyState.ImmutableStack(Count: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.Tests.Add_Remove_SteadyState%28String%29.ImmutableStack%28Count%3A%20512%29.html) | -24.96% | 13.566638 | 10.180116 | +| System.Collections.Tests.Add_Remove_SteadyState.Stack(Count: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.Tests.Add_Remove_SteadyState%28String%29.Stack%28Count%3A%20512%29.html) | -22.32% | 6.321467 | 4.910782 | +| System.Collections.Tests.DictionarySequentialKeys.ContainsKey_17_Int_32ByteRefsValue | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.Tests.DictionarySequentialKeys.ContainsKey_17_Int_32ByteRefsValue.html) | -24.58% | 3.322040 | 2.505486 | +| System.Collections.Tests.Perf_BitArray.BitArrayAnd(Size: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.Tests.Perf_BitArray.BitArrayAnd%28Size%3A%204%29.html) | -23.35% | 6.337279 | 4.857402 | +| System.Collections.Tests.Perf_BitArray.BitArrayOr(Size: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.Tests.Perf_BitArray.BitArrayOr%28Size%3A%204%29.html) | -23.30% | 6.323309 | 4.849792 | +| System.Collections.Tests.Perf_BitArray.BitArrayXor(Size: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.Tests.Perf_BitArray.BitArrayXor%28Size%3A%204%29.html) | -23.61% | 6.349695 | 4.850290 | +| System.Collections.Tests.Perf_PriorityQueue.Enumerate(Size: 100) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.Tests.Perf_PriorityQueue%28Int32%2C%20Int32%29.Enumerate%28Size%3A%20100%29.html) | -20.25% | 55.190266 | 44.015009 | +| System.Collections.Tests.Perf_PriorityQueue.Enumerate(Size: 1000) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.Tests.Perf_PriorityQueue%28String%2C%20String%29.Enumerate%28Size%3A%201000%29.html) | -24.89% | 1745.054543 | 1310.692638 | +| System.Collections.TryGetValueFalse.IDictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.TryGetValueFalse%28SmallClass%2C%20SmallClass%29.IDictionary%28Size%3A%20512%29.html) | -24.37% | 5438.587241 | 4113.431611 | +| System.Collections.TryGetValueTrue.Dictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.TryGetValueTrue%28SmallClass%2C%20SmallClass%29.Dictionary%28Size%3A%20512%29.html) | -20.47% | 7588.021674 | 6034.777808 | +| System.ComponentModel.Tests.Perf_TypeDescriptorTests.GetConverter(typeToConvert: typeof(System.ComponentModel.Tests.ClassWithNoConverter)) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.ComponentModel.Tests.Perf_TypeDescriptorTests.GetConverter%28typeToConvert%3A%20typeof%28System.ComponentModel.Tests.ClassWithNoConverter%29%29.html) | -20.14% | 74.544311 | 59.529746 | +| System.ComponentModel.Tests.Perf_TypeDescriptorTests.GetConverter(typeToConvert: typeof(System.ComponentModel.Tests.DerivedClass)) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.ComponentModel.Tests.Perf_TypeDescriptorTests.GetConverter%28typeToConvert%3A%20typeof%28System.ComponentModel.Tests.DerivedClass%29%29.html) | -20.81% | 90.814895 | 71.919249 | +| System.ComponentModel.Tests.Perf_TypeDescriptorTests.GetConverter(typeToConvert: typeof(System.ComponentModel.Tests.SomeEnum)) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.ComponentModel.Tests.Perf_TypeDescriptorTests.GetConverter%28typeToConvert%3A%20typeof%28System.ComponentModel.Tests.SomeEnum%29%29.html) | -22.97% | 127.379705 | 98.116573 | +| System.ComponentModel.Tests.Perf_TypeDescriptorTests.GetConverter(typeToConvert: typeof(System.ComponentModel.Tests.SomeValueType?)) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.ComponentModel.Tests.Perf_TypeDescriptorTests.GetConverter%28typeToConvert%3A%20typeof%28System.ComponentModel.Tests.SomeValueType%3F%29%29.html) | -21.88% | 91.406202 | 71.404565 | +| System.ComponentModel.Tests.Perf_TypeDescriptorTests.GetConverter(typeToConvert: typeof(System.Enum)) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.ComponentModel.Tests.Perf_TypeDescriptorTests.GetConverter%28typeToConvert%3A%20typeof%28System.Enum%29%29.html) | -21.25% | 90.801283 | 71.504457 | +| System.ComponentModel.Tests.Perf_TypeDescriptorTests.GetConverter(typeToConvert: typeof(System.Guid)) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.ComponentModel.Tests.Perf_TypeDescriptorTests.GetConverter%28typeToConvert%3A%20typeof%28System.Guid%29%29.html) | -22.64% | 92.832227 | 71.812888 | +| System.ComponentModel.Tests.Perf_TypeDescriptorTests.GetConverter(typeToConvert: typeof(int)) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.ComponentModel.Tests.Perf_TypeDescriptorTests.GetConverter%28typeToConvert%3A%20typeof%28int%29%29.html) | -23.86% | 89.482653 | 68.132337 | +| System.ComponentModel.Tests.Perf_TypeDescriptorTests.GetConverter(typeToConvert: typeof(int?)) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.ComponentModel.Tests.Perf_TypeDescriptorTests.GetConverter%28typeToConvert%3A%20typeof%28int%3F%29%29.html) | -23.28% | 89.841393 | 68.928911 | +| System.IO.Tests.BinaryReaderTests.DefaultCtor | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.IO.Tests.BinaryReaderTests.DefaultCtor.html) | -22.76% | 15.164779 | 11.713537 | +| System.IO.Tests.BinaryWriterTests.WriteAsciiChar | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.IO.Tests.BinaryWriterTests.WriteAsciiChar.html) | -20.01% | 4.533421 | 3.626128 | +| System.IO.Tests.BinaryWriterTests.WriteUInt16 | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.IO.Tests.BinaryWriterTests.WriteUInt16.html) | -21.74% | 3.378566 | 2.644031 | +| System.IO.Tests.Perf_File.WriteAllBytes(size: 1048576) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.IO.Tests.Perf_File.WriteAllBytes%28size%3A%201048576%29.html) | -21.24% | N/A | N/A | +| System.IO.Tests.Perf_StreamWriter.WriteString(writeLength: 2) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.IO.Tests.Perf_StreamWriter.WriteString%28writeLength%3A%202%29.html) | -22.66% | 88647624.776786 | 68561441.000000 | +| System.Linq.Tests.Perf_Enumerable.Aggregate_Seed(input: IEnumerable) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Linq.Tests.Perf_Enumerable.Aggregate_Seed%28input%3A%20IEnumerable%29.html) | -22.13% | 187.292561 | 145.836804 | +| System.Linq.Tests.Perf_Enumerable.AnyWithPredicate_LastElementMatches(input: IOrderedEnumerable) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Linq.Tests.Perf_Enumerable.AnyWithPredicate_LastElementMatches%28input%3A%20IOrderedEnumerable%29.html) | -21.25% | 1449.959403 | 1141.905935 | +| System.Linq.Tests.Perf_Enumerable.AnyWithPredicate_LastElementMatches(input: List) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Linq.Tests.Perf_Enumerable.AnyWithPredicate_LastElementMatches%28input%3A%20List%29.html) | -22.22% | 47.762499 | 37.151621 | +| System.Linq.Tests.Perf_Enumerable.SelectToArray(input: IEnumerable) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Linq.Tests.Perf_Enumerable.SelectToArray%28input%3A%20IEnumerable%29.html) | -22.31% | 341.799328 | 265.557324 | +| System.Linq.Tests.Perf_Enumerable.SelectToList(input: IEnumerable) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Linq.Tests.Perf_Enumerable.SelectToList%28input%3A%20IEnumerable%29.html) | -23.25% | 346.363185 | 265.837615 | +| System.Linq.Tests.Perf_Enumerable.Skip_One(input: IEnumerable) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Linq.Tests.Perf_Enumerable.Skip_One%28input%3A%20IEnumerable%29.html) | -21.32% | 383.401724 | 301.655973 | +| System.Linq.Tests.Perf_Enumerable.TakeLastHalf(input: List) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Linq.Tests.Perf_Enumerable.TakeLastHalf%28input%3A%20List%29.html) | -21.89% | 364.493403 | 284.701227 | +| System.MathBenchmarks.Single.Exp10M1 | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.MathBenchmarks.Single.Exp10M1.html) | -21.84% | 41849.810620 | 32709.083423 | +| System.MathBenchmarks.Single.Exp2M1 | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.MathBenchmarks.Single.Exp2M1.html) | -21.31% | 41870.025827 | 32948.642329 | +| System.MathBenchmarks.Single.Pow | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.MathBenchmarks.Single.Pow.html) | -20.61% | 42226.261306 | 33524.296226 | +| System.Memory.Constructors.ReadOnlySpanFromMemory | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Memory.Constructors%28Byte%29.ReadOnlySpanFromMemory.html) | -21.37% | 2.656135 | 2.088546 | +| System.Memory.Constructors.SpanFromMemory | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Memory.Constructors%28Byte%29.SpanFromMemory.html) | -20.43% | 2.663282 | 2.119279 | +| System.Memory.ReadOnlySequence.Slice_StartPosition(Segment: Single) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Memory.ReadOnlySequence.Slice_StartPosition%28Segment%3A%20Single%29.html) | -20.84% | 6.362605 | 5.036471 | +| System.Memory.ReadOnlySequence.Slice_Start_And_EndPosition(Segment: Single) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Memory.ReadOnlySequence.Slice_Start_And_EndPosition%28Segment%3A%20Single%29.html) | -20.08% | 6.063668 | 4.846263 | +| System.Memory.ReadOnlySequence.Slice_Start_And_Length(Segment: Single) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Memory.ReadOnlySequence.Slice_Start_And_Length%28Segment%3A%20Single%29.html) | -20.76% | 6.196627 | 4.910460 | +| System.Memory.ReadOnlySpan.IndexOfString(input: "StrIng", value: "string", comparisonType: OrdinalIgnoreCase) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Memory.ReadOnlySpan.IndexOfString%28input%3A%20%22StrIng%22%2C%20value%3A%20%22string%22%2C%20comparisonType%3A%20OrdinalIgnoreCase%29.html) | -21.58% | 14.064563 | 11.028831 | +| System.Memory.Span.IndexOfAnyFiveValues(Size: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Memory.Span%28Byte%29.IndexOfAnyFiveValues%28Size%3A%204%29.html) | -20.48% | 8.644082 | 6.873839 | +| System.Memory.Span.IndexOfAnyFourValues(Size: 33) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Memory.Span%28Byte%29.IndexOfAnyFourValues%28Size%3A%2033%29.html) | -23.70% | 5.865941 | 4.475804 | +| System.Memory.Span.IndexOfAnyFourValues(Size: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Memory.Span%28Byte%29.IndexOfAnyFourValues%28Size%3A%204%29.html) | -23.65% | 7.373487 | 5.629697 | +| System.Memory.Span.IndexOfValue(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Memory.Span%28Byte%29.IndexOfValue%28Size%3A%20512%29.html) | -24.99% | 8.548924 | 6.412588 | +| System.Memory.Span.Reverse(Size: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Memory.Span%28Byte%29.Reverse%28Size%3A%204%29.html) | -23.17% | 4.854052 | 3.729503 | +| System.Memory.Span.SequenceEqual(Size: 33) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Memory.Span%28Byte%29.SequenceEqual%28Size%3A%2033%29.html) | -20.28% | 4.766102 | 3.799348 | +| System.Memory.Span.SequenceEqual(Size: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Memory.Span%28Byte%29.SequenceEqual%28Size%3A%204%29.html) | -20.05% | 3.229169 | 2.581786 | +| System.Memory.Span.IndexOfAnyTwoValues(Size: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Memory.Span%28Char%29.IndexOfAnyTwoValues%28Size%3A%204%29.html) | -23.45% | 5.028157 | 3.848894 | +| System.Memory.Span.IndexOfValue(Size: 33) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Memory.Span%28Char%29.IndexOfValue%28Size%3A%2033%29.html) | -23.93% | 4.656864 | 3.542520 | +| System.Memory.Span.IndexOfValue(Size: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Memory.Span%28Char%29.IndexOfValue%28Size%3A%204%29.html) | -21.46% | 4.305985 | 3.381828 | +| System.Memory.Span.IndexOfValue(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Memory.Span%28Char%29.IndexOfValue%28Size%3A%20512%29.html) | -23.52% | 14.860848 | 11.365433 | +| System.Memory.Span.LastIndexOfValue(Size: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Memory.Span%28Char%29.LastIndexOfValue%28Size%3A%204%29.html) | -24.55% | 2.550546 | 1.924358 | +| System.Memory.Span.Reverse(Size: 33) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Memory.Span%28Char%29.Reverse%28Size%3A%2033%29.html) | -21.60% | 4.249989 | 3.331798 | +| System.Memory.Span.Reverse(Size: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Memory.Span%28Char%29.Reverse%28Size%3A%204%29.html) | -23.18% | 3.719608 | 2.857280 | +| System.Memory.Span.StartsWith(Size: 33) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Memory.Span%28Char%29.StartsWith%28Size%3A%2033%29.html) | -24.67% | 4.984851 | 3.755326 | +| System.Memory.Span.BinarySearch(Size: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Memory.Span%28Int32%29.BinarySearch%28Size%3A%204%29.html) | -24.50% | 6.895806 | 5.206629 | +| System.Memory.Span.Clear(Size: 33) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Memory.Span%28Int32%29.Clear%28Size%3A%2033%29.html) | -20.89% | 4.848578 | 3.835750 | +| System.Net.Primitives.Tests.CredentialCacheTests.ForEach(uriCount: 0, hostPortCount: 10) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Net.Primitives.Tests.CredentialCacheTests.ForEach%28uriCount%3A%200%2C%20hostPortCount%3A%2010%29.html) | -21.82% | 105.822137 | 82.732179 | +| System.Net.Primitives.Tests.CredentialCacheTests.ForEach(uriCount: 10, hostPortCount: 10) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Net.Primitives.Tests.CredentialCacheTests.ForEach%28uriCount%3A%2010%2C%20hostPortCount%3A%2010%29.html) | -24.02% | 201.893727 | 153.407746 | +| System.Net.Primitives.Tests.IPAddressPerformanceTests.Ctor_Bytes(address: [143, 24, 20, 36]) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Net.Primitives.Tests.IPAddressPerformanceTests.Ctor_Bytes%28address%3A%20%5B143%2C%2024%2C%2020%2C%2036%5D%29.html) | -21.05% | 10.556388 | 8.333949 | +| System.Net.Primitives.Tests.IPAddressPerformanceTests.Ctor_Span(address: [143, 24, 20, 36]) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Net.Primitives.Tests.IPAddressPerformanceTests.Ctor_Span%28address%3A%20%5B143%2C%2024%2C%2020%2C%2036%5D%29.html) | -22.59% | 11.142496 | 8.624977 | +| System.Net.Primitives.Tests.IPAddressPerformanceTests.Ctor_Span(address: [16, 32, 48, 64, 80, ...]) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Net.Primitives.Tests.IPAddressPerformanceTests.Ctor_Span%28address%3A%20%5B16%2C%2032%2C%2048%2C%2064%2C%2080%2C%20...%5D%29.html) | -20.42% | 17.356503 | 13.813039 | +| System.Net.Primitives.Tests.IPAddressPerformanceTests.GetAddressBytes(address: 1020:3040:5060:7080:9010:1112:1314:1516) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Net.Primitives.Tests.IPAddressPerformanceTests.GetAddressBytes%28address%3A%201020%3A3040%3A5060%3A7080%3A9010%3A1112%3A1314%3A1516%29.html) | -22.21% | 10.757749 | 8.368349 | +| System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives.Ieee754Remainder_ScalarDividend(BufferLength: 3079) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives%28Double%29.Ieee754Remainder_ScalarDividend%28BufferLength%3A%203079%29.html) | -20.14% | 45790.621173 | 36567.186477 | +| System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives.Sinh(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives%28Double%29.Sinh%28BufferLength%3A%20128%29.html) | -21.39% | 314.851411 | 247.500904 | +| System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives.Sinh(BufferLength: 3079) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives%28Double%29.Sinh%28BufferLength%3A%203079%29.html) | -22.23% | 7068.973502 | 5497.865326 | +| System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives.Ieee754Remainder_ScalarDividend(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives%28Single%29.Ieee754Remainder_ScalarDividend%28BufferLength%3A%20128%29.html) | -22.07% | 1233.385408 | 961.235120 | +| System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives.Pow_ScalarBase(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives%28Single%29.Pow_ScalarBase%28BufferLength%3A%20128%29.html) | -20.88% | 1052.438969 | 832.646566 | +| System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives.Pow_ScalarBase(BufferLength: 3079) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives%28Single%29.Pow_ScalarBase%28BufferLength%3A%203079%29.html) | -22.42% | 25331.514830 | 19651.578696 | +| System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives.Pow_ScalarExponent(BufferLength: 3079) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives%28Single%29.Pow_ScalarExponent%28BufferLength%3A%203079%29.html) | -20.28% | 24526.951685 | 19553.089268 | +| System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives.Pow_Vectors(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives%28Single%29.Pow_Vectors%28BufferLength%3A%20128%29.html) | -20.63% | 1051.277445 | 834.422509 | +| System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives.Pow_Vectors(BufferLength: 3079) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives%28Single%29.Pow_Vectors%28BufferLength%3A%203079%29.html) | -22.27% | 25075.181876 | 19490.705559 | +| System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives.BitwiseAnd_Scalar(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives%28Double%29.BitwiseAnd_Scalar%28BufferLength%3A%20128%29.html) | -21.47% | 17.887414 | 14.046430 | +| System.Numerics.Tests.Perf_BigInteger.ToStringX(numberString: 123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678... | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tests.Perf_BigInteger.ToStringX%28numberString%3A%20123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678.html) | -21.43% | 306.215484 | 240.602145 | +| System.Numerics.Tests.Perf_Matrix4x4.CreateFromScalars | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tests.Perf_Matrix4x4.CreateFromScalars.html) | -20.64% | 11.507505 | 9.132095 | +| System.Numerics.Tests.Perf_VectorConvert.Convert_double_ulong | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorConvert.Convert_double_ulong.html) | -21.11% | 10156.801315 | 8012.907320 | +| System.Numerics.Tests.Perf_VectorOf.DivideBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28Int16%29.DivideBenchmark.html) | -20.81% | 37.160450 | 29.425700 | +| System.Reflection.Attributes.GetCustomAttributesClassMissInherit | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Reflection.Attributes.GetCustomAttributesClassMissInherit.html) | -21.11% | 192.784445 | 152.095077 | +| System.Reflection.Attributes.GetCustomAttributesMethodBaseMissInherit | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Reflection.Attributes.GetCustomAttributesMethodBaseMissInherit.html) | -21.03% | 115.924003 | 91.549909 | +| System.Reflection.Invoke.Ctor0_ActivatorCreateInstance_NoParams | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Reflection.Invoke.Ctor0_ActivatorCreateInstance_NoParams.html) | -24.30% | 8.134114 | 6.157253 | +| System.Reflection.Invoke.Property_Set_class | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Reflection.Invoke.Property_Set_class.html) | -21.71% | 15.287495 | 11.969295 | +| System.Reflection.Invoke.Property_Set_int | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Reflection.Invoke.Property_Set_int.html) | -20.07% | 19.246030 | 15.384244 | +| System.Reflection.Invoke.StaticMethod4_ByRefParams_int_string_struct_class_MethodInvoker | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Reflection.Invoke.StaticMethod4_ByRefParams_int_string_struct_class_MethodInvoker.html) | -24.01% | 140.169007 | 106.512297 | +| System.Reflection.Invoke.StaticMethod5_ByRefParams_int_string_struct_class_bool_MethodInvoker | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Reflection.Invoke.StaticMethod5_ByRefParams_int_string_struct_class_bool_MethodInvoker.html) | -23.77% | 238.929499 | 182.136798 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.GetHashCodeBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28UInt32%29.GetHashCodeBenchmark.html) | -20.46% | 11.108515 | 8.835973 | +| System.Tests.Perf_Char.Char_ToUpper(c: '你', cultureName: zh-Hans) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Char.Char_ToUpper%28c%3A%20%27%E4%BD%A0%27%2C%20cultureName%3A%20zh-Hans%29.html) | -20.02% | 15.448272 | 12.354975 | +| System.Tests.Perf_Guid.ParseExactD | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Guid.ParseExactD.html) | -24.56% | 29.144226 | 21.985575 | +| System.Tests.Perf_Random.Next_long | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Random.Next_long.html) | -21.86% | 28.686683 | 22.415943 | +| System.Tests.Perf_Random.Next_long_long | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Random.Next_long_long.html) | -22.26% | 34.793236 | 27.049666 | +| System.Tests.Perf_String.TrimStart_CharArr(s: "Test", c: [' ', ' ']) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_String.TrimStart_CharArr%28s%3A%20%22Test%22%2C%20c%3A%20%5B%27%20%27%2C%20%27%E2%80%85%27%5D%29.html) | -21.27% | 7.187129 | 5.658229 | +| System.Tests.Perf_Type.GetType_FullyQualifiedNames(input: typeof(System.Int32[*])) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Type.GetType_FullyQualifiedNames%28input%3A%20typeof%28System.Int32%5B%2A%5D%29%29.html) | -24.73% | 1160.999272 | 873.859967 | +| System.Tests.Perf_Type.GetType_NonFullyQualifiedNames(input: "System.Int32&") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Type.GetType_NonFullyQualifiedNames%28input%3A%20%22System.Int32%26%22%29.html) | -23.04% | 1046.381072 | 805.306794 | +| System.Tests.Perf_Type.GetType_NonFullyQualifiedNames(input: "System.Int32[*]") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Type.GetType_NonFullyQualifiedNames%28input%3A%20%22System.Int32%5B%2A%5D%22%29.html) | -24.25% | 1093.213312 | 828.106067 | +| System.Tests.Perf_Type.GetType_NonFullyQualifiedNames(input: "System.Int32[,]") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Type.GetType_NonFullyQualifiedNames%28input%3A%20%22System.Int32%5B%2C%5D%22%29.html) | -24.31% | 1080.712536 | 818.030741 | +| System.Tests.Perf_Type.GetType_NonFullyQualifiedNames(input: "System.Int32[]") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Type.GetType_NonFullyQualifiedNames%28input%3A%20%22System.Int32%5B%5D%22%29.html) | -23.17% | 1057.509347 | 812.462714 | +| System.Tests.Perf_UInt32.TryFormat(value: 4294967295) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_UInt32.TryFormat%28value%3A%204294967295%29.html) | -20.02% | 7.984914 | 6.385975 | +| System.Text.Encodings.Web.Tests.Perf_Encoders.EncodeUtf8(arguments: UnsafeRelaxed,hello "there",512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Encodings.Web.Tests.Perf_Encoders.EncodeUtf8%28arguments%3A%20UnsafeRelaxed%2Chello%20%22there%22%2C512%29.html) | -24.22% | 55.223160 | 41.847968 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromReader(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28ArrayList%29.DeserializeFromReader%28Mode%3A%20Reflection%29.html) | -20.79% | 16942.788974 | 13420.191504 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromStream(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28ArrayList%29.DeserializeFromStream%28Mode%3A%20Reflection%29.html) | -20.99% | 15489.955643 | 12239.273355 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromStream(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28ArrayList%29.DeserializeFromStream%28Mode%3A%20SourceGen%29.html) | -20.28% | 15478.033880 | 12338.398166 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromUtf8Bytes(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28ArrayList%29.DeserializeFromUtf8Bytes%28Mode%3A%20Reflection%29.html) | -20.31% | 14960.175684 | 11921.400947 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromUtf8Bytes(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28ArrayList%29.DeserializeFromUtf8Bytes%28Mode%3A%20SourceGen%29.html) | -20.40% | 14694.989187 | 11697.065506 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromString(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28Int32%29.DeserializeFromString%28Mode%3A%20Reflection%29.html) | -23.30% | 67.984217 | 52.140586 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromString(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28Int32%29.DeserializeFromString%28Mode%3A%20SourceGen%29.html) | -23.19% | 67.676826 | 51.983023 | +| System.Text.Json.Serialization.Tests.ReadJson>.DeserializeFromUtf8Bytes(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28Nullable%28DateTimeOffset%29%29.DeserializeFromUtf8Bytes%28Mode%3A%20Reflection%29.html) | -20.75% | 90.195227 | 71.477192 | +| System.Text.Json.Serialization.Tests.WriteJson>.SerializeObjectProperty(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28Dictionary%28String%2C%20String%29%29.SerializeObjectProperty%28Mode%3A%20Reflection%29.html) | -21.45% | 6580.170659 | 5168.724051 | +| System.Text.Json.Serialization.Tests.WriteJson>.SerializeToStream(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28Dictionary%28String%2C%20String%29%29.SerializeToStream%28Mode%3A%20Reflection%29.html) | -22.12% | 6367.162339 | 4958.556024 | +| System.Text.Json.Serialization.Tests.WriteJson>.SerializeToString(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28Dictionary%28String%2C%20String%29%29.SerializeToString%28Mode%3A%20Reflection%29.html) | -23.90% | 6433.452971 | 4895.603969 | +| System.Text.Json.Serialization.Tests.WriteJson>.SerializeToStream(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28HashSet%28String%29%29.SerializeToStream%28Mode%3A%20SourceGen%29.html) | -20.58% | 2768.567519 | 2198.898453 | +| System.Text.Json.Serialization.Tests.WriteJson>.SerializeObjectProperty(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28ImmutableDictionary%28String%2C%20String%29%29.SerializeObjectProperty%28Mode%3A%20Reflection%29.html) | -20.26% | 13488.965715 | 10755.758931 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToWriter(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28Int32%29.SerializeToWriter%28Mode%3A%20SourceGen%29.html) | -22.66% | 34.112560 | 26.383419 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToWriter(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28LargeStructWithProperties%29.SerializeToWriter%28Mode%3A%20Reflection%29.html) | -20.21% | 407.054139 | 324.768954 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToWriter(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28SimpleStructWithProperties%29.SerializeToWriter%28Mode%3A%20SourceGen%29.html) | -22.56% | 78.611094 | 60.876626 | +| System.Text.Json.Tests.Perf_Booleans.WriteBooleans(Formatted: True, SkipValidation: False) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Booleans.WriteBooleans%28Formatted%3A%20True%2C%20SkipValidation%3A%20False%29.html) | -20.07% | 1519625.169935 | 1214692.984477 | +| System.Text.Json.Tests.Perf_Booleans.WriteBooleans(Formatted: True, SkipValidation: True) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Booleans.WriteBooleans%28Formatted%3A%20True%2C%20SkipValidation%3A%20True%29.html) | -22.34% | 1504724.270815 | 1168520.712204 | +| System.Text.Json.Tests.Perf_Depth.ReadSpanEmptyLoop(Depth: 1) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Depth.ReadSpanEmptyLoop%28Depth%3A%201%29.html) | -21.65% | 64.249936 | 50.342595 | +| System.Text.Json.Tests.Perf_Reader.ReadMultiSpanSequenceEmptyLoop(IsDataCompact: True, TestCase: HelloWorld) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Reader.ReadMultiSpanSequenceEmptyLoop%28IsDataCompact%3A%20True%2C%20TestCase%3A%20HelloWorld%29.html) | -23.99% | 117.428841 | 89.263358 | +| System.Text.Json.Tests.Perf_Reader.ReadReturnBytes(IsDataCompact: False, TestCase: HelloWorld) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Reader.ReadReturnBytes%28IsDataCompact%3A%20False%2C%20TestCase%3A%20HelloWorld%29.html) | -24.49% | 88.774404 | 67.036803 | +| System.Text.Json.Tests.Perf_Reader.ReadReturnBytes(IsDataCompact: True, TestCase: BroadTree) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Reader.ReadReturnBytes%28IsDataCompact%3A%20True%2C%20TestCase%3A%20BroadTree%29.html) | -20.13% | 5827.764217 | 4654.862531 | +| System.Text.Json.Tests.Perf_Reader.ReadReturnBytes(IsDataCompact: True, TestCase: HelloWorld) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Reader.ReadReturnBytes%28IsDataCompact%3A%20True%2C%20TestCase%3A%20HelloWorld%29.html) | -24.69% | 77.693554 | 58.509970 | +| System.Text.Json.Tests.Perf_Reader.ReadReturnBytes(IsDataCompact: True, TestCase: LotsOfNumbers) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Reader.ReadReturnBytes%28IsDataCompact%3A%20True%2C%20TestCase%3A%20LotsOfNumbers%29.html) | -21.40% | 1881.988249 | 1479.292472 | +| System.Text.Json.Tests.Perf_Reader.ReadSingleSpanSequenceEmptyLoop(IsDataCompact: False, TestCase: HelloWorld) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Reader.ReadSingleSpanSequenceEmptyLoop%28IsDataCompact%3A%20False%2C%20TestCase%3A%20HelloWorld%29.html) | -20.91% | 85.395905 | 67.535537 | +| System.Text.Json.Tests.Perf_Reader.ReadSingleSpanSequenceEmptyLoop(IsDataCompact: True, TestCase: HelloWorld) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Reader.ReadSingleSpanSequenceEmptyLoop%28IsDataCompact%3A%20True%2C%20TestCase%3A%20HelloWorld%29.html) | -24.91% | 78.008557 | 58.574486 | +| System.Text.Json.Tests.Perf_Reader.ReadSingleSpanSequenceEmptyLoop(IsDataCompact: True, TestCase: Json400B) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Reader.ReadSingleSpanSequenceEmptyLoop%28IsDataCompact%3A%20True%2C%20TestCase%3A%20Json400B%29.html) | -22.89% | 456.220003 | 351.789532 | +| System.Text.Json.Tests.Perf_Reader.ReadSingleSpanSequenceEmptyLoop(IsDataCompact: True, TestCase: Json40KB) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Reader.ReadSingleSpanSequenceEmptyLoop%28IsDataCompact%3A%20True%2C%20TestCase%3A%20Json40KB%29.html) | -23.05% | 33123.750272 | 25487.845215 | +| System.Text.Json.Tests.Perf_Reader.ReadSingleSpanSequenceEmptyLoop(IsDataCompact: True, TestCase: Json4KB) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Reader.ReadSingleSpanSequenceEmptyLoop%28IsDataCompact%3A%20True%2C%20TestCase%3A%20Json4KB%29.html) | -22.08% | 3242.141739 | 2526.373735 | +| System.Text.Json.Tests.Perf_Reader.ReadSingleSpanSequenceEmptyLoop(IsDataCompact: True, TestCase: LotsOfNumbers) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Reader.ReadSingleSpanSequenceEmptyLoop%28IsDataCompact%3A%20True%2C%20TestCase%3A%20LotsOfNumbers%29.html) | -20.25% | 1563.166469 | 1246.577248 | +| System.Text.Json.Tests.Perf_Reader.ReadSpanEmptyLoop(IsDataCompact: False, TestCase: HelloWorld) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Reader.ReadSpanEmptyLoop%28IsDataCompact%3A%20False%2C%20TestCase%3A%20HelloWorld%29.html) | -24.96% | 76.305749 | 57.261869 | +| System.Text.Json.Tests.Perf_Reader.ReadSpanEmptyLoop(IsDataCompact: True, TestCase: BroadTree) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Reader.ReadSpanEmptyLoop%28IsDataCompact%3A%20True%2C%20TestCase%3A%20BroadTree%29.html) | -20.63% | 4844.582496 | 3845.244532 | +| System.Text.Json.Tests.Perf_Reader.ReadSpanEmptyLoop(IsDataCompact: True, TestCase: Json400B) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Reader.ReadSpanEmptyLoop%28IsDataCompact%3A%20True%2C%20TestCase%3A%20Json400B%29.html) | -23.54% | 452.049556 | 345.638054 | +| System.Text.Json.Tests.Perf_Reader.ReadSpanEmptyLoop(IsDataCompact: True, TestCase: Json40KB) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Reader.ReadSpanEmptyLoop%28IsDataCompact%3A%20True%2C%20TestCase%3A%20Json40KB%29.html) | -23.68% | 33374.786895 | 25473.277986 | +| System.Text.Json.Tests.Perf_Reader.ReadSpanEmptyLoop(IsDataCompact: True, TestCase: LotsOfNumbers) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Reader.ReadSpanEmptyLoop%28IsDataCompact%3A%20True%2C%20TestCase%3A%20LotsOfNumbers%29.html) | -22.81% | 1592.246422 | 1229.064713 | +| System.Text.Json.Tests.Perf_Strings.WriteStringsUtf16(Formatted: False, SkipValidation: False, Escaped: NoneEscaped) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Strings.WriteStringsUtf16%28Formatted%3A%20False%2C%20SkipValidation%3A%20False%2C%20Escaped%3A%20NoneEscaped%29.html) | -23.32% | 6019821.729323 | 4615907.020207 | +| System.Text.Json.Tests.Utf8JsonReaderCommentsTests.Utf8JsonReaderCommentParsing(CommentHandling: Allow, SegmentSize: 100, TestCase: ShortMultiLine) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Tests.Utf8JsonReaderCommentsTests.Utf8JsonReaderCommentParsing%28CommentHandling%3A%20Allow%2C%20SegmentSize%3A%20100%2C%20TestCase%3A%20ShortMultiLine%29.html) | -21.65% | 90.455896 | 70.869859 | +| System.Text.Json.Tests.Utf8JsonReaderCommentsTests.Utf8JsonReaderCommentParsing(CommentHandling: Skip, SegmentSize: 0, TestCase: ShortSingleLine) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Tests.Utf8JsonReaderCommentsTests.Utf8JsonReaderCommentParsing%28CommentHandling%3A%20Skip%2C%20SegmentSize%3A%200%2C%20TestCase%3A%20ShortSingleLine%29.html) | -23.11% | 77.765562 | 59.796369 | +| System.Text.Json.Tests.Utf8JsonReaderCommentsTests.Utf8JsonReaderCommentParsing(CommentHandling: Skip, SegmentSize: 100, TestCase: ShortMultiLine) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Tests.Utf8JsonReaderCommentsTests.Utf8JsonReaderCommentParsing%28CommentHandling%3A%20Skip%2C%20SegmentSize%3A%20100%2C%20TestCase%3A%20ShortMultiLine%29.html) | -20.42% | 88.631843 | 70.532648 | +| System.Text.Json.Tests.Utf8JsonReaderCommentsTests.Utf8JsonReaderCommentParsing(CommentHandling: Skip, SegmentSize: 100, TestCase: ShortSingleLine) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Tests.Utf8JsonReaderCommentsTests.Utf8JsonReaderCommentParsing%28CommentHandling%3A%20Skip%2C%20SegmentSize%3A%20100%2C%20TestCase%3A%20ShortSingleLine%29.html) | -24.21% | 93.138205 | 70.588833 | +| System.Text.Perf_Ascii.Equals_Bytes_Chars(Size: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Perf_Ascii.Equals_Bytes_Chars%28Size%3A%20128%29.html) | -22.78% | 9.230044 | 7.127117 | +| System.Text.Perf_Ascii.ToLower_Bytes(Size: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Perf_Ascii.ToLower_Bytes%28Size%3A%20128%29.html) | -20.04% | 15.393721 | 12.308984 | +| System.Text.Perf_Ascii.ToUpper_Bytes(Size: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Perf_Ascii.ToUpper_Bytes%28Size%3A%20128%29.html) | -20.27% | 15.160822 | 12.088104 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Common.Date_IsMatch(Options: Compiled) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.RegularExpressions.Tests.Perf_Regex_Common.Date_IsMatch%28Options%3A%20Compiled%29.html) | -24.26% | N/A | N/A | +| System.Text.RegularExpressions.Tests.Perf_Regex_Common.Date_IsMatch(Options: IgnoreCase, Compiled) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.RegularExpressions.Tests.Perf_Regex_Common.Date_IsMatch%28Options%3A%20IgnoreCase%2C%20Compiled%29.html) | -22.17% | 69.022247 | 53.719408 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Common.MatchesWord(Options: None) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.RegularExpressions.Tests.Perf_Regex_Common.MatchesWord%28Options%3A%20None%29.html) | -23.32% | 1116.696841 | 856.273290 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Industry_RustLang_Sherlock.Count(Pattern: "(?m)^Sherlock Holmes\|Sherlock Holmes$", Options: NonBacktracking) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.RegularExpressions.Tests.Perf_Regex_Industry_RustLang_Sherlock.Count%28Pattern%3A%20%22%28%3Fm%29%5ESherlock%20Holmes%7CSherlock%20Holmes%24%22%2C%20Options%3A%20NonBacktracking%29.html) | -23.30% | 62909.460506 | 48253.710038 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Industry_RustLang_Sherlock.Count(Pattern: "(?m)^Sherlock Holmes\|Sherlock Holmes$", Options: None) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.RegularExpressions.Tests.Perf_Regex_Industry_RustLang_Sherlock.Count%28Pattern%3A%20%22%28%3Fm%29%5ESherlock%20Holmes%7CSherlock%20Holmes%24%22%2C%20Options%3A%20None%29.html) | -24.66% | 61608.794147 | 46418.747156 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Industry_RustLang_Sherlock.Count(Pattern: "Sherlock Holmes", Options: Compiled) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.RegularExpressions.Tests.Perf_Regex_Industry_RustLang_Sherlock.Count%28Pattern%3A%20%22Sherlock%20Holmes%22%2C%20Options%3A%20Compiled%29.html) | -21.86% | 55987.393729 | 43749.227718 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Industry_RustLang_Sherlock.Count(Pattern: "Sherlock", Options: Compiled) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.RegularExpressions.Tests.Perf_Regex_Industry_RustLang_Sherlock.Count%28Pattern%3A%20%22Sherlock%22%2C%20Options%3A%20Compiled%29.html) | -21.90% | 55176.566108 | 43093.947777 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Industry_RustLang_Sherlock.Count(Pattern: "Sherlock", Options: NonBacktracking) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.RegularExpressions.Tests.Perf_Regex_Industry_RustLang_Sherlock.Count%28Pattern%3A%20%22Sherlock%22%2C%20Options%3A%20NonBacktracking%29.html) | -23.75% | 59220.421766 | 45153.595187 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Industry_RustLang_Sherlock.Count(Pattern: "Sherlock\\s+Holmes", Options: NonBacktracking) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.RegularExpressions.Tests.Perf_Regex_Industry_RustLang_Sherlock.Count%28Pattern%3A%20%22Sherlock%5C%5Cs%2BHolmes%22%2C%20Options%3A%20NonBacktracking%29.html) | -21.26% | 63476.295102 | 49982.443171 | +| System.Threading.Channels.Tests.SpscUnboundedChannelPerfTests.WriteAsyncThenReadAsync | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Threading.Channels.Tests.SpscUnboundedChannelPerfTests.WriteAsyncThenReadAsync.html) | -20.62% | 38.016120 | 30.178485 | +| System.Threading.Tasks.ValueTaskPerfTest.Copy_PassAsArgumentAndReturn_FromValueTaskSource | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Threading.Tasks.ValueTaskPerfTest.Copy_PassAsArgumentAndReturn_FromValueTaskSource.html) | -20.40% | 10.936155 | 8.705017 | +| System.Threading.Tasks.ValueTaskPerfTest.CreateAndAwait_FromCompletedTask | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Threading.Tasks.ValueTaskPerfTest.CreateAndAwait_FromCompletedTask.html) | -23.98% | 12.304245 | 9.354223 | +| System.Threading.Tasks.ValueTaskPerfTest.CreateAndAwait_FromResult | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Threading.Tasks.ValueTaskPerfTest.CreateAndAwait_FromResult.html) | -21.53% | 9.615661 | 7.545416 | +| System.Xml.Linq.Perf_XDocument.GetElement | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Xml.Linq.Perf_XDocument.GetElement.html) | -21.18% | 26.779396 | 21.108103 | +| System.Xml.Tests.Perf_XmlConvert.DateTime_ToString_Local | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Xml.Tests.Perf_XmlConvert.DateTime_ToString_Local.html) | -23.85% | 187.149896 | 142.513155 | +| XmlDocumentTests.XmlDocumentTests.Perf_XmlDocument.GetDocumentElement | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/XmlDocumentTests.XmlDocumentTests.Perf_XmlDocument.GetDocumentElement.html) | -23.79% | 5.581544 | 4.253706 | + +## 15-20% Improvement (409 tests) + +| Test Name | Link | Change % | .NET 9 | .NET 10 | +|-----------|------|----------|--------|-------| +| Benchstone.MDBenchI.MDGeneralArray.Test | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/Benchstone.MDBenchI.MDGeneralArray.Test.html) | -16.31% | 14437286.197421 | 12082592.343254 | +| ByteMark.BenchAssignJagged | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/ByteMark.BenchAssignJagged.html) | -18.37% | 962565690.678572 | 785742768.714286 | +| Devirtualization.EqualityComparer.ValueTupleCompareWrapped | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/Devirtualization.EqualityComparer.ValueTupleCompareWrapped.html) | -18.79% | 3.316249 | 2.693031 | +| Exceptions.Handling.ThrowAndCatchDeepRecursive(kind: Hardware) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/Exceptions.Handling.ThrowAndCatchDeepRecursive%28kind%3A%20Hardware%29.html) | -19.79% | 9759.332642 | 7827.584921 | +| Exceptions.Handling.TryAndCatchDeep_CaugtAtTheTop(kind: Hardware) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/Exceptions.Handling.TryAndCatchDeep_CaugtAtTheTop%28kind%3A%20Hardware%29.html) | -15.27% | 10638.559054 | 9013.724456 | +| Exceptions.Handling.TryAndFinallyDeep(kind: Hardware) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/Exceptions.Handling.TryAndFinallyDeep%28kind%3A%20Hardware%29.html) | -15.24% | 10528.002899 | 8923.554658 | +| GuardedDevirtualization.ThreeClassInterface.Call(testInput: pB=0.33 pD=0.33) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/GuardedDevirtualization.ThreeClassInterface.Call%28testInput%3A%20pB%3D0.33%20pD%3D0.33%29.html) | -15.68% | 4.000460 | 3.373190 | +| GuardedDevirtualization.TwoClassInterface.Call(testInput: pB = 0.30) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/GuardedDevirtualization.TwoClassInterface.Call%28testInput%3A%20pB%20%3D%200.30%29.html) | -19.70% | 1.357155 | 1.089761 | +| GuardedDevirtualization.TwoClassVirtual.Call(testInput: pB = 0.20) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/GuardedDevirtualization.TwoClassVirtual.Call%28testInput%3A%20pB%20%3D%200.20%29.html) | -18.36% | 1.098128 | 0.896469 | +| GuardedDevirtualization.TwoClassVirtual.Call(testInput: pB = 0.50) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/GuardedDevirtualization.TwoClassVirtual.Call%28testInput%3A%20pB%20%3D%200.50%29.html) | -17.66% | 1.626068 | 1.338976 | +| IfStatements.IfStatements.Single | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/IfStatements.IfStatements.Single.html) | -17.49% | 24043.055458 | 19837.940813 | +| Interop.StructureToPtr.MarshalDestroyStructure | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/Interop.StructureToPtr.MarshalDestroyStructure.html) | -16.58% | 129.726301 | 108.214089 | +| Interop.StructureToPtr.MarshalStructureToPtr | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/Interop.StructureToPtr.MarshalStructureToPtr.html) | -16.62% | 55.754665 | 46.488355 | +| LinqBenchmarks.AggregateBy00LinqMethodX | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/LinqBenchmarks.AggregateBy00LinqMethodX.html) | -15.52% | 2487540841.607143 | 2101416868.339286 | +| MicroBenchmarks.Serializers.Json_FromStream.SystemTextJson_SourceGen_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/MicroBenchmarks.Serializers.Json_FromStream%28Location%29.SystemTextJson_SourceGen_.html) | -15.94% | 915.137323 | 769.260409 | +| MicroBenchmarks.Serializers.Json_FromString.SystemTextJson_Reflection_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/MicroBenchmarks.Serializers.Json_FromString%28Location%29.SystemTextJson_Reflection_.html) | -15.86% | 876.333497 | 737.342621 | +| MicroBenchmarks.Serializers.Json_FromString.SystemTextJson_Reflection_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/MicroBenchmarks.Serializers.Json_FromString%28LoginViewModel%29.SystemTextJson_Reflection_.html) | -15.27% | 331.973316 | 281.290269 | +| MicroBenchmarks.Serializers.Json_FromString.SystemTextJson_SourceGen_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/MicroBenchmarks.Serializers.Json_FromString%28LoginViewModel%29.SystemTextJson_SourceGen_.html) | -15.94% | 310.714260 | 261.173327 | +| MicroBenchmarks.Serializers.Json_FromString.SystemTextJson_SourceGen_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/MicroBenchmarks.Serializers.Json_FromString%28MyEventsListerViewModel%29.SystemTextJson_SourceGen_.html) | -15.48% | 193806.317954 | 163800.651278 | +| MicroBenchmarks.Serializers.Json_ToStream.JsonNet_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/MicroBenchmarks.Serializers.Json_ToStream%28CollectionsOfPrimitives%29.JsonNet_.html) | -18.43% | 254611.961062 | 207674.833561 | +| MicroBenchmarks.Serializers.Json_ToStream.SystemTextJson_Reflection_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/MicroBenchmarks.Serializers.Json_ToStream%28CollectionsOfPrimitives%29.SystemTextJson_Reflection_.html) | -19.82% | 89167.016541 | 71492.902346 | +| MicroBenchmarks.Serializers.Json_ToStream.SystemTextJson_SourceGen_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/MicroBenchmarks.Serializers.Json_ToStream%28CollectionsOfPrimitives%29.SystemTextJson_SourceGen_.html) | -18.75% | 86918.084948 | 70620.338139 | +| MicroBenchmarks.Serializers.Json_ToStream.SystemTextJson_Reflection_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/MicroBenchmarks.Serializers.Json_ToStream%28IndexViewModel%29.SystemTextJson_Reflection_.html) | -15.80% | 10123.011475 | 8523.412892 | +| MicroBenchmarks.Serializers.Json_ToStream.SystemTextJson_SourceGen_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/MicroBenchmarks.Serializers.Json_ToStream%28IndexViewModel%29.SystemTextJson_SourceGen_.html) | -17.27% | 10113.048628 | 8366.680313 | +| MicroBenchmarks.Serializers.Json_ToStream.SystemTextJson_Reflection_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/MicroBenchmarks.Serializers.Json_ToStream%28Location%29.SystemTextJson_Reflection_.html) | -15.89% | 536.103748 | 450.922215 | +| MicroBenchmarks.Serializers.Json_ToStream.SystemTextJson_Reflection_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/MicroBenchmarks.Serializers.Json_ToStream%28LoginViewModel%29.SystemTextJson_Reflection_.html) | -19.27% | 230.399536 | 186.000407 | +| MicroBenchmarks.Serializers.Xml_ToStream.DataContractSerializer_BinaryXml_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/MicroBenchmarks.Serializers.Xml_ToStream%28ClassImplementingIXmlSerialiable%29.DataContractSerializer_BinaryXml_.html) | -17.70% | 224.005740 | 184.357741 | +| MicroBenchmarks.Serializers.Xml_ToStream.DataContractSerializer_BinaryXml_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/MicroBenchmarks.Serializers.Xml_ToStream%28Location%29.DataContractSerializer_BinaryXml_.html) | -15.08% | 789.835629 | 670.742079 | +| MicroBenchmarks.Serializers.Xml_ToStream.DataContractSerializer_BinaryXml_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/MicroBenchmarks.Serializers.Xml_ToStream%28MyEventsListerViewModel%29.DataContractSerializer_BinaryXml_.html) | -15.15% | 290617.227844 | 246578.239067 | +| Microsoft.AspNetCore.Server.Kestrel.Performance.PipeThroughputBenchmark.Parse_SequentialAsync(Length: 128, Chunks: 1) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/Microsoft.AspNetCore.Server.Kestrel.Performance.PipeThroughputBenchmark.Parse_SequentialAsync%28Length%3A%20128%2C%20Chunks%3A%201%29.html) | -16.98% | 155.366276 | 128.982332 | +| Microsoft.AspNetCore.Server.Kestrel.Performance.PipeThroughputBenchmark.Parse_SequentialAsync(Length: 4096, Chunks: 1) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/Microsoft.AspNetCore.Server.Kestrel.Performance.PipeThroughputBenchmark.Parse_SequentialAsync%28Length%3A%204096%2C%20Chunks%3A%201%29.html) | -16.35% | 154.697674 | 129.402953 | +| Microsoft.Extensions.Caching.Memory.Tests.MemoryCacheTests.CreateEntry | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/Microsoft.Extensions.Caching.Memory.Tests.MemoryCacheTests.CreateEntry.html) | -16.17% | 14.148606 | 11.860698 | +| Microsoft.Extensions.DependencyInjection.GetService.ServiceScope | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/Microsoft.Extensions.DependencyInjection.GetService.ServiceScope.html) | -16.07% | 34.596734 | 29.036410 | +| Microsoft.Extensions.DependencyInjection.GetService.ServiceScopeProvider | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/Microsoft.Extensions.DependencyInjection.GetService.ServiceScopeProvider.html) | -16.35% | 16.371031 | 13.694982 | +| Microsoft.Extensions.DependencyInjection.GetService.Transient | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/Microsoft.Extensions.DependencyInjection.GetService.Transient.html) | -15.69% | 17.642400 | 14.874977 | +| Microsoft.Extensions.DependencyInjection.ScopeValidation.Transient | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/Microsoft.Extensions.DependencyInjection.ScopeValidation.Transient.html) | -15.69% | 17.540531 | 14.789028 | +| Microsoft.Extensions.Logging.LoggingOverhead.NoArguments_DefineMessage_FilteredByLevel | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/Microsoft.Extensions.Logging.LoggingOverhead.NoArguments_DefineMessage_FilteredByLevel.html) | -18.57% | 6.099603 | 4.967089 | +| Microsoft.Extensions.Logging.LoggingOverhead.TwoArguments | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/Microsoft.Extensions.Logging.LoggingOverhead.TwoArguments.html) | -15.00% | 48.644248 | 41.347461 | +| Microsoft.Extensions.Logging.LoggingOverhead.TwoArguments_FilteredByLevel | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/Microsoft.Extensions.Logging.LoggingOverhead.TwoArguments_FilteredByLevel.html) | -18.88% | 41.858023 | 33.953903 | +| Microsoft.Extensions.Logging.ScopesOverheadBenchmark.FilteredByLevel(HasISupportLoggingScopeLogger: True, CaptureScopes: False) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/Microsoft.Extensions.Logging.ScopesOverheadBenchmark.FilteredByLevel%28HasISupportLoggingScopeLogger%3A%20True%2C%20CaptureScopes%3A%20False%29.html) | -17.25% | 5.988864 | 4.955514 | +| Microsoft.Extensions.Primitives.StringSegmentBenchmark.Equals_String | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/Microsoft.Extensions.Primitives.StringSegmentBenchmark.Equals_String.html) | -17.73% | 2.503553 | 2.059589 | +| PerfLabTests.CastingPerf.FooObjIsNull | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/PerfLabTests.CastingPerf.FooObjIsNull.html) | -15.02% | 237893.287850 | 202158.188496 | +| PerfLabTests.CastingPerf.ObjFooIsObj | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/PerfLabTests.CastingPerf.ObjFooIsObj.html) | -16.06% | 237110.941741 | 199039.886429 | +| PerfLabTests.CastingPerf.ObjInt | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/PerfLabTests.CastingPerf.ObjInt.html) | -15.13% | 235085.495025 | 199507.100472 | +| PerfLabTests.CastingPerf.ObjObjrefValueType | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/PerfLabTests.CastingPerf.ObjObjrefValueType.html) | -15.64% | 235595.349808 | 198743.331810 | +| PerfLabTests.EnumPerf.EnumCompareTo(color: Red) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/PerfLabTests.EnumPerf.EnumCompareTo%28color%3A%20Red%29.html) | -15.29% | 12.732888 | 10.785818 | +| PerfLabTests.GetMember.GetMethod10 | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/PerfLabTests.GetMember.GetMethod10.html) | -15.19% | 595294.223493 | 504874.304727 | +| PerfLabTests.LowLevelPerf.EmptyStaticFunction5Arg | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/PerfLabTests.LowLevelPerf.EmptyStaticFunction5Arg.html) | -19.04% | 1277852.717430 | 1034573.644780 | +| PerfLabTests.LowLevelPerf.GenericClassGenericInstanceMethod | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/PerfLabTests.LowLevelPerf.GenericClassGenericInstanceMethod.html) | -16.96% | 133975.447845 | 111255.826228 | +| PerfLabTests.LowLevelPerf.SealedClassInterfaceMethod | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/PerfLabTests.LowLevelPerf.SealedClassInterfaceMethod.html) | -16.78% | 132434.406334 | 110214.532734 | +| System.Buffers.Tests.ReadOnlySequenceTests.FirstSpanMemory | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Buffers.Tests.ReadOnlySequenceTests%28Byte%29.FirstSpanMemory.html) | -18.66% | 5.577670 | 4.537119 | +| System.Buffers.Tests.RentReturnArrayPoolTests.SingleParallel(RentalSize: 4096, ManipulateArray: False, Async: False, UseSharedPool: False) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Buffers.Tests.RentReturnArrayPoolTests%28Object%29.SingleParallel%28RentalSize%3A%204096%2C%20ManipulateArray%3A%20False%2C%20Async%3A%20False%2C%20UseSharedPool%3A%20False%29.html) | -17.33% | 800.895803 | 662.070797 | +| System.Buffers.Tests.SearchValuesByteTests.Contains(Values: "abcdefABCDEF0123456789Ü") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Buffers.Tests.SearchValuesByteTests.Contains%28Values%3A%20%22abcdefABCDEF0123456789%C3%9C%22%29.html) | -19.61% | 2.925957 | 2.352192 | +| System.Buffers.Tests.SearchValuesCharTests.ContainsAny(Values: "abcdefABCDEF0123456789Ü") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Buffers.Tests.SearchValuesCharTests.ContainsAny%28Values%3A%20%22abcdefABCDEF0123456789%C3%9C%22%29.html) | -15.82% | 12.322346 | 10.373066 | +| System.Buffers.Text.Tests.Utf8FormatterTests.FormatterDateTimeOffsetNow(value: 12/30/2017 3:45:22 AM -08:00) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Buffers.Text.Tests.Utf8FormatterTests.FormatterDateTimeOffsetNow%28value%3A%2012/30/2017%203%3A45%3A22%20AM%20-08%3A00%29.html) | -17.70% | 18.871278 | 15.530875 | +| System.Buffers.Text.Tests.Utf8FormatterTests.FormatterUInt32(value: 12345) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Buffers.Text.Tests.Utf8FormatterTests.FormatterUInt32%28value%3A%2012345%29.html) | -15.98% | 6.255674 | 5.256228 | +| System.Buffers.Text.Tests.Utf8FormatterTests.FormatterUInt32(value: 4294967295) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Buffers.Text.Tests.Utf8FormatterTests.FormatterUInt32%28value%3A%204294967295%29.html) | -16.35% | 8.534926 | 7.139616 | +| System.Buffers.Text.Tests.Utf8ParserTests.TryParseByte(value: 255) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Buffers.Text.Tests.Utf8ParserTests.TryParseByte%28value%3A%20255%29.html) | -19.03% | 5.330108 | 4.315976 | +| System.Buffers.Text.Tests.Utf8ParserTests.TryParseInt16(value: 32767) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Buffers.Text.Tests.Utf8ParserTests.TryParseInt16%28value%3A%2032767%29.html) | -17.50% | 7.511420 | 6.197157 | +| System.Buffers.Text.Tests.Utf8ParserTests.TryParseInt64(value: 9223372036854775807) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Buffers.Text.Tests.Utf8ParserTests.TryParseInt64%28value%3A%209223372036854775807%29.html) | -19.64% | 23.999563 | 19.287036 | +| System.Buffers.Text.Tests.Utf8ParserTests.TryParseSByte(value: -128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Buffers.Text.Tests.Utf8ParserTests.TryParseSByte%28value%3A%20-128%29.html) | -17.34% | 6.315632 | 5.220703 | +| System.Buffers.Text.Tests.Utf8ParserTests.TryParseUInt32Hex(value: 3039) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Buffers.Text.Tests.Utf8ParserTests.TryParseUInt32Hex%28value%3A%203039%29.html) | -16.90% | 6.465713 | 5.372947 | +| System.Buffers.Text.Tests.Utf8ParserTests.TryParseUInt32Hex(value: FFFFFFFFFFFFFFFF) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Buffers.Text.Tests.Utf8ParserTests.TryParseUInt32Hex%28value%3A%20FFFFFFFFFFFFFFFF%29.html) | -15.89% | 8.726853 | 7.340444 | +| System.Collections.AddGivenSize.ObservableCollection(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.AddGivenSize%28Int32%29.ObservableCollection%28Size%3A%20512%29.html) | -19.74% | 10284.078546 | 8253.946186 | +| System.Collections.ContainsFalse.ICollection(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.ContainsFalse%28Int32%29.ICollection%28Size%3A%20512%29.html) | -16.47% | 21201.057018 | 17709.603551 | +| System.Collections.ContainsKeyFalse.SortedList(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.ContainsKeyFalse%28Int32%2C%20Int32%29.SortedList%28Size%3A%20512%29.html) | -15.97% | 20786.790946 | 17466.461277 | +| System.Collections.ContainsKeyTrue.Dictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.ContainsKeyTrue%28String%2C%20String%29.Dictionary%28Size%3A%20512%29.html) | -16.43% | 8843.423088 | 7390.782995 | +| System.Collections.ContainsTrue.List(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.ContainsTrue%28Int32%29.List%28Size%3A%20512%29.html) | -17.92% | 14371.065105 | 11795.541849 | +| System.Collections.CreateAddAndClear.ConcurrentBag(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.CreateAddAndClear%28String%29.ConcurrentBag%28Size%3A%20512%29.html) | -15.20% | 11531.568331 | 9778.738959 | +| System.Collections.CtorDefaultSize.ConcurrentDictionary | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.CtorDefaultSize%28Int32%29.ConcurrentDictionary.html) | -19.65% | 125.907955 | 101.163644 | +| System.Collections.CtorDefaultSize.ConcurrentDictionary | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.CtorDefaultSize%28String%29.ConcurrentDictionary.html) | -17.24% | 130.030085 | 107.613726 | +| System.Collections.CtorDefaultSize.SortedSet | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.CtorDefaultSize%28String%29.SortedSet.html) | -15.53% | 13.699183 | 11.571281 | +| System.Collections.CtorDefaultSizeNonGeneric.Queue | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.CtorDefaultSizeNonGeneric.Queue.html) | -15.52% | 25.244392 | 21.327709 | +| System.Collections.CtorDefaultSizeNonGeneric.SortedList | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.CtorDefaultSizeNonGeneric.SortedList.html) | -16.03% | 23.237609 | 19.513038 | +| System.Collections.CtorFromCollection.FrozenDictionaryOptimized(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.CtorFromCollection%28String%29.FrozenDictionaryOptimized%28Size%3A%20512%29.html) | -18.70% | 44280.857650 | 35998.286650 | +| System.Collections.CtorFromCollection.ImmutableList(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.CtorFromCollection%28String%29.ImmutableList%28Size%3A%20512%29.html) | -16.76% | 10507.263428 | 8746.054640 | +| System.Collections.IterateForEach.Queue(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.IterateForEach%28Int32%29.Queue%28Size%3A%20512%29.html) | -16.34% | 1330.874471 | 1113.362918 | +| System.Collections.IterateForEach.ImmutableDictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.IterateForEach%28String%29.ImmutableDictionary%28Size%3A%20512%29.html) | -19.31% | 20267.155661 | 16354.113775 | +| System.Collections.IterateForEachNonGeneric.Queue(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.IterateForEachNonGeneric%28Int32%29.Queue%28Size%3A%20512%29.html) | -19.78% | 2151.221075 | 1725.674271 | +| System.Collections.IterateForEachNonGeneric.SortedList(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.IterateForEachNonGeneric%28Int32%29.SortedList%28Size%3A%20512%29.html) | -15.89% | 5489.138333 | 4616.959791 | +| System.Collections.IterateForEachNonGeneric.Stack(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.IterateForEachNonGeneric%28Int32%29.Stack%28Size%3A%20512%29.html) | -15.76% | 1937.933324 | 1632.583081 | +| System.Collections.IterateForEachNonGeneric.Stack(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.IterateForEachNonGeneric%28String%29.Stack%28Size%3A%20512%29.html) | -16.76% | 1949.453323 | 1622.760774 | +| System.Collections.Perf_DefaultFrozenDictionary.ToFrozenDictionary(Count: 10) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.Perf_DefaultFrozenDictionary.ToFrozenDictionary%28Count%3A%2010%29.html) | -15.07% | 717.252835 | 609.144166 | +| System.Collections.Perf_DefaultFrozenDictionary.ToFrozenDictionary(Count: 100) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.Perf_DefaultFrozenDictionary.ToFrozenDictionary%28Count%3A%20100%29.html) | -16.67% | 8795.689222 | 7329.437062 | +| System.Collections.Perf_Frozen.ToFrozenDictionary(Count: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.Perf_Frozen%28Int16%29.ToFrozenDictionary%28Count%3A%20512%29.html) | -17.97% | 27181.188624 | 22296.776343 | +| System.Collections.Perf_Frozen.ToFrozenSet(Count: 64) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.Perf_Frozen%28Int16%29.ToFrozenSet%28Count%3A%2064%29.html) | -16.05% | 2600.629281 | 2183.339300 | +| System.Collections.Perf_Frozen.ToFrozenDictionary(Count: 64) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.Perf_Frozen%28NotKnownComparable%29.ToFrozenDictionary%28Count%3A%2064%29.html) | -16.48% | 2614.115921 | 2183.342938 | +| System.Collections.Perf_Frozen.ToFrozenSet(Count: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.Perf_Frozen%28NotKnownComparable%29.ToFrozenSet%28Count%3A%20512%29.html) | -16.32% | 31680.017592 | 26509.545801 | +| System.Collections.Perf_Frozen.ToFrozenSet(Count: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.Perf_Frozen%28ReferenceType%29.ToFrozenSet%28Count%3A%20512%29.html) | -18.84% | 41000.444978 | 33276.417882 | +| System.Collections.Perf_LengthBucketsFrozenDictionary.ToFrozenDictionary(Count: 10, ItemsPerBucket: 1) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.Perf_LengthBucketsFrozenDictionary.ToFrozenDictionary%28Count%3A%2010%2C%20ItemsPerBucket%3A%201%29.html) | -19.39% | 215.628467 | 173.812488 | +| System.Collections.Perf_LengthBucketsFrozenDictionary.ToFrozenDictionary(Count: 100, ItemsPerBucket: 1) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.Perf_LengthBucketsFrozenDictionary.ToFrozenDictionary%28Count%3A%20100%2C%20ItemsPerBucket%3A%201%29.html) | -15.85% | 1236.556733 | 1040.578850 | +| System.Collections.Perf_SubstringFrozenDictionary.ToFrozenDictionary(Count: 10) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.Perf_SubstringFrozenDictionary.ToFrozenDictionary%28Count%3A%2010%29.html) | -15.79% | 1267.268547 | 1067.214095 | +| System.Collections.Perf_SubstringFrozenDictionary.ToFrozenDictionary(Count: 100) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.Perf_SubstringFrozenDictionary.ToFrozenDictionary%28Count%3A%20100%29.html) | -16.89% | 8174.620312 | 6793.561957 | +| System.Collections.Perf_SubstringFrozenDictionary.ToFrozenDictionary(Count: 1000) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.Perf_SubstringFrozenDictionary.ToFrozenDictionary%28Count%3A%201000%29.html) | -16.33% | 67149.179553 | 56187.007137 | +| System.Collections.Perf_SubstringFrozenDictionary.TryGetValue_True_FrozenDictionary(Count: 10) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.Perf_SubstringFrozenDictionary.TryGetValue_True_FrozenDictionary%28Count%3A%2010%29.html) | -16.75% | 79.354292 | 66.063579 | +| System.Collections.Perf_SubstringFrozenDictionary.TryGetValue_True_FrozenDictionary(Count: 1000) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.Perf_SubstringFrozenDictionary.TryGetValue_True_FrozenDictionary%28Count%3A%201000%29.html) | -19.84% | 10061.878222 | 8066.008668 | +| System.Collections.Tests.Add_Remove_SteadyState.Queue(Count: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.Tests.Add_Remove_SteadyState%28Int32%29.Queue%28Count%3A%20512%29.html) | -15.41% | 6.636011 | 5.613711 | +| System.Collections.Tests.DictionarySequentialKeys.TryGetValue_17_Int_32ByteValue | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.Tests.DictionarySequentialKeys.TryGetValue_17_Int_32ByteValue.html) | -15.01% | 2.997525 | 2.547605 | +| System.Collections.Tests.Perf_BitArray.BitArrayBitArrayCtor(Size: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.Tests.Perf_BitArray.BitArrayBitArrayCtor%28Size%3A%204%29.html) | -15.39% | 20.839563 | 17.632308 | +| System.Collections.Tests.Perf_BitArray.BitArrayIntArrayCtor(Size: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.Tests.Perf_BitArray.BitArrayIntArrayCtor%28Size%3A%204%29.html) | -15.73% | 21.110941 | 17.790945 | +| System.Collections.Tests.Perf_BitArray.BitArrayRightShift(Size: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.Tests.Perf_BitArray.BitArrayRightShift%28Size%3A%204%29.html) | -19.99% | 5.713841 | 4.571737 | +| System.Collections.Tests.Perf_PriorityQueue.Enumerate(Size: 10) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.Tests.Perf_PriorityQueue%28Guid%2C%20Guid%29.Enumerate%28Size%3A%2010%29.html) | -15.96% | 10.656828 | 8.956249 | +| System.Collections.Tests.Perf_PriorityQueue.HeapSort(Size: 100) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.Tests.Perf_PriorityQueue%28Int32%2C%20Int32%29.HeapSort%28Size%3A%20100%29.html) | -16.59% | 1826.533398 | 1523.489004 | +| System.Collections.Tests.Perf_PriorityQueue.K_Max_Elements(Size: 100) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.Tests.Perf_PriorityQueue%28Int32%2C%20Int32%29.K_Max_Elements%28Size%3A%20100%29.html) | -16.65% | 234.106623 | 195.122144 | +| System.Collections.TryGetValueFalse.ImmutableSortedDictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.TryGetValueFalse%28BigStruct%2C%20BigStruct%29.ImmutableSortedDictionary%28Size%3A%20512%29.html) | -17.63% | 25703.670096 | 21173.177386 | +| System.Collections.TryGetValueFalse.SortedList(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.TryGetValueFalse%28BigStruct%2C%20BigStruct%29.SortedList%28Size%3A%20512%29.html) | -16.09% | 21722.341451 | 18226.387703 | +| System.Collections.TryGetValueFalse.SortedList(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.TryGetValueFalse%28Int32%2C%20Int32%29.SortedList%28Size%3A%20512%29.html) | -16.78% | 21052.989558 | 17520.509699 | +| System.Collections.TryGetValueFalse.ConcurrentDictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.TryGetValueFalse%28SmallClass%2C%20SmallClass%29.ConcurrentDictionary%28Size%3A%20512%29.html) | -17.22% | 1800.900137 | 1490.797047 | +| System.Collections.TryGetValueFalse.ConcurrentDictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.TryGetValueFalse%28String%2C%20String%29.ConcurrentDictionary%28Size%3A%20512%29.html) | -15.77% | 5870.347280 | 4944.710069 | +| System.Collections.TryGetValueTrue.SortedDictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.TryGetValueTrue%28BigStruct%2C%20BigStruct%29.SortedDictionary%28Size%3A%20512%29.html) | -17.12% | 23245.543518 | 19266.450473 | +| System.Collections.TryGetValueTrue.Dictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.TryGetValueTrue%28Int32%2C%20Int32%29.Dictionary%28Size%3A%20512%29.html) | -19.16% | 2025.869483 | 1637.730519 | +| System.Collections.TryGetValueTrue.ImmutableDictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.TryGetValueTrue%28SmallClass%2C%20SmallClass%29.ImmutableDictionary%28Size%3A%20512%29.html) | -15.49% | 22219.778588 | 18778.535975 | +| System.Collections.TryGetValueTrue.ConcurrentDictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.TryGetValueTrue%28String%2C%20String%29.ConcurrentDictionary%28Size%3A%20512%29.html) | -15.51% | 7603.518155 | 6424.026968 | +| System.Collections.TryGetValueTrue.Dictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.TryGetValueTrue%28String%2C%20String%29.Dictionary%28Size%3A%20512%29.html) | -18.82% | 8804.749430 | 7147.838756 | +| System.ComponentModel.Tests.Perf_TypeDescriptorTests.GetConverter(typeToConvert: typeof(System.ComponentModel.Tests.ClassIDerived)) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.ComponentModel.Tests.Perf_TypeDescriptorTests.GetConverter%28typeToConvert%3A%20typeof%28System.ComponentModel.Tests.ClassIDerived%29%29.html) | -18.30% | 74.400335 | 60.782877 | +| System.ComponentModel.Tests.Perf_TypeDescriptorTests.GetConverter(typeToConvert: typeof(string)) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.ComponentModel.Tests.Perf_TypeDescriptorTests.GetConverter%28typeToConvert%3A%20typeof%28string%29%29.html) | -19.13% | 73.269469 | 59.254930 | +| System.Formats.Cbor.Tests.Perf_CborReader.ReadCoseKey(publicKey: ECDSA_P256) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Formats.Cbor.Tests.Perf_CborReader.ReadCoseKey%28publicKey%3A%20ECDSA_P256%29.html) | -15.08% | 355.586495 | 301.969350 | +| System.Formats.Cbor.Tests.Perf_CborWriter.WriteCoseKey(publicKey: ECDSA_P256) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Formats.Cbor.Tests.Perf_CborWriter.WriteCoseKey%28publicKey%3A%20ECDSA_P256%29.html) | -15.22% | 317.797997 | 269.428658 | +| System.Globalization.Tests.StringSearch.IsPrefix_FirstHalf(Options: (en-US, OrdinalIgnoreCase, False)) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Globalization.Tests.StringSearch.IsPrefix_FirstHalf%28Options%3A%20%28en-US%2C%20OrdinalIgnoreCase%2C%20False%29%29.html) | -16.24% | 15.021549 | 12.581797 | +| System.IO.Pipelines.Tests.Perf_Pipe.ReadAsync | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.IO.Pipelines.Tests.Perf_Pipe.ReadAsync.html) | -17.64% | 1931106.132906 | 1590454.692475 | +| System.IO.Tests.BinaryReaderTests.ReadNonAsciiChar | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.IO.Tests.BinaryReaderTests.ReadNonAsciiChar.html) | -17.47% | 77.961521 | 64.342264 | +| System.IO.Tests.BinaryReaderTests.ReadUInt64 | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.IO.Tests.BinaryReaderTests.ReadUInt64.html) | -16.10% | 4.834679 | 4.056393 | +| System.IO.Tests.BinaryWriterExtendedTests.WriteAsciiString(StringLengthInChars: 32) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.IO.Tests.BinaryWriterExtendedTests.WriteAsciiString%28StringLengthInChars%3A%2032%29.html) | -18.75% | 12.951261 | 10.522983 | +| System.IO.Tests.BinaryWriterTests.WriteNonAsciiChar | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.IO.Tests.BinaryWriterTests.WriteNonAsciiChar.html) | -18.09% | 5.102064 | 4.179281 | +| System.IO.Tests.Perf_Path.ChangeExtension | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.IO.Tests.Perf_Path.ChangeExtension.html) | -18.97% | 22.975293 | 18.617475 | +| System.IO.Tests.Perf_Path.HasExtension | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.IO.Tests.Perf_Path.HasExtension.html) | -17.07% | 4.732090 | 3.924421 | +| System.IO.Tests.StringReaderReadLineTests.ReadLineAsync(LineLengthRange: [ 0, 0]) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.IO.Tests.StringReaderReadLineTests.ReadLineAsync%28LineLengthRange%3A%20%5B%20%20%200%2C%20%20%20%200%5D%29.html) | -16.53% | 229541.784772 | 191592.584051 | +| System.IO.Tests.StringReaderReadToEndTests.ReadToEnd(LineLengthRange: [ 0, 1024]) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.IO.Tests.StringReaderReadToEndTests.ReadToEnd%28LineLengthRange%3A%20%5B%20%20%200%2C%201024%5D%29.html) | -15.03% | 10.681826 | 9.076522 | +| System.IO.Tests.StringReaderReadToEndTests.ReadToEnd(LineLengthRange: [ 1, 8]) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.IO.Tests.StringReaderReadToEndTests.ReadToEnd%28LineLengthRange%3A%20%5B%20%20%201%2C%20%20%20%208%5D%29.html) | -15.37% | 10.542836 | 8.921910 | +| System.IO.Tests.StringReaderReadToEndTests.ReadToEndAsync(LineLengthRange: [ 0, 0]) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.IO.Tests.StringReaderReadToEndTests.ReadToEndAsync%28LineLengthRange%3A%20%5B%20%20%200%2C%20%20%20%200%5D%29.html) | -16.94% | 19.053494 | 15.825619 | +| System.IO.Tests.StringReaderReadToEndTests.ReadToEndAsync(LineLengthRange: [ 0, 1024]) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.IO.Tests.StringReaderReadToEndTests.ReadToEndAsync%28LineLengthRange%3A%20%5B%20%20%200%2C%201024%5D%29.html) | -17.03% | 19.146121 | 15.885719 | +| System.IO.Tests.StringReaderReadToEndTests.ReadToEndAsync(LineLengthRange: [ 1, 1]) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.IO.Tests.StringReaderReadToEndTests.ReadToEndAsync%28LineLengthRange%3A%20%5B%20%20%201%2C%20%20%20%201%5D%29.html) | -15.75% | 18.815839 | 15.851722 | +| System.IO.Tests.StringReaderReadToEndTests.ReadToEndAsync(LineLengthRange: [ 1, 8]) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.IO.Tests.StringReaderReadToEndTests.ReadToEndAsync%28LineLengthRange%3A%20%5B%20%20%201%2C%20%20%20%208%5D%29.html) | -15.24% | 19.387237 | 16.433185 | +| System.IO.Tests.StringReaderReadToEndTests.ReadToEndAsync(LineLengthRange: [ 9, 32]) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.IO.Tests.StringReaderReadToEndTests.ReadToEndAsync%28LineLengthRange%3A%20%5B%20%20%209%2C%20%20%2032%5D%29.html) | -15.39% | 18.788980 | 15.897538 | +| System.IO.Tests.StringReaderReadToEndTests.ReadToEndAsync(LineLengthRange: [ 129, 1024]) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.IO.Tests.StringReaderReadToEndTests.ReadToEndAsync%28LineLengthRange%3A%20%5B%20129%2C%201024%5D%29.html) | -15.95% | 18.849605 | 15.843149 | +| System.IO.Tests.StringReaderReadToEndTests.ReadToEndAsync(LineLengthRange: [1025, 2048]) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.IO.Tests.StringReaderReadToEndTests.ReadToEndAsync%28LineLengthRange%3A%20%5B1025%2C%202048%5D%29.html) | -16.51% | 19.057811 | 15.911732 | +| System.Linq.Tests.Perf_Enumerable.FirstWithPredicate_LastElementMatches(input: IOrderedEnumerable) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Linq.Tests.Perf_Enumerable.FirstWithPredicate_LastElementMatches%28input%3A%20IOrderedEnumerable%29.html) | -19.08% | 1441.871832 | 1166.755424 | +| System.Linq.Tests.Perf_Enumerable.SelectToArray(input: Array) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Linq.Tests.Perf_Enumerable.SelectToArray%28input%3A%20Array%29.html) | -16.81% | 89.928591 | 74.815752 | +| System.Linq.Tests.Perf_Enumerable.SelectToList(input: List) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Linq.Tests.Perf_Enumerable.SelectToList%28input%3A%20List%29.html) | -17.54% | 97.763196 | 80.614505 | +| System.Linq.Tests.Perf_Enumerable.SingleWithPredicate_LastElementMatches(input: IEnumerable) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Linq.Tests.Perf_Enumerable.SingleWithPredicate_LastElementMatches%28input%3A%20IEnumerable%29.html) | -17.55% | 175.660932 | 144.832690 | +| System.Linq.Tests.Perf_Enumerable.Take_All(input: IEnumerable) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Linq.Tests.Perf_Enumerable.Take_All%28input%3A%20IEnumerable%29.html) | -15.37% | 418.026126 | 353.792241 | +| System.MathBenchmarks.Single.Exp10 | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.MathBenchmarks.Single.Exp10.html) | -16.54% | 40561.781000 | 33852.443144 | +| System.MathBenchmarks.Single.Exp2 | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.MathBenchmarks.Single.Exp2.html) | -17.44% | 40312.623552 | 33280.572667 | +| System.Memory.Constructors.ReadOnlySpanImplicitCastFromArraySegment | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Memory.Constructors%28String%29.ReadOnlySpanImplicitCastFromArraySegment.html) | -15.91% | 2.172413 | 1.826761 | +| System.Memory.MemoryMarshal.GetReference | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Memory.MemoryMarshal%28Int32%29.GetReference.html) | -16.41% | 1.629997 | 1.362438 | +| System.Memory.ReadOnlySequence.Slice_StartPosition(Segment: Multiple) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Memory.ReadOnlySequence.Slice_StartPosition%28Segment%3A%20Multiple%29.html) | -15.16% | 8.144562 | 6.909859 | +| System.Memory.ReadOnlySpan.IndexOfString(input: "AAAAA5AAAA", value: "5", comparisonType: InvariantCulture) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Memory.ReadOnlySpan.IndexOfString%28input%3A%20%22AAAAA5AAAA%22%2C%20value%3A%20%225%22%2C%20comparisonType%3A%20InvariantCulture%29.html) | -16.21% | 26.770962 | 22.432379 | +| System.Memory.ReadOnlySpan.IndexOfString(input: "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", value: "x", comparisonType: OrdinalIgnoreCase) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Memory.ReadOnlySpan.IndexOfString%28input%3A%20%22AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXAAAAAAAAAAAAAAAAAAAAAAAAAAAAA%22%2C%20value%3A%20%22x%22%2C%20comparisonType%3A%20OrdinalIgnoreCase%29.html) | -16.95% | 10.834260 | 8.998369 | +| System.Memory.ReadOnlySpan.IndexOfString(input: "More Test's", value: "Tests", comparisonType: OrdinalIgnoreCase) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Memory.ReadOnlySpan.IndexOfString%28input%3A%20%22More%20Test%27s%22%2C%20value%3A%20%22Tests%22%2C%20comparisonType%3A%20OrdinalIgnoreCase%29.html) | -17.03% | 16.629304 | 13.796797 | +| System.Memory.ReadOnlySpan.IndexOfString(input: "string1", value: "string2", comparisonType: InvariantCulture) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Memory.ReadOnlySpan.IndexOfString%28input%3A%20%22string1%22%2C%20value%3A%20%22string2%22%2C%20comparisonType%3A%20InvariantCulture%29.html) | -18.25% | 29.596762 | 24.193960 | +| System.Memory.Span.IndexOfAnyThreeValues(Size: 33) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Memory.Span%28Byte%29.IndexOfAnyThreeValues%28Size%3A%2033%29.html) | -16.01% | 4.006598 | 3.365245 | +| System.Memory.Span.LastIndexOfValue(Size: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Memory.Span%28Byte%29.LastIndexOfValue%28Size%3A%204%29.html) | -16.87% | 3.209358 | 2.667899 | +| System.Memory.Span.StartsWith(Size: 33) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Memory.Span%28Byte%29.StartsWith%28Size%3A%2033%29.html) | -19.38% | 4.952691 | 3.992984 | +| System.Memory.Span.StartsWith(Size: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Memory.Span%28Byte%29.StartsWith%28Size%3A%204%29.html) | -19.54% | 3.343369 | 2.689954 | +| System.Memory.Span.BinarySearch(Size: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Memory.Span%28Char%29.BinarySearch%28Size%3A%204%29.html) | -19.21% | 4.813249 | 3.888690 | +| System.Memory.Span.Clear(Size: 33) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Memory.Span%28Char%29.Clear%28Size%3A%2033%29.html) | -19.96% | 4.772360 | 3.819565 | +| System.Memory.Span.EndsWith(Size: 33) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Memory.Span%28Char%29.EndsWith%28Size%3A%2033%29.html) | -16.78% | 5.415416 | 4.506470 | +| System.Memory.Span.EndsWith(Size: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Memory.Span%28Char%29.EndsWith%28Size%3A%204%29.html) | -18.00% | 4.033928 | 3.307664 | +| System.Memory.Span.Fill(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Memory.Span%28Char%29.Fill%28Size%3A%20512%29.html) | -19.74% | 15.200751 | 12.200236 | +| System.Memory.Span.IndexOfAnyThreeValues(Size: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Memory.Span%28Char%29.IndexOfAnyThreeValues%28Size%3A%204%29.html) | -16.13% | 5.879294 | 4.931166 | +| System.Memory.Span.SequenceCompareToDifferent(Size: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Memory.Span%28Char%29.SequenceCompareToDifferent%28Size%3A%204%29.html) | -16.34% | 5.655660 | 4.731776 | +| System.Memory.Span.Clear(Size: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Memory.Span%28Int32%29.Clear%28Size%3A%204%29.html) | -16.54% | 2.724483 | 2.273985 | +| System.Memory.Span.IndexOfAnyThreeValues(Size: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Memory.Span%28Int32%29.IndexOfAnyThreeValues%28Size%3A%204%29.html) | -19.52% | 4.133679 | 3.326697 | +| System.Memory.Span.IndexOfValue(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Memory.Span%28Int32%29.IndexOfValue%28Size%3A%20512%29.html) | -19.27% | 25.215573 | 20.356079 | +| System.Memory.Span.SequenceCompareTo(Size: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Memory.Span%28Int32%29.SequenceCompareTo%28Size%3A%204%29.html) | -17.34% | 5.248393 | 4.338210 | +| System.Net.Primitives.Tests.CredentialCacheTests.GetCredential_Uri(uriString: "http://notfound", uriCount: 0) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Net.Primitives.Tests.CredentialCacheTests.GetCredential_Uri%28uriString%3A%20%22http%3A//notfound%22%2C%20uriCount%3A%200%29.html) | -19.27% | 78.260056 | 63.180787 | +| System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives.Ieee754Remainder_ScalarDividend(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives%28Double%29.Ieee754Remainder_ScalarDividend%28BufferLength%3A%20128%29.html) | -17.56% | 1260.012529 | 1038.769134 | +| System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives.Ieee754Remainder_ScalarDivisor(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives%28Double%29.Ieee754Remainder_ScalarDivisor%28BufferLength%3A%20128%29.html) | -18.79% | 1480.383803 | 1202.210525 | +| System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives.Round(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives%28Double%29.Round%28BufferLength%3A%20128%29.html) | -19.34% | 19.500493 | 15.728355 | +| System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives.Truncate(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives%28Double%29.Truncate%28BufferLength%3A%20128%29.html) | -19.74% | 19.709194 | 15.818003 | +| System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives.Ieee754Remainder_ScalarDivisor(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives%28Single%29.Ieee754Remainder_ScalarDivisor%28BufferLength%3A%20128%29.html) | -17.01% | 1338.970805 | 1111.188134 | +| System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives.Ieee754Remainder_Vector(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives%28Single%29.Ieee754Remainder_Vector%28BufferLength%3A%20128%29.html) | -16.15% | 1259.196277 | 1055.782563 | +| System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives.Pow_ScalarExponent(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives%28Single%29.Pow_ScalarExponent%28BufferLength%3A%20128%29.html) | -18.32% | 1027.800732 | 839.519209 | +| System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives.Round(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives%28Single%29.Round%28BufferLength%3A%20128%29.html) | -19.29% | 14.056346 | 11.344891 | +| System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives.Abs(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives%28Double%29.Abs%28BufferLength%3A%20128%29.html) | -16.41% | 16.710630 | 13.968772 | +| System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives.Add_Scalar(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives%28Double%29.Add_Scalar%28BufferLength%3A%20128%29.html) | -18.46% | 16.917545 | 13.794732 | +| System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives.Negate(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives%28Double%29.Negate%28BufferLength%3A%20128%29.html) | -17.31% | 16.956174 | 14.021487 | +| System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives.Divide_Vector(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives%28Int32%29.Divide_Vector%28BufferLength%3A%20128%29.html) | -19.92% | 295.846530 | 236.899482 | +| System.Numerics.Tests.Perf_BigInteger.ToByteArray(numberString: -2147483648) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tests.Perf_BigInteger.ToByteArray%28numberString%3A%20-2147483648%29.html) | -19.74% | 19.690025 | 15.803808 | +| System.Numerics.Tests.Perf_BigInteger.ToByteArray(numberString: 123) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tests.Perf_BigInteger.ToByteArray%28numberString%3A%20123%29.html) | -16.38% | 15.740074 | 13.162275 | +| System.Numerics.Tests.Perf_Quaternion.CreateFromYawPitchRollBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tests.Perf_Quaternion.CreateFromYawPitchRollBenchmark.html) | -16.81% | 20.419150 | 16.986860 | +| System.Numerics.Tests.Perf_Vector4.TransformByMatrix4x4Benchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tests.Perf_Vector4.TransformByMatrix4x4Benchmark.html) | -15.35% | 1.985763 | 1.681045 | +| System.Numerics.Tests.Perf_VectorOf.BitwiseAndOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28Byte%29.BitwiseAndOperatorBenchmark.html) | -18.84% | 1.744920 | 1.416210 | +| System.Numerics.Tests.Perf_VectorOf.DivideBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28Double%29.DivideBenchmark.html) | -15.75% | 1.926151 | 1.622863 | +| System.Numerics.Tests.Perf_VectorOf.UnaryNegateOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28Double%29.UnaryNegateOperatorBenchmark.html) | -15.67% | 1.923434 | 1.621939 | +| System.Numerics.Tests.Perf_VectorOf.DivisionOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28Int16%29.DivisionOperatorBenchmark.html) | -15.10% | 36.962657 | 31.379450 | +| System.Numerics.Tests.Perf_VectorOf.GetHashCodeBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28Int32%29.GetHashCodeBenchmark.html) | -19.74% | 18.567210 | 14.901575 | +| System.Numerics.Tests.Perf_VectorOf.AbsBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28Int64%29.AbsBenchmark.html) | -15.74% | 1.923912 | 1.621161 | +| System.Numerics.Tests.Perf_VectorOf.GetHashCodeBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28Single%29.GetHashCodeBenchmark.html) | -15.92% | 23.527034 | 19.781479 | +| System.Numerics.Tests.Perf_VectorOf.GetHashCodeBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28UInt32%29.GetHashCodeBenchmark.html) | -16.40% | 18.588479 | 15.540344 | +| System.Numerics.Tests.Perf_VectorOf.AbsBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28UInt64%29.AbsBenchmark.html) | -15.99% | 1.933603 | 1.624356 | +| System.Reflection.Activator.CreateInstanceNames | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Reflection.Activator%28EmptyClass%29.CreateInstanceNames.html) | -17.51% | 1914.608377 | 1579.272679 | +| System.Reflection.Activator.CreateInstanceNames | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Reflection.Activator%28EmptyStruct%29.CreateInstanceNames.html) | -17.88% | 1691.599263 | 1389.142091 | +| System.Reflection.Attributes.IsDefinedClassMiss | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Reflection.Attributes.IsDefinedClassMiss.html) | -19.16% | 70.745853 | 57.188742 | +| System.Reflection.Attributes.IsDefinedClassMissInherit | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Reflection.Attributes.IsDefinedClassMissInherit.html) | -15.62% | 581.246253 | 490.439010 | +| System.Reflection.Attributes.IsDefinedMethodBaseMissInherit | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Reflection.Attributes.IsDefinedMethodBaseMissInherit.html) | -19.15% | 82.519760 | 66.719066 | +| System.Reflection.Metadata.Perf_TypeName.ParseAndGetAssemblyQualifiedName(input: typeof(System.Collections.Generic.Dictionary`2[])) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Reflection.Metadata.Perf_TypeName.ParseAndGetAssemblyQualifiedName%28input%3A%20typeof%28System.Collections.Generic.Dictionary%602%5B%5D%29%29.html) | -17.01% | 6921.392253 | 5743.733466 | +| System.Reflection.Metadata.Perf_TypeName.ParseAndGetFullName(input: typeof(System.Int32*)) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Reflection.Metadata.Perf_TypeName.ParseAndGetFullName%28input%3A%20typeof%28System.Int32%2A%29%29.html) | -15.40% | 162.377356 | 137.368800 | +| System.Reflection.Metadata.Perf_TypeName.ParseAndGetFullName(input: typeof(System.Int32[])) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Reflection.Metadata.Perf_TypeName.ParseAndGetFullName%28input%3A%20typeof%28System.Int32%5B%5D%29%29.html) | -15.50% | 166.179296 | 140.427638 | +| System.Reflection.Metadata.Perf_TypeName.ParseAndGetFullName(input: typeof(int)) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Reflection.Metadata.Perf_TypeName.ParseAndGetFullName%28input%3A%20typeof%28int%29%29.html) | -17.28% | 82.345809 | 68.119016 | +| System.Reflection.Metadata.Perf_TypeName.Parse_FullNames(input: typeof(System.Int32&)) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Reflection.Metadata.Perf_TypeName.Parse_FullNames%28input%3A%20typeof%28System.Int32%26%29%29.html) | -18.43% | 130.845732 | 106.736458 | +| System.Reflection.Metadata.Perf_TypeName.Parse_FullNames(input: typeof(System.Int32*)) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Reflection.Metadata.Perf_TypeName.Parse_FullNames%28input%3A%20typeof%28System.Int32%2A%29%29.html) | -19.29% | 131.247423 | 105.935613 | +| System.Reflection.Metadata.Perf_TypeName.Parse_FullNames(input: typeof(System.Int32[*])) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Reflection.Metadata.Perf_TypeName.Parse_FullNames%28input%3A%20typeof%28System.Int32%5B%2A%5D%29%29.html) | -16.83% | 137.776559 | 114.589166 | +| System.Reflection.Metadata.Perf_TypeName.Parse_FullNames(input: typeof(System.Int32[,])) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Reflection.Metadata.Perf_TypeName.Parse_FullNames%28input%3A%20typeof%28System.Int32%5B%2C%5D%29%29.html) | -15.49% | 141.493396 | 119.570032 | +| System.Reflection.Metadata.Perf_TypeName.Parse_FullNames(input: typeof(System.Int32[])) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Reflection.Metadata.Perf_TypeName.Parse_FullNames%28input%3A%20typeof%28System.Int32%5B%5D%29%29.html) | -16.04% | 130.815958 | 109.831245 | +| System.Reflection.Metadata.Perf_TypeName.Parse_FullNames(input: typeof(int)) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Reflection.Metadata.Perf_TypeName.Parse_FullNames%28input%3A%20typeof%28int%29%29.html) | -17.27% | 79.329205 | 65.626912 | +| System.Reflection.Metadata.Perf_TypeName.TryParse_Invalid(input: "Wrong.Syntax[[]]") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Reflection.Metadata.Perf_TypeName.TryParse_Invalid%28input%3A%20%22Wrong.Syntax%5B%5B%5D%5D%22%29.html) | -16.01% | 30.857958 | 25.918890 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128.ConvertDoubleToULongBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128.ConvertDoubleToULongBenchmark.html) | -15.28% | 8.347218 | 7.071668 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Int.GetHashCodeBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Int.GetHashCodeBenchmark.html) | -18.07% | 11.793158 | 9.661633 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.GetHashCodeBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Int16%29.GetHashCodeBenchmark.html) | -15.56% | 18.258491 | 15.418138 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.GetHashCodeBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Int32%29.GetHashCodeBenchmark.html) | -16.94% | 11.028746 | 9.160546 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.GetHashCodeBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28UInt16%29.GetHashCodeBenchmark.html) | -17.54% | 18.732283 | 15.447368 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.SquareRootBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28UInt64%29.SquareRootBenchmark.html) | -16.06% | 9.967213 | 8.366779 | +| System.Tests.Perf_Byte.ToString(value: 0) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Byte.ToString%28value%3A%200%29.html) | -17.31% | 4.616764 | 3.817679 | +| System.Tests.Perf_Byte.ToString(value: 255) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Byte.ToString%28value%3A%20255%29.html) | -17.26% | 4.649631 | 3.847308 | +| System.Tests.Perf_Char.Char_ToLower(c: '你', cultureName: zh-Hans) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Char.Char_ToLower%28c%3A%20%27%E4%BD%A0%27%2C%20cultureName%3A%20zh-Hans%29.html) | -15.19% | 15.035066 | 12.751466 | +| System.Tests.Perf_Char.Char_ToUpper(c: 'İ', cultureName: en-US) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Char.Char_ToUpper%28c%3A%20%27%C4%B0%27%2C%20cultureName%3A%20en-US%29.html) | -16.93% | 16.644218 | 13.826651 | +| System.Tests.Perf_DateTime.ParseO | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_DateTime.ParseO.html) | -19.50% | 31.649895 | 25.479376 | +| System.Tests.Perf_DateTimeOffset.ToString(format: "G") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_DateTimeOffset.ToString%28format%3A%20%22G%22%29.html) | -15.67% | 134.686582 | 113.583100 | +| System.Tests.Perf_Decimal.Floor | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Decimal.Floor.html) | -18.54% | 11.049490 | 9.000846 | +| System.Tests.Perf_Double.ToString(value: 12345) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Double.ToString%28value%3A%2012345%29.html) | -19.02% | 107.266489 | 86.864471 | +| System.Tests.Perf_Double.ToStringWithCultureInfo(value: 12345, culture: zh) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Double.ToStringWithCultureInfo%28value%3A%2012345%2C%20culture%3A%20zh%29.html) | -18.79% | 108.255690 | 87.914076 | +| System.Tests.Perf_Double.ToStringWithFormat(value: 12345, format: "G") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Double.ToStringWithFormat%28value%3A%2012345%2C%20format%3A%20%22G%22%29.html) | -18.70% | 107.644800 | 87.515421 | +| System.Tests.Perf_Double.ToStringWithFormat(value: 12345, format: "R") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Double.ToStringWithFormat%28value%3A%2012345%2C%20format%3A%20%22R%22%29.html) | -19.52% | 109.564230 | 88.179209 | +| System.Tests.Perf_Enum.GetName_NonGeneric_Flags | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Enum.GetName_NonGeneric_Flags.html) | -19.32% | 35.010646 | 28.248063 | +| System.Tests.Perf_Enum.InterpolateIntoStringBuilder_Flags(value: 32) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Enum.InterpolateIntoStringBuilder_Flags%28value%3A%2032%29.html) | -15.17% | 85.505930 | 72.530455 | +| System.Tests.Perf_Enum.InterpolateIntoStringBuilder_NonFlags(value: 42) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Enum.InterpolateIntoStringBuilder_NonFlags%28value%3A%2042%29.html) | -15.78% | 89.617101 | 75.475892 | +| System.Tests.Perf_Enum.IsDefined_Generic_Flags | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Enum.IsDefined_Generic_Flags.html) | -15.38% | 8.109899 | 6.862302 | +| System.Tests.Perf_Enum.Parse_Flags(text: "Red") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Enum.Parse_Flags%28text%3A%20%22Red%22%29.html) | -19.64% | 33.644973 | 27.038099 | +| System.Tests.Perf_Enum.ToString_Flags(value: Yellow) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Enum.ToString_Flags%28value%3A%20Yellow%29.html) | -18.37% | 17.960060 | 14.661322 | +| System.Tests.Perf_Half.SingleToHalf(value: 12345) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Half.SingleToHalf%28value%3A%2012345%29.html) | -16.83% | 2.863001 | 2.381087 | +| System.Tests.Perf_Half.SingleToHalf(value: 6.097555E-05) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Half.SingleToHalf%28value%3A%206.097555E-05%29.html) | -16.98% | 2.862632 | 2.376462 | +| System.Tests.Perf_Half.SingleToHalf(value: 65520) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Half.SingleToHalf%28value%3A%2065520%29.html) | -16.79% | 2.873418 | 2.391052 | +| System.Tests.Perf_Half.SingleToHalf(value: NaN) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Half.SingleToHalf%28value%3A%20NaN%29.html) | -16.18% | 2.864937 | 2.401432 | +| System.Tests.Perf_Int128.ToString(value: 170141183460469231731687303715884105727) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Int128.ToString%28value%3A%20170141183460469231731687303715884105727%29.html) | -19.68% | 136.211336 | 109.401680 | +| System.Tests.Perf_Int32.ToStringHex(value: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Int32.ToStringHex%28value%3A%204%29.html) | -15.76% | 15.777019 | 13.291299 | +| System.Tests.Perf_Single.ToString(value: 12345) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Single.ToString%28value%3A%2012345%29.html) | -19.56% | 108.229198 | 87.064533 | +| System.Tests.Perf_Single.ToStringWithCultureInfo(value: 12345, culture: zh) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Single.ToStringWithCultureInfo%28value%3A%2012345%2C%20culture%3A%20zh%29.html) | -19.00% | 106.420186 | 86.204761 | +| System.Tests.Perf_Single.ToStringWithFormat(value: 12345, format: "G") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Single.ToStringWithFormat%28value%3A%2012345%2C%20format%3A%20%22G%22%29.html) | -18.38% | 109.626397 | 89.476297 | +| System.Tests.Perf_Single.ToStringWithFormat(value: 12345, format: "R") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Single.ToStringWithFormat%28value%3A%2012345%2C%20format%3A%20%22R%22%29.html) | -18.68% | 108.495854 | 88.227738 | +| System.Tests.Perf_String.Substring_IntInt(s: "dzsdzsDDZSDZSDZSddsz", i1: 7, i2: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_String.Substring_IntInt%28s%3A%20%22dzsdzsDDZSDZSDZSddsz%22%2C%20i1%3A%207%2C%20i2%3A%204%29.html) | -15.22% | 13.396562 | 11.357656 | +| System.Tests.Perf_Type.GetType_Resolvers(input: typeof(int)) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Type.GetType_Resolvers%28input%3A%20typeof%28int%29%29.html) | -15.49% | 104.863149 | 88.620759 | +| System.Tests.Perf_UInt32.TryParseHex(value: "FFFFFFFF") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_UInt32.TryParseHex%28value%3A%20%22FFFFFFFF%22%29.html) | -15.24% | 14.336211 | 12.151084 | +| System.Tests.Perf_UInt64.TryParseHex(value: "3039") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_UInt64.TryParseHex%28value%3A%20%223039%22%29.html) | -17.60% | 10.212507 | 8.414924 | +| System.Tests.Perf_Uri.CombineAbsoluteRelative(input: "/new/path") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Uri.CombineAbsoluteRelative%28input%3A%20%22/new/path%22%29.html) | -16.82% | 160.075218 | 133.156741 | +| System.Tests.Perf_Uri.Ctor(input: "http://dot.net") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Uri.Ctor%28input%3A%20%22http%3A//dot.net%22%29.html) | -16.12% | 88.101172 | 73.900064 | +| System.Tests.Perf_Uri.Ctor(input: "http://xn--hst-sna.with.xn--nicode-2ya") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Uri.Ctor%28input%3A%20%22http%3A//xn--hst-sna.with.xn--nicode-2ya%22%29.html) | -15.25% | 132.173696 | 112.021575 | +| System.Tests.Perf_Uri.Ctor(input: "https://CONTOSO.com") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Uri.Ctor%28input%3A%20%22https%3A//CONTOSO.com%22%29.html) | -18.94% | 98.221228 | 79.613375 | +| System.Tests.Perf_Uri.Ctor(input: "https://a.much.longer.domain.name") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Uri.Ctor%28input%3A%20%22https%3A//a.much.longer.domain.name%22%29.html) | -15.56% | 140.960677 | 119.027292 | +| System.Tests.Perf_Uri.Ctor(input: "https://contoso.com") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Uri.Ctor%28input%3A%20%22https%3A//contoso.com%22%29.html) | -18.84% | 93.186015 | 75.625703 | +| System.Tests.Perf_Uri.CtorIdnHostPathAndQuery(input: "http://host/") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Uri.CtorIdnHostPathAndQuery%28input%3A%20%22http%3A//host/%22%29.html) | -15.69% | 191.471016 | 161.426870 | +| System.Tests.Perf_Uri.UriBuilderReplacePort | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Uri.UriBuilderReplacePort.html) | -19.23% | 110.730498 | 89.436005 | +| System.Tests.Perf_Version.TryParse2 | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Version.TryParse2.html) | -17.80% | 30.047528 | 24.698063 | +| System.Tests.Perf_Version.TryParse3 | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Version.TryParse3.html) | -16.12% | 42.189577 | 35.386836 | +| System.Text.Encodings.Web.Tests.Perf_Encoders.EncodeUtf16(arguments: JavaScript,no escaping required,512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Encodings.Web.Tests.Perf_Encoders.EncodeUtf16%28arguments%3A%20JavaScript%2Cno%20escaping%20required%2C512%29.html) | -19.21% | 50.557810 | 40.844316 | +| System.Text.Encodings.Web.Tests.Perf_Encoders.EncodeUtf16(arguments: UnsafeRelaxed,no required,512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Encodings.Web.Tests.Perf_Encoders.EncodeUtf16%28arguments%3A%20UnsafeRelaxed%2Cno%20%28escaping%20/%29%20required%2C512%29.html) | -19.80% | 51.137095 | 41.012640 | +| System.Text.Encodings.Web.Tests.Perf_Encoders.EncodeUtf8(arguments: JavaScript,no escaping required,16) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Encodings.Web.Tests.Perf_Encoders.EncodeUtf8%28arguments%3A%20JavaScript%2Cno%20escaping%20required%2C16%29.html) | -17.56% | 14.627642 | 12.058771 | +| System.Text.Encodings.Web.Tests.Perf_Encoders.EncodeUtf8(arguments: Url,�2020,512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Encodings.Web.Tests.Perf_Encoders.EncodeUtf8%28arguments%3A%20Url%2C%EF%BF%BD2020%2C512%29.html) | -17.83% | 67.288872 | 55.291277 | +| System.Text.Json.Document.Tests.Perf_DocumentParse.Parse(IsDataIndented: False, TestRandomAccess: False, TestCase: HelloWorld) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Document.Tests.Perf_DocumentParse.Parse%28IsDataIndented%3A%20False%2C%20TestRandomAccess%3A%20False%2C%20TestCase%3A%20HelloWorld%29.html) | -19.67% | 147.678606 | 118.629033 | +| System.Text.Json.Document.Tests.Perf_DocumentParse.Parse(IsDataIndented: False, TestRandomAccess: True, TestCase: HelloWorld) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Document.Tests.Perf_DocumentParse.Parse%28IsDataIndented%3A%20False%2C%20TestRandomAccess%3A%20True%2C%20TestCase%3A%20HelloWorld%29.html) | -17.62% | 207.184385 | 170.682677 | +| System.Text.Json.Document.Tests.Perf_DocumentParse.Parse(IsDataIndented: True, TestRandomAccess: False, TestCase: HelloWorld) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Document.Tests.Perf_DocumentParse.Parse%28IsDataIndented%3A%20True%2C%20TestRandomAccess%3A%20False%2C%20TestCase%3A%20HelloWorld%29.html) | -16.82% | 154.680656 | 128.657962 | +| System.Text.Json.Document.Tests.Perf_DocumentParse.Parse(IsDataIndented: True, TestRandomAccess: True, TestCase: HelloWorld) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Document.Tests.Perf_DocumentParse.Parse%28IsDataIndented%3A%20True%2C%20TestRandomAccess%3A%20True%2C%20TestCase%3A%20HelloWorld%29.html) | -16.35% | 213.164987 | 178.322096 | +| System.Text.Json.Document.Tests.Perf_EnumerateArray.Parse(TestCase: ArrayOfStrings) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Document.Tests.Perf_EnumerateArray.Parse%28TestCase%3A%20ArrayOfStrings%29.html) | -18.55% | 6593.369297 | 5370.612802 | +| System.Text.Json.Document.Tests.Perf_EnumerateObject.Parse(TestCase: NumericProperties) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Document.Tests.Perf_EnumerateObject.Parse%28TestCase%3A%20NumericProperties%29.html) | -16.97% | 14320.892874 | 11891.180652 | +| System.Text.Json.Document.Tests.Perf_EnumerateObject.Parse(TestCase: StringProperties) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Document.Tests.Perf_EnumerateObject.Parse%28TestCase%3A%20StringProperties%29.html) | -15.63% | 11827.527655 | 9978.648429 | +| System.Text.Json.Document.Tests.Perf_ParseThenWrite.ParseThenWrite(IsDataIndented: False, TestCase: HelloWorld) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Document.Tests.Perf_ParseThenWrite.ParseThenWrite%28IsDataIndented%3A%20False%2C%20TestCase%3A%20HelloWorld%29.html) | -17.41% | 234.985555 | 194.077653 | +| System.Text.Json.Document.Tests.Perf_ParseThenWrite.ParseThenWrite(IsDataIndented: True, TestCase: HelloWorld) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Document.Tests.Perf_ParseThenWrite.ParseThenWrite%28IsDataIndented%3A%20True%2C%20TestCase%3A%20HelloWorld%29.html) | -15.41% | 256.033733 | 216.568313 | +| System.Text.Json.Node.Tests.Perf_Create.Create_JsonObject_Large | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Node.Tests.Perf_Create.Create_JsonObject_Large.html) | -17.67% | 647.577864 | 533.125886 | +| System.Text.Json.Node.Tests.Perf_ParseThenWrite.ParseThenWrite(IsDataIndented: False, TestCase: HelloWorld) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Node.Tests.Perf_ParseThenWrite.ParseThenWrite%28IsDataIndented%3A%20False%2C%20TestCase%3A%20HelloWorld%29.html) | -15.98% | 405.897368 | 341.048844 | +| System.Text.Json.Node.Tests.Perf_ParseThenWrite.ParseThenWrite(IsDataIndented: True, TestCase: HelloWorld) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Node.Tests.Perf_ParseThenWrite.ParseThenWrite%28IsDataIndented%3A%20True%2C%20TestCase%3A%20HelloWorld%29.html) | -15.49% | 432.131116 | 365.195937 | +| System.Text.Json.Reader.Tests.Perf_Base64.ReadBase64EncodedByteArray_HeavyEscaping(NumberOfBytes: 100) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Reader.Tests.Perf_Base64.ReadBase64EncodedByteArray_HeavyEscaping%28NumberOfBytes%3A%20100%29.html) | -15.64% | 82.134185 | 69.291645 | +| System.Text.Json.Reader.Tests.Perf_Base64.ReadBase64EncodedByteArray_NoEscaping(NumberOfBytes: 100) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Reader.Tests.Perf_Base64.ReadBase64EncodedByteArray_NoEscaping%28NumberOfBytes%3A%20100%29.html) | -17.29% | 81.824848 | 67.675562 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromReader(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28ArrayList%29.DeserializeFromReader%28Mode%3A%20SourceGen%29.html) | -19.52% | 16592.956828 | 13354.696989 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromString(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28ArrayList%29.DeserializeFromString%28Mode%3A%20Reflection%29.html) | -19.51% | 14910.472156 | 12000.916848 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromString(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28ArrayList%29.DeserializeFromString%28Mode%3A%20SourceGen%29.html) | -19.53% | 14790.516283 | 11901.437384 | +| System.Text.Json.Serialization.Tests.ReadJson>.DeserializeFromReader(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28Dictionary%28String%2C%20String%29%29.DeserializeFromReader%28Mode%3A%20SourceGen%29.html) | -15.64% | 18153.932200 | 15313.763412 | +| System.Text.Json.Serialization.Tests.ReadJson>.DeserializeFromStream(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28Dictionary%28String%2C%20String%29%29.DeserializeFromStream%28Mode%3A%20Reflection%29.html) | -19.23% | 15029.804643 | 12139.059259 | +| System.Text.Json.Serialization.Tests.ReadJson>.DeserializeFromStream(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28Dictionary%28String%2C%20String%29%29.DeserializeFromStream%28Mode%3A%20SourceGen%29.html) | -18.48% | 15105.559424 | 12313.858495 | +| System.Text.Json.Serialization.Tests.ReadJson>.DeserializeFromString(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28Dictionary%28String%2C%20String%29%29.DeserializeFromString%28Mode%3A%20SourceGen%29.html) | -15.72% | 14379.549934 | 12118.785889 | +| System.Text.Json.Serialization.Tests.ReadJson>.DeserializeFromUtf8Bytes(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28Dictionary%28String%2C%20String%29%29.DeserializeFromUtf8Bytes%28Mode%3A%20Reflection%29.html) | -15.26% | 14228.553520 | 12057.853975 | +| System.Text.Json.Serialization.Tests.ReadJson>.DeserializeFromUtf8Bytes(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28Dictionary%28String%2C%20String%29%29.DeserializeFromUtf8Bytes%28Mode%3A%20SourceGen%29.html) | -16.17% | 14019.989011 | 11752.840446 | +| System.Text.Json.Serialization.Tests.ReadJson>.DeserializeFromReader(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28HashSet%28String%29%29.DeserializeFromReader%28Mode%3A%20Reflection%29.html) | -15.64% | 9425.907590 | 7951.620178 | +| System.Text.Json.Serialization.Tests.ReadJson>.DeserializeFromReader(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28HashSet%28String%29%29.DeserializeFromReader%28Mode%3A%20SourceGen%29.html) | -18.65% | 9583.692721 | 7796.564720 | +| System.Text.Json.Serialization.Tests.ReadJson>.DeserializeFromStream(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28HashSet%28String%29%29.DeserializeFromStream%28Mode%3A%20Reflection%29.html) | -16.51% | 8816.736751 | 7360.757379 | +| System.Text.Json.Serialization.Tests.ReadJson>.DeserializeFromStream(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28HashSet%28String%29%29.DeserializeFromStream%28Mode%3A%20SourceGen%29.html) | -17.00% | 9164.101310 | 7606.487948 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromStream(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28Hashtable%29.DeserializeFromStream%28Mode%3A%20Reflection%29.html) | -15.16% | 26896.079148 | 22818.504536 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromUtf8Bytes(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28IndexViewModel%29.DeserializeFromUtf8Bytes%28Mode%3A%20Reflection%29.html) | -15.73% | 19055.506015 | 16057.892766 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromReader(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28Location%29.DeserializeFromReader%28Mode%3A%20SourceGen%29.html) | -16.23% | 1245.134013 | 1043.083619 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromStream(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28Location%29.DeserializeFromStream%28Mode%3A%20SourceGen%29.html) | -15.82% | 1046.465618 | 880.867293 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromString(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28Location%29.DeserializeFromString%28Mode%3A%20Reflection%29.html) | -16.29% | 878.607584 | 735.445930 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromString(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28Location%29.DeserializeFromString%28Mode%3A%20SourceGen%29.html) | -15.86% | 874.476000 | 735.806404 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromUtf8Bytes(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28Location%29.DeserializeFromUtf8Bytes%28Mode%3A%20Reflection%29.html) | -16.58% | 837.571209 | 698.732240 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromUtf8Bytes(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28Location%29.DeserializeFromUtf8Bytes%28Mode%3A%20SourceGen%29.html) | -16.10% | 828.778086 | 695.317124 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromReader(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28LoginViewModel%29.DeserializeFromReader%28Mode%3A%20SourceGen%29.html) | -15.31% | 469.324824 | 397.449677 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromString(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28LoginViewModel%29.DeserializeFromString%28Mode%3A%20SourceGen%29.html) | -16.57% | 321.628855 | 268.335109 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromUtf8Bytes(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28LoginViewModel%29.DeserializeFromUtf8Bytes%28Mode%3A%20Reflection%29.html) | -17.69% | 309.345229 | 254.620741 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromUtf8Bytes(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28LoginViewModel%29.DeserializeFromUtf8Bytes%28Mode%3A%20SourceGen%29.html) | -16.36% | 300.030309 | 250.959026 | +| System.Text.Json.Serialization.Tests.ReadJson>.DeserializeFromStream(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28Nullable%28DateTimeOffset%29%29.DeserializeFromStream%28Mode%3A%20SourceGen%29.html) | -15.20% | 253.254611 | 214.757002 | +| System.Text.Json.Serialization.Tests.ReadJson>.DeserializeFromString(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28Nullable%28DateTimeOffset%29%29.DeserializeFromString%28Mode%3A%20Reflection%29.html) | -16.84% | 105.882490 | 88.051982 | +| System.Text.Json.Serialization.Tests.ReadJson>.DeserializeFromUtf8Bytes(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28Nullable%28DateTimeOffset%29%29.DeserializeFromUtf8Bytes%28Mode%3A%20SourceGen%29.html) | -19.54% | 90.594625 | 72.891445 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromUtf8Bytes(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28SimpleStructWithProperties%29.DeserializeFromUtf8Bytes%28Mode%3A%20SourceGen%29.html) | -15.92% | 202.081629 | 169.907673 | +| System.Text.Json.Serialization.Tests.ReadMissingAndCaseInsensitive.Baseline | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadMissingAndCaseInsensitive%28Location%29.Baseline.html) | -17.12% | 890.328588 | 737.872397 | +| System.Text.Json.Serialization.Tests.ReadMissingAndCaseInsensitive.CaseInsensitiveMatching | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadMissingAndCaseInsensitive%28Location%29.CaseInsensitiveMatching.html) | -15.30% | 876.148021 | 742.056323 | +| System.Text.Json.Serialization.Tests.ReadMissingAndCaseInsensitive.CaseInsensitiveNotMatching | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadMissingAndCaseInsensitive%28Location%29.CaseInsensitiveNotMatching.html) | -15.83% | 875.206954 | 736.697212 | +| System.Text.Json.Serialization.Tests.ReadMissingAndCaseInsensitive.MissingProperties | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadMissingAndCaseInsensitive%28Location%29.MissingProperties.html) | -18.67% | 607.196487 | 493.822841 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeObjectProperty(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28ArrayList%29.SerializeObjectProperty%28Mode%3A%20Reflection%29.html) | -18.01% | 4920.406279 | 4034.316514 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeObjectProperty(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28ArrayList%29.SerializeObjectProperty%28Mode%3A%20SourceGen%29.html) | -17.27% | 4884.424538 | 4040.659542 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToStream(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28ArrayList%29.SerializeToStream%28Mode%3A%20Reflection%29.html) | -17.34% | 4547.993834 | 3759.169356 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToStream(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28ArrayList%29.SerializeToStream%28Mode%3A%20SourceGen%29.html) | -16.78% | 4502.516745 | 3746.936379 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToString(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28ArrayList%29.SerializeToString%28Mode%3A%20Reflection%29.html) | -16.57% | 4765.362480 | 3975.626383 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToString(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28ArrayList%29.SerializeToString%28Mode%3A%20SourceGen%29.html) | -15.71% | 4651.855808 | 3920.857837 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToUtf8Bytes(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28ArrayList%29.SerializeToUtf8Bytes%28Mode%3A%20Reflection%29.html) | -15.71% | 4437.928854 | 3740.941133 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToUtf8Bytes(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28ArrayList%29.SerializeToUtf8Bytes%28Mode%3A%20SourceGen%29.html) | -16.46% | 4487.589784 | 3748.960286 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToWriter(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28ArrayList%29.SerializeToWriter%28Mode%3A%20Reflection%29.html) | -17.82% | 4254.961948 | 3496.619030 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToWriter(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28ArrayList%29.SerializeToWriter%28Mode%3A%20SourceGen%29.html) | -16.24% | 4239.805224 | 3551.316746 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToStream(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28BinaryData%29.SerializeToStream%28Mode%3A%20SourceGen%29.html) | -15.62% | 239.062267 | 201.725661 | +| System.Text.Json.Serialization.Tests.WriteJson>.SerializeObjectProperty(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28HashSet%28String%29%29.SerializeObjectProperty%28Mode%3A%20SourceGen%29.html) | -15.40% | 3227.166753 | 2730.327202 | +| System.Text.Json.Serialization.Tests.WriteJson>.SerializeToStream(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28HashSet%28String%29%29.SerializeToStream%28Mode%3A%20Reflection%29.html) | -18.64% | 3706.359598 | 3015.522891 | +| System.Text.Json.Serialization.Tests.WriteJson>.SerializeToString(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28HashSet%28String%29%29.SerializeToString%28Mode%3A%20Reflection%29.html) | -15.78% | 3765.155470 | 3171.046185 | +| System.Text.Json.Serialization.Tests.WriteJson>.SerializeToString(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28HashSet%28String%29%29.SerializeToString%28Mode%3A%20SourceGen%29.html) | -15.16% | 3074.179438 | 2608.261377 | +| System.Text.Json.Serialization.Tests.WriteJson>.SerializeToUtf8Bytes(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28HashSet%28String%29%29.SerializeToUtf8Bytes%28Mode%3A%20SourceGen%29.html) | -18.30% | 2902.646017 | 2371.541776 | +| System.Text.Json.Serialization.Tests.WriteJson>.SerializeObjectProperty(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28ImmutableDictionary%28String%2C%20String%29%29.SerializeObjectProperty%28Mode%3A%20SourceGen%29.html) | -18.35% | 10502.281407 | 8574.983639 | +| System.Text.Json.Serialization.Tests.WriteJson>.SerializeToStream(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28ImmutableDictionary%28String%2C%20String%29%29.SerializeToStream%28Mode%3A%20Reflection%29.html) | -15.05% | 11742.033508 | 9974.588758 | +| System.Text.Json.Serialization.Tests.WriteJson>.SerializeObjectProperty(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28ImmutableSortedDictionary%28String%2C%20String%29%29.SerializeObjectProperty%28Mode%3A%20Reflection%29.html) | -16.32% | 9088.200072 | 7605.019455 | +| System.Text.Json.Serialization.Tests.WriteJson>.SerializeToStream(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28ImmutableSortedDictionary%28String%2C%20String%29%29.SerializeToStream%28Mode%3A%20Reflection%29.html) | -16.89% | 8335.311941 | 6927.223723 | +| System.Text.Json.Serialization.Tests.WriteJson>.SerializeToWriter(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28ImmutableSortedDictionary%28String%2C%20String%29%29.SerializeToWriter%28Mode%3A%20Reflection%29.html) | -15.71% | 8149.758712 | 6869.174967 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToStream(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28IndexViewModel%29.SerializeToStream%28Mode%3A%20Reflection%29.html) | -17.15% | 10225.637610 | 8471.881425 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToStream(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28IndexViewModel%29.SerializeToStream%28Mode%3A%20SourceGen%29.html) | -15.48% | 10115.885820 | 8550.249826 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToUtf8Bytes(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28IndexViewModel%29.SerializeToUtf8Bytes%28Mode%3A%20Reflection%29.html) | -16.95% | 10196.808567 | 8468.925975 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToUtf8Bytes(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28IndexViewModel%29.SerializeToUtf8Bytes%28Mode%3A%20SourceGen%29.html) | -17.12% | 7286.000581 | 6038.279481 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToWriter(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28IndexViewModel%29.SerializeToWriter%28Mode%3A%20SourceGen%29.html) | -15.55% | 6642.566455 | 5609.490386 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToString(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28Int32%29.SerializeToString%28Mode%3A%20Reflection%29.html) | -18.72% | 97.104644 | 78.929580 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToString(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28Int32%29.SerializeToString%28Mode%3A%20SourceGen%29.html) | -17.32% | 97.119503 | 80.296909 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeObjectProperty(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28LargeStructWithProperties%29.SerializeObjectProperty%28Mode%3A%20Reflection%29.html) | -19.71% | 633.925676 | 508.983572 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeObjectProperty(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28LargeStructWithProperties%29.SerializeObjectProperty%28Mode%3A%20SourceGen%29.html) | -15.15% | 483.119087 | 409.938949 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToStream(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28LargeStructWithProperties%29.SerializeToStream%28Mode%3A%20Reflection%29.html) | -15.60% | 558.913373 | 471.730163 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToStream(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28LargeStructWithProperties%29.SerializeToStream%28Mode%3A%20SourceGen%29.html) | -16.37% | 359.045662 | 300.278839 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToString(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28LargeStructWithProperties%29.SerializeToString%28Mode%3A%20Reflection%29.html) | -18.76% | 491.213009 | 399.042824 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToString(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28LargeStructWithProperties%29.SerializeToString%28Mode%3A%20SourceGen%29.html) | -15.16% | 330.686478 | 280.555428 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToUtf8Bytes(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28LargeStructWithProperties%29.SerializeToUtf8Bytes%28Mode%3A%20Reflection%29.html) | -18.99% | 454.217160 | 367.969273 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToWriter(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28LargeStructWithProperties%29.SerializeToWriter%28Mode%3A%20SourceGen%29.html) | -17.51% | 248.865688 | 205.279616 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToStream(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28LoginViewModel%29.SerializeToStream%28Mode%3A%20Reflection%29.html) | -15.94% | 299.748172 | 251.979860 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToString(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28LoginViewModel%29.SerializeToString%28Mode%3A%20Reflection%29.html) | -15.09% | 239.749082 | 203.568195 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToWriter(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28LoginViewModel%29.SerializeToWriter%28Mode%3A%20Reflection%29.html) | -15.55% | 157.261891 | 132.808778 | +| System.Text.Json.Serialization.Tests.WriteJson>.SerializeObjectProperty(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28Nullable%28DateTimeOffset%29%29.SerializeObjectProperty%28Mode%3A%20Reflection%29.html) | -16.48% | 214.644492 | 179.266989 | +| System.Text.Json.Serialization.Tests.WriteJson>.SerializeObjectProperty(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28Nullable%28DateTimeOffset%29%29.SerializeObjectProperty%28Mode%3A%20SourceGen%29.html) | -16.15% | 214.177151 | 179.579832 | +| System.Text.Json.Serialization.Tests.WriteJson>.SerializeToWriter(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28Nullable%28DateTimeOffset%29%29.SerializeToWriter%28Mode%3A%20SourceGen%29.html) | -15.18% | 62.140269 | 52.709731 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeObjectProperty(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28SimpleStructWithProperties%29.SerializeObjectProperty%28Mode%3A%20SourceGen%29.html) | -16.07% | 285.910144 | 239.960956 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToStream(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28SimpleStructWithProperties%29.SerializeToStream%28Mode%3A%20SourceGen%29.html) | -15.65% | 178.756749 | 150.783621 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToString(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28SimpleStructWithProperties%29.SerializeToString%28Mode%3A%20SourceGen%29.html) | -15.01% | 149.121867 | 126.733327 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToWriter(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28SimpleStructWithProperties%29.SerializeToWriter%28Mode%3A%20Reflection%29.html) | -16.35% | 113.975224 | 95.336468 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToWriter(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28StructRecord%29.SerializeToWriter%28Mode%3A%20SourceGen%29.html) | -15.21% | 158.992245 | 134.804992 | +| System.Text.Json.Tests.Perf_DateTimes.WriteDateTimes(Formatted: False, SkipValidation: True) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Tests.Perf_DateTimes.WriteDateTimes%28Formatted%3A%20False%2C%20SkipValidation%3A%20True%29.html) | -15.65% | 3194206.739927 | 2694397.765339 | +| System.Text.Json.Tests.Perf_Depth.ReadSpanEmptyLoop(Depth: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Depth.ReadSpanEmptyLoop%28Depth%3A%20512%29.html) | -18.60% | 16761.714378 | 13643.288858 | +| System.Text.Json.Tests.Perf_Depth.ReadSpanEmptyLoop(Depth: 64) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Depth.ReadSpanEmptyLoop%28Depth%3A%2064%29.html) | -15.35% | 1829.506152 | 1548.626024 | +| System.Text.Json.Tests.Perf_Depth.ReadSpanEmptyLoop(Depth: 65) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Depth.ReadSpanEmptyLoop%28Depth%3A%2065%29.html) | -19.45% | 1960.817250 | 1579.419699 | +| System.Text.Json.Tests.Perf_Get.GetGuid | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Get.GetGuid.html) | -17.18% | 3787.709124 | 3136.986217 | +| System.Text.Json.Tests.Perf_Reader.ReadMultiSpanSequenceEmptyLoop(IsDataCompact: False, TestCase: HelloWorld) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Reader.ReadMultiSpanSequenceEmptyLoop%28IsDataCompact%3A%20False%2C%20TestCase%3A%20HelloWorld%29.html) | -18.89% | 127.209170 | 103.183293 | +| System.Text.Json.Tests.Perf_Reader.ReadMultiSpanSequenceEmptyLoop(IsDataCompact: True, TestCase: Json400B) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Reader.ReadMultiSpanSequenceEmptyLoop%28IsDataCompact%3A%20True%2C%20TestCase%3A%20Json400B%29.html) | -15.18% | 550.208643 | 466.675644 | +| System.Text.Json.Tests.Perf_Reader.ReadReturnBytes(IsDataCompact: True, TestCase: DeepTree) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Reader.ReadReturnBytes%28IsDataCompact%3A%20True%2C%20TestCase%3A%20DeepTree%29.html) | -19.90% | 2829.595955 | 2266.389494 | +| System.Text.Json.Tests.Perf_Reader.ReadSingleSpanSequenceEmptyLoop(IsDataCompact: False, TestCase: LotsOfNumbers) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Reader.ReadSingleSpanSequenceEmptyLoop%28IsDataCompact%3A%20False%2C%20TestCase%3A%20LotsOfNumbers%29.html) | -15.27% | 2068.586891 | 1752.697316 | +| System.Text.Json.Tests.Perf_Reader.ReadSingleSpanSequenceEmptyLoop(IsDataCompact: True, TestCase: DeepTree) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Reader.ReadSingleSpanSequenceEmptyLoop%28IsDataCompact%3A%20True%2C%20TestCase%3A%20DeepTree%29.html) | -16.50% | 2305.180351 | 1924.828644 | +| System.Text.Json.Tests.Perf_Reader.ReadSingleSpanSequenceEmptyLoop(IsDataCompact: True, TestCase: LotsOfStrings) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Reader.ReadSingleSpanSequenceEmptyLoop%28IsDataCompact%3A%20True%2C%20TestCase%3A%20LotsOfStrings%29.html) | -16.26% | 889.045454 | 744.524276 | +| System.Text.Json.Tests.Perf_Reader.ReadSpanEmptyLoop(IsDataCompact: False, TestCase: Json400B) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Reader.ReadSpanEmptyLoop%28IsDataCompact%3A%20False%2C%20TestCase%3A%20Json400B%29.html) | -18.92% | 648.663026 | 525.938800 | +| System.Text.Json.Tests.Perf_Reader.ReadSpanEmptyLoop(IsDataCompact: False, TestCase: Json40KB) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Reader.ReadSpanEmptyLoop%28IsDataCompact%3A%20False%2C%20TestCase%3A%20Json40KB%29.html) | -15.51% | 51590.855439 | 43586.704237 | +| System.Text.Json.Tests.Perf_Reader.ReadSpanEmptyLoop(IsDataCompact: False, TestCase: Json4KB) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Reader.ReadSpanEmptyLoop%28IsDataCompact%3A%20False%2C%20TestCase%3A%20Json4KB%29.html) | -15.04% | 5273.495154 | 4480.142102 | +| System.Text.Json.Tests.Perf_Reader.ReadSpanEmptyLoop(IsDataCompact: False, TestCase: LotsOfNumbers) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Reader.ReadSpanEmptyLoop%28IsDataCompact%3A%20False%2C%20TestCase%3A%20LotsOfNumbers%29.html) | -16.13% | 2133.784841 | 1789.706181 | +| System.Text.Json.Tests.Perf_Reader.ReadSpanEmptyLoop(IsDataCompact: True, TestCase: DeepTree) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Reader.ReadSpanEmptyLoop%28IsDataCompact%3A%20True%2C%20TestCase%3A%20DeepTree%29.html) | -18.26% | 2385.467861 | 1949.891627 | +| System.Text.Json.Tests.Perf_Reader.ReadSpanEmptyLoop(IsDataCompact: True, TestCase: HelloWorld) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Reader.ReadSpanEmptyLoop%28IsDataCompact%3A%20True%2C%20TestCase%3A%20HelloWorld%29.html) | -19.60% | 66.511015 | 53.476999 | +| System.Text.Json.Tests.Perf_Reader.ReadSpanEmptyLoop(IsDataCompact: True, TestCase: LotsOfStrings) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Reader.ReadSpanEmptyLoop%28IsDataCompact%3A%20True%2C%20TestCase%3A%20LotsOfStrings%29.html) | -17.31% | 890.486884 | 736.318378 | +| System.Text.Json.Tests.Perf_Segment.ReadSingleSegmentSequenceByN(numberOfBytes: 8192, TestCase: Json400KB) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Segment.ReadSingleSegmentSequenceByN%28numberOfBytes%3A%208192%2C%20TestCase%3A%20Json400KB%29.html) | -15.35% | 523649.322000 | 443248.613927 | +| System.Text.Json.Tests.Perf_Strings.WriteStringsUtf16(Formatted: True, SkipValidation: False, Escaped: NoneEscaped) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Strings.WriteStringsUtf16%28Formatted%3A%20True%2C%20SkipValidation%3A%20False%2C%20Escaped%3A%20NoneEscaped%29.html) | -19.56% | 6433666.710165 | 5175499.543498 | +| System.Text.Json.Tests.Perf_Strings.WriteStringsUtf16(Formatted: True, SkipValidation: True, Escaped: NoneEscaped) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Strings.WriteStringsUtf16%28Formatted%3A%20True%2C%20SkipValidation%3A%20True%2C%20Escaped%3A%20NoneEscaped%29.html) | -19.95% | 6325310.683929 | 5063108.763393 | +| System.Text.Json.Tests.Perf_Strings.WriteStringsUtf8(Formatted: False, SkipValidation: False, Escaped: NoneEscaped) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Strings.WriteStringsUtf8%28Formatted%3A%20False%2C%20SkipValidation%3A%20False%2C%20Escaped%3A%20NoneEscaped%29.html) | -18.38% | 4418935.118622 | 3606587.191645 | +| System.Text.Json.Tests.Perf_Strings.WriteStringsUtf8(Formatted: False, SkipValidation: True, Escaped: NoneEscaped) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Strings.WriteStringsUtf8%28Formatted%3A%20False%2C%20SkipValidation%3A%20True%2C%20Escaped%3A%20NoneEscaped%29.html) | -18.22% | 4338162.881356 | 3547597.713680 | +| System.Text.Json.Tests.Perf_Strings.WriteStringsUtf8(Formatted: True, SkipValidation: False, Escaped: NoneEscaped) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Strings.WriteStringsUtf8%28Formatted%3A%20True%2C%20SkipValidation%3A%20False%2C%20Escaped%3A%20NoneEscaped%29.html) | -19.32% | 4986624.898008 | 4023166.287088 | +| System.Text.Json.Tests.Perf_Strings.WriteStringsUtf8(Formatted: True, SkipValidation: True, Escaped: NoneEscaped) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Strings.WriteStringsUtf8%28Formatted%3A%20True%2C%20SkipValidation%3A%20True%2C%20Escaped%3A%20NoneEscaped%29.html) | -16.89% | 4795871.663571 | 3985904.370000 | +| System.Text.Json.Tests.Utf8JsonReaderCommentsTests.Utf8JsonReaderCommentParsing(CommentHandling: Allow, SegmentSize: 0, TestCase: ShortMultiLine) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Tests.Utf8JsonReaderCommentsTests.Utf8JsonReaderCommentParsing%28CommentHandling%3A%20Allow%2C%20SegmentSize%3A%200%2C%20TestCase%3A%20ShortMultiLine%29.html) | -18.44% | 74.160070 | 60.484890 | +| System.Text.Json.Tests.Utf8JsonReaderCommentsTests.Utf8JsonReaderCommentParsing(CommentHandling: Allow, SegmentSize: 0, TestCase: ShortSingleLine) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Tests.Utf8JsonReaderCommentsTests.Utf8JsonReaderCommentParsing%28CommentHandling%3A%20Allow%2C%20SegmentSize%3A%200%2C%20TestCase%3A%20ShortSingleLine%29.html) | -19.59% | 75.491784 | 60.699977 | +| System.Text.Json.Tests.Utf8JsonReaderCommentsTests.Utf8JsonReaderCommentParsing(CommentHandling: Skip, SegmentSize: 0, TestCase: ShortMultiLine) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Tests.Utf8JsonReaderCommentsTests.Utf8JsonReaderCommentParsing%28CommentHandling%3A%20Skip%2C%20SegmentSize%3A%200%2C%20TestCase%3A%20ShortMultiLine%29.html) | -19.32% | 74.829157 | 60.372088 | +| System.Text.Perf_Ascii.EqualsIgnoreCase_DifferentCase_Chars(Size: 6) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Perf_Ascii.EqualsIgnoreCase_DifferentCase_Chars%28Size%3A%206%29.html) | -18.01% | 12.956171 | 10.622905 | +| System.Text.Perf_Ascii.ToLower_Chars(Size: 6) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Perf_Ascii.ToLower_Chars%28Size%3A%206%29.html) | -15.39% | 8.091897 | 6.846585 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Cache.IsMatch_Multithreading(total: 40000, unique: 1600, cacheSize: 800) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.RegularExpressions.Tests.Perf_Regex_Cache.IsMatch_Multithreading%28total%3A%2040000%2C%20unique%3A%201600%2C%20cacheSize%3A%20800%29.html) | -18.63% | 45118770.414286 | 36715372.507143 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Common.Email_IsNotMatch(Options: IgnoreCase, Compiled) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.RegularExpressions.Tests.Perf_Regex_Common.Email_IsNotMatch%28Options%3A%20IgnoreCase%2C%20Compiled%29.html) | -17.46% | 133.283103 | 110.016310 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Industry_Leipzig.Count(Pattern: ".{0,2}(Tom\|Sawyer\|Huckleberry\|Finn)", Options: Compiled) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.RegularExpressions.Tests.Perf_Regex_Industry_Leipzig.Count%28Pattern%3A%20%22.%7B0%2C2%7D%28Tom%7CSawyer%7CHuckleberry%7CFinn%29%22%2C%20Options%3A%20Compiled%29.html) | -19.35% | 317891143.000000 | 256376838.875000 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Industry_Leipzig.Count(Pattern: "[a-z]shing", Options: None) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.RegularExpressions.Tests.Perf_Regex_Industry_Leipzig.Count%28Pattern%3A%20%22%5Ba-z%5Dshing%22%2C%20Options%3A%20None%29.html) | -16.80% | 2367138.901179 | 1969565.136269 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Industry_Mariomkas.Count(Pattern: "[\\w]+://[^/\\s?#]+[^\\s?#]+(?:\\?[^\\s#]*)?(?:#[^\\s]*)?", Options: Compiled) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.RegularExpressions.Tests.Perf_Regex_Industry_Mariomkas.Count%28Pattern%3A%20%22%5B%5C%5Cw%5D%2B%3A//%5B%5E/%5C%5Cs%3F%23%5D%2B%5B%5E%5C%5Cs%3F%23%5D%2B%28%3F%3A%5C%5C%3F%5B%5E%5C%5Cs%23%5D%2A%29%3F%28%3F%3A%23%5B%5E%5C%5Cs%5D%2A%29%3F%22%2C%20Options%3A%20Compiled%29.html) | -17.07% | 1396294.156136 | 1157986.627473 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Industry_RustLang_Sherlock.Count(Pattern: "(?m)^Sherlock Holmes\|Sherlock Holmes$", Options: Compiled) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.RegularExpressions.Tests.Perf_Regex_Industry_RustLang_Sherlock.Count%28Pattern%3A%20%22%28%3Fm%29%5ESherlock%20Holmes%7CSherlock%20Holmes%24%22%2C%20Options%3A%20Compiled%29.html) | -19.80% | 53518.111480 | 42922.851361 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Industry_RustLang_Sherlock.Count(Pattern: "(?s).*", Options: Compiled) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.RegularExpressions.Tests.Perf_Regex_Industry_RustLang_Sherlock.Count%28Pattern%3A%20%22%28%3Fs%29.%2A%22%2C%20Options%3A%20Compiled%29.html) | -17.07% | 57.390380 | 47.594321 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Industry_RustLang_Sherlock.Count(Pattern: "Sherlock\\s+Holmes", Options: Compiled) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.RegularExpressions.Tests.Perf_Regex_Industry_RustLang_Sherlock.Count%28Pattern%3A%20%22Sherlock%5C%5Cs%2BHolmes%22%2C%20Options%3A%20Compiled%29.html) | -19.72% | 55436.447597 | 44507.038529 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Industry_RustLang_Sherlock.Count(Pattern: "Sherlock\\s+Holmes", Options: None) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.RegularExpressions.Tests.Perf_Regex_Industry_RustLang_Sherlock.Count%28Pattern%3A%20%22Sherlock%5C%5Cs%2BHolmes%22%2C%20Options%3A%20None%29.html) | -15.39% | 53087.525986 | 44915.398004 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Industry_RustLang_Sherlock.Count(Pattern: "the", Options: None) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.RegularExpressions.Tests.Perf_Regex_Industry_RustLang_Sherlock.Count%28Pattern%3A%20%22the%22%2C%20Options%3A%20None%29.html) | -18.30% | 552989.951222 | 451791.718759 | +| System.Threading.Channels.Tests.UnboundedChannelPerfTests.PingPong | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Threading.Channels.Tests.UnboundedChannelPerfTests.PingPong.html) | -17.85% | 9453711.267219 | 7766233.887755 | +| System.Threading.Channels.Tests.UnboundedChannelPerfTests.WriteAsyncThenReadAsync | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Threading.Channels.Tests.UnboundedChannelPerfTests.WriteAsyncThenReadAsync.html) | -18.46% | 44.616128 | 36.382062 | +| System.Threading.Tasks.ValueTaskPerfTest.Await_FromCompletedTask | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Threading.Tasks.ValueTaskPerfTest.Await_FromCompletedTask.html) | -18.97% | 16.956057 | 13.739254 | +| System.Threading.Tasks.ValueTaskPerfTest.Await_FromCompletedValueTaskSource | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Threading.Tasks.ValueTaskPerfTest.Await_FromCompletedValueTaskSource.html) | -19.25% | 28.185172 | 22.758690 | +| System.Threading.Tasks.ValueTaskPerfTest.Await_FromResult | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Threading.Tasks.ValueTaskPerfTest.Await_FromResult.html) | -15.13% | 9.075207 | 7.702411 | +| System.Threading.Tasks.ValueTaskPerfTest.CreateAndAwait_FromCompletedValueTaskSource | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Threading.Tasks.ValueTaskPerfTest.CreateAndAwait_FromCompletedValueTaskSource.html) | -19.40% | 13.209172 | 10.646082 | +| System.Threading.Tasks.ValueTaskPerfTest.CreateAndAwait_FromResult_ConfigureAwait | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Threading.Tasks.ValueTaskPerfTest.CreateAndAwait_FromResult_ConfigureAwait.html) | -18.45% | 9.224940 | 7.522724 | +| System.Threading.Tests.Perf_CancellationToken.CreateLinkedTokenSource3 | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Threading.Tests.Perf_CancellationToken.CreateLinkedTokenSource3.html) | -17.05% | 110.576085 | 91.724021 | +| System.Threading.Tests.Perf_CancellationToken.CreateManyRegisterDispose | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Threading.Tests.Perf_CancellationToken.CreateManyRegisterDispose.html) | -16.10% | 24.270508 | 20.362806 | +| System.Threading.Tests.Perf_Lock.ReaderWriterLockSlimPerf | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Threading.Tests.Perf_Lock.ReaderWriterLockSlimPerf.html) | -17.62% | 22.131898 | 18.233353 | +| System.Xml.Linq.Perf_XDocument.CreateWithRootlEement | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Xml.Linq.Perf_XDocument.CreateWithRootlEement.html) | -15.69% | 39.035889 | 32.912791 | +| System.Xml.Linq.Perf_XElement.CreateElement | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Xml.Linq.Perf_XElement.CreateElement.html) | -16.55% | 31.632071 | 26.395820 | +| System.Xml.Linq.Perf_XElement.CreateElementWithNamespace | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Xml.Linq.Perf_XElement.CreateElementWithNamespace.html) | -17.48% | 60.900462 | 50.257764 | +| System.Xml.Linq.Perf_XElement.GetElement | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Xml.Linq.Perf_XElement.GetElement.html) | -15.72% | 26.567505 | 22.390067 | +| System.Xml.Linq.Perf_XElement.GetElementWithNamespace | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Xml.Linq.Perf_XElement.GetElementWithNamespace.html) | -16.00% | 51.852299 | 43.555782 | +| System.Xml.Linq.Perf_XName.CreateElementWithNamespace | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Xml.Linq.Perf_XName.CreateElementWithNamespace.html) | -16.91% | 45.420371 | 37.738862 | +| System.Xml.Linq.Perf_XName.CreateElementWithNamespaceImplicitOperator | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Xml.Linq.Perf_XName.CreateElementWithNamespaceImplicitOperator.html) | -16.91% | 49.778071 | 41.358627 | + +## 10-15% Improvement (714 tests) + +| Test Name | Link | Change % | .NET 9 | .NET 10 | +|-----------|------|----------|--------|-------| +| BenchmarksGame.PiDigits_3.RunBench(n: 3000, expected: "8649423196\t:3000") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/BenchmarksGame.PiDigits_3.RunBench%28n%3A%203000%2C%20expected%3A%20%228649423196%5Ct%3A3000%22%29.html) | -11.48% | 428366042.017857 | 379183911.517857 | +| BenchmarksGame.ReverseComplement_6.RunBench | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/BenchmarksGame.ReverseComplement_6.RunBench.html) | -11.01% | N/A | N/A | +| Benchstone.MDBenchI.MDXposMatrix.Test | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/Benchstone.MDBenchI.MDXposMatrix.Test.html) | -11.01% | 38470.696962 | 34234.309655 | +| ByteMark.BenchAssignRectangular | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/ByteMark.BenchAssignRectangular.html) | -13.87% | 1229397727.392857 | 1058907570.232143 | +| GuardedDevirtualization.TwoClassVirtual.Call(testInput: pB = 0.40) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/GuardedDevirtualization.TwoClassVirtual.Call%28testInput%3A%20pB%20%3D%200.40%29.html) | -13.29% | 1.531247 | 1.327773 | +| GuardedDevirtualization.TwoClassVirtual.Call(testInput: pB = 0.80) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/GuardedDevirtualization.TwoClassVirtual.Call%28testInput%3A%20pB%20%3D%200.80%29.html) | -11.11% | 1.060253 | 0.942430 | +| IfStatements.IfStatements.AndAndAnd | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/IfStatements.IfStatements.AndAndAnd.html) | -14.67% | 30904.895550 | 26370.600964 | +| Inlining.InlineGCStruct.WithFormat | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/Inlining.InlineGCStruct.WithFormat.html) | -13.82% | N/A | N/A | +| Interop.StructureToPtr.MarshalPtrToStructure | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/Interop.StructureToPtr.MarshalPtrToStructure.html) | -11.27% | 62.964541 | 55.868401 | +| JetStream.Poker.Play | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/JetStream.Poker.Play.html) | -12.81% | 7169740.562500 | 6251463.167542 | +| LinqBenchmarks.Count00LinqMethodX | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/LinqBenchmarks.Count00LinqMethodX.html) | -13.32% | 27951875.065476 | 24228375.780045 | +| LinqBenchmarks.Where00ForX | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/LinqBenchmarks.Where00ForX.html) | -13.05% | 163070844.357143 | 141792164.125000 | +| LinqBenchmarks.Where01ForX | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/LinqBenchmarks.Where01ForX.html) | -13.77% | 135330862.053571 | 116696099.469388 | +| LinqBenchmarks.Where01LinqMethodNestedX | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/LinqBenchmarks.Where01LinqMethodNestedX.html) | -12.02% | 247664635.553571 | 217905413.160714 | +| MicroBenchmarks.Serializers.Json_FromStream.SystemTextJson_Reflection_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/MicroBenchmarks.Serializers.Json_FromStream%28CollectionsOfPrimitives%29.SystemTextJson_Reflection_.html) | -12.18% | 208780.498339 | 183348.506737 | +| MicroBenchmarks.Serializers.Json_FromStream.SystemTextJson_SourceGen_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/MicroBenchmarks.Serializers.Json_FromStream%28CollectionsOfPrimitives%29.SystemTextJson_SourceGen_.html) | -11.77% | 208832.074790 | 184260.239946 | +| MicroBenchmarks.Serializers.Json_FromStream.SystemTextJson_Reflection_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/MicroBenchmarks.Serializers.Json_FromStream%28IndexViewModel%29.SystemTextJson_Reflection_.html) | -11.43% | 19199.855259 | 17005.894415 | +| MicroBenchmarks.Serializers.Json_FromStream.SystemTextJson_SourceGen_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/MicroBenchmarks.Serializers.Json_FromStream%28IndexViewModel%29.SystemTextJson_SourceGen_.html) | -12.35% | 18548.756460 | 16257.544658 | +| MicroBenchmarks.Serializers.Json_FromStream.SystemTextJson_Reflection_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/MicroBenchmarks.Serializers.Json_FromStream%28Location%29.SystemTextJson_Reflection_.html) | -14.62% | 908.699518 | 775.832248 | +| MicroBenchmarks.Serializers.Json_FromStream.SystemTextJson_Reflection_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/MicroBenchmarks.Serializers.Json_FromStream%28LoginViewModel%29.SystemTextJson_Reflection_.html) | -14.72% | 365.797174 | 311.942658 | +| MicroBenchmarks.Serializers.Json_FromStream.SystemTextJson_SourceGen_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/MicroBenchmarks.Serializers.Json_FromStream%28LoginViewModel%29.SystemTextJson_SourceGen_.html) | -13.79% | 352.727582 | 304.092929 | +| MicroBenchmarks.Serializers.Json_FromStream.SystemTextJson_Reflection_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/MicroBenchmarks.Serializers.Json_FromStream%28MyEventsListerViewModel%29.SystemTextJson_Reflection_.html) | -12.33% | 214102.770828 | 187696.393554 | +| MicroBenchmarks.Serializers.Json_FromStream.SystemTextJson_SourceGen_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/MicroBenchmarks.Serializers.Json_FromStream%28MyEventsListerViewModel%29.SystemTextJson_SourceGen_.html) | -13.60% | 208115.122641 | 179802.550167 | +| MicroBenchmarks.Serializers.Json_FromString.SystemTextJson_Reflection_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/MicroBenchmarks.Serializers.Json_FromString%28CollectionsOfPrimitives%29.SystemTextJson_Reflection_.html) | -10.16% | 188482.240705 | 169339.543678 | +| MicroBenchmarks.Serializers.Json_FromString.SystemTextJson_Reflection_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/MicroBenchmarks.Serializers.Json_FromString%28IndexViewModel%29.SystemTextJson_Reflection_.html) | -11.32% | 18605.051793 | 16498.229852 | +| MicroBenchmarks.Serializers.Json_FromString.SystemTextJson_SourceGen_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/MicroBenchmarks.Serializers.Json_FromString%28IndexViewModel%29.SystemTextJson_SourceGen_.html) | -12.20% | 18203.484670 | 15982.317132 | +| MicroBenchmarks.Serializers.Json_FromString.SystemTextJson_SourceGen_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/MicroBenchmarks.Serializers.Json_FromString%28Location%29.SystemTextJson_SourceGen_.html) | -14.66% | 862.450355 | 736.033598 | +| MicroBenchmarks.Serializers.Json_FromString.JsonNet_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/MicroBenchmarks.Serializers.Json_FromString%28LoginViewModel%29.JsonNet_.html) | -13.07% | 684.872915 | 595.363048 | +| MicroBenchmarks.Serializers.Json_FromString.SystemTextJson_Reflection_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/MicroBenchmarks.Serializers.Json_FromString%28MyEventsListerViewModel%29.SystemTextJson_Reflection_.html) | -14.16% | 200674.770416 | 172252.263375 | +| MicroBenchmarks.Serializers.Json_ToStream.DataContractJsonSerializer_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/MicroBenchmarks.Serializers.Json_ToStream%28IndexViewModel%29.DataContractJsonSerializer_.html) | -13.52% | 59037.783526 | 51058.448486 | +| MicroBenchmarks.Serializers.Json_ToStream.JsonNet_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/MicroBenchmarks.Serializers.Json_ToStream%28MyEventsListerViewModel%29.JsonNet_.html) | -13.05% | 385142.147328 | 334898.142022 | +| MicroBenchmarks.Serializers.Json_ToString.JsonNet_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/MicroBenchmarks.Serializers.Json_ToString%28CollectionsOfPrimitives%29.JsonNet_.html) | -14.37% | 317511.523112 | 271887.357727 | +| MicroBenchmarks.Serializers.Json_ToString.SystemTextJson_Reflection_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/MicroBenchmarks.Serializers.Json_ToString%28CollectionsOfPrimitives%29.SystemTextJson_Reflection_.html) | -12.20% | 132646.544731 | 116459.065212 | +| MicroBenchmarks.Serializers.Json_ToString.SystemTextJson_SourceGen_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/MicroBenchmarks.Serializers.Json_ToString%28CollectionsOfPrimitives%29.SystemTextJson_SourceGen_.html) | -11.32% | 130096.681549 | 115365.863061 | +| MicroBenchmarks.Serializers.Json_ToString.SystemTextJson_Reflection_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/MicroBenchmarks.Serializers.Json_ToString%28IndexViewModel%29.SystemTextJson_Reflection_.html) | -14.18% | 11035.106609 | 9470.030089 | +| MicroBenchmarks.Serializers.Json_ToString.SystemTextJson_SourceGen_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/MicroBenchmarks.Serializers.Json_ToString%28IndexViewModel%29.SystemTextJson_SourceGen_.html) | -12.70% | 8024.799497 | 7005.658513 | +| MicroBenchmarks.Serializers.Json_ToString.SystemTextJson_Reflection_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/MicroBenchmarks.Serializers.Json_ToString%28Location%29.SystemTextJson_Reflection_.html) | -13.11% | 556.152386 | 483.229445 | +| MicroBenchmarks.Serializers.Json_ToString.SystemTextJson_SourceGen_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/MicroBenchmarks.Serializers.Json_ToString%28Location%29.SystemTextJson_SourceGen_.html) | -10.73% | 439.398971 | 392.260774 | +| MicroBenchmarks.Serializers.Json_ToString.SystemTextJson_Reflection_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/MicroBenchmarks.Serializers.Json_ToString%28LoginViewModel%29.SystemTextJson_Reflection_.html) | -13.16% | 240.818097 | 209.133052 | +| MicroBenchmarks.Serializers.Json_ToString.SystemTextJson_SourceGen_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/MicroBenchmarks.Serializers.Json_ToString%28LoginViewModel%29.SystemTextJson_SourceGen_.html) | -13.45% | 188.072606 | 162.769431 | +| MicroBenchmarks.Serializers.Json_ToString.JsonNet_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/MicroBenchmarks.Serializers.Json_ToString%28MyEventsListerViewModel%29.JsonNet_.html) | -10.11% | 463438.587941 | 416573.950703 | +| MicroBenchmarks.Serializers.Xml_FromStream.DataContractSerializer_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/MicroBenchmarks.Serializers.Xml_FromStream%28ClassImplementingIXmlSerialiable%29.DataContractSerializer_.html) | -10.93% | 1369.118700 | 1219.501626 | +| MicroBenchmarks.Serializers.Xml_FromStream.DataContractSerializer_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/MicroBenchmarks.Serializers.Xml_FromStream%28IndexViewModel%29.DataContractSerializer_.html) | -13.55% | 112477.720492 | 97237.204540 | +| MicroBenchmarks.Serializers.Xml_FromStream.DataContractSerializer_BinaryXml_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/MicroBenchmarks.Serializers.Xml_FromStream%28IndexViewModel%29.DataContractSerializer_BinaryXml_.html) | -11.61% | 40818.947638 | 36078.702358 | +| MicroBenchmarks.Serializers.Xml_FromStream.DataContractSerializer_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/MicroBenchmarks.Serializers.Xml_FromStream%28MyEventsListerViewModel%29.DataContractSerializer_.html) | -11.15% | 1182136.456083 | 1050316.708561 | +| MicroBenchmarks.Serializers.Xml_FromStream.DataContractSerializer_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/MicroBenchmarks.Serializers.Xml_FromStream%28SimpleStructWithProperties%29.DataContractSerializer_.html) | -10.77% | 1744.231062 | 1556.353952 | +| MicroBenchmarks.Serializers.Xml_ToStream.DataContractSerializer_BinaryXml_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/MicroBenchmarks.Serializers.Xml_ToStream%28CollectionsOfPrimitives%29.DataContractSerializer_BinaryXml_.html) | -11.71% | 200677.053861 | 177182.981868 | +| MicroBenchmarks.Serializers.Xml_ToStream.XmlSerializer_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/MicroBenchmarks.Serializers.Xml_ToStream%28CollectionsOfPrimitives%29.XmlSerializer_.html) | -10.46% | 284896.376360 | 255097.978815 | +| MicroBenchmarks.Serializers.Xml_ToStream.DataContractSerializer_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/MicroBenchmarks.Serializers.Xml_ToStream%28MyEventsListerViewModel%29.DataContractSerializer_.html) | -12.94% | 479935.670382 | 417855.483861 | +| MicroBenchmarks.Serializers.Xml_ToStream.DataContractSerializer_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/MicroBenchmarks.Serializers.Xml_ToStream%28SimpleStructWithProperties%29.DataContractSerializer_.html) | -10.56% | 600.468778 | 537.054277 | +| MicroBenchmarks.Serializers.Xml_ToStream.DataContractSerializer_BinaryXml_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/MicroBenchmarks.Serializers.Xml_ToStream%28SimpleStructWithProperties%29.DataContractSerializer_BinaryXml_.html) | -11.80% | 332.564779 | 293.333901 | +| Microsoft.AspNetCore.Server.Kestrel.Performance.PipeThroughputBenchmark.Parse_ParallelAsync(Length: 128, Chunks: 1) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/Microsoft.AspNetCore.Server.Kestrel.Performance.PipeThroughputBenchmark.Parse_ParallelAsync%28Length%3A%20128%2C%20Chunks%3A%201%29.html) | -11.99% | 139.817209 | 123.058135 | +| Microsoft.AspNetCore.Server.Kestrel.Performance.PipeThroughputBenchmark.Parse_SequentialAsync(Length: 4096, Chunks: 16) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/Microsoft.AspNetCore.Server.Kestrel.Performance.PipeThroughputBenchmark.Parse_SequentialAsync%28Length%3A%204096%2C%20Chunks%3A%2016%29.html) | -10.88% | 448.213356 | 399.447336 | +| Microsoft.Extensions.DependencyInjection.ActivatorUtilitiesBenchmark.CreateInstance_3 | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/Microsoft.Extensions.DependencyInjection.ActivatorUtilitiesBenchmark.CreateInstance_3.html) | -12.76% | 142.247103 | 124.103291 | +| Microsoft.Extensions.DependencyInjection.ActivatorUtilitiesBenchmark.Factory_1Injected_2Explicit | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/Microsoft.Extensions.DependencyInjection.ActivatorUtilitiesBenchmark.Factory_1Injected_2Explicit.html) | -14.63% | 22.296418 | 19.033821 | +| Microsoft.Extensions.DependencyInjection.ActivatorUtilitiesBenchmark.Factory_1Injected_2Explicit_OutOfOrder | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/Microsoft.Extensions.DependencyInjection.ActivatorUtilitiesBenchmark.Factory_1Injected_2Explicit_OutOfOrder.html) | -12.90% | 21.949666 | 19.117910 | +| Microsoft.Extensions.DependencyInjection.ActivatorUtilitiesBenchmark.Factory_3Explicit | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/Microsoft.Extensions.DependencyInjection.ActivatorUtilitiesBenchmark.Factory_3Explicit.html) | -11.60% | 12.441847 | 10.998847 | +| Microsoft.Extensions.DependencyInjection.ActivatorUtilitiesBenchmark.GetService_1Injected | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/Microsoft.Extensions.DependencyInjection.ActivatorUtilitiesBenchmark.GetService_1Injected.html) | -14.13% | 10.364775 | 8.900591 | +| Microsoft.Extensions.DependencyInjection.ActivatorUtilitiesBenchmark.GetService_3Injected | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/Microsoft.Extensions.DependencyInjection.ActivatorUtilitiesBenchmark.GetService_3Injected.html) | -14.39% | 10.565779 | 9.045563 | +| Microsoft.Extensions.DependencyInjection.ActivatorUtilitiesBenchmark.GetService_5Injected | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/Microsoft.Extensions.DependencyInjection.ActivatorUtilitiesBenchmark.GetService_5Injected.html) | -13.45% | 10.294986 | 8.910713 | +| Microsoft.Extensions.DependencyInjection.GetService.EmptyEnumerable | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/Microsoft.Extensions.DependencyInjection.GetService.EmptyEnumerable.html) | -14.04% | 17.467761 | 15.016023 | +| Microsoft.Extensions.DependencyInjection.GetServiceIEnumerable.Transient | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/Microsoft.Extensions.DependencyInjection.GetServiceIEnumerable.Transient.html) | -10.92% | 79.021362 | 70.396048 | +| Microsoft.Extensions.DependencyInjection.TimeToFirstService.BuildProvider(Mode: "Default") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/Microsoft.Extensions.DependencyInjection.TimeToFirstService.BuildProvider%28Mode%3A%20%22Default%22%29.html) | -10.35% | 1160.197617 | 1040.065474 | +| Microsoft.Extensions.Logging.FormattingOverhead.TwoArguments | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/Microsoft.Extensions.Logging.FormattingOverhead.TwoArguments.html) | -10.87% | 138.676579 | 123.596088 | +| Microsoft.Extensions.Logging.LoggingOverhead.NoArguments | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/Microsoft.Extensions.Logging.LoggingOverhead.NoArguments.html) | -14.59% | 23.262659 | 19.868220 | +| Microsoft.Extensions.Logging.ScopesOverheadBenchmark.FilteredByLevel_InsideScope(HasISupportLoggingScopeLogger: True, CaptureScopes: True) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/Microsoft.Extensions.Logging.ScopesOverheadBenchmark.FilteredByLevel_InsideScope%28HasISupportLoggingScopeLogger%3A%20True%2C%20CaptureScopes%3A%20True%29.html) | -10.53% | 58.550014 | 52.383813 | +| Microsoft.Extensions.Primitives.Performance.StringValuesBenchmark.ForEach_Array | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/Microsoft.Extensions.Primitives.Performance.StringValuesBenchmark.ForEach_Array.html) | -13.85% | 4.443021 | 3.827495 | +| PerfLabTests.CastingPerf.ObjScalarValueType | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/PerfLabTests.CastingPerf.ObjScalarValueType.html) | -14.89% | 234920.741600 | 199938.378758 | +| PerfLabTests.CastingPerf2.CastingPerf.FooObjIsNull | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/PerfLabTests.CastingPerf2.CastingPerf.FooObjIsNull.html) | -14.41% | 308144.069437 | 263737.032727 | +| PerfLabTests.CastingPerf2.CastingPerf.ObjInt | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/PerfLabTests.CastingPerf2.CastingPerf.ObjInt.html) | -14.74% | 743500.494963 | 633935.109432 | +| PerfLabTests.CastingPerf2.CastingPerf.ObjScalarValueType | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/PerfLabTests.CastingPerf2.CastingPerf.ObjScalarValueType.html) | -12.08% | 683476.562001 | 600945.458450 | +| PerfLabTests.EnumPerf.EnumEquals | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/PerfLabTests.EnumPerf.EnumEquals.html) | -11.04% | 12.636737 | 11.241930 | +| PerfLabTests.GetMember.GetMethod12 | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/PerfLabTests.GetMember.GetMethod12.html) | -14.32% | 709253.786363 | 607680.225060 | +| PerfLabTests.GetMember.GetMethod15 | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/PerfLabTests.GetMember.GetMethod15.html) | -12.13% | 894769.001140 | 786224.111015 | +| PerfLabTests.GetMember.GetMethod20 | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/PerfLabTests.GetMember.GetMethod20.html) | -12.76% | 1199768.054097 | 1046620.282313 | +| PerfLabTests.LowLevelPerf.InterfaceInterfaceMethodSwitchCallType | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/PerfLabTests.LowLevelPerf.InterfaceInterfaceMethodSwitchCallType.html) | -10.89% | 594591.598655 | 529845.752709 | +| PerfLabTests.LowLevelPerf.StaticDelegate | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/PerfLabTests.LowLevelPerf.StaticDelegate.html) | -10.25% | 220324.769058 | 197750.399866 | +| System.Buffers.Tests.ReadOnlySequenceTests.SliceTenSegments | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Buffers.Tests.ReadOnlySequenceTests%28Byte%29.SliceTenSegments.html) | -12.66% | 15.310232 | 13.372471 | +| System.Buffers.Tests.ReadOnlySequenceTests.FirstSpanTenSegments | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Buffers.Tests.ReadOnlySequenceTests%28Char%29.FirstSpanTenSegments.html) | -10.95% | 4.699533 | 4.185042 | +| System.Buffers.Tests.ReadOnlySequenceTests.IterateTryGetArray | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Buffers.Tests.ReadOnlySequenceTests%28Char%29.IterateTryGetArray.html) | -12.19% | 8.130013 | 7.138795 | +| System.Buffers.Tests.SearchValuesCharTests.ContainsAny(Values: "abcdefABCDEF0123456789") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Buffers.Tests.SearchValuesCharTests.ContainsAny%28Values%3A%20%22abcdefABCDEF0123456789%22%29.html) | -12.91% | 6.888054 | 5.998668 | +| System.Buffers.Tests.SearchValuesCharTests.IndexOfAny(Values: "abcdefABCDEF0123456789Ü") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Buffers.Tests.SearchValuesCharTests.IndexOfAny%28Values%3A%20%22abcdefABCDEF0123456789%C3%9C%22%29.html) | -10.25% | 11.506571 | 10.327382 | +| System.Buffers.Tests.SearchValuesCharTests.LastIndexOfAny(Values: "abcdefABCDEF0123456789") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Buffers.Tests.SearchValuesCharTests.LastIndexOfAny%28Values%3A%20%22abcdefABCDEF0123456789%22%29.html) | -13.27% | 7.747695 | 6.719832 | +| System.Buffers.Tests.SearchValuesCharTests.LastIndexOfAny(Values: "abcdefABCDEF0123456789Ü") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Buffers.Tests.SearchValuesCharTests.LastIndexOfAny%28Values%3A%20%22abcdefABCDEF0123456789%C3%9C%22%29.html) | -13.61% | 10.724930 | 9.265603 | +| System.Buffers.Text.Tests.Utf8FormatterTests.FormatterDouble(value: -1.7976931348623157E+308) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Buffers.Text.Tests.Utf8FormatterTests.FormatterDouble%28value%3A%20-1.7976931348623157E%2B308%29.html) | -10.57% | 173.012181 | 154.726987 | +| System.Buffers.Text.Tests.Utf8FormatterTests.FormatterInt32(value: 2147483647) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Buffers.Text.Tests.Utf8FormatterTests.FormatterInt32%28value%3A%202147483647%29.html) | -10.39% | 8.644748 | 7.746500 | +| System.Buffers.Text.Tests.Utf8FormatterTests.FormatterInt64(value: -9223372036854775808) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Buffers.Text.Tests.Utf8FormatterTests.FormatterInt64%28value%3A%20-9223372036854775808%29.html) | -14.24% | 18.641623 | 15.987849 | +| System.Buffers.Text.Tests.Utf8ParserTests.TryParseDecimal(value: 123456.789) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Buffers.Text.Tests.Utf8ParserTests.TryParseDecimal%28value%3A%20123456.789%29.html) | -11.95% | 44.211158 | 38.929210 | +| System.Buffers.Text.Tests.Utf8ParserTests.TryParseInt16(value: -32768) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Buffers.Text.Tests.Utf8ParserTests.TryParseInt16%28value%3A%20-32768%29.html) | -10.74% | 6.822715 | 6.089907 | +| System.Buffers.Text.Tests.Utf8ParserTests.TryParseInt32(value: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Buffers.Text.Tests.Utf8ParserTests.TryParseInt32%28value%3A%204%29.html) | -10.59% | 4.260099 | 3.808758 | +| System.Buffers.Text.Tests.Utf8ParserTests.TryParseSByte(value: 127) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Buffers.Text.Tests.Utf8ParserTests.TryParseSByte%28value%3A%20127%29.html) | -13.38% | 6.238847 | 5.403811 | +| System.Buffers.Text.Tests.Utf8ParserTests.TryParseUInt64Hex(value: 0) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Buffers.Text.Tests.Utf8ParserTests.TryParseUInt64Hex%28value%3A%200%29.html) | -10.85% | 4.566068 | 4.070658 | +| System.Collections.AddGivenSize.Dictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.AddGivenSize%28Int32%29.Dictionary%28Size%3A%20512%29.html) | -13.33% | 3437.719231 | 2979.331025 | +| System.Collections.AddGivenSize.ObservableCollection(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.AddGivenSize%28String%29.ObservableCollection%28Size%3A%20512%29.html) | -13.72% | 11988.446940 | 10343.133849 | +| System.Collections.Concurrent.AddRemoveFromSameThreads.ConcurrentQueue(Size: 2000000) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.Concurrent.AddRemoveFromSameThreads%28String%29.ConcurrentQueue%28Size%3A%202000000%29.html) | -13.88% | 304019084.520000 | 261808661.720000 | +| System.Collections.Concurrent.Count.Queue_EnqueueCountDequeue(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.Concurrent.Count%28String%29.Queue_EnqueueCountDequeue%28Size%3A%20512%29.html) | -12.87% | 21.373333 | 18.621717 | +| System.Collections.Concurrent.IsEmpty.Dictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.Concurrent.IsEmpty%28String%29.Dictionary%28Size%3A%20512%29.html) | -12.24% | N/A | N/A | +| System.Collections.ContainsFalse.Span(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.ContainsFalse%28String%29.Span%28Size%3A%20512%29.html) | -12.23% | 754203.754663 | 661979.520257 | +| System.Collections.ContainsKeyFalse.ConcurrentDictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.ContainsKeyFalse%28String%2C%20String%29.ConcurrentDictionary%28Size%3A%20512%29.html) | -13.74% | 6073.091450 | 5238.653332 | +| System.Collections.ContainsKeyTrue.Dictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.ContainsKeyTrue%28Int32%2C%20Int32%29.Dictionary%28Size%3A%20512%29.html) | -12.78% | 2024.206339 | 1765.546867 | +| System.Collections.ContainsKeyTrue.IDictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.ContainsKeyTrue%28Int32%2C%20Int32%29.IDictionary%28Size%3A%20512%29.html) | -10.82% | 2067.238929 | 1843.594857 | +| System.Collections.ContainsKeyTrue.ConcurrentDictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.ContainsKeyTrue%28String%2C%20String%29.ConcurrentDictionary%28Size%3A%20512%29.html) | -11.44% | 8427.903236 | 7464.051567 | +| System.Collections.ContainsKeyTrue.IDictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.ContainsKeyTrue%28String%2C%20String%29.IDictionary%28Size%3A%20512%29.html) | -11.97% | 9604.766034 | 8454.677487 | +| System.Collections.ContainsTrue.ICollection(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.ContainsTrue%28Int32%29.ICollection%28Size%3A%20512%29.html) | -11.22% | 15083.581110 | 13390.886890 | +| System.Collections.ContainsTrue.Span(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.ContainsTrue%28String%29.Span%28Size%3A%20512%29.html) | -14.40% | 380657.423469 | 325828.305675 | +| System.Collections.ContainsTrueComparer.ImmutableHashSet(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.ContainsTrueComparer%28String%29.ImmutableHashSet%28Size%3A%20512%29.html) | -10.21% | 30202.139249 | 27117.359824 | +| System.Collections.CreateAddAndClear.HashSet(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.CreateAddAndClear%28Int32%29.HashSet%28Size%3A%20512%29.html) | -12.88% | 6042.509049 | 5264.298469 | +| System.Collections.CreateAddAndClear.LinkedList(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.CreateAddAndClear%28Int32%29.LinkedList%28Size%3A%20512%29.html) | -10.31% | 6656.110954 | 5969.680789 | +| System.Collections.CreateAddAndClear.ImmutableList(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.CreateAddAndClear%28String%29.ImmutableList%28Size%3A%20512%29.html) | -14.41% | 78645.929991 | 67316.402684 | +| System.Collections.CreateAddAndClear.Stack(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.CreateAddAndClear%28String%29.Stack%28Size%3A%20512%29.html) | -10.22% | 2126.915385 | 1909.554024 | +| System.Collections.CreateAddAndRemove.Queue(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.CreateAddAndRemove%28Int32%29.Queue%28Size%3A%20512%29.html) | -10.82% | 2211.019279 | 1971.747259 | +| System.Collections.CtorDefaultSize.Dictionary | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.CtorDefaultSize%28Int32%29.Dictionary.html) | -14.81% | 10.834251 | 9.229869 | +| System.Collections.CtorDefaultSize.SortedDictionary | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.CtorDefaultSize%28Int32%29.SortedDictionary.html) | -11.78% | 21.321477 | 18.810570 | +| System.Collections.CtorDefaultSize.Stack | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.CtorDefaultSize%28Int32%29.Stack.html) | -10.90% | 8.681272 | 7.734761 | +| System.Collections.CtorDefaultSize.Dictionary | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.CtorDefaultSize%28String%29.Dictionary.html) | -14.67% | 20.803227 | 17.751539 | +| System.Collections.CtorDefaultSize.List | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.CtorDefaultSize%28String%29.List.html) | -13.47% | 12.667403 | 10.960987 | +| System.Collections.CtorFromCollection.ConcurrentDictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.CtorFromCollection%28Int32%29.ConcurrentDictionary%28Size%3A%20512%29.html) | -14.08% | 18293.240064 | 15718.212833 | +| System.Collections.CtorFromCollection.ImmutableList(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.CtorFromCollection%28Int32%29.ImmutableList%28Size%3A%20512%29.html) | -13.77% | 7479.567174 | 6449.559033 | +| System.Collections.CtorFromCollection.ConcurrentDictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.CtorFromCollection%28String%29.ConcurrentDictionary%28Size%3A%20512%29.html) | -13.17% | 29356.915635 | 25490.519068 | +| System.Collections.CtorFromCollection.FrozenSet(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.CtorFromCollection%28String%29.FrozenSet%28Size%3A%20512%29.html) | -13.17% | 57194.429496 | 49661.113360 | +| System.Collections.CtorFromCollection.ImmutableQueue(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.CtorFromCollection%28String%29.ImmutableQueue%28Size%3A%20512%29.html) | -12.75% | 3695.921084 | 3224.682497 | +| System.Collections.CtorFromCollection.LinkedList(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.CtorFromCollection%28String%29.LinkedList%28Size%3A%20512%29.html) | -14.04% | 7733.910410 | 6648.130976 | +| System.Collections.CtorFromCollectionNonGeneric.SortedList(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.CtorFromCollectionNonGeneric%28Int32%29.SortedList%28Size%3A%20512%29.html) | -12.90% | 56616.549981 | 49314.358173 | +| System.Collections.IndexerSet.ConcurrentDictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.IndexerSet%28String%29.ConcurrentDictionary%28Size%3A%20512%29.html) | -11.72% | 18323.016412 | 16176.052472 | +| System.Collections.IterateFor.ImmutableSortedSet(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.IterateFor%28Int32%29.ImmutableSortedSet%28Size%3A%20512%29.html) | -14.49% | 10015.986970 | 8564.583399 | +| System.Collections.IterateFor.IList(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.IterateFor%28String%29.IList%28Size%3A%20512%29.html) | -14.15% | 1993.433442 | 1711.280983 | +| System.Collections.IterateForEach.ConcurrentDictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.IterateForEach%28Int32%29.ConcurrentDictionary%28Size%3A%20512%29.html) | -11.69% | 4804.708365 | 4242.922463 | +| System.Collections.IterateForEach.ImmutableList(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.IterateForEach%28Int32%29.ImmutableList%28Size%3A%20512%29.html) | -11.22% | 4073.805104 | 3616.776874 | +| System.Collections.IterateForEach.SortedSet(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.IterateForEach%28Int32%29.SortedSet%28Size%3A%20512%29.html) | -14.02% | 2250.320290 | 1934.844515 | +| System.Collections.IterateForEach.ConcurrentQueue(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.IterateForEach%28String%29.ConcurrentQueue%28Size%3A%20512%29.html) | -11.82% | 3178.258370 | 2802.510893 | +| System.Collections.IterateForEachNonGeneric.ArrayList(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.IterateForEachNonGeneric%28String%29.ArrayList%28Size%3A%20512%29.html) | -13.75% | 1730.529994 | 1492.590009 | +| System.Collections.Perf_Frozen.Contains_True(Count: 64) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.Perf_Frozen%28Int16%29.Contains_True%28Count%3A%2064%29.html) | -13.31% | 201.527406 | 174.697830 | +| System.Collections.Perf_Frozen.ToFrozenSet(Count: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.Perf_Frozen%28Int16%29.ToFrozenSet%28Count%3A%20512%29.html) | -10.16% | 27316.607300 | 24541.669557 | +| System.Collections.Perf_Frozen.ToFrozenSet(Count: 64) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.Perf_Frozen%28NotKnownComparable%29.ToFrozenSet%28Count%3A%2064%29.html) | -11.60% | 3023.979094 | 2673.121326 | +| System.Collections.Perf_Frozen.Contains_True(Count: 64) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.Perf_Frozen%28ReferenceType%29.Contains_True%28Count%3A%2064%29.html) | -11.22% | 613.506660 | 544.658623 | +| System.Collections.Perf_Frozen.ToFrozenDictionary(Count: 64) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.Perf_Frozen%28ReferenceType%29.ToFrozenDictionary%28Count%3A%2064%29.html) | -12.47% | 3256.387360 | 2850.190212 | +| System.Collections.Perf_Frozen.ToFrozenSet(Count: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.Perf_Frozen%28ReferenceType%29.ToFrozenSet%28Count%3A%204%29.html) | -10.10% | 172.518562 | 155.100214 | +| System.Collections.Perf_Frozen.ToFrozenSet(Count: 64) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.Perf_Frozen%28ReferenceType%29.ToFrozenSet%28Count%3A%2064%29.html) | -10.04% | 3944.452549 | 3548.344268 | +| System.Collections.Perf_LengthBucketsFrozenDictionary.TryGetValue_True_FrozenDictionary(Count: 10, ItemsPerBucket: 1) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.Perf_LengthBucketsFrozenDictionary.TryGetValue_True_FrozenDictionary%28Count%3A%2010%2C%20ItemsPerBucket%3A%201%29.html) | -14.10% | 49.180478 | 42.245915 | +| System.Collections.Perf_SingleCharFrozenDictionary.ToFrozenDictionary(Count: 10) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.Perf_SingleCharFrozenDictionary.ToFrozenDictionary%28Count%3A%2010%29.html) | -12.93% | 689.319313 | 600.208120 | +| System.Collections.Perf_SingleCharFrozenDictionary.ToFrozenDictionary(Count: 100) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.Perf_SingleCharFrozenDictionary.ToFrozenDictionary%28Count%3A%20100%29.html) | -13.74% | 4377.594174 | 3776.221398 | +| System.Collections.Perf_SingleCharFrozenDictionary.ToFrozenDictionary(Count: 1000) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.Perf_SingleCharFrozenDictionary.ToFrozenDictionary%28Count%3A%201000%29.html) | -14.83% | 41368.743624 | 35235.124711 | +| System.Collections.Perf_SubstringFrozenDictionary.TryGetValue_False_FrozenDictionary(Count: 100) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.Perf_SubstringFrozenDictionary.TryGetValue_False_FrozenDictionary%28Count%3A%20100%29.html) | -11.32% | 765.338713 | 678.706763 | +| System.Collections.Tests.Add_Remove_SteadyState.ConcurrentBag(Count: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.Tests.Add_Remove_SteadyState%28String%29.ConcurrentBag%28Count%3A%20512%29.html) | -14.09% | 29.576418 | 25.409482 | +| System.Collections.Tests.Add_Remove_SteadyState.ConcurrentQueue(Count: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.Tests.Add_Remove_SteadyState%28String%29.ConcurrentQueue%28Count%3A%20512%29.html) | -14.80% | 17.905634 | 15.256112 | +| System.Collections.Tests.Add_Remove_SteadyState.Queue(Count: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.Tests.Add_Remove_SteadyState%28String%29.Queue%28Count%3A%20512%29.html) | -14.22% | 8.217962 | 7.049686 | +| System.Collections.Tests.DictionarySequentialKeys.TryGetValue_17_Int_32ByteRefsValue | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.Tests.DictionarySequentialKeys.TryGetValue_17_Int_32ByteRefsValue.html) | -14.20% | 2.977714 | 2.554920 | +| System.Collections.Tests.Perf_BitArray.BitArrayBitArrayCtor(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.Tests.Perf_BitArray.BitArrayBitArrayCtor%28Size%3A%20512%29.html) | -13.02% | 23.612177 | 20.538558 | +| System.Collections.Tests.Perf_BitArray.BitArrayBoolArrayCtor(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.Tests.Perf_BitArray.BitArrayBoolArrayCtor%28Size%3A%20512%29.html) | -13.08% | 32.075694 | 27.879869 | +| System.Collections.Tests.Perf_BitArray.BitArrayGet(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.Tests.Perf_BitArray.BitArrayGet%28Size%3A%20512%29.html) | -14.15% | 6316.694562 | 5422.953275 | +| System.Collections.Tests.Perf_BitArray.BitArrayLengthCtor(Size: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.Tests.Perf_BitArray.BitArrayLengthCtor%28Size%3A%204%29.html) | -11.57% | 14.727984 | 13.024370 | +| System.Collections.Tests.Perf_BitArray.BitArrayLengthValueCtor(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.Tests.Perf_BitArray.BitArrayLengthValueCtor%28Size%3A%20512%29.html) | -12.04% | 19.740644 | 17.363941 | +| System.Collections.Tests.Perf_BitArray.BitArraySetAll(Size: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.Tests.Perf_BitArray.BitArraySetAll%28Size%3A%204%29.html) | -12.91% | 4.045269 | 3.523188 | +| System.Collections.Tests.Perf_PriorityQueue.HeapSort(Size: 10) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.Tests.Perf_PriorityQueue%28Guid%2C%20Guid%29.HeapSort%28Size%3A%2010%29.html) | -14.27% | 165.153791 | 141.594328 | +| System.Collections.Tests.Perf_PriorityQueue.K_Max_Elements(Size: 100) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.Tests.Perf_PriorityQueue%28Guid%2C%20Guid%29.K_Max_Elements%28Size%3A%20100%29.html) | -14.28% | 767.874918 | 658.242173 | +| System.Collections.Tests.Perf_PriorityQueue.Enumerate(Size: 10) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.Tests.Perf_PriorityQueue%28Int32%2C%20Int32%29.Enumerate%28Size%3A%2010%29.html) | -13.41% | 10.157308 | 8.795592 | +| System.Collections.Tests.Perf_SortedSet.Max | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.Tests.Perf_SortedSet.Max.html) | -11.90% | 18.228767 | 16.059876 | +| System.ComponentModel.Tests.Perf_TypeDescriptorTests.GetConverter(typeToConvert: typeof(System.ComponentModel.Tests.IDerived)) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.ComponentModel.Tests.Perf_TypeDescriptorTests.GetConverter%28typeToConvert%3A%20typeof%28System.ComponentModel.Tests.IDerived%29%29.html) | -11.75% | 61.936560 | 54.658393 | +| System.ConsoleTests.Perf_Console.BackgroundColor | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.ConsoleTests.Perf_Console.BackgroundColor.html) | -13.79% | 20.894854 | 18.013572 | +| System.ConsoleTests.Perf_Console.ForegroundColor | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.ConsoleTests.Perf_Console.ForegroundColor.html) | -12.86% | 20.269115 | 17.663071 | +| System.ConsoleTests.Perf_Console.ResetColor | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.ConsoleTests.Perf_Console.ResetColor.html) | -13.54% | 62.121621 | 53.712291 | +| System.Diagnostics.Perf_Activity.EnumerateActivityEventsLarge | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Diagnostics.Perf_Activity.EnumerateActivityEventsLarge.html) | -11.53% | 3133.371831 | 2772.096345 | +| System.Diagnostics.Perf_Activity.EnumerateActivityLinksLarge | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Diagnostics.Perf_Activity.EnumerateActivityLinksLarge.html) | -11.39% | 3115.104174 | 2760.394876 | +| System.Formats.Cbor.Tests.Perf_CborReader.ReadCoseKey(publicKey: ECDSA_P384) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Formats.Cbor.Tests.Perf_CborReader.ReadCoseKey%28publicKey%3A%20ECDSA_P384%29.html) | -13.68% | 355.190952 | 306.598490 | +| System.Formats.Cbor.Tests.Perf_CborReader.ReadCoseKey(publicKey: ECDSA_P521) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Formats.Cbor.Tests.Perf_CborReader.ReadCoseKey%28publicKey%3A%20ECDSA_P521%29.html) | -14.37% | 366.946586 | 314.232751 | +| System.Formats.Cbor.Tests.Perf_CborReader.SkipValue(encoding: (Byte String, Strict)) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Formats.Cbor.Tests.Perf_CborReader.SkipValue%28encoding%3A%20%28Byte%20String%2C%20Strict%29%29.html) | -10.60% | 32.898660 | 29.409935 | +| System.Formats.Cbor.Tests.Perf_CborReader.SkipValue(encoding: (Text String, Strict)) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Formats.Cbor.Tests.Perf_CborReader.SkipValue%28encoding%3A%20%28Text%20String%2C%20Strict%29%29.html) | -12.81% | 41.663933 | 36.327133 | +| System.Formats.Cbor.Tests.Perf_CborWriter.WriteCoseKey(publicKey: ECDSA_P384) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Formats.Cbor.Tests.Perf_CborWriter.WriteCoseKey%28publicKey%3A%20ECDSA_P384%29.html) | -11.94% | 342.137042 | 301.301600 | +| System.Formats.Cbor.Tests.Perf_CborWriter.WriteCoseKey(publicKey: ECDSA_P521) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Formats.Cbor.Tests.Perf_CborWriter.WriteCoseKey%28publicKey%3A%20ECDSA_P521%29.html) | -14.66% | 364.532694 | 311.106330 | +| System.Formats.Tar.Tests.Perf_TarWriter.GnuTarEntry_WriteEntry_Async | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Formats.Tar.Tests.Perf_TarWriter.GnuTarEntry_WriteEntry_Async.html) | -10.49% | 363.019305 | 324.951817 | +| System.Formats.Tar.Tests.Perf_TarWriter.PaxTarEntry_WriteEntry | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Formats.Tar.Tests.Perf_TarWriter.PaxTarEntry_WriteEntry.html) | -12.67% | 1473.542311 | 1286.816548 | +| System.Globalization.Tests.Perf_DateTimeCultureInfo.ToStringHebrewIsrael | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Globalization.Tests.Perf_DateTimeCultureInfo.ToStringHebrewIsrael.html) | -13.35% | 239.584979 | 207.612085 | +| System.Globalization.Tests.Perf_NumberCultureInfo.ToString(culturestring: ) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Globalization.Tests.Perf_NumberCultureInfo.ToString%28culturestring%3A%20%29.html) | -12.87% | 106.009750 | 92.363797 | +| System.Globalization.Tests.Perf_NumberCultureInfo.ToString(culturestring: da) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Globalization.Tests.Perf_NumberCultureInfo.ToString%28culturestring%3A%20da%29.html) | -11.28% | 105.515090 | 93.615695 | +| System.Globalization.Tests.Perf_NumberCultureInfo.ToString(culturestring: fr) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Globalization.Tests.Perf_NumberCultureInfo.ToString%28culturestring%3A%20fr%29.html) | -11.85% | 106.356802 | 93.754977 | +| System.Globalization.Tests.Perf_NumberCultureInfo.ToString(culturestring: ja) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Globalization.Tests.Perf_NumberCultureInfo.ToString%28culturestring%3A%20ja%29.html) | -11.20% | 105.203235 | 93.417749 | +| System.Globalization.Tests.StringSearch.IsPrefix_DifferentFirstChar(Options: (en-US, Ordinal, False)) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Globalization.Tests.StringSearch.IsPrefix_DifferentFirstChar%28Options%3A%20%28en-US%2C%20Ordinal%2C%20False%29%29.html) | -13.40% | 6.946603 | 6.016073 | +| System.Globalization.Tests.StringSearch.IsPrefix_DifferentFirstChar(Options: (en-US, OrdinalIgnoreCase, False)) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Globalization.Tests.StringSearch.IsPrefix_DifferentFirstChar%28Options%3A%20%28en-US%2C%20OrdinalIgnoreCase%2C%20False%29%29.html) | -13.06% | 8.611682 | 7.486725 | +| System.Globalization.Tests.StringSearch.IsSuffix_SecondHalf(Options: (en-US, OrdinalIgnoreCase, False)) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Globalization.Tests.StringSearch.IsSuffix_SecondHalf%28Options%3A%20%28en-US%2C%20OrdinalIgnoreCase%2C%20False%29%29.html) | -14.87% | 15.349793 | 13.067663 | +| System.IO.Pipelines.Tests.Perf_Pipe.ReadAsyncWithCancellationToken | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.IO.Pipelines.Tests.Perf_Pipe.ReadAsyncWithCancellationToken.html) | -12.96% | 2227879.784461 | 1939056.400846 | +| System.IO.Tests.BinaryReaderTests.ReadDouble | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.IO.Tests.BinaryReaderTests.ReadDouble.html) | -11.98% | 4.623585 | 4.069766 | +| System.IO.Tests.BinaryReaderTests.ReadSingle | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.IO.Tests.BinaryReaderTests.ReadSingle.html) | -13.75% | 4.661415 | 4.020682 | +| System.IO.Tests.BinaryReaderTests.ReadUInt32 | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.IO.Tests.BinaryReaderTests.ReadUInt32.html) | -12.40% | 4.656585 | 4.079026 | +| System.IO.Tests.BinaryWriterTests.DefaultCtor | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.IO.Tests.BinaryWriterTests.DefaultCtor.html) | -14.42% | 13.473475 | 11.530429 | +| System.IO.Tests.Perf_FileStream.WriteAsync(fileSize: 1048576, userBufferSize: 4096, options: None) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.IO.Tests.Perf_FileStream.WriteAsync%28fileSize%3A%201048576%2C%20userBufferSize%3A%204096%2C%20options%3A%20None%29.html) | -11.48% | 5627489.621347 | 4981296.829314 | +| System.IO.Tests.Perf_FileStream.WriteAsync_NoBuffering(fileSize: 1048576, userBufferSize: 16384, options: None) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.IO.Tests.Perf_FileStream.WriteAsync_NoBuffering%28fileSize%3A%201048576%2C%20userBufferSize%3A%2016384%2C%20options%3A%20None%29.html) | -11.81% | 4814888.130662 | 4246009.694251 | +| System.IO.Tests.Perf_Path.GetExtension | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.IO.Tests.Perf_Path.GetExtension.html) | -10.46% | 18.143215 | 16.244912 | +| System.IO.Tests.Perf_RandomAccess.WriteAsync(fileSize: 1048576, bufferSize: 4096, options: None) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.IO.Tests.Perf_RandomAccess.WriteAsync%28fileSize%3A%201048576%2C%20bufferSize%3A%204096%2C%20options%3A%20None%29.html) | -11.23% | 5557888.161184 | 4933683.658835 | +| System.IO.Tests.Perf_RandomAccess.WriteGatherAsync(fileSize: 1048576, buffersSize: 16384, options: None) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.IO.Tests.Perf_RandomAccess.WriteGatherAsync%28fileSize%3A%201048576%2C%20buffersSize%3A%2016384%2C%20options%3A%20None%29.html) | -12.50% | 5830088.492151 | 5101487.167582 | +| System.IO.Tests.Perf_StreamWriter.WriteCharArray(writeLength: 2) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.IO.Tests.Perf_StreamWriter.WriteCharArray%28writeLength%3A%202%29.html) | -12.91% | 77452532.669643 | 67450975.419643 | +| System.IO.Tests.StreamReaderReadLineTests.ReadLineAsync(LineLengthRange: [ 33, 128]) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.IO.Tests.StreamReaderReadLineTests.ReadLineAsync%28LineLengthRange%3A%20%5B%20%2033%2C%20%20128%5D%29.html) | -10.04% | 13868.344778 | 12476.149837 | +| System.IO.Tests.StringReaderReadLineTests.ReadLine(LineLengthRange: [ 1, 1]) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.IO.Tests.StringReaderReadLineTests.ReadLine%28LineLengthRange%3A%20%5B%20%20%201%2C%20%20%20%201%5D%29.html) | -11.84% | 110420.877899 | 97349.931282 | +| System.IO.Tests.StringReaderReadToEndTests.ReadToEnd(LineLengthRange: [ 0, 0]) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.IO.Tests.StringReaderReadToEndTests.ReadToEnd%28LineLengthRange%3A%20%5B%20%20%200%2C%20%20%20%200%5D%29.html) | -13.38% | 10.510935 | 9.104271 | +| System.IO.Tests.StringReaderReadToEndTests.ReadToEnd(LineLengthRange: [ 1, 1]) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.IO.Tests.StringReaderReadToEndTests.ReadToEnd%28LineLengthRange%3A%20%5B%20%20%201%2C%20%20%20%201%5D%29.html) | -11.25% | 10.466463 | 9.289171 | +| System.IO.Tests.StringReaderReadToEndTests.ReadToEnd(LineLengthRange: [ 9, 32]) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.IO.Tests.StringReaderReadToEndTests.ReadToEnd%28LineLengthRange%3A%20%5B%20%20%209%2C%20%20%2032%5D%29.html) | -11.23% | 10.346723 | 9.184579 | +| System.IO.Tests.StringReaderReadToEndTests.ReadToEnd(LineLengthRange: [ 33, 128]) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.IO.Tests.StringReaderReadToEndTests.ReadToEnd%28LineLengthRange%3A%20%5B%20%2033%2C%20%20128%5D%29.html) | -11.33% | 10.301926 | 9.135152 | +| System.IO.Tests.StringReaderReadToEndTests.ReadToEnd(LineLengthRange: [ 129, 1024]) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.IO.Tests.StringReaderReadToEndTests.ReadToEnd%28LineLengthRange%3A%20%5B%20129%2C%201024%5D%29.html) | -12.57% | 10.387098 | 9.081500 | +| System.IO.Tests.StringReaderReadToEndTests.ReadToEnd(LineLengthRange: [1025, 2048]) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.IO.Tests.StringReaderReadToEndTests.ReadToEnd%28LineLengthRange%3A%20%5B1025%2C%202048%5D%29.html) | -14.73% | 10.600741 | 9.038857 | +| System.IO.Tests.StringReaderReadToEndTests.ReadToEndAsync(LineLengthRange: [ 33, 128]) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.IO.Tests.StringReaderReadToEndTests.ReadToEndAsync%28LineLengthRange%3A%20%5B%20%2033%2C%20%20128%5D%29.html) | -14.56% | 18.490569 | 15.798682 | +| System.Linq.Tests.Perf_Enumerable.Append(input: IEnumerable) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Linq.Tests.Perf_Enumerable.Append%28input%3A%20IEnumerable%29.html) | -11.97% | 2670.909270 | 2351.303771 | +| System.Linq.Tests.Perf_Enumerable.AppendPrepend(input: IEnumerable) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Linq.Tests.Perf_Enumerable.AppendPrepend%28input%3A%20IEnumerable%29.html) | -12.21% | 2638.463213 | 2316.297535 | +| System.Linq.Tests.Perf_Enumerable.CastToSameType(input: IEnumerable) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Linq.Tests.Perf_Enumerable.CastToSameType%28input%3A%20IEnumerable%29.html) | -13.32% | 165.965426 | 143.852363 | +| System.Linq.Tests.Perf_Enumerable.SelectToArray(input: List) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Linq.Tests.Perf_Enumerable.SelectToArray%28input%3A%20List%29.html) | -12.91% | 91.292195 | 79.504628 | +| System.Linq.Tests.Perf_Enumerable.SelectToArray(input: Range) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Linq.Tests.Perf_Enumerable.SelectToArray%28input%3A%20Range%29.html) | -10.52% | 89.560921 | 80.143194 | +| System.Linq.Tests.Perf_Enumerable.SkipHalfTakeHalf(input: IEnumerable) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Linq.Tests.Perf_Enumerable.SkipHalfTakeHalf%28input%3A%20IEnumerable%29.html) | -12.20% | 281.201765 | 246.888045 | +| System.Linq.Tests.Perf_Enumerable.TakeLastHalf(input: IEnumerable) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Linq.Tests.Perf_Enumerable.TakeLastHalf%28input%3A%20IEnumerable%29.html) | -14.31% | 838.198803 | 718.212789 | +| System.Linq.Tests.Perf_Enumerable.Where(input: List) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Linq.Tests.Perf_Enumerable.Where%28input%3A%20List%29.html) | -11.56% | 297.987165 | 263.554731 | +| System.Linq.Tests.Perf_Enumerable.WhereAny_LastElementMatches(input: List) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Linq.Tests.Perf_Enumerable.WhereAny_LastElementMatches%28input%3A%20List%29.html) | -14.29% | 57.954243 | 49.671487 | +| System.Linq.Tests.Perf_Enumerable.WhereSingleOrDefault_LastElementMatches(input: IEnumerable) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Linq.Tests.Perf_Enumerable.WhereSingleOrDefault_LastElementMatches%28input%3A%20IEnumerable%29.html) | -14.48% | 265.795224 | 227.296492 | +| System.MathBenchmarks.Double.CosPi | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.MathBenchmarks.Double.CosPi.html) | -12.28% | 33440.756350 | 29335.293756 | +| System.MathBenchmarks.Double.ILogB | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.MathBenchmarks.Double.ILogB.html) | -11.19% | 6833.149867 | 6068.586298 | +| System.MathBenchmarks.Double.SinCosPi | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.MathBenchmarks.Double.SinCosPi.html) | -11.52% | 60319.772197 | 53373.754878 | +| System.MathBenchmarks.Double.SinPi | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.MathBenchmarks.Double.SinPi.html) | -11.90% | 32448.945054 | 28588.813574 | +| System.MathBenchmarks.Single.CosPi | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.MathBenchmarks.Single.CosPi.html) | -14.68% | 32502.643292 | 27731.181729 | +| System.MathBenchmarks.Single.LogP1 | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.MathBenchmarks.Single.LogP1.html) | -13.19% | 22375.547333 | 19424.007668 | +| System.MathBenchmarks.Single.ScaleB | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.MathBenchmarks.Single.ScaleB.html) | -12.41% | 7722.750932 | 6764.466535 | +| System.MathBenchmarks.Single.SinCosPi | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.MathBenchmarks.Single.SinCosPi.html) | -13.98% | 57463.059304 | 49432.088100 | +| System.MathBenchmarks.Single.SinPi | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.MathBenchmarks.Single.SinPi.html) | -12.44% | 30183.777756 | 26429.185464 | +| System.MathBenchmarks.Single.TanPi | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.MathBenchmarks.Single.TanPi.html) | -13.27% | 32005.363639 | 27757.192385 | +| System.Memory.Constructors.ReadOnlySpanFromArray | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Memory.Constructors%28Byte%29.ReadOnlySpanFromArray.html) | -12.05% | 1.614690 | 1.420194 | +| System.Memory.Constructors.SpanFromArray | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Memory.Constructors%28Byte%29.SpanFromArray.html) | -13.39% | 1.604832 | 1.390020 | +| System.Memory.Constructors.ReadOnlySpanImplicitCastFromArray | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Memory.Constructors%28String%29.ReadOnlySpanImplicitCastFromArray.html) | -11.91% | 1.607811 | 1.416273 | +| System.Memory.Constructors.SpanFromMemory | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Memory.Constructors%28String%29.SpanFromMemory.html) | -14.95% | 2.829562 | 2.406486 | +| System.Memory.ReadOnlySequence.Slice_StartPosition_And_EndPosition(Segment: Single) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Memory.ReadOnlySequence.Slice_StartPosition_And_EndPosition%28Segment%3A%20Single%29.html) | -12.67% | 6.363421 | 5.557249 | +| System.Memory.ReadOnlySpan.IndexOfString(input: "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA... | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Memory.ReadOnlySpan.IndexOfString%28input%3A%20%22AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA.html) | -12.48% | 14.735449 | 12.897103 | +| System.Memory.ReadOnlySpan.IndexOfString(input: "Hello Worldbbbbbbbbbbbbbbcbbbbbbbbbbbbbbbbbbba!", value: "y", comparisonType: Ordinal) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Memory.ReadOnlySpan.IndexOfString%28input%3A%20%22Hello%20Worldbbbbbbbbbbbbbbcbbbbbbbbbbbbbbbbbbba%21%22%2C%20value%3A%20%22y%22%2C%20comparisonType%3A%20Ordinal%29.html) | -10.04% | 6.971801 | 6.271580 | +| System.Memory.ReadOnlySpan.IndexOfString(input: "だだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだ... | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Memory.ReadOnlySpan.IndexOfString%28input%3A%20%22%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0.html) | -10.34% | 14.451500 | 12.957038 | +| System.Memory.ReadOnlySpan.Trim(input: "") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Memory.ReadOnlySpan.Trim%28input%3A%20%22%22%29.html) | -10.26% | 2.063989 | 1.852193 | +| System.Memory.Slice.MemoryStartLength | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Memory.Slice%28Byte%29.MemoryStartLength.html) | -10.40% | 1.245581 | 1.116100 | +| System.Memory.Span.Clear(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Memory.Span%28Byte%29.Clear%28Size%3A%20512%29.html) | -10.81% | 7.625836 | 6.801689 | +| System.Memory.Span.IndexOfAnyFiveValues(Size: 33) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Memory.Span%28Byte%29.IndexOfAnyFiveValues%28Size%3A%2033%29.html) | -14.19% | 6.735212 | 5.779233 | +| System.Memory.Span.IndexOfAnyThreeValues(Size: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Memory.Span%28Byte%29.IndexOfAnyThreeValues%28Size%3A%204%29.html) | -13.06% | 5.737109 | 4.987825 | +| System.Memory.Span.IndexOfAnyTwoValues(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Memory.Span%28Byte%29.IndexOfAnyTwoValues%28Size%3A%20512%29.html) | -10.12% | 8.731503 | 7.847736 | +| System.Memory.Span.LastIndexOfAnyValues(Size: 33) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Memory.Span%28Byte%29.LastIndexOfAnyValues%28Size%3A%2033%29.html) | -14.35% | 3.593196 | 3.077750 | +| System.Memory.Span.LastIndexOfAnyValues(Size: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Memory.Span%28Byte%29.LastIndexOfAnyValues%28Size%3A%204%29.html) | -13.44% | 4.655634 | 4.029920 | +| System.Memory.Span.SequenceCompareToDifferent(Size: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Memory.Span%28Byte%29.SequenceCompareToDifferent%28Size%3A%204%29.html) | -13.26% | 4.329509 | 3.755214 | +| System.Memory.Span.ToArray(Size: 33) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Memory.Span%28Byte%29.ToArray%28Size%3A%2033%29.html) | -12.62% | 14.267446 | 12.467172 | +| System.Memory.Span.BinarySearch(Size: 33) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Memory.Span%28Char%29.BinarySearch%28Size%3A%2033%29.html) | -10.28% | 7.343186 | 6.588037 | +| System.Memory.Span.IndexOfAnyFiveValues(Size: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Memory.Span%28Char%29.IndexOfAnyFiveValues%28Size%3A%204%29.html) | -10.34% | 8.276917 | 7.421290 | +| System.Memory.Span.IndexOfAnyFourValues(Size: 33) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Memory.Span%28Char%29.IndexOfAnyFourValues%28Size%3A%2033%29.html) | -10.41% | 7.119945 | 6.378421 | +| System.Memory.Span.SequenceCompareTo(Size: 33) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Memory.Span%28Char%29.SequenceCompareTo%28Size%3A%2033%29.html) | -11.91% | 6.102978 | 5.376238 | +| System.Memory.Span.SequenceCompareToDifferent(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Memory.Span%28Char%29.SequenceCompareToDifferent%28Size%3A%20512%29.html) | -10.36% | 5.690677 | 5.101181 | +| System.Memory.Span.SequenceEqual(Size: 33) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Memory.Span%28Char%29.SequenceEqual%28Size%3A%2033%29.html) | -10.29% | 4.559813 | 4.090757 | +| System.Memory.Span.ToArray(Size: 33) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Memory.Span%28Char%29.ToArray%28Size%3A%2033%29.html) | -11.57% | 15.794960 | 13.967420 | +| System.Memory.Span.BinarySearch(Size: 33) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Memory.Span%28Int32%29.BinarySearch%28Size%3A%2033%29.html) | -12.93% | 11.284855 | 9.825578 | +| System.Memory.Span.EndsWith(Size: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Memory.Span%28Int32%29.EndsWith%28Size%3A%204%29.html) | -13.39% | 5.251705 | 4.548468 | +| System.Memory.Span.IndexOfAnyFourValues(Size: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Memory.Span%28Int32%29.IndexOfAnyFourValues%28Size%3A%204%29.html) | -13.65% | 8.132110 | 7.021748 | +| System.Memory.Span.Reverse(Size: 33) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Memory.Span%28Int32%29.Reverse%28Size%3A%2033%29.html) | -10.57% | 3.972435 | 3.552710 | +| System.Memory.Span.Reverse(Size: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Memory.Span%28Int32%29.Reverse%28Size%3A%204%29.html) | -11.04% | 3.539840 | 3.149165 | +| System.Memory.Span.Reverse(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Memory.Span%28Int32%29.Reverse%28Size%3A%20512%29.html) | -12.57% | 22.520594 | 19.690589 | +| System.Net.Primitives.Tests.CredentialCacheTests.ForEach(uriCount: 10, hostPortCount: 0) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Net.Primitives.Tests.CredentialCacheTests.ForEach%28uriCount%3A%2010%2C%20hostPortCount%3A%200%29.html) | -11.55% | 103.808286 | 91.823063 | +| System.Net.Primitives.Tests.CredentialCacheTests.GetCredential_Uri(uriString: "http://name5", uriCount: 10) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Net.Primitives.Tests.CredentialCacheTests.GetCredential_Uri%28uriString%3A%20%22http%3A//name5%22%2C%20uriCount%3A%2010%29.html) | -12.91% | 366.336977 | 319.032705 | +| System.Net.Primitives.Tests.CredentialCacheTests.GetCredential_Uri(uriString: "http://notfound", uriCount: 10) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Net.Primitives.Tests.CredentialCacheTests.GetCredential_Uri%28uriString%3A%20%22http%3A//notfound%22%2C%20uriCount%3A%2010%29.html) | -11.40% | 398.383829 | 352.974290 | +| System.Net.Primitives.Tests.IPAddressPerformanceTests.Ctor_Bytes(address: [16, 32, 48, 64, 80, ...]) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Net.Primitives.Tests.IPAddressPerformanceTests.Ctor_Bytes%28address%3A%20%5B16%2C%2032%2C%2048%2C%2064%2C%2080%2C%20...%5D%29.html) | -14.51% | 16.334036 | 13.964776 | +| System.Net.Primitives.Tests.IPAddressPerformanceTests.GetAddressBytes(address: 143.24.20.36) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Net.Primitives.Tests.IPAddressPerformanceTests.GetAddressBytes%28address%3A%20143.24.20.36%29.html) | -12.74% | 9.584687 | 8.363203 | +| System.Net.Primitives.Tests.IPAddressPerformanceTests.TryWriteBytes(address: 1020:3040:5060:7080:9010:1112:1314:1516) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Net.Primitives.Tests.IPAddressPerformanceTests.TryWriteBytes%28address%3A%201020%3A3040%3A5060%3A7080%3A9010%3A1112%3A1314%3A1516%29.html) | -10.12% | 3.085871 | 2.773655 | +| System.Net.Tests.Perf_WebUtility.HtmlDecode_Entities | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Net.Tests.Perf_WebUtility.HtmlDecode_Entities.html) | -10.49% | 133.737970 | 119.705628 | +| System.Numerics.Tensors.Tests.Perf_BinaryIntegerTensorPrimitives.OnesComplement(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tensors.Tests.Perf_BinaryIntegerTensorPrimitives%28Byte%29.OnesComplement%28BufferLength%3A%20128%29.html) | -12.55% | 6.409843 | 5.605410 | +| System.Numerics.Tensors.Tests.Perf_BinaryIntegerTensorPrimitives.TrailingZeroCount(BufferLength: 3079) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tensors.Tests.Perf_BinaryIntegerTensorPrimitives%28Byte%29.TrailingZeroCount%28BufferLength%3A%203079%29.html) | -11.16% | N/A | N/A | +| System.Numerics.Tensors.Tests.Perf_BinaryIntegerTensorPrimitives.ShiftLeft(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tensors.Tests.Perf_BinaryIntegerTensorPrimitives%28Int32%29.ShiftLeft%28BufferLength%3A%20128%29.html) | -11.17% | 13.047030 | 11.589229 | +| System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives.FusedMultiplyAdd_ScalarAddend(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives%28Double%29.FusedMultiplyAdd_ScalarAddend%28BufferLength%3A%20128%29.html) | -12.79% | 22.337954 | 19.480677 | +| System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives.FusedMultiplyAdd_Vectors(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives%28Double%29.FusedMultiplyAdd_Vectors%28BufferLength%3A%20128%29.html) | -12.57% | 31.232960 | 27.305472 | +| System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives.Ieee754Remainder_ScalarDivisor(BufferLength: 3079) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives%28Double%29.Ieee754Remainder_ScalarDivisor%28BufferLength%3A%203079%29.html) | -12.23% | 54723.610869 | 48032.053374 | +| System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives.Ieee754Remainder_Vector(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives%28Double%29.Ieee754Remainder_Vector%28BufferLength%3A%20128%29.html) | -12.31% | 1300.335023 | 1140.312623 | +| System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives.Exp(BufferLength: 3079) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives%28Single%29.Exp%28BufferLength%3A%203079%29.html) | -13.71% | 2368.383530 | 2043.772609 | +| System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives.FusedMultiplyAdd_ScalarMultiplier(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives%28Single%29.FusedMultiplyAdd_ScalarMultiplier%28BufferLength%3A%20128%29.html) | -12.66% | 16.560815 | 14.464042 | +| System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives.Ieee754Remainder_ScalarDividend(BufferLength: 3079) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives%28Single%29.Ieee754Remainder_ScalarDividend%28BufferLength%3A%203079%29.html) | -14.12% | 42995.458695 | 36925.563061 | +| System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives.Ieee754Remainder_Vector(BufferLength: 3079) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives%28Single%29.Ieee754Remainder_Vector%28BufferLength%3A%203079%29.html) | -11.80% | 61412.298244 | 54162.954189 | +| System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives.Sigmoid(BufferLength: 3079) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives%28Single%29.Sigmoid%28BufferLength%3A%203079%29.html) | -13.30% | 2798.724392 | 2426.585723 | +| System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives.Truncate(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives%28Single%29.Truncate%28BufferLength%3A%20128%29.html) | -11.19% | 11.894044 | 10.563088 | +| System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives.AddMultiply_ScalarAddend(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives%28Double%29.AddMultiply_ScalarAddend%28BufferLength%3A%20128%29.html) | -13.44% | 21.519152 | 18.626439 | +| System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives.AddMultiply_ScalarMultiplier(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives%28Double%29.AddMultiply_ScalarMultiplier%28BufferLength%3A%20128%29.html) | -11.20% | 22.075615 | 19.603853 | +| System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives.BitwiseAnd_Vector(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives%28Double%29.BitwiseAnd_Vector%28BufferLength%3A%20128%29.html) | -10.92% | 20.850401 | 18.573534 | +| System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives.SumOfSquares(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives%28Double%29.SumOfSquares%28BufferLength%3A%20128%29.html) | -12.03% | 23.390926 | 20.576079 | +| System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives.Abs(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives%28Int32%29.Abs%28BufferLength%3A%20128%29.html) | -11.10% | 24.559880 | 21.833845 | +| System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives.AddMultiply_ScalarMultiplier(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives%28Int32%29.AddMultiply_ScalarMultiplier%28BufferLength%3A%20128%29.html) | -11.41% | N/A | N/A | +| System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives.AddMultiply_Vectors(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives%28Int32%29.AddMultiply_Vectors%28BufferLength%3A%20128%29.html) | -10.47% | 22.483602 | 20.130542 | +| System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives.Divide_Vector(BufferLength: 3079) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives%28Int32%29.Divide_Vector%28BufferLength%3A%203079%29.html) | -12.22% | 6182.150231 | 5426.511555 | +| System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives.BitwiseAnd_Scalar(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives%28Single%29.BitwiseAnd_Scalar%28BufferLength%3A%20128%29.html) | -12.88% | 11.258621 | 9.808628 | +| System.Numerics.Tests.Constructor.ConstructorBenchmark_Byte | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tests.Constructor.ConstructorBenchmark_Byte.html) | -14.07% | 1.668227 | 1.433431 | +| System.Numerics.Tests.Perf_BigInteger.Divide(arguments: 1024,512 bits) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tests.Perf_BigInteger.Divide%28arguments%3A%201024%2C512%20bits%29.html) | -11.02% | 476.024818 | 423.545637 | +| System.Numerics.Tests.Perf_BigInteger.ToStringX(numberString: 123) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tests.Perf_BigInteger.ToStringX%28numberString%3A%20123%29.html) | -12.83% | 40.667812 | 35.449606 | +| System.Numerics.Tests.Perf_Matrix3x2.CreateScaleFromVectorWithCenterBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tests.Perf_Matrix3x2.CreateScaleFromVectorWithCenterBenchmark.html) | -12.77% | 1.694133 | 1.477748 | +| System.Numerics.Tests.Perf_Matrix3x2.EqualsBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tests.Perf_Matrix3x2.EqualsBenchmark.html) | -13.73% | 1.665135 | 1.436496 | +| System.Numerics.Tests.Perf_Matrix4x4.CreateFromQuaternionBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tests.Perf_Matrix4x4.CreateFromQuaternionBenchmark.html) | -13.48% | 1.931383 | 1.670981 | +| System.Numerics.Tests.Perf_Matrix4x4.CreateLookAtBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tests.Perf_Matrix4x4.CreateLookAtBenchmark.html) | -14.38% | 15.411451 | 13.195423 | +| System.Numerics.Tests.Perf_Matrix4x4.CreateRotationXBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tests.Perf_Matrix4x4.CreateRotationXBenchmark.html) | -13.72% | 1.948852 | 1.681507 | +| System.Numerics.Tests.Perf_Matrix4x4.InvertBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tests.Perf_Matrix4x4.InvertBenchmark.html) | -10.14% | 16.873024 | 15.162611 | +| System.Numerics.Tests.Perf_Quaternion.InverseBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tests.Perf_Quaternion.InverseBenchmark.html) | -10.58% | 1.654058 | 1.479021 | +| System.Numerics.Tests.Perf_Quaternion.LengthBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tests.Perf_Quaternion.LengthBenchmark.html) | -13.85% | 1.660886 | 1.430891 | +| System.Numerics.Tests.Perf_Vector2.TransformByMatrix3x2Benchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tests.Perf_Vector2.TransformByMatrix3x2Benchmark.html) | -12.04% | 1.646164 | 1.448038 | +| System.Numerics.Tests.Perf_Vector2.TransformByMatrix4x4Benchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tests.Perf_Vector2.TransformByMatrix4x4Benchmark.html) | -13.95% | 1.662087 | 1.430265 | +| System.Numerics.Tests.Perf_Vector2.TransformNormalByMatrix3x2Benchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tests.Perf_Vector2.TransformNormalByMatrix3x2Benchmark.html) | -13.19% | 1.646311 | 1.429182 | +| System.Numerics.Tests.Perf_Vector3.CrossBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tests.Perf_Vector3.CrossBenchmark.html) | -12.24% | 1.643798 | 1.442604 | +| System.Numerics.Tests.Perf_Vector3.ReflectBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tests.Perf_Vector3.ReflectBenchmark.html) | -11.59% | 1.661718 | 1.469190 | +| System.Numerics.Tests.Perf_Vector3.TransformByMatrix4x4Benchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tests.Perf_Vector3.TransformByMatrix4x4Benchmark.html) | -14.32% | 1.939480 | 1.661791 | +| System.Numerics.Tests.Perf_Vector4.TransformVector2ByMatrix4x4Benchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tests.Perf_Vector4.TransformVector2ByMatrix4x4Benchmark.html) | -13.40% | 1.651453 | 1.430166 | +| System.Numerics.Tests.Perf_VectorOf.GreaterThanOrEqualAllBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28Byte%29.GreaterThanOrEqualAllBenchmark.html) | -12.34% | 1.675531 | 1.468698 | +| System.Numerics.Tests.Perf_VectorOf.LessThanOrEqualAllBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28Byte%29.LessThanOrEqualAllBenchmark.html) | -12.67% | 1.651508 | 1.442217 | +| System.Numerics.Tests.Perf_VectorOf.GetHashCodeBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28Double%29.GetHashCodeBenchmark.html) | -10.53% | 14.247940 | 12.748205 | +| System.Numerics.Tests.Perf_VectorOf.GreaterThanOrEqualAllBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28Int16%29.GreaterThanOrEqualAllBenchmark.html) | -12.63% | 1.647453 | 1.439395 | +| System.Numerics.Tests.Perf_VectorOf.LessThanOrEqualAllBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28Int16%29.LessThanOrEqualAllBenchmark.html) | -12.25% | 1.669132 | 1.464604 | +| System.Numerics.Tests.Perf_VectorOf.GreaterThanOrEqualAllBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28Int32%29.GreaterThanOrEqualAllBenchmark.html) | -12.06% | 1.652423 | 1.453119 | +| System.Numerics.Tests.Perf_VectorOf.LessThanOrEqualAllBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28Int32%29.LessThanOrEqualAllBenchmark.html) | -11.96% | 1.651887 | 1.454271 | +| System.Numerics.Tests.Perf_VectorOf.GreaterThanOrEqualAllBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28SByte%29.GreaterThanOrEqualAllBenchmark.html) | -13.16% | 1.659865 | 1.441437 | +| System.Numerics.Tests.Perf_VectorOf.LessThanOrEqualAllBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28SByte%29.LessThanOrEqualAllBenchmark.html) | -12.77% | 1.649651 | 1.439026 | +| System.Numerics.Tests.Perf_VectorOf.DotBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28Single%29.DotBenchmark.html) | -12.73% | 2.434287 | 2.124373 | +| System.Numerics.Tests.Perf_VectorOf.DivideBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28UInt16%29.DivideBenchmark.html) | -12.42% | 33.732133 | 29.542438 | +| System.Numerics.Tests.Perf_VectorOf.DivisionOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28UInt16%29.DivisionOperatorBenchmark.html) | -11.64% | 33.452180 | 29.558617 | +| System.Numerics.Tests.Perf_VectorOf.GreaterThanOrEqualAllBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28UInt16%29.GreaterThanOrEqualAllBenchmark.html) | -12.69% | 1.652290 | 1.442578 | +| System.Numerics.Tests.Perf_VectorOf.LessThanOrEqualAllBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28UInt16%29.LessThanOrEqualAllBenchmark.html) | -13.82% | 1.684947 | 1.452032 | +| System.Numerics.Tests.Perf_VectorOf.GreaterThanOrEqualAllBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28UInt32%29.GreaterThanOrEqualAllBenchmark.html) | -12.30% | 1.653764 | 1.450277 | +| System.Numerics.Tests.Perf_VectorOf.LessThanOrEqualAllBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28UInt32%29.LessThanOrEqualAllBenchmark.html) | -12.79% | 1.652401 | 1.441016 | +| System.Numerics.Tests.Perf_VectorOf.GetHashCodeBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28UInt64%29.GetHashCodeBenchmark.html) | -10.85% | 11.788587 | 10.509803 | +| System.Perf_Convert.ChangeType | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Perf_Convert.ChangeType.html) | -10.69% | 21.354055 | 19.071977 | +| System.Perf_Convert.FromHexString | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Perf_Convert.FromHexString.html) | -11.79% | 20.811765 | 18.358259 | +| System.Perf_Convert.ToDateTime_String(value: "Fri, 27 Feb 2009 03:11:21 GMT") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Perf_Convert.ToDateTime_String%28value%3A%20%22Fri%2C%2027%20Feb%202009%2003%3A11%3A21%20GMT%22%29.html) | -14.83% | 672.570323 | 572.798157 | +| System.Reflection.Activator.CreateInstanceGeneric | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Reflection.Activator%28EmptyClass%29.CreateInstanceGeneric.html) | -13.27% | 16.073698 | 13.940831 | +| System.Reflection.Activator.CreateInstanceType | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Reflection.Activator%28EmptyClass%29.CreateInstanceType.html) | -12.33% | 13.615648 | 11.936823 | +| System.Reflection.Attributes.GetCustomAttributesClassMiss | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Reflection.Attributes.GetCustomAttributesClassMiss.html) | -10.21% | 102.859445 | 92.354056 | +| System.Reflection.Invoke.Ctor4_int_string_struct_class | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Reflection.Invoke.Ctor4_int_string_struct_class.html) | -11.97% | 37.310300 | 32.843561 | +| System.Reflection.Invoke.Field_GetStatic_class | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Reflection.Invoke.Field_GetStatic_class.html) | -13.13% | 3.305929 | 2.871886 | +| System.Reflection.Invoke.Field_SetStatic_class | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Reflection.Invoke.Field_SetStatic_class.html) | -13.40% | 21.656555 | 18.754342 | +| System.Reflection.Invoke.StaticMethod4_ByRefParams_int_string_struct_class | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Reflection.Invoke.StaticMethod4_ByRefParams_int_string_struct_class.html) | -14.29% | 134.809533 | 115.543576 | +| System.Reflection.Invoke.StaticMethod4_int_string_struct_class | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Reflection.Invoke.StaticMethod4_int_string_struct_class.html) | -10.70% | 31.992846 | 28.568924 | +| System.Reflection.Invoke.StaticMethod5_ByRefParams_int_string_struct_class_bool | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Reflection.Invoke.StaticMethod5_ByRefParams_int_string_struct_class_bool.html) | -10.92% | 186.098917 | 165.769830 | +| System.Reflection.Metadata.Perf_TypeName.ParseAndGetFullName(input: typeof(System.Collections.Generic.Dictionary`2[])) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Reflection.Metadata.Perf_TypeName.ParseAndGetFullName%28input%3A%20typeof%28System.Collections.Generic.Dictionary%602%5B%5D%29%29.html) | -10.88% | 2202.014062 | 1962.525936 | +| System.Reflection.Metadata.Perf_TypeName.ParseAndGetFullName(input: typeof(System.Int32&)) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Reflection.Metadata.Perf_TypeName.ParseAndGetFullName%28input%3A%20typeof%28System.Int32%26%29%29.html) | -12.79% | 158.818052 | 138.506696 | +| System.Reflection.Metadata.Perf_TypeName.ParseAndGetFullName(input: typeof(System.Int32[*])) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Reflection.Metadata.Perf_TypeName.ParseAndGetFullName%28input%3A%20typeof%28System.Int32%5B%2A%5D%29%29.html) | -11.53% | 166.453923 | 147.257360 | +| System.Reflection.Metadata.Perf_TypeName.ParseAndGetFullName(input: typeof(System.Int32[,])) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Reflection.Metadata.Perf_TypeName.ParseAndGetFullName%28input%3A%20typeof%28System.Int32%5B%2C%5D%29%29.html) | -12.60% | 173.564397 | 151.692637 | +| System.Reflection.Metadata.Perf_TypeName.ParseAndGetFullName(input: typeof(System.Reflection.Metadata.Nested)) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Reflection.Metadata.Perf_TypeName.ParseAndGetFullName%28input%3A%20typeof%28System.Reflection.Metadata.Nested%29%29.html) | -12.96% | 130.873345 | 113.905707 | +| System.Reflection.Metadata.Perf_TypeName.Parse_FullNames(input: typeof(System.Reflection.Metadata.Nested)) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Reflection.Metadata.Perf_TypeName.Parse_FullNames%28input%3A%20typeof%28System.Reflection.Metadata.Nested%29%29.html) | -13.34% | 125.630592 | 108.868922 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128.ConvertDoubleToLongBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128.ConvertDoubleToLongBenchmark.html) | -12.86% | 7.054443 | 6.147220 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128.ConvertFloatToUIntBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128.ConvertFloatToUIntBenchmark.html) | -11.51% | 14.638016 | 12.952857 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128.ConvertUIntToFloatBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128.ConvertUIntToFloatBenchmark.html) | -14.46% | 1.640109 | 1.402964 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Int.DotBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Int.DotBenchmark.html) | -10.45% | 1.646380 | 1.474303 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Int.GreaterThanOrEqualAllBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Int.GreaterThanOrEqualAllBenchmark.html) | -13.04% | 1.648911 | 1.433905 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Int.LessThanOrEqualAllBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Int.LessThanOrEqualAllBenchmark.html) | -13.38% | 1.649346 | 1.428721 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Int.MaxBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Int.MaxBenchmark.html) | -13.17% | 1.646940 | 1.430032 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Int.MinBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Int.MinBenchmark.html) | -14.32% | 1.634538 | 1.400470 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Int.SquareRootBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Int.SquareRootBenchmark.html) | -10.58% | 14.737643 | 13.178217 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.LessThanOrEqualAllBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Byte%29.LessThanOrEqualAllBenchmark.html) | -10.00% | 1.584141 | 1.425662 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.MaxBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Byte%29.MaxBenchmark.html) | -14.32% | 1.634700 | 1.400550 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.MinBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Byte%29.MinBenchmark.html) | -14.40% | 1.637771 | 1.401865 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.MultiplyBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Byte%29.MultiplyBenchmark.html) | -12.78% | 1.636224 | 1.427087 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.SumBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Byte%29.SumBenchmark.html) | -13.46% | 1.695150 | 1.466998 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.MaxBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Int16%29.MaxBenchmark.html) | -13.84% | 1.630176 | 1.404502 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.MinBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Int16%29.MinBenchmark.html) | -14.67% | 1.637931 | 1.397609 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.DotBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Int32%29.DotBenchmark.html) | -10.56% | 1.662029 | 1.486466 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.GreaterThanOrEqualAllBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Int32%29.GreaterThanOrEqualAllBenchmark.html) | -13.83% | 1.657921 | 1.428679 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.LessThanOrEqualAllBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Int32%29.LessThanOrEqualAllBenchmark.html) | -13.77% | 1.657123 | 1.428945 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.MaxBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Int32%29.MaxBenchmark.html) | -14.25% | 1.636404 | 1.403190 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.MinBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Int32%29.MinBenchmark.html) | -13.95% | 1.635211 | 1.407128 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.SquareRootBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Int32%29.SquareRootBenchmark.html) | -10.42% | 14.736705 | 13.201004 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.GreaterThanOrEqualAllBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28SByte%29.GreaterThanOrEqualAllBenchmark.html) | -13.05% | 1.659061 | 1.442495 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.LessThanOrEqualAllBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28SByte%29.LessThanOrEqualAllBenchmark.html) | -13.63% | 1.680690 | 1.451682 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.MaxBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28SByte%29.MaxBenchmark.html) | -14.25% | 1.635739 | 1.402574 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.MinBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28SByte%29.MinBenchmark.html) | -13.67% | 1.632848 | 1.409635 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.MultiplyBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28SByte%29.MultiplyBenchmark.html) | -12.62% | 1.640441 | 1.433453 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.SumBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28SByte%29.SumBenchmark.html) | -13.01% | 1.679685 | 1.461102 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.GetHashCodeBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Single%29.GetHashCodeBenchmark.html) | -12.80% | 13.540503 | 11.807587 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.GreaterThanOrEqualAllBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28UInt16%29.GreaterThanOrEqualAllBenchmark.html) | -12.75% | 1.645578 | 1.435708 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.LessThanOrEqualAllBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28UInt16%29.LessThanOrEqualAllBenchmark.html) | -13.29% | 1.648602 | 1.429491 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.MaxBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28UInt16%29.MaxBenchmark.html) | -13.91% | 1.636011 | 1.408511 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.MinBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28UInt16%29.MinBenchmark.html) | -13.92% | 1.631161 | 1.404161 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.DotBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28UInt32%29.DotBenchmark.html) | -10.84% | 1.665815 | 1.485271 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.GreaterThanOrEqualAllBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28UInt32%29.GreaterThanOrEqualAllBenchmark.html) | -13.97% | 1.663227 | 1.430957 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.LessThanOrEqualAllBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28UInt32%29.LessThanOrEqualAllBenchmark.html) | -13.93% | 1.665887 | 1.433787 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.MaxBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28UInt32%29.MaxBenchmark.html) | -14.31% | 1.641998 | 1.407076 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.MinBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28UInt32%29.MinBenchmark.html) | -14.03% | 1.635002 | 1.405677 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.SquareRootBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28UInt32%29.SquareRootBenchmark.html) | -14.08% | 15.813346 | 13.586722 | +| System.Security.Cryptography.Tests.Perf_CryptoConfig.CreateFromName(name: "X509Chain") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Security.Cryptography.Tests.Perf_CryptoConfig.CreateFromName%28name%3A%20%22X509Chain%22%29.html) | -12.37% | 271.947535 | 238.305031 | +| System.Tests.Perf_Array.ArrayAssign1D | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Array.ArrayAssign1D.html) | -14.52% | 488919.190441 | 417951.236041 | +| System.Tests.Perf_Array.ArrayAssign2D | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Array.ArrayAssign2D.html) | -10.86% | 582101.968407 | 518902.020854 | +| System.Tests.Perf_Char.Char_ToLower(c: 'A', cultureName: en-US) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Char.Char_ToLower%28c%3A%20%27A%27%2C%20cultureName%3A%20en-US%29.html) | -13.62% | 4.070435 | 3.516202 | +| System.Tests.Perf_Char.Char_ToLower(c: 'a', cultureName: en-US) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Char.Char_ToLower%28c%3A%20%27a%27%2C%20cultureName%3A%20en-US%29.html) | -10.18% | 4.085794 | 3.669663 | +| System.Tests.Perf_Char.Char_ToLower(c: 'İ', cultureName: en-US) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Char.Char_ToLower%28c%3A%20%27%C4%B0%27%2C%20cultureName%3A%20en-US%29.html) | -13.08% | 15.945592 | 13.860627 | +| System.Tests.Perf_DateTime.ParseR | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_DateTime.ParseR.html) | -12.14% | 28.189430 | 24.767714 | +| System.Tests.Perf_DateTime.ToString(format: "r") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_DateTime.ToString%28format%3A%20%22r%22%29.html) | -10.23% | 33.528144 | 30.096953 | +| System.Tests.Perf_DateTime.op_Subtraction | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_DateTime.op_Subtraction.html) | -13.67% | 1.626033 | 1.403814 | +| System.Tests.Perf_DateTimeOffset.ToString(format: "o") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_DateTimeOffset.ToString%28format%3A%20%22o%22%29.html) | -13.44% | 42.646122 | 36.916130 | +| System.Tests.Perf_DateTimeOffset.ToString(format: null) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_DateTimeOffset.ToString%28format%3A%20null%29.html) | -14.54% | 152.784900 | 130.577494 | +| System.Tests.Perf_Double.ToStringWithFormat(value: -1.7976931348623157E+308, format: "G17") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Double.ToStringWithFormat%28value%3A%20-1.7976931348623157E%2B308%2C%20format%3A%20%22G17%22%29.html) | -10.52% | 176.766378 | 158.171234 | +| System.Tests.Perf_Double.ToStringWithFormat(value: 12345, format: "G17") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Double.ToStringWithFormat%28value%3A%2012345%2C%20format%3A%20%22G17%22%29.html) | -10.83% | 144.106463 | 128.504818 | +| System.Tests.Perf_Enum.InterpolateIntoString(value: Red) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Enum.InterpolateIntoString%28value%3A%20Red%29.html) | -13.46% | 99.699232 | 86.282660 | +| System.Tests.Perf_Enum.InterpolateIntoStringBuilder_Flags(value: Red) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Enum.InterpolateIntoStringBuilder_Flags%28value%3A%20Red%29.html) | -13.85% | 73.063096 | 62.943642 | +| System.Tests.Perf_Enum.ToString_Flags(value: 36) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Enum.ToString_Flags%28value%3A%2036%29.html) | -10.86% | 24.881460 | 22.179088 | +| System.Tests.Perf_Enum.ToString_Format_Flags_Large(value: All, format: "") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Enum.ToString_Format_Flags_Large%28value%3A%20All%2C%20format%3A%20%22%22%29.html) | -12.09% | 18.496773 | 16.261183 | +| System.Tests.Perf_Enum.ToString_NonFlags_Small(value: AllDirectories) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Enum.ToString_NonFlags_Small%28value%3A%20AllDirectories%29.html) | -10.43% | 14.168015 | 12.690571 | +| System.Tests.Perf_Enum.TryParseGeneric_Flags(text: "Red") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Enum.TryParseGeneric_Flags%28text%3A%20%22Red%22%29.html) | -13.63% | 16.854398 | 14.556836 | +| System.Tests.Perf_Guid.Parse | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Guid.Parse.html) | -11.54% | 24.606328 | 21.765732 | +| System.Tests.Perf_Guid.ctor_str | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Guid.ctor_str.html) | -12.08% | 24.462970 | 21.506897 | +| System.Tests.Perf_Int128.ToString(value: -170141183460469231731687303715884105728) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Int128.ToString%28value%3A%20-170141183460469231731687303715884105728%29.html) | -14.50% | 135.936824 | 116.225663 | +| System.Tests.Perf_Int32.Parse(value: "4") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Int32.Parse%28value%3A%20%224%22%29.html) | -14.30% | 10.420305 | 8.929748 | +| System.Tests.Perf_Int32.ParseHex(value: "4") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Int32.ParseHex%28value%3A%20%224%22%29.html) | -10.03% | 9.375411 | 8.435405 | +| System.Tests.Perf_Int32.ToStringHex(value: 2147483647) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Int32.ToStringHex%28value%3A%202147483647%29.html) | -11.13% | 22.858150 | 20.314219 | +| System.Tests.Perf_Int64.Parse(value: "12345") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Int64.Parse%28value%3A%20%2212345%22%29.html) | -11.55% | 13.180488 | 11.657798 | +| System.Tests.Perf_Int64.TryParseSpan(value: "12345") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Int64.TryParseSpan%28value%3A%20%2212345%22%29.html) | -10.79% | 13.554709 | 12.091754 | +| System.Tests.Perf_Random.ctor_seeded | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Random.ctor_seeded.html) | -13.66% | 383.114003 | 330.791117 | +| System.Tests.Perf_Single.ToString(value: -3.4028235E+38) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Single.ToString%28value%3A%20-3.4028235E%2B38%29.html) | -11.29% | 124.064401 | 110.061956 | +| System.Tests.Perf_Single.ToString(value: 3.4028235E+38) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Single.ToString%28value%3A%203.4028235E%2B38%29.html) | -11.29% | 121.951876 | 108.180724 | +| System.Tests.Perf_Single.ToStringWithFormat(value: -3.4028235E+38, format: "E") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Single.ToStringWithFormat%28value%3A%20-3.4028235E%2B38%2C%20format%3A%20%22E%22%29.html) | -11.33% | 114.681265 | 101.684511 | +| System.Tests.Perf_Single.ToStringWithFormat(value: -3.4028235E+38, format: "G") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Single.ToStringWithFormat%28value%3A%20-3.4028235E%2B38%2C%20format%3A%20%22G%22%29.html) | -12.12% | 123.161416 | 108.231562 | +| System.Tests.Perf_Single.ToStringWithFormat(value: -3.4028235E+38, format: "R") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Single.ToStringWithFormat%28value%3A%20-3.4028235E%2B38%2C%20format%3A%20%22R%22%29.html) | -13.16% | 123.499884 | 107.244128 | +| System.Tests.Perf_Single.ToStringWithFormat(value: 12345, format: "G17") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Single.ToStringWithFormat%28value%3A%2012345%2C%20format%3A%20%22G17%22%29.html) | -13.39% | 132.098951 | 114.415153 | +| System.Tests.Perf_Single.ToStringWithFormat(value: 3.4028235E+38, format: "E") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Single.ToStringWithFormat%28value%3A%203.4028235E%2B38%2C%20format%3A%20%22E%22%29.html) | -10.46% | 109.874014 | 98.377382 | +| System.Tests.Perf_Single.ToStringWithFormat(value: 3.4028235E+38, format: "G") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Single.ToStringWithFormat%28value%3A%203.4028235E%2B38%2C%20format%3A%20%22G%22%29.html) | -11.20% | 120.164846 | 106.710445 | +| System.Tests.Perf_Single.ToStringWithFormat(value: 3.4028235E+38, format: "R") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Single.ToStringWithFormat%28value%3A%203.4028235E%2B38%2C%20format%3A%20%22R%22%29.html) | -11.32% | 120.960153 | 107.266663 | +| System.Tests.Perf_String.Replace_Char(text: "Hello", oldChar: 'a', newChar: 'b') | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_String.Replace_Char%28text%3A%20%22Hello%22%2C%20oldChar%3A%20%27a%27%2C%20newChar%3A%20%27b%27%29.html) | -12.13% | 8.707250 | 7.651464 | +| System.Tests.Perf_String.Split(s: "ABCDEFGHIJKLMNOPQRSTUVWXYZ", arr: [' '], options: None) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_String.Split%28s%3A%20%22ABCDEFGHIJKLMNOPQRSTUVWXYZ%22%2C%20arr%3A%20%5B%27%20%27%5D%2C%20options%3A%20None%29.html) | -10.83% | 23.686508 | 21.120288 | +| System.Tests.Perf_String.Split(s: "ABCDEFGHIJKLMNOPQRSTUVWXYZ", arr: [' '], options: RemoveEmptyEntries) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_String.Split%28s%3A%20%22ABCDEFGHIJKLMNOPQRSTUVWXYZ%22%2C%20arr%3A%20%5B%27%20%27%5D%2C%20options%3A%20RemoveEmptyEntries%29.html) | -10.76% | 24.103818 | 21.509781 | +| System.Tests.Perf_String.Substring_IntInt(s: "dzsdzsDDZSDZSDZSddsz", i1: 0, i2: 8) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_String.Substring_IntInt%28s%3A%20%22dzsdzsDDZSDZSDZSddsz%22%2C%20i1%3A%200%2C%20i2%3A%208%29.html) | -14.74% | 13.832278 | 11.793176 | +| System.Tests.Perf_String.Substring_IntInt(s: "dzsdzsDDZSDZSDZSddsz", i1: 10, i2: 1) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_String.Substring_IntInt%28s%3A%20%22dzsdzsDDZSDZSDZSddsz%22%2C%20i1%3A%2010%2C%20i2%3A%201%29.html) | -14.61% | 13.818329 | 11.800027 | +| System.Tests.Perf_String.ToLower(s: "This is a much longer piece of text that might benefit more from vectorization.") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_String.ToLower%28s%3A%20%22This%20is%20a%20much%20longer%20piece%20of%20text%20that%20might%20benefit%20more%20from%20vectorization.%22%29.html) | -10.70% | 43.059181 | 38.451170 | +| System.Tests.Perf_String.ToUpperInvariant(s: "This is a much longer piece of text that might benefit more from vectorization.") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_String.ToUpperInvariant%28s%3A%20%22This%20is%20a%20much%20longer%20piece%20of%20text%20that%20might%20benefit%20more%20from%20vectorization.%22%29.html) | -12.77% | 38.300265 | 33.408714 | +| System.Tests.Perf_String.TrimEnd(s: "Test") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_String.TrimEnd%28s%3A%20%22Test%22%29.html) | -12.28% | 5.207832 | 4.568480 | +| System.Tests.Perf_String.Trim_CharArr(s: " Te st ", c: [' ', ' ']) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_String.Trim_CharArr%28s%3A%20%22%20Te%20st%20%20%22%2C%20c%3A%20%5B%27%20%27%2C%20%27%E2%80%85%27%5D%29.html) | -10.74% | 20.776295 | 18.545916 | +| System.Tests.Perf_String.Trim_CharArr(s: "Test", c: [' ', ' ']) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_String.Trim_CharArr%28s%3A%20%22Test%22%2C%20c%3A%20%5B%27%20%27%2C%20%27%E2%80%85%27%5D%29.html) | -11.75% | 8.960380 | 7.907475 | +| System.Tests.Perf_Type.GetType_Resolvers(input: typeof(System.Int32[])) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Type.GetType_Resolvers%28input%3A%20typeof%28System.Int32%5B%5D%29%29.html) | -12.39% | 224.645207 | 196.818386 | +| System.Tests.Perf_UInt16.ToString(value: 0) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_UInt16.ToString%28value%3A%200%29.html) | -13.90% | 4.431659 | 3.815661 | +| System.Tests.Perf_UInt16.ToString(value: 12345) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_UInt16.ToString%28value%3A%2012345%29.html) | -11.47% | 13.703297 | 12.131674 | +| System.Tests.Perf_UInt16.ToString(value: 65535) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_UInt16.ToString%28value%3A%2065535%29.html) | -11.51% | 13.974014 | 12.365931 | +| System.Tests.Perf_UInt32.ToString(value: 12345) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_UInt32.ToString%28value%3A%2012345%29.html) | -10.21% | 13.889202 | 12.470863 | +| System.Tests.Perf_UInt32.ToString(value: 4294967295) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_UInt32.ToString%28value%3A%204294967295%29.html) | -14.37% | 16.372862 | 14.020283 | +| System.Tests.Perf_UInt64.TryFormat(value: 0) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_UInt64.TryFormat%28value%3A%200%29.html) | -11.75% | 3.680414 | 3.247917 | +| System.Tests.Perf_Uri.CtorIdnHostPathAndQuery(input: "http://dot.net/path/with?key=value#fragment") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Uri.CtorIdnHostPathAndQuery%28input%3A%20%22http%3A//dot.net/path/with%3Fkey%3Dvalue%23fragment%22%29.html) | -13.38% | 352.242222 | 305.110263 | +| System.Tests.Perf_Uri.CtorIdnHostPathAndQuery(input: "http://host/path with escapable values?key=va lue") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Uri.CtorIdnHostPathAndQuery%28input%3A%20%22http%3A//host/path%20with%20escapable%20values%3Fkey%3Dva%20lue%22%29.html) | -11.01% | 464.913263 | 413.720392 | +| System.Tests.Perf_Uri.CtorIdnHostPathAndQuery(input: "http://xn--hst-sna.with.xn--nicode-2ya/path/with?key=value#fragment") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Uri.CtorIdnHostPathAndQuery%28input%3A%20%22http%3A//xn--hst-sna.with.xn--nicode-2ya/path/with%3Fkey%3Dvalue%23fragment%22%29.html) | -13.47% | 427.705462 | 370.080336 | +| System.Tests.Perf_Uri.CtorIdnHostPathAndQuery(input: "https://CONTOSO.com/path/with?key=value#fragment") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Uri.CtorIdnHostPathAndQuery%28input%3A%20%22https%3A//CONTOSO.com/path/with%3Fkey%3Dvalue%23fragment%22%29.html) | -10.79% | 349.038542 | 311.386468 | +| System.Tests.Perf_Uri.CtorIdnHostPathAndQuery(input: "https://a.much.longer.domain.name/path/with?key=value#fragment") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Uri.CtorIdnHostPathAndQuery%28input%3A%20%22https%3A//a.much.longer.domain.name/path/with%3Fkey%3Dvalue%23fragment%22%29.html) | -13.38% | 434.312186 | 376.183960 | +| System.Tests.Perf_Uri.CtorIdnHostPathAndQuery(input: "https://contoso.com/path/with?key=value#fragment") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Uri.CtorIdnHostPathAndQuery%28input%3A%20%22https%3A//contoso.com/path/with%3Fkey%3Dvalue%23fragment%22%29.html) | -13.61% | 359.911626 | 310.928676 | +| System.Tests.Perf_Uri.EscapeDataString(input: "{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{... | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Uri.EscapeDataString%28input%3A%20%22%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B.html) | -10.31% | 5701.351277 | 5113.465362 | +| System.Tests.Perf_Uri.ParseAbsoluteUri | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Uri.ParseAbsoluteUri.html) | -13.99% | 278.614946 | 239.627510 | +| System.Tests.Perf_Uri.PathAndQuery | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Uri.PathAndQuery.html) | -10.76% | 4.694450 | 4.189364 | +| System.Tests.Perf_Version.ToString2 | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Version.ToString2.html) | -10.98% | 26.456411 | 23.551998 | +| System.Tests.Perf_Version.ToString3 | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Version.ToString3.html) | -11.34% | 29.906573 | 26.514167 | +| System.Tests.Perf_Version.TryParse4 | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Version.TryParse4.html) | -11.83% | 51.209375 | 45.152500 | +| System.Text.Encodings.Web.Tests.Perf_Encoders.EncodeUtf8(arguments: JavaScript,&Hello+!,512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Encodings.Web.Tests.Perf_Encoders.EncodeUtf8%28arguments%3A%20JavaScript%2C%26Hello%2B%28World%29%21%2C512%29.html) | -13.41% | 62.843440 | 54.413539 | +| System.Text.Encodings.Web.Tests.Perf_Encoders.EncodeUtf8(arguments: UnsafeRelaxed,no required,16) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Encodings.Web.Tests.Perf_Encoders.EncodeUtf8%28arguments%3A%20UnsafeRelaxed%2Cno%20%28escaping%20/%29%20required%2C16%29.html) | -13.62% | 13.709161 | 11.842540 | +| System.Text.Encodings.Web.Tests.Perf_Encoders.EncodeUtf8(arguments: Url,&lorem ipsum=dolor sit amet,512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Encodings.Web.Tests.Perf_Encoders.EncodeUtf8%28arguments%3A%20Url%2C%26lorem%20ipsum%3Ddolor%20sit%20amet%2C512%29.html) | -12.51% | 82.027620 | 71.764514 | +| System.Text.Json.Document.Tests.Perf_DocumentParse.Parse(IsDataIndented: False, TestRandomAccess: True, TestCase: Json400B) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Document.Tests.Perf_DocumentParse.Parse%28IsDataIndented%3A%20False%2C%20TestRandomAccess%3A%20True%2C%20TestCase%3A%20Json400B%29.html) | -11.08% | 1738.323228 | 1545.697480 | +| System.Text.Json.Document.Tests.Perf_EnumerateArray.Parse(TestCase: ArrayOfNumbers) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Document.Tests.Perf_EnumerateArray.Parse%28TestCase%3A%20ArrayOfNumbers%29.html) | -11.70% | 9087.657999 | 8024.585613 | +| System.Text.Json.Document.Tests.Perf_ParseThenWrite.ParseThenWrite(IsDataIndented: False, TestCase: LotsOfStrings) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Document.Tests.Perf_ParseThenWrite.ParseThenWrite%28IsDataIndented%3A%20False%2C%20TestCase%3A%20LotsOfStrings%29.html) | -12.06% | 2590.034010 | 2277.585976 | +| System.Text.Json.Document.Tests.Perf_ParseThenWrite.ParseThenWrite(IsDataIndented: True, TestCase: LotsOfStrings) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Document.Tests.Perf_ParseThenWrite.ParseThenWrite%28IsDataIndented%3A%20True%2C%20TestCase%3A%20LotsOfStrings%29.html) | -11.40% | 3328.643552 | 2949.172677 | +| System.Text.Json.Node.Tests.Perf_Create.Create_JsonObject_Small | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Node.Tests.Perf_Create.Create_JsonObject_Small.html) | -13.32% | 326.313580 | 282.852122 | +| System.Text.Json.Node.Tests.Perf_ParseThenWrite.ParseThenWrite(IsDataIndented: False, TestCase: BroadTree) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Node.Tests.Perf_ParseThenWrite.ParseThenWrite%28IsDataIndented%3A%20False%2C%20TestCase%3A%20BroadTree%29.html) | -14.22% | 30664.494723 | 26303.641561 | +| System.Text.Json.Node.Tests.Perf_ParseThenWrite.ParseThenWrite(IsDataIndented: False, TestCase: DeepTree) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Node.Tests.Perf_ParseThenWrite.ParseThenWrite%28IsDataIndented%3A%20False%2C%20TestCase%3A%20DeepTree%29.html) | -11.61% | 18167.779127 | 16058.259817 | +| System.Text.Json.Node.Tests.Perf_ParseThenWrite.ParseThenWrite(IsDataIndented: False, TestCase: Json400B) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Node.Tests.Perf_ParseThenWrite.ParseThenWrite%28IsDataIndented%3A%20False%2C%20TestCase%3A%20Json400B%29.html) | -13.02% | 2655.068718 | 2309.384216 | +| System.Text.Json.Node.Tests.Perf_ParseThenWrite.ParseThenWrite(IsDataIndented: False, TestCase: LotsOfNumbers) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Node.Tests.Perf_ParseThenWrite.ParseThenWrite%28IsDataIndented%3A%20False%2C%20TestCase%3A%20LotsOfNumbers%29.html) | -14.56% | 7575.167723 | 6472.396482 | +| System.Text.Json.Node.Tests.Perf_ParseThenWrite.ParseThenWrite(IsDataIndented: True, TestCase: Json400B) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Node.Tests.Perf_ParseThenWrite.ParseThenWrite%28IsDataIndented%3A%20True%2C%20TestCase%3A%20Json400B%29.html) | -11.95% | 2962.386955 | 2608.480642 | +| System.Text.Json.Node.Tests.Perf_ParseThenWrite.ParseThenWrite(IsDataIndented: True, TestCase: LotsOfNumbers) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Node.Tests.Perf_ParseThenWrite.ParseThenWrite%28IsDataIndented%3A%20True%2C%20TestCase%3A%20LotsOfNumbers%29.html) | -13.02% | 8328.905193 | 7244.763923 | +| System.Text.Json.Node.Tests.Perf_ParseThenWrite.ParseThenWrite(IsDataIndented: True, TestCase: LotsOfStrings) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Node.Tests.Perf_ParseThenWrite.ParseThenWrite%28IsDataIndented%3A%20True%2C%20TestCase%3A%20LotsOfStrings%29.html) | -10.57% | 5160.878573 | 4615.169657 | +| System.Text.Json.Serialization.Tests.ColdStartSerialization.CachedDefaultOptions | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ColdStartSerialization%28SimpleStructWithProperties%29.CachedDefaultOptions.html) | -11.79% | 412.795440 | 364.140851 | +| System.Text.Json.Serialization.Tests.ColdStartSerialization.CachedJsonSerializerContext | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ColdStartSerialization%28SimpleStructWithProperties%29.CachedJsonSerializerContext.html) | -13.35% | 368.382148 | 319.206465 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromReader(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28ClassRecord%29.DeserializeFromReader%28Mode%3A%20Reflection%29.html) | -10.32% | 882.747815 | 791.683552 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromReader(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28ClassRecord%29.DeserializeFromReader%28Mode%3A%20SourceGen%29.html) | -10.74% | 865.028871 | 772.100112 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromStream(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28ClassRecord%29.DeserializeFromStream%28Mode%3A%20Reflection%29.html) | -13.47% | 809.229392 | 700.212389 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromStream(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28ClassRecord%29.DeserializeFromStream%28Mode%3A%20SourceGen%29.html) | -13.79% | 812.755156 | 700.708929 | +| System.Text.Json.Serialization.Tests.ReadJson>.DeserializeFromReader(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28Dictionary%28String%2C%20String%29%29.DeserializeFromReader%28Mode%3A%20Reflection%29.html) | -12.99% | 17678.948684 | 15382.556235 | +| System.Text.Json.Serialization.Tests.ReadJson>.DeserializeFromString(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28Dictionary%28String%2C%20String%29%29.DeserializeFromString%28Mode%3A%20Reflection%29.html) | -14.13% | 14420.388743 | 12382.786070 | +| System.Text.Json.Serialization.Tests.ReadJson>.DeserializeFromString(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28HashSet%28String%29%29.DeserializeFromString%28Mode%3A%20Reflection%29.html) | -11.14% | 7500.232250 | 6664.690914 | +| System.Text.Json.Serialization.Tests.ReadJson>.DeserializeFromString(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28HashSet%28String%29%29.DeserializeFromString%28Mode%3A%20SourceGen%29.html) | -13.89% | 7744.612503 | 6669.062865 | +| System.Text.Json.Serialization.Tests.ReadJson>.DeserializeFromUtf8Bytes(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28HashSet%28String%29%29.DeserializeFromUtf8Bytes%28Mode%3A%20Reflection%29.html) | -12.27% | 7489.843441 | 6570.467515 | +| System.Text.Json.Serialization.Tests.ReadJson>.DeserializeFromUtf8Bytes(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28HashSet%28String%29%29.DeserializeFromUtf8Bytes%28Mode%3A%20SourceGen%29.html) | -12.04% | 7462.349096 | 6563.576542 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromReader(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28Hashtable%29.DeserializeFromReader%28Mode%3A%20Reflection%29.html) | -13.89% | 29174.043736 | 25120.376469 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromReader(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28Hashtable%29.DeserializeFromReader%28Mode%3A%20SourceGen%29.html) | -13.81% | 29009.423867 | 25001.904371 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromStream(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28Hashtable%29.DeserializeFromStream%28Mode%3A%20SourceGen%29.html) | -14.58% | 26654.983451 | 22768.370247 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromString(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28Hashtable%29.DeserializeFromString%28Mode%3A%20Reflection%29.html) | -13.50% | 25878.923159 | 22383.997134 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromString(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28Hashtable%29.DeserializeFromString%28Mode%3A%20SourceGen%29.html) | -13.63% | 25850.740868 | 22327.709786 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromUtf8Bytes(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28Hashtable%29.DeserializeFromUtf8Bytes%28Mode%3A%20Reflection%29.html) | -14.35% | 25856.427411 | 22147.196460 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromUtf8Bytes(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28Hashtable%29.DeserializeFromUtf8Bytes%28Mode%3A%20SourceGen%29.html) | -13.42% | 25472.998605 | 22053.622096 | +| System.Text.Json.Serialization.Tests.ReadJson>.DeserializeFromReader(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28ImmutableDictionary%28String%2C%20String%29%29.DeserializeFromReader%28Mode%3A%20Reflection%29.html) | -13.73% | 30050.671201 | 25923.504918 | +| System.Text.Json.Serialization.Tests.ReadJson>.DeserializeFromReader(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28ImmutableDictionary%28String%2C%20String%29%29.DeserializeFromReader%28Mode%3A%20SourceGen%29.html) | -13.94% | 30003.169013 | 25821.613203 | +| System.Text.Json.Serialization.Tests.ReadJson>.DeserializeFromStream(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28ImmutableDictionary%28String%2C%20String%29%29.DeserializeFromStream%28Mode%3A%20Reflection%29.html) | -13.86% | 27972.279347 | 24096.350199 | +| System.Text.Json.Serialization.Tests.ReadJson>.DeserializeFromStream(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28ImmutableDictionary%28String%2C%20String%29%29.DeserializeFromStream%28Mode%3A%20SourceGen%29.html) | -13.64% | 28144.570225 | 24305.549228 | +| System.Text.Json.Serialization.Tests.ReadJson>.DeserializeFromString(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28ImmutableDictionary%28String%2C%20String%29%29.DeserializeFromString%28Mode%3A%20Reflection%29.html) | -12.62% | 26477.651018 | 23135.301447 | +| System.Text.Json.Serialization.Tests.ReadJson>.DeserializeFromString(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28ImmutableDictionary%28String%2C%20String%29%29.DeserializeFromString%28Mode%3A%20SourceGen%29.html) | -13.06% | 26674.927868 | 23190.599592 | +| System.Text.Json.Serialization.Tests.ReadJson>.DeserializeFromUtf8Bytes(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28ImmutableDictionary%28String%2C%20String%29%29.DeserializeFromUtf8Bytes%28Mode%3A%20Reflection%29.html) | -13.53% | 26282.100311 | 22725.681342 | +| System.Text.Json.Serialization.Tests.ReadJson>.DeserializeFromUtf8Bytes(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28ImmutableDictionary%28String%2C%20String%29%29.DeserializeFromUtf8Bytes%28Mode%3A%20SourceGen%29.html) | -13.12% | 26366.222549 | 22905.895542 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromReader(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28IndexViewModel%29.DeserializeFromReader%28Mode%3A%20Reflection%29.html) | -12.85% | 24520.652741 | 21369.236874 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromReader(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28IndexViewModel%29.DeserializeFromReader%28Mode%3A%20SourceGen%29.html) | -11.79% | 23301.248602 | 20554.204023 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromStream(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28IndexViewModel%29.DeserializeFromStream%28Mode%3A%20Reflection%29.html) | -12.35% | 19277.364802 | 16897.544395 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromStream(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28IndexViewModel%29.DeserializeFromStream%28Mode%3A%20SourceGen%29.html) | -12.62% | 18704.836572 | 16344.584735 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromString(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28IndexViewModel%29.DeserializeFromString%28Mode%3A%20Reflection%29.html) | -14.33% | 19227.543509 | 16471.544116 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromString(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28IndexViewModel%29.DeserializeFromString%28Mode%3A%20SourceGen%29.html) | -11.41% | 18127.375969 | 16058.777748 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromUtf8Bytes(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28IndexViewModel%29.DeserializeFromUtf8Bytes%28Mode%3A%20SourceGen%29.html) | -13.86% | 17758.072335 | 15296.720756 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromReader(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28Int32%29.DeserializeFromReader%28Mode%3A%20Reflection%29.html) | -13.08% | 114.939151 | 99.905182 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromReader(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28Int32%29.DeserializeFromReader%28Mode%3A%20SourceGen%29.html) | -12.18% | 113.000965 | 99.240466 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromStream(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28Int32%29.DeserializeFromStream%28Mode%3A%20Reflection%29.html) | -14.55% | 205.734233 | 175.802590 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromStream(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28Int32%29.DeserializeFromStream%28Mode%3A%20SourceGen%29.html) | -13.96% | 204.259315 | 175.752257 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromReader(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28LargeStructWithProperties%29.DeserializeFromReader%28Mode%3A%20Reflection%29.html) | -12.91% | 1161.260616 | 1011.311869 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromReader(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28LargeStructWithProperties%29.DeserializeFromReader%28Mode%3A%20SourceGen%29.html) | -13.10% | 1186.388523 | 1031.002588 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromStream(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28LargeStructWithProperties%29.DeserializeFromStream%28Mode%3A%20Reflection%29.html) | -13.45% | 1011.896850 | 875.778623 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromStream(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28LargeStructWithProperties%29.DeserializeFromStream%28Mode%3A%20SourceGen%29.html) | -12.16% | 987.773674 | 867.640204 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromString(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28LargeStructWithProperties%29.DeserializeFromString%28Mode%3A%20Reflection%29.html) | -12.92% | 798.225629 | 695.106143 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromString(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28LargeStructWithProperties%29.DeserializeFromString%28Mode%3A%20SourceGen%29.html) | -13.96% | 807.866486 | 695.087783 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromUtf8Bytes(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28LargeStructWithProperties%29.DeserializeFromUtf8Bytes%28Mode%3A%20Reflection%29.html) | -11.31% | 738.498060 | 655.006307 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromUtf8Bytes(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28LargeStructWithProperties%29.DeserializeFromUtf8Bytes%28Mode%3A%20SourceGen%29.html) | -12.87% | 770.453940 | 671.330953 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromReader(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28Location%29.DeserializeFromReader%28Mode%3A%20Reflection%29.html) | -14.77% | 1240.621664 | 1057.366238 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromStream(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28Location%29.DeserializeFromStream%28Mode%3A%20Reflection%29.html) | -14.97% | 1048.351864 | 891.380924 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromReader(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28LoginViewModel%29.DeserializeFromReader%28Mode%3A%20Reflection%29.html) | -13.94% | 467.498212 | 402.336270 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromStream(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28LoginViewModel%29.DeserializeFromStream%28Mode%3A%20Reflection%29.html) | -14.77% | 489.881828 | 417.505646 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromStream(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28LoginViewModel%29.DeserializeFromStream%28Mode%3A%20SourceGen%29.html) | -14.71% | 490.322665 | 418.185276 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromString(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28LoginViewModel%29.DeserializeFromString%28Mode%3A%20Reflection%29.html) | -14.19% | 323.548783 | 277.623618 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromReader(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28MyEventsListerViewModel%29.DeserializeFromReader%28Mode%3A%20Reflection%29.html) | -12.44% | 256272.726715 | 224392.337243 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromReader(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28MyEventsListerViewModel%29.DeserializeFromReader%28Mode%3A%20SourceGen%29.html) | -13.40% | 247442.217776 | 214274.407677 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromStream(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28MyEventsListerViewModel%29.DeserializeFromStream%28Mode%3A%20Reflection%29.html) | -10.84% | 213458.614955 | 190327.358848 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromStream(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28MyEventsListerViewModel%29.DeserializeFromStream%28Mode%3A%20SourceGen%29.html) | -12.87% | 206483.746270 | 179917.409247 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromString(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28MyEventsListerViewModel%29.DeserializeFromString%28Mode%3A%20Reflection%29.html) | -14.44% | 203509.698238 | 174129.415500 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromString(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28MyEventsListerViewModel%29.DeserializeFromString%28Mode%3A%20SourceGen%29.html) | -14.13% | 193296.281236 | 165976.238853 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromUtf8Bytes(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28MyEventsListerViewModel%29.DeserializeFromUtf8Bytes%28Mode%3A%20Reflection%29.html) | -14.03% | 195109.062686 | 167729.933577 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromUtf8Bytes(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28MyEventsListerViewModel%29.DeserializeFromUtf8Bytes%28Mode%3A%20SourceGen%29.html) | -14.37% | 186588.155495 | 159771.332530 | +| System.Text.Json.Serialization.Tests.ReadJson>.DeserializeFromReader(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28Nullable%28DateTimeOffset%29%29.DeserializeFromReader%28Mode%3A%20Reflection%29.html) | -14.34% | 153.816155 | 131.765883 | +| System.Text.Json.Serialization.Tests.ReadJson>.DeserializeFromReader(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28Nullable%28DateTimeOffset%29%29.DeserializeFromReader%28Mode%3A%20SourceGen%29.html) | -14.80% | 152.633063 | 130.049735 | +| System.Text.Json.Serialization.Tests.ReadJson>.DeserializeFromStream(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28Nullable%28DateTimeOffset%29%29.DeserializeFromStream%28Mode%3A%20Reflection%29.html) | -14.74% | 253.133778 | 215.826685 | +| System.Text.Json.Serialization.Tests.ReadJson>.DeserializeFromString(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28Nullable%28DateTimeOffset%29%29.DeserializeFromString%28Mode%3A%20SourceGen%29.html) | -14.17% | 103.813480 | 89.101825 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromReader(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28SimpleStructWithProperties%29.DeserializeFromReader%28Mode%3A%20Reflection%29.html) | -13.07% | 339.568993 | 295.170469 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromReader(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28SimpleStructWithProperties%29.DeserializeFromReader%28Mode%3A%20SourceGen%29.html) | -10.14% | 326.950378 | 293.791991 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromStream(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28SimpleStructWithProperties%29.DeserializeFromStream%28Mode%3A%20Reflection%29.html) | -11.41% | 370.196559 | 327.944419 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromStream(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28SimpleStructWithProperties%29.DeserializeFromStream%28Mode%3A%20SourceGen%29.html) | -11.65% | 370.199066 | 327.085486 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromString(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28SimpleStructWithProperties%29.DeserializeFromString%28Mode%3A%20Reflection%29.html) | -13.55% | 217.125269 | 187.702602 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromString(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28SimpleStructWithProperties%29.DeserializeFromString%28Mode%3A%20SourceGen%29.html) | -13.65% | 216.821556 | 187.226778 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromUtf8Bytes(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28SimpleStructWithProperties%29.DeserializeFromUtf8Bytes%28Mode%3A%20Reflection%29.html) | -14.80% | 206.518590 | 175.945645 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromReader(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28StructRecord%29.DeserializeFromReader%28Mode%3A%20Reflection%29.html) | -13.60% | 699.122085 | 604.013185 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromReader(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28StructRecord%29.DeserializeFromReader%28Mode%3A%20SourceGen%29.html) | -13.50% | 689.901927 | 596.787449 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromStream(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28StructRecord%29.DeserializeFromStream%28Mode%3A%20Reflection%29.html) | -14.21% | 647.956752 | 555.864195 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromStream(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28StructRecord%29.DeserializeFromStream%28Mode%3A%20SourceGen%29.html) | -10.50% | 621.934826 | 556.630540 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromString(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28StructRecord%29.DeserializeFromString%28Mode%3A%20Reflection%29.html) | -12.66% | 476.228252 | 415.916384 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromString(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28StructRecord%29.DeserializeFromString%28Mode%3A%20SourceGen%29.html) | -13.49% | 481.328784 | 416.397934 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromUtf8Bytes(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28StructRecord%29.DeserializeFromUtf8Bytes%28Mode%3A%20Reflection%29.html) | -13.55% | 430.572719 | 372.240864 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromUtf8Bytes(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28StructRecord%29.DeserializeFromUtf8Bytes%28Mode%3A%20SourceGen%29.html) | -14.67% | 440.196285 | 375.623707 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromReader(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28TreeRecord%29.DeserializeFromReader%28Mode%3A%20Reflection%29.html) | -10.01% | 23764.410160 | 21386.763820 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromReader(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28TreeRecord%29.DeserializeFromReader%28Mode%3A%20SourceGen%29.html) | -10.11% | 25731.493492 | 23130.112242 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromStream(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28TreeRecord%29.DeserializeFromStream%28Mode%3A%20Reflection%29.html) | -11.62% | 19122.139224 | 16900.916080 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromStream(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28TreeRecord%29.DeserializeFromStream%28Mode%3A%20SourceGen%29.html) | -11.96% | 21714.789853 | 19118.530427 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromString(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28TreeRecord%29.DeserializeFromString%28Mode%3A%20Reflection%29.html) | -10.72% | 19252.272037 | 17187.506496 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromString(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28TreeRecord%29.DeserializeFromString%28Mode%3A%20SourceGen%29.html) | -10.46% | 20713.621054 | 18547.704516 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromUtf8Bytes(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28TreeRecord%29.DeserializeFromUtf8Bytes%28Mode%3A%20Reflection%29.html) | -10.71% | 18813.441979 | 16798.988347 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromUtf8Bytes(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28TreeRecord%29.DeserializeFromUtf8Bytes%28Mode%3A%20SourceGen%29.html) | -10.10% | 20578.391551 | 18499.695747 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToStream(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28BinaryData%29.SerializeToStream%28Mode%3A%20Reflection%29.html) | -14.36% | 299.644807 | 256.610345 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToUtf8Bytes(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28BinaryData%29.SerializeToUtf8Bytes%28Mode%3A%20Reflection%29.html) | -12.85% | 276.162898 | 240.680786 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToUtf8Bytes(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28BinaryData%29.SerializeToUtf8Bytes%28Mode%3A%20SourceGen%29.html) | -11.85% | 240.024876 | 211.577507 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeObjectProperty(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28ClassRecord%29.SerializeObjectProperty%28Mode%3A%20Reflection%29.html) | -12.00% | 440.775063 | 387.869246 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeObjectProperty(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28ClassRecord%29.SerializeObjectProperty%28Mode%3A%20SourceGen%29.html) | -13.11% | 375.480763 | 326.237499 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToStream(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28ClassRecord%29.SerializeToStream%28Mode%3A%20Reflection%29.html) | -14.59% | 374.671025 | 319.991196 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToStream(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28ClassRecord%29.SerializeToStream%28Mode%3A%20SourceGen%29.html) | -10.42% | 259.766754 | 232.709637 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToString(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28ClassRecord%29.SerializeToString%28Mode%3A%20Reflection%29.html) | -12.39% | 316.579739 | 277.370004 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToUtf8Bytes(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28ClassRecord%29.SerializeToUtf8Bytes%28Mode%3A%20Reflection%29.html) | -12.42% | 286.594508 | 250.996736 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToWriter(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28ClassRecord%29.SerializeToWriter%28Mode%3A%20Reflection%29.html) | -12.72% | 230.133594 | 200.855120 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToWriter(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28ClassRecord%29.SerializeToWriter%28Mode%3A%20SourceGen%29.html) | -10.54% | 152.529273 | 136.445388 | +| System.Text.Json.Serialization.Tests.WriteJson>.SerializeObjectProperty(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28Dictionary%28String%2C%20String%29%29.SerializeObjectProperty%28Mode%3A%20SourceGen%29.html) | -11.23% | 5587.627958 | 4960.364906 | +| System.Text.Json.Serialization.Tests.WriteJson>.SerializeToStream(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28Dictionary%28String%2C%20String%29%29.SerializeToStream%28Mode%3A%20SourceGen%29.html) | -13.35% | 4898.329758 | 4244.282818 | +| System.Text.Json.Serialization.Tests.WriteJson>.SerializeToString(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28Dictionary%28String%2C%20String%29%29.SerializeToString%28Mode%3A%20SourceGen%29.html) | -12.58% | 5557.864752 | 4858.448510 | +| System.Text.Json.Serialization.Tests.WriteJson>.SerializeToUtf8Bytes(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28Dictionary%28String%2C%20String%29%29.SerializeToUtf8Bytes%28Mode%3A%20SourceGen%29.html) | -12.54% | 5076.653432 | 4440.062102 | +| System.Text.Json.Serialization.Tests.WriteJson>.SerializeObjectProperty(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28HashSet%28String%29%29.SerializeObjectProperty%28Mode%3A%20Reflection%29.html) | -13.11% | 3939.948939 | 3423.273993 | +| System.Text.Json.Serialization.Tests.WriteJson>.SerializeToUtf8Bytes(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28HashSet%28String%29%29.SerializeToUtf8Bytes%28Mode%3A%20Reflection%29.html) | -14.46% | 3533.786841 | 3022.937489 | +| System.Text.Json.Serialization.Tests.WriteJson>.SerializeToWriter(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28HashSet%28String%29%29.SerializeToWriter%28Mode%3A%20Reflection%29.html) | -12.98% | 3368.363325 | 2931.017698 | +| System.Text.Json.Serialization.Tests.WriteJson>.SerializeToWriter(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28HashSet%28String%29%29.SerializeToWriter%28Mode%3A%20SourceGen%29.html) | -11.01% | 2633.474049 | 2343.549536 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeObjectProperty(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28Hashtable%29.SerializeObjectProperty%28Mode%3A%20Reflection%29.html) | -11.07% | 8453.138660 | 7517.558855 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeObjectProperty(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28Hashtable%29.SerializeObjectProperty%28Mode%3A%20SourceGen%29.html) | -11.57% | 8398.373507 | 7426.455325 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToStream(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28Hashtable%29.SerializeToStream%28Mode%3A%20Reflection%29.html) | -14.05% | 7900.197412 | 6790.503436 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToStream(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28Hashtable%29.SerializeToStream%28Mode%3A%20SourceGen%29.html) | -14.49% | 7869.290937 | 6728.937583 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToString(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28Hashtable%29.SerializeToString%28Mode%3A%20Reflection%29.html) | -12.03% | 8420.353834 | 7407.297226 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToString(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28Hashtable%29.SerializeToString%28Mode%3A%20SourceGen%29.html) | -13.03% | 8267.855553 | 7190.343939 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToUtf8Bytes(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28Hashtable%29.SerializeToUtf8Bytes%28Mode%3A%20Reflection%29.html) | -14.00% | 7870.453561 | 6768.511892 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToUtf8Bytes(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28Hashtable%29.SerializeToUtf8Bytes%28Mode%3A%20SourceGen%29.html) | -13.69% | 7897.957573 | 6816.861056 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToWriter(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28Hashtable%29.SerializeToWriter%28Mode%3A%20Reflection%29.html) | -13.25% | 7513.358308 | 6517.495855 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToWriter(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28Hashtable%29.SerializeToWriter%28Mode%3A%20SourceGen%29.html) | -13.34% | 7581.330221 | 6570.076351 | +| System.Text.Json.Serialization.Tests.WriteJson>.SerializeToString(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28ImmutableDictionary%28String%2C%20String%29%29.SerializeToString%28Mode%3A%20Reflection%29.html) | -14.38% | 11978.491504 | 10256.236253 | +| System.Text.Json.Serialization.Tests.WriteJson>.SerializeToUtf8Bytes(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28ImmutableDictionary%28String%2C%20String%29%29.SerializeToUtf8Bytes%28Mode%3A%20Reflection%29.html) | -14.33% | 11816.305353 | 10123.317864 | +| System.Text.Json.Serialization.Tests.WriteJson>.SerializeToWriter(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28ImmutableDictionary%28String%2C%20String%29%29.SerializeToWriter%28Mode%3A%20SourceGen%29.html) | -14.50% | 9179.197293 | 7848.290414 | +| System.Text.Json.Serialization.Tests.WriteJson>.SerializeToStream(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28ImmutableSortedDictionary%28String%2C%20String%29%29.SerializeToStream%28Mode%3A%20SourceGen%29.html) | -13.52% | 5704.316077 | 4933.300175 | +| System.Text.Json.Serialization.Tests.WriteJson>.SerializeToString(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28ImmutableSortedDictionary%28String%2C%20String%29%29.SerializeToString%28Mode%3A%20Reflection%29.html) | -13.94% | 8699.234544 | 7486.197820 | +| System.Text.Json.Serialization.Tests.WriteJson>.SerializeToString(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28ImmutableSortedDictionary%28String%2C%20String%29%29.SerializeToString%28Mode%3A%20SourceGen%29.html) | -12.50% | 6205.469963 | 5429.815551 | +| System.Text.Json.Serialization.Tests.WriteJson>.SerializeToUtf8Bytes(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28ImmutableSortedDictionary%28String%2C%20String%29%29.SerializeToUtf8Bytes%28Mode%3A%20Reflection%29.html) | -14.88% | 8368.420069 | 7123.606339 | +| System.Text.Json.Serialization.Tests.WriteJson>.SerializeToUtf8Bytes(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28ImmutableSortedDictionary%28String%2C%20String%29%29.SerializeToUtf8Bytes%28Mode%3A%20SourceGen%29.html) | -13.98% | 5891.171920 | 5067.600296 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeObjectProperty(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28IndexViewModel%29.SerializeObjectProperty%28Mode%3A%20Reflection%29.html) | -12.22% | 11131.407754 | 9771.025705 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeObjectProperty(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28IndexViewModel%29.SerializeObjectProperty%28Mode%3A%20SourceGen%29.html) | -11.67% | 8245.144075 | 7282.709459 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToString(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28IndexViewModel%29.SerializeToString%28Mode%3A%20Reflection%29.html) | -14.36% | 11066.227371 | 9477.589038 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToString(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28IndexViewModel%29.SerializeToString%28Mode%3A%20SourceGen%29.html) | -14.60% | 8124.158338 | 6937.943005 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToWriter(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28IndexViewModel%29.SerializeToWriter%28Mode%3A%20Reflection%29.html) | -14.94% | 9556.810872 | 8128.686345 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeObjectProperty(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28Int32%29.SerializeObjectProperty%28Mode%3A%20Reflection%29.html) | -14.47% | 176.036345 | 150.570010 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeObjectProperty(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28Int32%29.SerializeObjectProperty%28Mode%3A%20SourceGen%29.html) | -14.52% | 176.979340 | 151.281485 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToStream(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28Int32%29.SerializeToStream%28Mode%3A%20Reflection%29.html) | -10.12% | 148.539684 | 133.505106 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToUtf8Bytes(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28Int32%29.SerializeToUtf8Bytes%28Mode%3A%20Reflection%29.html) | -13.84% | 81.259213 | 70.009456 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToUtf8Bytes(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28Int32%29.SerializeToUtf8Bytes%28Mode%3A%20SourceGen%29.html) | -12.60% | 81.280349 | 71.039835 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToUtf8Bytes(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28LargeStructWithProperties%29.SerializeToUtf8Bytes%28Mode%3A%20SourceGen%29.html) | -13.98% | 303.478189 | 261.045058 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeObjectProperty(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28Location%29.SerializeObjectProperty%28Mode%3A%20Reflection%29.html) | -12.35% | 690.407261 | 605.158975 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeObjectProperty(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28Location%29.SerializeObjectProperty%28Mode%3A%20SourceGen%29.html) | -10.73% | 586.417768 | 523.469403 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToStream(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28Location%29.SerializeToStream%28Mode%3A%20Reflection%29.html) | -14.97% | 610.250003 | 518.888669 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToStream(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28Location%29.SerializeToStream%28Mode%3A%20SourceGen%29.html) | -10.52% | 456.201844 | 408.189541 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToString(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28Location%29.SerializeToString%28Mode%3A%20Reflection%29.html) | -12.89% | 549.537228 | 478.726591 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToString(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28Location%29.SerializeToString%28Mode%3A%20SourceGen%29.html) | -10.27% | 438.409226 | 393.369749 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToUtf8Bytes(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28Location%29.SerializeToUtf8Bytes%28Mode%3A%20Reflection%29.html) | -13.10% | 510.046302 | 443.237263 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToWriter(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28Location%29.SerializeToWriter%28Mode%3A%20Reflection%29.html) | -12.84% | 444.620274 | 387.509183 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeObjectProperty(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28LoginViewModel%29.SerializeObjectProperty%28Mode%3A%20Reflection%29.html) | -13.30% | 371.209879 | 321.828269 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeObjectProperty(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28LoginViewModel%29.SerializeObjectProperty%28Mode%3A%20SourceGen%29.html) | -14.62% | 335.258069 | 286.251220 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToStream(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28LoginViewModel%29.SerializeToStream%28Mode%3A%20SourceGen%29.html) | -14.58% | 221.243488 | 188.988665 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToString(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28LoginViewModel%29.SerializeToString%28Mode%3A%20SourceGen%29.html) | -13.31% | 192.205482 | 166.616036 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToUtf8Bytes(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28LoginViewModel%29.SerializeToUtf8Bytes%28Mode%3A%20Reflection%29.html) | -13.43% | 211.717349 | 183.292197 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToUtf8Bytes(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28LoginViewModel%29.SerializeToUtf8Bytes%28Mode%3A%20SourceGen%29.html) | -12.02% | 167.182963 | 147.083153 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToWriter(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28LoginViewModel%29.SerializeToWriter%28Mode%3A%20SourceGen%29.html) | -14.65% | 111.336211 | 95.021045 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToUtf8Bytes(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28MyEventsListerViewModel%29.SerializeToUtf8Bytes%28Mode%3A%20Reflection%29.html) | -10.07% | 221389.298277 | 199096.273621 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToUtf8Bytes(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28MyEventsListerViewModel%29.SerializeToUtf8Bytes%28Mode%3A%20SourceGen%29.html) | -10.32% | 201643.016296 | 180836.501322 | +| System.Text.Json.Serialization.Tests.WriteJson>.SerializeToStream(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28Nullable%28DateTimeOffset%29%29.SerializeToStream%28Mode%3A%20Reflection%29.html) | -14.68% | 188.494132 | 160.814896 | +| System.Text.Json.Serialization.Tests.WriteJson>.SerializeToStream(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28Nullable%28DateTimeOffset%29%29.SerializeToStream%28Mode%3A%20SourceGen%29.html) | -12.96% | 188.731709 | 164.270761 | +| System.Text.Json.Serialization.Tests.WriteJson>.SerializeToString(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28Nullable%28DateTimeOffset%29%29.SerializeToString%28Mode%3A%20Reflection%29.html) | -11.41% | 133.013252 | 117.829809 | +| System.Text.Json.Serialization.Tests.WriteJson>.SerializeToString(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28Nullable%28DateTimeOffset%29%29.SerializeToString%28Mode%3A%20SourceGen%29.html) | -12.37% | 132.550659 | 116.155358 | +| System.Text.Json.Serialization.Tests.WriteJson>.SerializeToUtf8Bytes(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28Nullable%28DateTimeOffset%29%29.SerializeToUtf8Bytes%28Mode%3A%20Reflection%29.html) | -10.05% | 111.750957 | 100.516685 | +| System.Text.Json.Serialization.Tests.WriteJson>.SerializeToUtf8Bytes(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28Nullable%28DateTimeOffset%29%29.SerializeToUtf8Bytes%28Mode%3A%20SourceGen%29.html) | -10.57% | 111.698301 | 99.893877 | +| System.Text.Json.Serialization.Tests.WriteJson>.SerializeToWriter(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28Nullable%28DateTimeOffset%29%29.SerializeToWriter%28Mode%3A%20Reflection%29.html) | -14.83% | 63.313894 | 53.925848 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeObjectProperty(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28SimpleStructWithProperties%29.SerializeObjectProperty%28Mode%3A%20Reflection%29.html) | -12.93% | 310.842872 | 270.666174 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToStream(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28SimpleStructWithProperties%29.SerializeToStream%28Mode%3A%20Reflection%29.html) | -12.95% | 239.341210 | 208.350934 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToString(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28SimpleStructWithProperties%29.SerializeToString%28Mode%3A%20Reflection%29.html) | -11.05% | 183.183838 | 162.933090 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToUtf8Bytes(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28SimpleStructWithProperties%29.SerializeToUtf8Bytes%28Mode%3A%20Reflection%29.html) | -10.82% | 158.987625 | 141.790837 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToUtf8Bytes(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28SimpleStructWithProperties%29.SerializeToUtf8Bytes%28Mode%3A%20SourceGen%29.html) | -13.12% | 122.172454 | 106.143361 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeObjectProperty(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28StructRecord%29.SerializeObjectProperty%28Mode%3A%20Reflection%29.html) | -11.51% | 442.444492 | 391.514148 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeObjectProperty(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28StructRecord%29.SerializeObjectProperty%28Mode%3A%20SourceGen%29.html) | -14.85% | 388.529959 | 330.831152 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToStream(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28StructRecord%29.SerializeToStream%28Mode%3A%20Reflection%29.html) | -11.88% | 366.222931 | 322.704633 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToStream(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28StructRecord%29.SerializeToStream%28Mode%3A%20SourceGen%29.html) | -13.61% | 269.990222 | 233.250787 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToString(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28StructRecord%29.SerializeToString%28Mode%3A%20SourceGen%29.html) | -11.43% | 246.927647 | 218.692910 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToUtf8Bytes(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28StructRecord%29.SerializeToUtf8Bytes%28Mode%3A%20SourceGen%29.html) | -10.97% | 211.741482 | 188.510573 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToWriter(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28StructRecord%29.SerializeToWriter%28Mode%3A%20Reflection%29.html) | -11.77% | 225.915526 | 199.323744 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeObjectProperty(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28TreeRecord%29.SerializeObjectProperty%28Mode%3A%20Reflection%29.html) | -11.27% | 9703.649606 | 8610.447080 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeObjectProperty(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28TreeRecord%29.SerializeObjectProperty%28Mode%3A%20SourceGen%29.html) | -11.66% | 9651.095470 | 8525.511154 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToStream(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28TreeRecord%29.SerializeToStream%28Mode%3A%20Reflection%29.html) | -11.40% | 9527.145480 | 8440.960109 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToStream(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28TreeRecord%29.SerializeToStream%28Mode%3A%20SourceGen%29.html) | -11.52% | 9460.831930 | 8370.794365 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToString(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28TreeRecord%29.SerializeToString%28Mode%3A%20SourceGen%29.html) | -13.37% | 9669.269881 | 8376.442496 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToUtf8Bytes(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28TreeRecord%29.SerializeToUtf8Bytes%28Mode%3A%20Reflection%29.html) | -10.17% | 9041.997395 | 8122.586675 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToUtf8Bytes(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28TreeRecord%29.SerializeToUtf8Bytes%28Mode%3A%20SourceGen%29.html) | -12.74% | 9384.178080 | 8188.806172 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToWriter(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28TreeRecord%29.SerializeToWriter%28Mode%3A%20Reflection%29.html) | -11.88% | 9315.712478 | 8208.666946 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToWriter(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28TreeRecord%29.SerializeToWriter%28Mode%3A%20SourceGen%29.html) | -11.83% | 9439.167861 | 8322.855204 | +| System.Text.Json.Tests.Perf_Base64.WriteByteArrayAsBase64_HeavyEscaping(NumberOfBytes: 100) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Base64.WriteByteArrayAsBase64_HeavyEscaping%28NumberOfBytes%3A%20100%29.html) | -13.00% | 51.669873 | 44.953267 | +| System.Text.Json.Tests.Perf_Base64.WriteByteArrayAsBase64_NoEscaping(NumberOfBytes: 100) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Base64.WriteByteArrayAsBase64_NoEscaping%28NumberOfBytes%3A%20100%29.html) | -11.93% | 51.100152 | 45.004354 | +| System.Text.Json.Tests.Perf_DateTimes.WriteDateTimes(Formatted: False, SkipValidation: False) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Tests.Perf_DateTimes.WriteDateTimes%28Formatted%3A%20False%2C%20SkipValidation%3A%20False%29.html) | -12.20% | 3142934.247959 | 2759558.850000 | +| System.Text.Json.Tests.Perf_DateTimes.WriteDateTimes(Formatted: True, SkipValidation: False) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Tests.Perf_DateTimes.WriteDateTimes%28Formatted%3A%20True%2C%20SkipValidation%3A%20False%29.html) | -13.49% | 3571505.516851 | 3089784.777163 | +| System.Text.Json.Tests.Perf_DateTimes.WriteDateTimes(Formatted: True, SkipValidation: True) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Tests.Perf_DateTimes.WriteDateTimes%28Formatted%3A%20True%2C%20SkipValidation%3A%20True%29.html) | -14.38% | 3598638.233178 | 3081185.283940 | +| System.Text.Json.Tests.Perf_Get.GetBoolean | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Get.GetBoolean.html) | -14.64% | 83.135418 | 70.968500 | +| System.Text.Json.Tests.Perf_Get.GetByte | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Get.GetByte.html) | -10.48% | 499.403105 | 447.052693 | +| System.Text.Json.Tests.Perf_Get.GetDateTime | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Get.GetDateTime.html) | -13.99% | 3686.167010 | 3170.378860 | +| System.Text.Json.Tests.Perf_Get.GetDecimal | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Get.GetDecimal.html) | -11.00% | 4357.445553 | 3878.218213 | +| System.Text.Json.Tests.Perf_Get.GetInt16 | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Get.GetInt16.html) | -14.07% | 522.281589 | 448.799684 | +| System.Text.Json.Tests.Perf_Get.GetSingle | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Get.GetSingle.html) | -10.87% | 4000.017245 | 3565.060860 | +| System.Text.Json.Tests.Perf_Get.GetUInt32 | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Get.GetUInt32.html) | -14.06% | 496.593213 | 426.775256 | +| System.Text.Json.Tests.Perf_Guids.WriteGuids(Formatted: True, SkipValidation: False) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Guids.WriteGuids%28Formatted%3A%20True%2C%20SkipValidation%3A%20False%29.html) | -11.84% | 1329081.781986 | 1171752.951923 | +| System.Text.Json.Tests.Perf_Guids.WriteGuids(Formatted: True, SkipValidation: True) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Guids.WriteGuids%28Formatted%3A%20True%2C%20SkipValidation%3A%20True%29.html) | -10.59% | 1283472.646137 | 1147600.871082 | +| System.Text.Json.Tests.Perf_Reader.ReadMultiSpanSequenceEmptyLoop(IsDataCompact: False, TestCase: Json400B) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Reader.ReadMultiSpanSequenceEmptyLoop%28IsDataCompact%3A%20False%2C%20TestCase%3A%20Json400B%29.html) | -10.17% | 734.020999 | 659.397400 | +| System.Text.Json.Tests.Perf_Reader.ReadMultiSpanSequenceEmptyLoop(IsDataCompact: True, TestCase: Json40KB) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Reader.ReadMultiSpanSequenceEmptyLoop%28IsDataCompact%3A%20True%2C%20TestCase%3A%20Json40KB%29.html) | -12.54% | 36614.520320 | 32024.808610 | +| System.Text.Json.Tests.Perf_Reader.ReadMultiSpanSequenceEmptyLoop(IsDataCompact: True, TestCase: Json4KB) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Reader.ReadMultiSpanSequenceEmptyLoop%28IsDataCompact%3A%20True%2C%20TestCase%3A%20Json4KB%29.html) | -10.76% | 3444.793193 | 3073.972112 | +| System.Text.Json.Tests.Perf_Reader.ReadMultiSpanSequenceEmptyLoop(IsDataCompact: True, TestCase: LotsOfNumbers) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Reader.ReadMultiSpanSequenceEmptyLoop%28IsDataCompact%3A%20True%2C%20TestCase%3A%20LotsOfNumbers%29.html) | -14.61% | 1790.062025 | 1528.501099 | +| System.Text.Json.Tests.Perf_Reader.ReadMultiSpanSequenceEmptyLoop(IsDataCompact: True, TestCase: LotsOfStrings) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Reader.ReadMultiSpanSequenceEmptyLoop%28IsDataCompact%3A%20True%2C%20TestCase%3A%20LotsOfStrings%29.html) | -14.21% | 985.496297 | 845.492705 | +| System.Text.Json.Tests.Perf_Reader.ReadReturnBytes(IsDataCompact: False, TestCase: BroadTree) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Reader.ReadReturnBytes%28IsDataCompact%3A%20False%2C%20TestCase%3A%20BroadTree%29.html) | -11.82% | 9459.432046 | 8340.991952 | +| System.Text.Json.Tests.Perf_Reader.ReadReturnBytes(IsDataCompact: False, TestCase: LotsOfNumbers) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Reader.ReadReturnBytes%28IsDataCompact%3A%20False%2C%20TestCase%3A%20LotsOfNumbers%29.html) | -12.91% | 2437.663737 | 2122.900355 | +| System.Text.Json.Tests.Perf_Reader.ReadSingleSpanSequenceEmptyLoop(IsDataCompact: False, TestCase: Json400B) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Reader.ReadSingleSpanSequenceEmptyLoop%28IsDataCompact%3A%20False%2C%20TestCase%3A%20Json400B%29.html) | -14.70% | 648.016801 | 552.728647 | +| System.Text.Json.Tests.Perf_Reader.ReadSingleSpanSequenceEmptyLoop(IsDataCompact: False, TestCase: Json40KB) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Reader.ReadSingleSpanSequenceEmptyLoop%28IsDataCompact%3A%20False%2C%20TestCase%3A%20Json40KB%29.html) | -10.43% | 51774.790002 | 46373.417631 | +| System.Text.Json.Tests.Perf_Segment.ReadMultiSegmentSequence(segmentSize: 8192, TestCase: Json4KB) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Segment.ReadMultiSegmentSequence%28segmentSize%3A%208192%2C%20TestCase%3A%20Json4KB%29.html) | -13.08% | 5112.979128 | 4443.963835 | +| System.Text.Json.Tests.Perf_Segment.ReadMultiSegmentSequenceUsingSpan(segmentSize: 4096, TestCase: Json400KB) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Segment.ReadMultiSegmentSequenceUsingSpan%28segmentSize%3A%204096%2C%20TestCase%3A%20Json400KB%29.html) | -10.10% | 533251.363333 | 479392.484581 | +| System.Text.Json.Tests.Perf_Segment.ReadMultiSegmentSequenceUsingSpan(segmentSize: 4096, TestCase: Json40KB) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Segment.ReadMultiSegmentSequenceUsingSpan%28segmentSize%3A%204096%2C%20TestCase%3A%20Json40KB%29.html) | -13.71% | 53013.704897 | 45743.327675 | +| System.Text.Json.Tests.Perf_Segment.ReadMultiSegmentSequenceUsingSpan(segmentSize: 8192, TestCase: Json400KB) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Segment.ReadMultiSegmentSequenceUsingSpan%28segmentSize%3A%208192%2C%20TestCase%3A%20Json400KB%29.html) | -10.36% | 525025.100474 | 470610.583284 | +| System.Text.Json.Tests.Perf_Segment.ReadMultiSegmentSequenceUsingSpan(segmentSize: 8192, TestCase: Json40KB) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Segment.ReadMultiSegmentSequenceUsingSpan%28segmentSize%3A%208192%2C%20TestCase%3A%20Json40KB%29.html) | -11.38% | 52368.855732 | 46408.232980 | +| System.Text.Json.Tests.Perf_Segment.ReadMultiSegmentSequenceUsingSpan(segmentSize: 8192, TestCase: Json4KB) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Segment.ReadMultiSegmentSequenceUsingSpan%28segmentSize%3A%208192%2C%20TestCase%3A%20Json4KB%29.html) | -14.69% | 5193.790567 | 4431.012625 | +| System.Text.Json.Tests.Perf_Segment.ReadSingleSegmentSequenceByN(numberOfBytes: 4096, TestCase: Json400KB) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Segment.ReadSingleSegmentSequenceByN%28numberOfBytes%3A%204096%2C%20TestCase%3A%20Json400KB%29.html) | -14.56% | 523802.096852 | 447545.446996 | +| System.Text.Json.Tests.Perf_Segment.ReadSingleSegmentSequenceByN(numberOfBytes: 4096, TestCase: Json40KB) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Segment.ReadSingleSegmentSequenceByN%28numberOfBytes%3A%204096%2C%20TestCase%3A%20Json40KB%29.html) | -13.74% | 52716.593417 | 45472.266954 | +| System.Text.Json.Tests.Perf_Segment.ReadSingleSegmentSequenceByN(numberOfBytes: 4096, TestCase: Json4KB) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Segment.ReadSingleSegmentSequenceByN%28numberOfBytes%3A%204096%2C%20TestCase%3A%20Json4KB%29.html) | -10.47% | 5156.872151 | 4617.035543 | +| System.Text.Json.Tests.Perf_Segment.ReadSingleSegmentSequenceByN(numberOfBytes: 8192, TestCase: Json40KB) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Segment.ReadSingleSegmentSequenceByN%28numberOfBytes%3A%208192%2C%20TestCase%3A%20Json40KB%29.html) | -13.00% | 52595.286776 | 45757.014974 | +| System.Text.Json.Tests.Perf_Segment.ReadSingleSegmentSequenceByN(numberOfBytes: 8192, TestCase: Json4KB) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Segment.ReadSingleSegmentSequenceByN%28numberOfBytes%3A%208192%2C%20TestCase%3A%20Json4KB%29.html) | -12.62% | 5159.648186 | 4508.558930 | +| System.Text.Json.Tests.Utf8JsonReaderCommentsTests.Utf8JsonReaderCommentParsing(CommentHandling: Allow, SegmentSize: 0, TestCase: LongMultiLine) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Tests.Utf8JsonReaderCommentsTests.Utf8JsonReaderCommentParsing%28CommentHandling%3A%20Allow%2C%20SegmentSize%3A%200%2C%20TestCase%3A%20LongMultiLine%29.html) | -14.91% | 519.123153 | 441.717736 | +| System.Text.Json.Tests.Utf8JsonReaderCommentsTests.Utf8JsonReaderCommentParsing(CommentHandling: Allow, SegmentSize: 100, TestCase: LongSingleLine) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Tests.Utf8JsonReaderCommentsTests.Utf8JsonReaderCommentParsing%28CommentHandling%3A%20Allow%2C%20SegmentSize%3A%20100%2C%20TestCase%3A%20LongSingleLine%29.html) | -14.76% | 587.904483 | 501.143937 | +| System.Text.Json.Tests.Utf8JsonReaderCommentsTests.Utf8JsonReaderCommentParsing(CommentHandling: Skip, SegmentSize: 0, TestCase: LongMultiLine) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Tests.Utf8JsonReaderCommentsTests.Utf8JsonReaderCommentParsing%28CommentHandling%3A%20Skip%2C%20SegmentSize%3A%200%2C%20TestCase%3A%20LongMultiLine%29.html) | -12.71% | 531.962875 | 464.332565 | +| System.Text.Perf_Ascii.Equals_Bytes(Size: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Perf_Ascii.Equals_Bytes%28Size%3A%20128%29.html) | -13.87% | 7.376464 | 6.353569 | +| System.Text.Perf_Ascii.ToLower_Bytes(Size: 6) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Perf_Ascii.ToLower_Bytes%28Size%3A%206%29.html) | -10.32% | 8.096441 | 7.260734 | +| System.Text.Perf_Ascii.ToUpper_Bytes(Size: 6) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Perf_Ascii.ToUpper_Bytes%28Size%3A%206%29.html) | -10.31% | 8.125468 | 7.287683 | +| System.Text.Perf_Ascii.ToUpper_Chars(Size: 6) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Perf_Ascii.ToUpper_Chars%28Size%3A%206%29.html) | -10.05% | 8.029913 | 7.223082 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Cache.IsMatch(total: 40000, unique: 1600, cacheSize: 15) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.RegularExpressions.Tests.Perf_Regex_Cache.IsMatch%28total%3A%2040000%2C%20unique%3A%201600%2C%20cacheSize%3A%2015%29.html) | -10.38% | 79936668.321429 | 71643096.077381 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Cache.IsMatch(total: 40000, unique: 7, cacheSize: 0) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.RegularExpressions.Tests.Perf_Regex_Cache.IsMatch%28total%3A%2040000%2C%20unique%3A%207%2C%20cacheSize%3A%200%29.html) | -10.93% | 33512413.673469 | 29848687.594388 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Common.Backtracking(Options: IgnoreCase, Compiled) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.RegularExpressions.Tests.Perf_Regex_Common.Backtracking%28Options%3A%20IgnoreCase%2C%20Compiled%29.html) | -13.67% | 117.352639 | 101.316007 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Common.IP_IsNotMatch(Options: Compiled) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.RegularExpressions.Tests.Perf_Regex_Common.IP_IsNotMatch%28Options%3A%20Compiled%29.html) | -10.17% | 134.479164 | 120.800269 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Common.MatchesWord(Options: Compiled) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.RegularExpressions.Tests.Perf_Regex_Common.MatchesWord%28Options%3A%20Compiled%29.html) | -10.59% | 710.514879 | 635.247936 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Common.MatchesWords(Options: Compiled) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.RegularExpressions.Tests.Perf_Regex_Common.MatchesWords%28Options%3A%20Compiled%29.html) | -10.53% | 2742.648205 | 2453.957604 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Industry_BoostDocs_Simple.IsMatch(Id: 0, Options: None) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.RegularExpressions.Tests.Perf_Regex_Industry_BoostDocs_Simple.IsMatch%28Id%3A%200%2C%20Options%3A%20None%29.html) | -13.76% | 62.957175 | 54.291819 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Industry_BoostDocs_Simple.IsMatch(Id: 13, Options: Compiled) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.RegularExpressions.Tests.Perf_Regex_Industry_BoostDocs_Simple.IsMatch%28Id%3A%2013%2C%20Options%3A%20Compiled%29.html) | -10.47% | 42.481965 | 38.034966 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Industry_BoostDocs_Simple.IsMatch(Id: 7, Options: None) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.RegularExpressions.Tests.Perf_Regex_Industry_BoostDocs_Simple.IsMatch%28Id%3A%207%2C%20Options%3A%20None%29.html) | -11.77% | 109.467521 | 96.586849 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Industry_BoostDocs_Simple.IsMatch(Id: 9, Options: Compiled) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.RegularExpressions.Tests.Perf_Regex_Industry_BoostDocs_Simple.IsMatch%28Id%3A%209%2C%20Options%3A%20Compiled%29.html) | -10.11% | 39.144045 | 35.187474 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Industry_Leipzig.Count(Pattern: "(?i)Tom\|Sawyer\|Huckleberry\|Finn", Options: NonBacktracking) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.RegularExpressions.Tests.Perf_Regex_Industry_Leipzig.Count%28Pattern%3A%20%22%28%3Fi%29Tom%7CSawyer%7CHuckleberry%7CFinn%22%2C%20Options%3A%20NonBacktracking%29.html) | -13.70% | 72444612.839286 | 62521733.214286 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Industry_Leipzig.Count(Pattern: "Tom\|Sawyer\|Huckleberry\|Finn", Options: Compiled) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.RegularExpressions.Tests.Perf_Regex_Industry_Leipzig.Count%28Pattern%3A%20%22Tom%7CSawyer%7CHuckleberry%7CFinn%22%2C%20Options%3A%20Compiled%29.html) | -11.35% | 2896535.765306 | 2567775.410091 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Industry_Leipzig.Count(Pattern: "[a-z]shing", Options: NonBacktracking) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.RegularExpressions.Tests.Perf_Regex_Industry_Leipzig.Count%28Pattern%3A%20%22%5Ba-z%5Dshing%22%2C%20Options%3A%20NonBacktracking%29.html) | -12.58% | 2325683.008163 | 2033073.604082 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Industry_Mariomkas.Ctor(Pattern: "(?:(?:25[0-5]\|2[0-4][0-9]\|[01]?[0-9][0-9])\\.){3}(?:25[0-5]\|2[0-4][0-9]\|[01]?[0-9][0-9])", Options: NonBacktracking) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.RegularExpressions.Tests.Perf_Regex_Industry_Mariomkas.Ctor%28Pattern%3A%20%22%28%3F%3A%28%3F%3A25%5B0-5%5D%7C2%5B0-4%5D%5B0-9%5D%7C%5B01%5D%3F%5B0-9%5D%5B0-9%5D%29%5C%5C.%29%7B3%7D%28%3F%3A25%5B0-5%5D%7C2%5B0-4%5D%5B0-9%5D%7C%5B01%5D%3F%5B0-9%5D%5B0-9%5D%29%22%2C%20Options%3A%20NonBacktracking%29.html) | -10.47% | 183692.095574 | 164462.448959 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Industry_RustLang_Sherlock.Count(Pattern: "(?s).*", Options: None) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.RegularExpressions.Tests.Perf_Regex_Industry_RustLang_Sherlock.Count%28Pattern%3A%20%22%28%3Fs%29.%2A%22%2C%20Options%3A%20None%29.html) | -11.73% | 1443934.595737 | 1274587.804226 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Industry_RustLang_Sherlock.Count(Pattern: "The", Options: NonBacktracking) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.RegularExpressions.Tests.Perf_Regex_Industry_RustLang_Sherlock.Count%28Pattern%3A%20%22The%22%2C%20Options%3A%20NonBacktracking%29.html) | -13.66% | 96692.743187 | 83482.588404 | +| System.Text.Tests.Perf_Encoding.GetByteCount(size: 16, encName: "utf-8") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Tests.Perf_Encoding.GetByteCount%28size%3A%2016%2C%20encName%3A%20%22utf-8%22%29.html) | -14.68% | 10.589847 | 9.035081 | +| System.Text.Tests.Perf_Encoding.GetChars(size: 16, encName: "ascii") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Tests.Perf_Encoding.GetChars%28size%3A%2016%2C%20encName%3A%20%22ascii%22%29.html) | -11.44% | 22.966059 | 20.338949 | +| System.Text.Tests.Perf_Encoding.GetChars(size: 16, encName: "utf-8") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Tests.Perf_Encoding.GetChars%28size%3A%2016%2C%20encName%3A%20%22utf-8%22%29.html) | -11.50% | 29.544010 | 26.147878 | +| System.Text.Tests.Perf_Encoding.GetChars(size: 512, encName: "ascii") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Tests.Perf_Encoding.GetChars%28size%3A%20512%2C%20encName%3A%20%22ascii%22%29.html) | -11.37% | 76.982129 | 68.232059 | +| System.Text.Tests.Perf_Encoding.GetEncoder(size: 16, encName: "utf-8") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Tests.Perf_Encoding.GetEncoder%28size%3A%2016%2C%20encName%3A%20%22utf-8%22%29.html) | -10.97% | 12.520063 | 11.146312 | +| System.Text.Tests.Perf_Encoding.GetEncoder(size: 512, encName: "utf-8") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Tests.Perf_Encoding.GetEncoder%28size%3A%20512%2C%20encName%3A%20%22utf-8%22%29.html) | -11.47% | 12.407746 | 10.983982 | +| System.Text.Tests.Perf_StringBuilder.Append_Primitives | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Tests.Perf_StringBuilder.Append_Primitives.html) | -11.04% | 788.747000 | 701.689942 | +| System.Text.Tests.Perf_StringBuilder.ctor_capacity(length: 100) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Tests.Perf_StringBuilder.ctor_capacity%28length%3A%20100%29.html) | -13.09% | 23.192994 | 20.156782 | +| System.Text.Tests.Perf_StringBuilder.ctor_string(length: 100) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Tests.Perf_StringBuilder.ctor_string%28length%3A%20100%29.html) | -10.45% | 29.920058 | 26.794895 | +| System.Threading.Channels.Tests.BoundedChannelPerfTests.PingPong | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Threading.Channels.Tests.BoundedChannelPerfTests.PingPong.html) | -10.32% | 8586622.612434 | 7700132.705215 | +| System.Threading.Channels.Tests.BoundedChannelPerfTests.ReadAsyncThenWriteAsync | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Threading.Channels.Tests.BoundedChannelPerfTests.ReadAsyncThenWriteAsync.html) | -13.84% | 74.139008 | 63.879769 | +| System.Threading.Channels.Tests.SpscUnboundedChannelPerfTests.PingPong | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Threading.Channels.Tests.SpscUnboundedChannelPerfTests.PingPong.html) | -10.27% | 8414865.968596 | 7550561.227217 | +| System.Threading.Channels.Tests.SpscUnboundedChannelPerfTests.ReadAsyncThenWriteAsync | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Threading.Channels.Tests.SpscUnboundedChannelPerfTests.ReadAsyncThenWriteAsync.html) | -13.20% | 70.734653 | 61.396650 | +| System.Threading.Channels.Tests.UnboundedChannelPerfTests.ReadAsyncThenWriteAsync | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Threading.Channels.Tests.UnboundedChannelPerfTests.ReadAsyncThenWriteAsync.html) | -14.36% | 76.755861 | 65.730003 | +| System.Threading.Tasks.Tests.Perf_AsyncMethods.EmptyAsyncMethodInvocation | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Threading.Tasks.Tests.Perf_AsyncMethods.EmptyAsyncMethodInvocation.html) | -11.14% | 7.172594 | 6.373720 | +| System.Threading.Tasks.ValueTaskPerfTest.Copy_PassAsArgumentAndReturn_FromTask | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Threading.Tasks.ValueTaskPerfTest.Copy_PassAsArgumentAndReturn_FromTask.html) | -10.07% | 5.615379 | 5.049944 | +| System.Threading.Tests.Perf_CancellationToken.CancelAfter | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Threading.Tests.Perf_CancellationToken.CancelAfter.html) | -10.87% | 85.916687 | 76.573416 | +| System.Threading.Tests.Perf_CancellationToken.CreateLinkedTokenSource2 | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Threading.Tests.Perf_CancellationToken.CreateLinkedTokenSource2.html) | -14.99% | 70.520058 | 59.948844 | +| System.Threading.Tests.Perf_CancellationToken.CreateRegisterDispose | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Threading.Tests.Perf_CancellationToken.CreateRegisterDispose.html) | -10.42% | 55.326064 | 49.562534 | +| System.Threading.Tests.Perf_CancellationToken.CreateTokenDispose | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Threading.Tests.Perf_CancellationToken.CreateTokenDispose.html) | -13.25% | 9.043124 | 7.844728 | +| System.Xml.Linq.Perf_XElement.CreateElementsWithNamespace | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Xml.Linq.Perf_XElement.CreateElementsWithNamespace.html) | -12.27% | 78.700882 | 69.042038 | +| System.Xml.Linq.Perf_XElement.CreateWithElements | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Xml.Linq.Perf_XElement.CreateWithElements.html) | -12.50% | 48.559062 | 42.490540 | +| System.Xml.Tests.Perf_XmlConvert.DateTime_ToString | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Xml.Tests.Perf_XmlConvert.DateTime_ToString.html) | -10.34% | 56.086069 | 50.289366 | +| System.Xml.Tests.Perf_XmlConvert.DateTime_ToString_RoundtripKind | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Xml.Tests.Perf_XmlConvert.DateTime_ToString_RoundtripKind.html) | -10.04% | 54.411946 | 48.947361 | +| System.Xml.Tests.Perf_XmlConvert.DateTime_ToString_Unspecified | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Xml.Tests.Perf_XmlConvert.DateTime_ToString_Unspecified.html) | -10.76% | 53.665098 | 47.893291 | + +## 7.5-10% Improvement (387 tests) + +| Test Name | Link | Change % | .NET 9 | .NET 10 | +|-----------|------|----------|--------|-------| +| ArrayDeAbstraction.foreach_member_array_via_interface_property_in_loop | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/ArrayDeAbstraction.foreach_member_array_via_interface_property_in_loop.html) | -8.86% | 969.545202 | 883.604330 | +| ArrayDeAbstraction.foreach_opaque_array_via_interface_in_loop | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/ArrayDeAbstraction.foreach_opaque_array_via_interface_in_loop.html) | -9.74% | 988.975437 | 892.689969 | +| Benchstone.BenchI.CSieve.Test | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/Benchstone.BenchI.CSieve.Test.html) | -8.88% | 3294481.140873 | 3001806.741071 | +| Benchstone.BenchI.MulMatrix.Test | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/Benchstone.BenchI.MulMatrix.Test.html) | -8.24% | 342469486.535714 | 314257088.928571 | +| Devirtualization.EqualityComparer.ValueTupleCompareNoOpt | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/Devirtualization.EqualityComparer.ValueTupleCompareNoOpt.html) | -9.84% | 5.905087 | 5.323773 | +| Exceptions.Handling.MultipleNestedTryFinally(kind: Hardware) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/Exceptions.Handling.MultipleNestedTryFinally%28kind%3A%20Hardware%29.html) | -7.56% | N/A | N/A | +| Exceptions.Handling.ThrowAndCatchWhen(kind: Hardware) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/Exceptions.Handling.ThrowAndCatchWhen%28kind%3A%20Hardware%29.html) | -8.46% | 5068.069341 | 4639.377867 | +| GuardedDevirtualization.TwoClassVirtual.Call(testInput: pB = 0.10) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/GuardedDevirtualization.TwoClassVirtual.Call%28testInput%3A%20pB%20%3D%200.10%29.html) | -9.76% | 0.923599 | 0.833492 | +| IfStatements.IfStatements.And | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/IfStatements.IfStatements.And.html) | -9.93% | 27254.702284 | 24547.970090 | +| LinqBenchmarks.CountBy00AggregateByX | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/LinqBenchmarks.CountBy00AggregateByX.html) | -9.13% | 1490466749.464286 | 1354442136.410714 | +| MicroBenchmarks.Serializers.Json_FromStream.DataContractJsonSerializer_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/MicroBenchmarks.Serializers.Json_FromStream%28CollectionsOfPrimitives%29.DataContractJsonSerializer_.html) | -8.91% | 2004006.517571 | 1825508.532857 | +| MicroBenchmarks.Serializers.Json_FromStream.DataContractJsonSerializer_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/MicroBenchmarks.Serializers.Json_FromStream%28IndexViewModel%29.DataContractJsonSerializer_.html) | -8.48% | 194881.310570 | 178364.600105 | +| MicroBenchmarks.Serializers.Json_FromStream.DataContractJsonSerializer_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/MicroBenchmarks.Serializers.Json_FromStream%28Location%29.DataContractJsonSerializer_.html) | -8.45% | 7081.959373 | 6483.794469 | +| MicroBenchmarks.Serializers.Json_FromStream.DataContractJsonSerializer_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/MicroBenchmarks.Serializers.Json_FromStream%28MyEventsListerViewModel%29.DataContractJsonSerializer_.html) | -7.62% | 1805341.321300 | 1667756.475719 | +| MicroBenchmarks.Serializers.Json_FromString.SystemTextJson_SourceGen_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/MicroBenchmarks.Serializers.Json_FromString%28CollectionsOfPrimitives%29.SystemTextJson_SourceGen_.html) | -8.52% | 183127.309656 | 167522.573802 | +| MicroBenchmarks.Serializers.Json_FromString.JsonNet_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/MicroBenchmarks.Serializers.Json_FromString%28IndexViewModel%29.JsonNet_.html) | -9.97% | 46305.232289 | 41689.626864 | +| MicroBenchmarks.Serializers.Json_ToStream.DataContractJsonSerializer_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/MicroBenchmarks.Serializers.Json_ToStream%28CollectionsOfPrimitives%29.DataContractJsonSerializer_.html) | -9.74% | 752333.615111 | 679021.760511 | +| MicroBenchmarks.Serializers.Json_ToStream.SystemTextJson_SourceGen_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/MicroBenchmarks.Serializers.Json_ToStream%28Location%29.SystemTextJson_SourceGen_.html) | -8.95% | 389.775628 | 354.888231 | +| MicroBenchmarks.Serializers.Json_ToStream.SystemTextJson_SourceGen_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/MicroBenchmarks.Serializers.Json_ToStream%28LoginViewModel%29.SystemTextJson_SourceGen_.html) | -8.86% | 152.342504 | 138.842238 | +| MicroBenchmarks.Serializers.Json_ToStream.SystemTextJson_Reflection_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/MicroBenchmarks.Serializers.Json_ToStream%28MyEventsListerViewModel%29.SystemTextJson_Reflection_.html) | -9.16% | 215192.546750 | 195481.429782 | +| MicroBenchmarks.Serializers.Json_ToStream.SystemTextJson_SourceGen_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/MicroBenchmarks.Serializers.Json_ToStream%28MyEventsListerViewModel%29.SystemTextJson_SourceGen_.html) | -9.75% | 213293.895781 | 192488.698383 | +| MicroBenchmarks.Serializers.Json_ToString.SystemTextJson_SourceGen_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/MicroBenchmarks.Serializers.Json_ToString%28MyEventsListerViewModel%29.SystemTextJson_SourceGen_.html) | -8.72% | 267421.565432 | 244110.285771 | +| MicroBenchmarks.Serializers.Xml_FromStream.DataContractSerializer_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/MicroBenchmarks.Serializers.Xml_FromStream%28CollectionsOfPrimitives%29.DataContractSerializer_.html) | -7.95% | 1075605.560415 | 990075.674795 | +| MicroBenchmarks.Serializers.Xml_FromStream.DataContractSerializer_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/MicroBenchmarks.Serializers.Xml_FromStream%28Location%29.DataContractSerializer_.html) | -8.85% | 4682.750387 | 4268.443463 | +| MicroBenchmarks.Serializers.Xml_FromStream.DataContractSerializer_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/MicroBenchmarks.Serializers.Xml_FromStream%28LoginViewModel%29.DataContractSerializer_.html) | -8.54% | 2662.073316 | 2434.770012 | +| MicroBenchmarks.Serializers.Xml_FromStream.DataContractSerializer_BinaryXml_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/MicroBenchmarks.Serializers.Xml_FromStream%28LoginViewModel%29.DataContractSerializer_BinaryXml_.html) | -8.89% | 655.283573 | 597.002577 | +| MicroBenchmarks.Serializers.Xml_ToStream.DataContractSerializer_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/MicroBenchmarks.Serializers.Xml_ToStream%28ClassImplementingIXmlSerialiable%29.DataContractSerializer_.html) | -8.99% | 400.373947 | 364.386283 | +| MicroBenchmarks.Serializers.Xml_ToStream.DataContractSerializer_BinaryXml_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/MicroBenchmarks.Serializers.Xml_ToStream%28IndexViewModel%29.DataContractSerializer_BinaryXml_.html) | -9.63% | 22519.921829 | 20350.240461 | +| MicroBenchmarks.Serializers.Xml_ToStream.DataContractSerializer_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/MicroBenchmarks.Serializers.Xml_ToStream%28Location%29.DataContractSerializer_.html) | -9.23% | 1203.098511 | 1092.045609 | +| MicroBenchmarks.Serializers.Xml_ToStream.DataContractSerializer_BinaryXml_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/MicroBenchmarks.Serializers.Xml_ToStream%28LoginViewModel%29.DataContractSerializer_BinaryXml_.html) | -9.45% | 392.091770 | 355.040297 | +| Microsoft.AspNetCore.Server.Kestrel.Performance.PipeThroughputBenchmark.Parse_ParallelAsync(Length: 4096, Chunks: 16) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/Microsoft.AspNetCore.Server.Kestrel.Performance.PipeThroughputBenchmark.Parse_ParallelAsync%28Length%3A%204096%2C%20Chunks%3A%2016%29.html) | -9.29% | 840.166279 | 762.088450 | +| Microsoft.Extensions.Caching.Memory.Tests.MemoryCacheTests.GetMiss | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/Microsoft.Extensions.Caching.Memory.Tests.MemoryCacheTests.GetMiss.html) | -8.88% | 28.130640 | 25.631671 | +| Microsoft.Extensions.Caching.Memory.Tests.MemoryCacheTests.SetOverride | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/Microsoft.Extensions.Caching.Memory.Tests.MemoryCacheTests.SetOverride.html) | -8.55% | 79.717184 | 72.897644 | +| Microsoft.Extensions.Caching.Memory.Tests.MemoryCacheTests.TryGetValueHit | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/Microsoft.Extensions.Caching.Memory.Tests.MemoryCacheTests.TryGetValueHit.html) | -7.96% | 26.575173 | 24.460114 | +| Microsoft.Extensions.Caching.Memory.Tests.MemoryCacheTests.TryGetValueMiss | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/Microsoft.Extensions.Caching.Memory.Tests.MemoryCacheTests.TryGetValueMiss.html) | -7.88% | 26.418287 | 24.337697 | +| Microsoft.Extensions.DependencyInjection.ActivatorUtilitiesBenchmark.CreateInstance_5 | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/Microsoft.Extensions.DependencyInjection.ActivatorUtilitiesBenchmark.CreateInstance_5.html) | -9.38% | 291.742072 | 264.379355 | +| Microsoft.Extensions.DependencyInjection.GetServiceIEnumerable.Singleton | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/Microsoft.Extensions.DependencyInjection.GetServiceIEnumerable.Singleton.html) | -9.49% | 14.974063 | 13.553663 | +| Microsoft.Extensions.DependencyInjection.ScopeValidationOnBuild.ValidateOnBuild | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/Microsoft.Extensions.DependencyInjection.ScopeValidationOnBuild.ValidateOnBuild.html) | -7.93% | 19955.656602 | 18373.683162 | +| Microsoft.Extensions.Logging.EventSourceLogger.NestedScopes_TwoMessages(HasSubscribers: True, Json: True) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/Microsoft.Extensions.Logging.EventSourceLogger.NestedScopes_TwoMessages%28HasSubscribers%3A%20True%2C%20Json%3A%20True%29.html) | -8.80% | 1396.501255 | 1273.551470 | +| PerfLabTests.CastingPerf.CheckArrayIsArrayByVariance | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/PerfLabTests.CastingPerf.CheckArrayIsArrayByVariance.html) | -8.54% | 1.644228 | 1.503802 | +| PerfLabTests.CastingPerf.CheckListIsVariantGenericInterface | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/PerfLabTests.CastingPerf.CheckListIsVariantGenericInterface.html) | -8.02% | 1.642711 | 1.510884 | +| PerfLabTests.CastingPerf.IFooFooIsIFoo | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/PerfLabTests.CastingPerf.IFooFooIsIFoo.html) | -8.52% | 218090.357576 | 199513.960943 | +| PerfLabTests.CastingPerf.ObjFooIsObj2 | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/PerfLabTests.CastingPerf.ObjFooIsObj2.html) | -7.69% | 218179.085677 | 201404.964742 | +| PerfLabTests.CastingPerf2.CastingPerf.IFooFooIsIFoo | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/PerfLabTests.CastingPerf2.CastingPerf.IFooFooIsIFoo.html) | -8.92% | 438638.662917 | 399509.438567 | +| PerfLabTests.CastingPerf2.CastingPerf.IFooObjIsIFooInterAlia | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/PerfLabTests.CastingPerf2.CastingPerf.IFooObjIsIFooInterAlia.html) | -7.96% | 218214.941284 | 200842.125625 | +| PerfLabTests.CastingPerf2.CastingPerf.ObjFooIsObj | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/PerfLabTests.CastingPerf2.CastingPerf.ObjFooIsObj.html) | -9.12% | 438705.428741 | 398689.140384 | +| PerfLabTests.CastingPerf2.CastingPerf.ObjObjrefValueType | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/PerfLabTests.CastingPerf2.CastingPerf.ObjObjrefValueType.html) | -8.63% | 1093346.262168 | 999000.472898 | +| PerfLabTests.LowLevelPerf.IntegerFormatting | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/PerfLabTests.LowLevelPerf.IntegerFormatting.html) | -8.50% | 1127906.500411 | 1032077.496408 | +| PerfLabTests.LowLevelPerf.InterfaceInterfaceMethod | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/PerfLabTests.LowLevelPerf.InterfaceInterfaceMethod.html) | -8.92% | 2535368.480664 | 2309270.741919 | +| SIMD.RayTracerBench.Bench | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/SIMD.RayTracerBench.Bench.html) | -8.15% | 292621623.714286 | 268767597.214286 | +| SeekUnroll.Test(boxedIndex: 3) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/SeekUnroll.Test%28boxedIndex%3A%203%29.html) | -9.94% | 789165363.040000 | 710694480.760000 | +| Span.IndexerBench.SameIndex2(length: 1024) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/Span.IndexerBench.SameIndex2%28length%3A%201024%29.html) | -8.98% | 630.404426 | 573.804339 | +| StoreBlock.LocalAddress.InitBlockAllOnes32 | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/StoreBlock.LocalAddress.InitBlockAllOnes32.html) | -9.72% | 0.352537 | 0.318285 | +| StoreBlock.LocalAddress.InitBlockAllZeros32 | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/StoreBlock.LocalAddress.InitBlockAllZeros32.html) | -7.71% | 0.351695 | 0.324586 | +| System.Buffers.Tests.ReadOnlySequenceTests.FirstSpanSingleSegment | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Buffers.Tests.ReadOnlySequenceTests%28Char%29.FirstSpanSingleSegment.html) | -9.26% | 4.887884 | 4.435117 | +| System.Buffers.Tests.ReadOnlySequenceTests.SliceTenSegments | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Buffers.Tests.ReadOnlySequenceTests%28Char%29.SliceTenSegments.html) | -7.62% | 14.664710 | 13.547530 | +| System.Buffers.Tests.RentReturnArrayPoolTests.ProducerConsumer(RentalSize: 4096, ManipulateArray: False, Async: True, UseSharedPool: False) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Buffers.Tests.RentReturnArrayPoolTests%28Byte%29.ProducerConsumer%28RentalSize%3A%204096%2C%20ManipulateArray%3A%20False%2C%20Async%3A%20True%2C%20UseSharedPool%3A%20False%29.html) | -8.08% | 521.768571 | 479.609193 | +| System.Buffers.Tests.RentReturnArrayPoolTests.SingleParallel(RentalSize: 4096, ManipulateArray: False, Async: False, UseSharedPool: True) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Buffers.Tests.RentReturnArrayPoolTests%28Byte%29.SingleParallel%28RentalSize%3A%204096%2C%20ManipulateArray%3A%20False%2C%20Async%3A%20False%2C%20UseSharedPool%3A%20True%29.html) | -7.71% | N/A | N/A | +| System.Buffers.Tests.RentReturnArrayPoolTests.SingleSerial(RentalSize: 4096, ManipulateArray: False, Async: True, UseSharedPool: True) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Buffers.Tests.RentReturnArrayPoolTests%28Byte%29.SingleSerial%28RentalSize%3A%204096%2C%20ManipulateArray%3A%20False%2C%20Async%3A%20True%2C%20UseSharedPool%3A%20True%29.html) | -8.78% | 187.023139 | 170.609666 | +| System.Buffers.Tests.RentReturnArrayPoolTests.SingleParallel(RentalSize: 4096, ManipulateArray: False, Async: True, UseSharedPool: True) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Buffers.Tests.RentReturnArrayPoolTests%28Object%29.SingleParallel%28RentalSize%3A%204096%2C%20ManipulateArray%3A%20False%2C%20Async%3A%20True%2C%20UseSharedPool%3A%20True%29.html) | -9.31% | N/A | N/A | +| System.Buffers.Tests.SearchValuesByteTests.ContainsAny(Values: "abcdefABCDEF0123456789") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Buffers.Tests.SearchValuesByteTests.ContainsAny%28Values%3A%20%22abcdefABCDEF0123456789%22%29.html) | -7.97% | 6.354086 | 5.847544 | +| System.Buffers.Text.Tests.Utf8FormatterTests.FormatterDouble(value: 1.7976931348623157E+308) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Buffers.Text.Tests.Utf8FormatterTests.FormatterDouble%28value%3A%201.7976931348623157E%2B308%29.html) | -8.99% | 171.373511 | 155.968304 | +| System.Buffers.Text.Tests.Utf8ParserTests.TryParseDouble(value: 1.7976931348623157e+308) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Buffers.Text.Tests.Utf8ParserTests.TryParseDouble%28value%3A%201.7976931348623157e%2B308%29.html) | -8.18% | N/A | N/A | +| System.Buffers.Text.Tests.Utf8ParserTests.TryParseSingle(value: 12345) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Buffers.Text.Tests.Utf8ParserTests.TryParseSingle%28value%3A%2012345%29.html) | -7.88% | 29.356181 | 27.042878 | +| System.Buffers.Text.Tests.Utf8ParserTests.TryParseUInt16(value: 12345) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Buffers.Text.Tests.Utf8ParserTests.TryParseUInt16%28value%3A%2012345%29.html) | -8.99% | 6.448538 | 5.868573 | +| System.Buffers.Text.Tests.Utf8ParserTests.TryParseUInt16(value: 65535) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Buffers.Text.Tests.Utf8ParserTests.TryParseUInt16%28value%3A%2065535%29.html) | -9.19% | 6.489454 | 5.893381 | +| System.Buffers.Text.Tests.Utf8ParserTests.TryParseUInt32(value: 12345) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Buffers.Text.Tests.Utf8ParserTests.TryParseUInt32%28value%3A%2012345%29.html) | -9.11% | 5.977720 | 5.433200 | +| System.Buffers.Text.Tests.Utf8ParserTests.TryParseUInt64Hex(value: FFFFFFFFFFFFFFFF) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Buffers.Text.Tests.Utf8ParserTests.TryParseUInt64Hex%28value%3A%20FFFFFFFFFFFFFFFF%29.html) | -8.97% | 14.836127 | 13.505319 | +| System.Collections.AddGivenSize.Dictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.AddGivenSize%28String%29.Dictionary%28Size%3A%20512%29.html) | -8.56% | 9172.553490 | 8386.954120 | +| System.Collections.AddGivenSize.ICollection(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.AddGivenSize%28String%29.ICollection%28Size%3A%20512%29.html) | -7.75% | 2337.336913 | 2156.135036 | +| System.Collections.Concurrent.Count.Queue_EnqueueCountDequeue(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.Concurrent.Count%28Int32%29.Queue_EnqueueCountDequeue%28Size%3A%20512%29.html) | -8.92% | 19.707258 | 17.949713 | +| System.Collections.Concurrent.IsEmpty.Bag(Size: 0) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.Concurrent.IsEmpty%28Int32%29.Bag%28Size%3A%200%29.html) | -7.57% | N/A | N/A | +| System.Collections.ContainsFalse.HashSet(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.ContainsFalse%28Int32%29.HashSet%28Size%3A%20512%29.html) | -9.45% | 1938.106707 | 1754.928739 | +| System.Collections.ContainsFalse.ImmutableList(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.ContainsFalse%28String%29.ImmutableList%28Size%3A%20512%29.html) | -8.56% | 1462598.258567 | 1337460.936932 | +| System.Collections.ContainsKeyTrue.FrozenDictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.ContainsKeyTrue%28Int32%2C%20Int32%29.FrozenDictionary%28Size%3A%20512%29.html) | -7.58% | 1768.386002 | 1634.350406 | +| System.Collections.ContainsTrue.FrozenSet(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.ContainsTrue%28Int32%29.FrozenSet%28Size%3A%20512%29.html) | -7.67% | 1570.267697 | 1449.877304 | +| System.Collections.ContainsTrue.ImmutableSortedSet(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.ContainsTrue%28Int32%29.ImmutableSortedSet%28Size%3A%20512%29.html) | -7.94% | 17185.048537 | 15819.939632 | +| System.Collections.ContainsTrue.HashSet(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.ContainsTrue%28String%29.HashSet%28Size%3A%20512%29.html) | -9.27% | 8535.967542 | 7744.949492 | +| System.Collections.ContainsTrue.ImmutableHashSet(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.ContainsTrue%28String%29.ImmutableHashSet%28Size%3A%20512%29.html) | -8.23% | 28174.707649 | 25857.292179 | +| System.Collections.ContainsTrue.SortedSet(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.ContainsTrue%28String%29.SortedSet%28Size%3A%20512%29.html) | -7.91% | 174549.582107 | 160742.982277 | +| System.Collections.ContainsTrueComparer.FrozenSet(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.ContainsTrueComparer%28String%29.FrozenSet%28Size%3A%20512%29.html) | -9.98% | 14481.612565 | 13036.644230 | +| System.Collections.ContainsTrueComparer.SortedSet(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.ContainsTrueComparer%28String%29.SortedSet%28Size%3A%20512%29.html) | -7.92% | 175853.373344 | 161929.052674 | +| System.Collections.CreateAddAndClear.SortedSet(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.CreateAddAndClear%28Int32%29.SortedSet%28Size%3A%20512%29.html) | -8.40% | 30968.485003 | 28365.716828 | +| System.Collections.CreateAddAndClear.ImmutableQueue(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.CreateAddAndClear%28String%29.ImmutableQueue%28Size%3A%20512%29.html) | -7.61% | 7215.954311 | 6666.861981 | +| System.Collections.CreateAddAndRemove.LinkedList(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.CreateAddAndRemove%28String%29.LinkedList%28Size%3A%20512%29.html) | -7.70% | 10396.268454 | 9595.648225 | +| System.Collections.CtorDefaultSize.ConcurrentStack | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.CtorDefaultSize%28Int32%29.ConcurrentStack.html) | -9.82% | 8.072110 | 7.279034 | +| System.Collections.CtorDefaultSize.LinkedList | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.CtorDefaultSize%28Int32%29.LinkedList.html) | -8.39% | 8.651641 | 7.925906 | +| System.Collections.CtorDefaultSize.List | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.CtorDefaultSize%28Int32%29.List.html) | -8.03% | 8.341733 | 7.672039 | +| System.Collections.CtorDefaultSize.SortedSet | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.CtorDefaultSize%28Int32%29.SortedSet.html) | -9.07% | 10.389721 | 9.447129 | +| System.Collections.CtorDefaultSize.Queue | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.CtorDefaultSize%28String%29.Queue.html) | -9.96% | 13.423965 | 12.087393 | +| System.Collections.CtorDefaultSize.SortedDictionary | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.CtorDefaultSize%28String%29.SortedDictionary.html) | -8.35% | 25.702289 | 23.555273 | +| System.Collections.CtorDefaultSize.Stack | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.CtorDefaultSize%28String%29.Stack.html) | -8.32% | 13.185781 | 12.088888 | +| System.Collections.CtorDefaultSizeNonGeneric.ArrayList | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.CtorDefaultSizeNonGeneric.ArrayList.html) | -8.81% | 9.722232 | 8.865893 | +| System.Collections.CtorDefaultSizeNonGeneric.Stack | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.CtorDefaultSizeNonGeneric.Stack.html) | -8.19% | 15.998474 | 14.688804 | +| System.Collections.CtorFromCollection.HashSet(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.CtorFromCollection%28String%29.HashSet%28Size%3A%20512%29.html) | -8.63% | 9350.857825 | 8543.588155 | +| System.Collections.CtorFromCollection.ImmutableDictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.CtorFromCollection%28String%29.ImmutableDictionary%28Size%3A%20512%29.html) | -7.66% | 100522.837165 | 92818.322900 | +| System.Collections.CtorFromCollection.ImmutableHashSet(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.CtorFromCollection%28String%29.ImmutableHashSet%28Size%3A%20512%29.html) | -8.67% | 91833.414879 | 83873.579212 | +| System.Collections.CtorFromCollection.ImmutableStack(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.CtorFromCollection%28String%29.ImmutableStack%28Size%3A%20512%29.html) | -8.68% | 4646.221631 | 4242.828045 | +| System.Collections.CtorFromCollectionNonGeneric.SortedList(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.CtorFromCollectionNonGeneric%28String%29.SortedList%28Size%3A%20512%29.html) | -8.25% | 208142.154215 | 190965.908886 | +| System.Collections.IndexerSet.ConcurrentDictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.IndexerSet%28Int32%29.ConcurrentDictionary%28Size%3A%20512%29.html) | -7.81% | 12110.939644 | 11164.530992 | +| System.Collections.IterateForEach.ImmutableSortedSet(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.IterateForEach%28Int32%29.ImmutableSortedSet%28Size%3A%20512%29.html) | -8.18% | 3384.575399 | 3107.730624 | +| System.Collections.IterateForEach.HashSet(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.IterateForEach%28String%29.HashSet%28Size%3A%20512%29.html) | -8.00% | 948.277208 | 872.453420 | +| System.Collections.IterateForEach.Queue(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.IterateForEach%28String%29.Queue%28Size%3A%20512%29.html) | -9.87% | 1411.842729 | 1272.556346 | +| System.Collections.IterateForEachNonGeneric.SortedList(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.IterateForEachNonGeneric%28String%29.SortedList%28Size%3A%20512%29.html) | -8.28% | 5264.533808 | 4828.844876 | +| System.Collections.Perf_DefaultFrozenDictionary.TryGetValue_True_FrozenDictionary(Count: 1000) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.Perf_DefaultFrozenDictionary.TryGetValue_True_FrozenDictionary%28Count%3A%201000%29.html) | -7.89% | 14987.661754 | 13804.737466 | +| System.Collections.Perf_Frozen.Contains_True(Count: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.Perf_Frozen%28Int16%29.Contains_True%28Count%3A%20512%29.html) | -8.23% | N/A | N/A | +| System.Collections.Perf_Frozen.ToFrozenDictionary(Count: 64) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.Perf_Frozen%28Int16%29.ToFrozenDictionary%28Count%3A%2064%29.html) | -7.59% | 2097.374386 | 1938.133847 | +| System.Collections.Perf_Frozen.Contains_True(Count: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.Perf_Frozen%28ReferenceType%29.Contains_True%28Count%3A%20512%29.html) | -9.52% | 5150.626770 | 4660.462847 | +| System.Collections.Perf_SubstringFrozenDictionary.TryGetValue_False_FrozenDictionary(Count: 10) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.Perf_SubstringFrozenDictionary.TryGetValue_False_FrozenDictionary%28Count%3A%2010%29.html) | -8.06% | 71.989511 | 66.189897 | +| System.Collections.Perf_SubstringFrozenDictionary.TryGetValue_False_FrozenDictionary(Count: 10000) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.Perf_SubstringFrozenDictionary.TryGetValue_False_FrozenDictionary%28Count%3A%2010000%29.html) | -8.27% | 93962.880123 | 86191.092737 | +| System.Collections.Perf_SubstringFrozenDictionary.TryGetValue_True_FrozenDictionary(Count: 100) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.Perf_SubstringFrozenDictionary.TryGetValue_True_FrozenDictionary%28Count%3A%20100%29.html) | -8.89% | 846.985025 | 771.668737 | +| System.Collections.Perf_SubstringFrozenDictionary.TryGetValue_True_FrozenDictionary(Count: 10000) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.Perf_SubstringFrozenDictionary.TryGetValue_True_FrozenDictionary%28Count%3A%2010000%29.html) | -9.96% | 128700.395141 | 115883.418427 | +| System.Collections.Sort.LinqOrderByExtension(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.Sort%28IntClass%29.LinqOrderByExtension%28Size%3A%20512%29.html) | -8.94% | 51903.208753 | 47261.146414 | +| System.Collections.Tests.Add_Remove_SteadyState.ConcurrentStack(Count: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.Tests.Add_Remove_SteadyState%28Int32%29.ConcurrentStack%28Count%3A%20512%29.html) | -7.78% | 20.993900 | 19.360475 | +| System.Collections.Tests.Perf_BitArray.BitArrayAnd(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.Tests.Perf_BitArray.BitArrayAnd%28Size%3A%20512%29.html) | -9.82% | 13.964180 | 12.592706 | +| System.Collections.Tests.Perf_BitArray.BitArrayBoolArrayCtor(Size: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.Tests.Perf_BitArray.BitArrayBoolArrayCtor%28Size%3A%204%29.html) | -9.09% | 20.275893 | 18.432013 | +| System.Collections.Tests.Perf_BitArray.BitArrayByteArrayCtor(Size: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.Tests.Perf_BitArray.BitArrayByteArrayCtor%28Size%3A%204%29.html) | -8.97% | 18.127022 | 16.500329 | +| System.Collections.Tests.Perf_BitArray.BitArrayLengthCtor(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.Tests.Perf_BitArray.BitArrayLengthCtor%28Size%3A%20512%29.html) | -9.24% | 16.187608 | 14.691911 | +| System.Collections.Tests.Perf_BitArray.BitArrayLengthValueCtor(Size: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.Tests.Perf_BitArray.BitArrayLengthValueCtor%28Size%3A%204%29.html) | -9.75% | 17.388891 | 15.693985 | +| System.Collections.Tests.Perf_BitArray.BitArrayOr(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.Tests.Perf_BitArray.BitArrayOr%28Size%3A%20512%29.html) | -9.36% | 13.949608 | 12.643531 | +| System.Collections.Tests.Perf_BitArray.BitArraySetAll(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.Tests.Perf_BitArray.BitArraySetAll%28Size%3A%20512%29.html) | -8.55% | N/A | N/A | +| System.Collections.Tests.Perf_BitArray.BitArrayXor(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.Tests.Perf_BitArray.BitArrayXor%28Size%3A%20512%29.html) | -8.51% | 13.962989 | 12.774848 | +| System.Collections.Tests.Perf_PriorityQueue.Dequeue_And_Enqueue(Size: 100) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.Tests.Perf_PriorityQueue%28Guid%2C%20Guid%29.Dequeue_And_Enqueue%28Size%3A%20100%29.html) | -8.09% | 10003.642329 | 9193.923019 | +| System.Collections.Tests.Perf_PriorityQueue.Dequeue_And_Enqueue(Size: 10) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.Tests.Perf_PriorityQueue%28String%2C%20String%29.Dequeue_And_Enqueue%28Size%3A%2010%29.html) | -7.75% | 5110.869478 | 4714.709539 | +| System.Collections.Tests.Perf_PriorityQueue.Dequeue_And_Enqueue(Size: 100) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.Tests.Perf_PriorityQueue%28String%2C%20String%29.Dequeue_And_Enqueue%28Size%3A%20100%29.html) | -7.86% | 118164.794452 | 108873.730543 | +| System.Collections.Tests.Perf_PriorityQueue.HeapSort(Size: 100) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.Tests.Perf_PriorityQueue%28String%2C%20String%29.HeapSort%28Size%3A%20100%29.html) | -8.01% | 48791.715879 | 44882.834583 | +| System.Collections.TryGetValueFalse.FrozenDictionaryOptimized(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.TryGetValueFalse%28SmallClass%2C%20SmallClass%29.FrozenDictionaryOptimized%28Size%3A%20512%29.html) | -9.76% | 3157.676774 | 2849.332489 | +| System.Collections.TryGetValueFalse.ImmutableSortedDictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.TryGetValueFalse%28SmallClass%2C%20SmallClass%29.ImmutableSortedDictionary%28Size%3A%20512%29.html) | -9.64% | 50512.130672 | 45643.657612 | +| System.Collections.TryGetValueFalse.SortedDictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.TryGetValueFalse%28SmallClass%2C%20SmallClass%29.SortedDictionary%28Size%3A%20512%29.html) | -9.01% | 61007.387508 | 55510.014629 | +| System.Collections.TryGetValueFalse.ImmutableDictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.TryGetValueFalse%28String%2C%20String%29.ImmutableDictionary%28Size%3A%20512%29.html) | -7.70% | 25602.242815 | 23630.258607 | +| System.Collections.TryGetValueTrue.ConcurrentDictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.TryGetValueTrue%28SmallClass%2C%20SmallClass%29.ConcurrentDictionary%28Size%3A%20512%29.html) | -9.24% | 4759.070657 | 4319.463475 | +| System.Collections.TryGetValueTrue.SortedDictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.TryGetValueTrue%28SmallClass%2C%20SmallClass%29.SortedDictionary%28Size%3A%20512%29.html) | -7.92% | 51577.276282 | 47491.623093 | +| System.Diagnostics.Tracing.Perf_EventListener.WriteEvent_StringParams | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Diagnostics.Tracing.Perf_EventListener.WriteEvent_StringParams.html) | -7.73% | 90.387210 | 83.397291 | +| System.Formats.Cbor.Tests.Perf_CborReader.SkipValue(encoding: (Integer, Strict)) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Formats.Cbor.Tests.Perf_CborReader.SkipValue%28encoding%3A%20%28Integer%2C%20Strict%29%29.html) | -8.77% | 32.485885 | 29.637089 | +| System.Formats.Cbor.Tests.Perf_CborReader.SkipValue(encoding: (Map, Canonical)) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Formats.Cbor.Tests.Perf_CborReader.SkipValue%28encoding%3A%20%28Map%2C%20Canonical%29%29.html) | -8.75% | 449.640719 | 410.295401 | +| System.Formats.Cbor.Tests.Perf_CborReader.SkipValue(encoding: (Map, Strict)) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Formats.Cbor.Tests.Perf_CborReader.SkipValue%28encoding%3A%20%28Map%2C%20Strict%29%29.html) | -9.51% | 603.972176 | 546.529525 | +| System.Formats.Tar.Tests.Perf_TarWriter.PaxTarEntry_WriteEntry_Async | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Formats.Tar.Tests.Perf_TarWriter.PaxTarEntry_WriteEntry_Async.html) | -9.77% | 1692.331444 | 1527.064321 | +| System.Globalization.Tests.StringEquality.Compare_DifferentFirstChar(Count: 1024, Options: (, IgnoreCase)) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Globalization.Tests.StringEquality.Compare_DifferentFirstChar%28Count%3A%201024%2C%20Options%3A%20%28%2C%20IgnoreCase%29%29.html) | -7.93% | 29.551628 | 27.206818 | +| System.Globalization.Tests.StringEquality.Compare_DifferentFirstChar(Count: 1024, Options: (, None)) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Globalization.Tests.StringEquality.Compare_DifferentFirstChar%28Count%3A%201024%2C%20Options%3A%20%28%2C%20None%29%29.html) | -8.09% | 29.591335 | 27.197621 | +| System.Globalization.Tests.StringEquality.Compare_DifferentFirstChar(Count: 1024, Options: (en-US, IgnoreCase)) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Globalization.Tests.StringEquality.Compare_DifferentFirstChar%28Count%3A%201024%2C%20Options%3A%20%28en-US%2C%20IgnoreCase%29%29.html) | -7.55% | 29.493066 | 27.266804 | +| System.Globalization.Tests.StringEquality.Compare_DifferentFirstChar(Count: 1024, Options: (en-US, IgnoreNonSpace)) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Globalization.Tests.StringEquality.Compare_DifferentFirstChar%28Count%3A%201024%2C%20Options%3A%20%28en-US%2C%20IgnoreNonSpace%29%29.html) | -8.29% | 29.686167 | 27.223984 | +| System.Globalization.Tests.StringEquality.Compare_DifferentFirstChar(Count: 1024, Options: (en-US, None)) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Globalization.Tests.StringEquality.Compare_DifferentFirstChar%28Count%3A%201024%2C%20Options%3A%20%28en-US%2C%20None%29%29.html) | -8.16% | 29.514809 | 27.105568 | +| System.Globalization.Tests.StringSearch.IsSuffix_DifferentLastChar(Options: (en-US, OrdinalIgnoreCase, False)) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Globalization.Tests.StringSearch.IsSuffix_DifferentLastChar%28Options%3A%20%28en-US%2C%20OrdinalIgnoreCase%2C%20False%29%29.html) | -9.66% | 23.384638 | 21.126028 | +| System.IO.Compression.Deflate.Compress(level: Optimal, file: "sum") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.IO.Compression.Deflate.Compress%28level%3A%20Optimal%2C%20file%3A%20%22sum%22%29.html) | -8.12% | 453971.175960 | 417124.845913 | +| System.IO.Compression.Gzip.Compress(level: Fastest, file: "TestDocument.pdf") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.IO.Compression.Gzip.Compress%28level%3A%20Fastest%2C%20file%3A%20%22TestDocument.pdf%22%29.html) | -9.46% | 1102800.557143 | 998487.337324 | +| System.IO.Compression.Gzip.Compress(level: Fastest, file: "alice29.txt") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.IO.Compression.Gzip.Compress%28level%3A%20Fastest%2C%20file%3A%20%22alice29.txt%22%29.html) | -8.26% | 728949.873635 | 668752.444736 | +| System.IO.Compression.Gzip.Compress(level: Optimal, file: "sum") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.IO.Compression.Gzip.Compress%28level%3A%20Optimal%2C%20file%3A%20%22sum%22%29.html) | -8.59% | 451809.703187 | 413016.700106 | +| System.IO.Tests.BinaryWriterTests.WriteUInt32 | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.IO.Tests.BinaryWriterTests.WriteUInt32.html) | -8.06% | 2.526526 | 2.322986 | +| System.IO.Tests.Perf_File.ReadAllBytes(size: 104857600) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.IO.Tests.Perf_File.ReadAllBytes%28size%3A%20104857600%29.html) | -8.00% | N/A | N/A | +| System.IO.Tests.Perf_File.ReadAllBytesAsync(size: 104857600) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.IO.Tests.Perf_File.ReadAllBytesAsync%28size%3A%20104857600%29.html) | -7.99% | 18396223.822802 | 16926693.706436 | +| System.IO.Tests.Perf_FileStream.CopyToFileAsync(fileSize: 1048576, options: Asynchronous) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.IO.Tests.Perf_FileStream.CopyToFileAsync%28fileSize%3A%201048576%2C%20options%3A%20Asynchronous%29.html) | -9.41% | 4809110.495072 | 4356601.125217 | +| System.IO.Tests.Perf_FileStream.ReadAsync(fileSize: 1048576, userBufferSize: 512, options: None) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.IO.Tests.Perf_FileStream.ReadAsync%28fileSize%3A%201048576%2C%20userBufferSize%3A%20512%2C%20options%3A%20None%29.html) | -7.70% | 474172.727031 | 437674.920396 | +| System.IO.Tests.Perf_Path.Combine | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.IO.Tests.Perf_Path.Combine.html) | -9.44% | 4.744224 | 4.296423 | +| System.IO.Tests.Perf_RandomAccess.Write(fileSize: 1048576, bufferSize: 4096, options: None) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.IO.Tests.Perf_RandomAccess.Write%28fileSize%3A%201048576%2C%20bufferSize%3A%204096%2C%20options%3A%20None%29.html) | -9.86% | 4855544.009375 | 4376833.002083 | +| System.IO.Tests.Perf_RandomAccess.WriteAsync(fileSize: 1048576, bufferSize: 4096, options: Asynchronous) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.IO.Tests.Perf_RandomAccess.WriteAsync%28fileSize%3A%201048576%2C%20bufferSize%3A%204096%2C%20options%3A%20Asynchronous%29.html) | -9.45% | N/A | N/A | +| System.IO.Tests.StreamReaderReadLineTests.ReadLineAsync(LineLengthRange: [ 9, 32]) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.IO.Tests.StreamReaderReadLineTests.ReadLineAsync%28LineLengthRange%3A%20%5B%20%20%209%2C%20%20%2032%5D%29.html) | -7.57% | 35713.710235 | 33008.606867 | +| System.IO.Tests.StringReaderReadLineTests.ReadLineAsync(LineLengthRange: [ 1, 8]) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.IO.Tests.StringReaderReadLineTests.ReadLineAsync%28LineLengthRange%3A%20%5B%20%20%201%2C%20%20%20%208%5D%29.html) | -7.63% | 87526.476554 | 80846.310502 | +| System.IO.Tests.StringReaderReadLineTests.ReadLineAsync(LineLengthRange: [ 9, 32]) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.IO.Tests.StringReaderReadLineTests.ReadLineAsync%28LineLengthRange%3A%20%5B%20%20%209%2C%20%20%2032%5D%29.html) | -9.32% | 22065.865698 | 20009.321814 | +| System.Linq.Tests.Perf_Enumerable.ElementAt(input: IList) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Linq.Tests.Perf_Enumerable.ElementAt%28input%3A%20IList%29.html) | -9.49% | 3.020112 | 2.733622 | +| System.Linq.Tests.Perf_Enumerable.Select(input: IList) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Linq.Tests.Perf_Enumerable.Select%28input%3A%20IList%29.html) | -8.88% | 282.733513 | 257.627373 | +| System.Linq.Tests.Perf_Enumerable.Select(input: List) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Linq.Tests.Perf_Enumerable.Select%28input%3A%20List%29.html) | -9.98% | 272.734149 | 245.527280 | +| System.Linq.Tests.Perf_Enumerable.SingleWithPredicate_FirstElementMatches(input: List) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Linq.Tests.Perf_Enumerable.SingleWithPredicate_FirstElementMatches%28input%3A%20List%29.html) | -9.92% | 44.108050 | 39.734299 | +| System.Linq.Tests.Perf_Enumerable.ToArray(input: ICollection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Linq.Tests.Perf_Enumerable.ToArray%28input%3A%20ICollection%29.html) | -9.64% | 35.981170 | 32.513492 | +| System.Linq.Tests.Perf_Enumerable.WhereSelect(input: List) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Linq.Tests.Perf_Enumerable.WhereSelect%28input%3A%20List%29.html) | -7.86% | 345.397810 | 318.246017 | +| System.MathBenchmarks.Double.TanPi | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.MathBenchmarks.Double.TanPi.html) | -9.19% | 49056.585611 | 44549.032293 | +| System.MathBenchmarks.Single.Log2P1 | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.MathBenchmarks.Single.Log2P1.html) | -7.80% | 19914.744516 | 18361.430262 | +| System.MathBenchmarks.Single.Sin | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.MathBenchmarks.Single.Sin.html) | -8.13% | 18265.111606 | 16780.651711 | +| System.MathBenchmarks.Single.Tanh | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.MathBenchmarks.Single.Tanh.html) | -8.02% | 73163.564947 | 67299.111301 | +| System.Memory.SequenceReader.TryReadTo | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Memory.SequenceReader.TryReadTo.html) | -7.78% | 80.927594 | 74.632381 | +| System.Memory.Slice.MemoryStart | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Memory.Slice%28Byte%29.MemoryStart.html) | -9.05% | 1.228528 | 1.117314 | +| System.Memory.Slice.ReadOnlyMemoryStart | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Memory.Slice%28Byte%29.ReadOnlyMemoryStart.html) | -9.53% | 1.229120 | 1.111941 | +| System.Memory.Slice.ReadOnlyMemoryStartLength | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Memory.Slice%28Byte%29.ReadOnlyMemoryStartLength.html) | -9.28% | 1.222663 | 1.109160 | +| System.Memory.Slice.ReadOnlyMemoryStartLengthSpan | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Memory.Slice%28Byte%29.ReadOnlyMemoryStartLengthSpan.html) | -9.14% | 1.568910 | 1.425529 | +| System.Memory.Slice.MemoryStartLength | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Memory.Slice%28String%29.MemoryStartLength.html) | -9.35% | 1.565461 | 1.419037 | +| System.Memory.Span.IndexOfAnyTwoValues(Size: 33) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Memory.Span%28Byte%29.IndexOfAnyTwoValues%28Size%3A%2033%29.html) | -8.18% | N/A | N/A | +| System.Memory.Span.SequenceCompareTo(Size: 33) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Memory.Span%28Byte%29.SequenceCompareTo%28Size%3A%2033%29.html) | -7.65% | 4.807941 | 4.440135 | +| System.Memory.Span.GetPinnableReference(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Memory.Span%28Char%29.GetPinnableReference%28Size%3A%20512%29.html) | -7.78% | 1.167217 | 1.076463 | +| System.Memory.Span.IndexOfAnyFourValues(Size: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Memory.Span%28Char%29.IndexOfAnyFourValues%28Size%3A%204%29.html) | -9.28% | 6.516482 | 5.911693 | +| System.Memory.Span.IndexOfAnyTwoValues(Size: 33) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Memory.Span%28Char%29.IndexOfAnyTwoValues%28Size%3A%2033%29.html) | -8.66% | 4.418125 | 4.035383 | +| System.Memory.Span.LastIndexOfValue(Size: 33) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Memory.Span%28Char%29.LastIndexOfValue%28Size%3A%2033%29.html) | -8.74% | 4.387539 | 4.004000 | +| System.Memory.Span.SequenceCompareTo(Size: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Memory.Span%28Char%29.SequenceCompareTo%28Size%3A%204%29.html) | -7.73% | 4.075819 | 3.760727 | +| System.Memory.Span.SequenceCompareToDifferent(Size: 33) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Memory.Span%28Char%29.SequenceCompareToDifferent%28Size%3A%2033%29.html) | -9.41% | 5.648582 | 5.117177 | +| System.Memory.Span.IndexOfAnyFiveValues(Size: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Memory.Span%28Int32%29.IndexOfAnyFiveValues%28Size%3A%204%29.html) | -9.43% | 8.459421 | 7.661297 | +| System.Memory.Span.IndexOfAnyTwoValues(Size: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Memory.Span%28Int32%29.IndexOfAnyTwoValues%28Size%3A%204%29.html) | -9.55% | 3.440329 | 3.111734 | +| System.Memory.Span.LastIndexOfAnyValues(Size: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Memory.Span%28Int32%29.LastIndexOfAnyValues%28Size%3A%204%29.html) | -9.52% | 3.686402 | 3.335504 | +| System.Memory.Span.SequenceEqual(Size: 33) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Memory.Span%28Int32%29.SequenceEqual%28Size%3A%2033%29.html) | -7.72% | 5.593363 | 5.161547 | +| System.Net.Http.Tests.SocketsHttpHandlerPerfTest.Get_EnumerateHeaders_Unvalidated(ssl: True, chunkedResponse: False, responseLength: 100000) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Net.Http.Tests.SocketsHttpHandlerPerfTest.Get_EnumerateHeaders_Unvalidated%28ssl%3A%20True%2C%20chunkedResponse%3A%20False%2C%20responseLength%3A%20100000%29.html) | -8.49% | 5938635.000000 | 5434456.189565 | +| System.Net.Http.Tests.SocketsHttpHandlerPerfTest.Get_EnumerateHeaders_Unvalidated(ssl: True, chunkedResponse: True, responseLength: 100000) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Net.Http.Tests.SocketsHttpHandlerPerfTest.Get_EnumerateHeaders_Unvalidated%28ssl%3A%20True%2C%20chunkedResponse%3A%20True%2C%20responseLength%3A%20100000%29.html) | -8.12% | 7155711.329412 | 6574456.807059 | +| System.Net.Security.Tests.SslStreamTests.HandshakeECDSA256CertAsync(protocol: Tls13) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Net.Security.Tests.SslStreamTests.HandshakeECDSA256CertAsync%28protocol%3A%20Tls13%29.html) | -7.52% | 2149476.703390 | 1987774.479570 | +| System.Net.Security.Tests.SslStreamTests.WriteReadAsync | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Net.Security.Tests.SslStreamTests.WriteReadAsync.html) | -9.74% | 10726.218270 | 9681.680477 | +| System.Numerics.Tensors.Tests.Perf_BinaryIntegerTensorPrimitives.OnesComplement(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tensors.Tests.Perf_BinaryIntegerTensorPrimitives%28Int32%29.OnesComplement%28BufferLength%3A%20128%29.html) | -7.94% | 10.645030 | 9.800005 | +| System.Numerics.Tensors.Tests.Perf_BinaryIntegerTensorPrimitives.TrailingZeroCount(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tensors.Tests.Perf_BinaryIntegerTensorPrimitives%28Int32%29.TrailingZeroCount%28BufferLength%3A%20128%29.html) | -8.44% | N/A | N/A | +| System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives.FusedMultiplyAdd_ScalarMultiplier(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives%28Double%29.FusedMultiplyAdd_ScalarMultiplier%28BufferLength%3A%20128%29.html) | -8.52% | 21.488473 | 19.658535 | +| System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives.Ieee754Remainder_Vector(BufferLength: 3079) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives%28Double%29.Ieee754Remainder_Vector%28BufferLength%3A%203079%29.html) | -9.65% | 59822.127424 | 54048.240618 | +| System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives.AddMultiply_Vectors(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives%28Double%29.AddMultiply_Vectors%28BufferLength%3A%20128%29.html) | -8.19% | 30.069611 | 27.607496 | +| System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives.Max_Scalar(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives%28Int32%29.Max_Scalar%28BufferLength%3A%20128%29.html) | -8.59% | 9.827397 | 8.983712 | +| System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives.Negate(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives%28Int32%29.Negate%28BufferLength%3A%20128%29.html) | -7.95% | 10.538599 | 9.701249 | +| System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives.Add_Scalar(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives%28Single%29.Add_Scalar%28BufferLength%3A%20128%29.html) | -8.16% | 10.396216 | 9.548236 | +| System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives.BitwiseAnd_Vector(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives%28Single%29.BitwiseAnd_Vector%28BufferLength%3A%20128%29.html) | -8.69% | 14.320298 | 13.075554 | +| System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives.MaxMagnitude_Vector(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives%28Single%29.MaxMagnitude_Vector%28BufferLength%3A%20128%29.html) | -9.38% | 30.063722 | 27.244584 | +| System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives.SumOfMagnitudes(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives%28Single%29.SumOfMagnitudes%28BufferLength%3A%20128%29.html) | -8.42% | 12.856707 | 11.774290 | +| System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives.SumOfSquares(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives%28Single%29.SumOfSquares%28BufferLength%3A%20128%29.html) | -7.60% | 12.823500 | 11.848813 | +| System.Numerics.Tests.Constructor.SpanCastBenchmark_Single | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tests.Constructor.SpanCastBenchmark_Single.html) | -8.27% | 1.836220 | 1.684277 | +| System.Numerics.Tests.Perf_BigInteger.Parse(numberString: -2147483648) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tests.Perf_BigInteger.Parse%28numberString%3A%20-2147483648%29.html) | -9.37% | 124.844261 | 113.141728 | +| System.Numerics.Tests.Perf_BigInteger.ToStringD(numberString: 123) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tests.Perf_BigInteger.ToStringD%28numberString%3A%20123%29.html) | -9.87% | 20.017670 | 18.040938 | +| System.Numerics.Tests.Perf_BigInteger.ToStringD(numberString: 123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678... | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tests.Perf_BigInteger.ToStringD%28numberString%3A%20123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678.html) | -8.07% | 669.752428 | 615.708457 | +| System.Numerics.Tests.Perf_Matrix4x4.CreateRotationYBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tests.Perf_Matrix4x4.CreateRotationYBenchmark.html) | -8.54% | 1.827103 | 1.671142 | +| System.Numerics.Tests.Perf_Matrix4x4.CreateScaleFromScalarWithCenterBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tests.Perf_Matrix4x4.CreateScaleFromScalarWithCenterBenchmark.html) | -8.46% | 1.683286 | 1.540812 | +| System.Numerics.Tests.Perf_Matrix4x4.IsIdentityBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tests.Perf_Matrix4x4.IsIdentityBenchmark.html) | -8.10% | 2.182075 | 2.005420 | +| System.Numerics.Tests.Perf_Matrix4x4.MultiplyByMatrixOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tests.Perf_Matrix4x4.MultiplyByMatrixOperatorBenchmark.html) | -8.33% | N/A | N/A | +| System.Numerics.Tests.Perf_Plane.DotBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tests.Perf_Plane.DotBenchmark.html) | -8.13% | 2.035871 | 1.870440 | +| System.Numerics.Tests.Perf_Plane.NormalizeBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tests.Perf_Plane.NormalizeBenchmark.html) | -8.38% | 2.303719 | 2.110676 | +| System.Numerics.Tests.Perf_Vector3.DistanceBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tests.Perf_Vector3.DistanceBenchmark.html) | -8.14% | 2.093349 | 1.923053 | +| System.Numerics.Tests.Perf_Vector3.DistanceSquaredBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tests.Perf_Vector3.DistanceSquaredBenchmark.html) | -7.90% | 2.060190 | 1.897369 | +| System.Numerics.Tests.Perf_Vector3.DotBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tests.Perf_Vector3.DotBenchmark.html) | -8.14% | 2.032970 | 1.867466 | +| System.Numerics.Tests.Perf_VectorOf.GetHashCodeBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28Int64%29.GetHashCodeBenchmark.html) | -8.41% | 11.550284 | 10.578964 | +| System.Perf_Convert.ToDateTime_String(value: "Thursday, February 26, 2009") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Perf_Convert.ToDateTime_String%28value%3A%20%22Thursday%2C%20February%2026%2C%202009%22%29.html) | -8.65% | 266.636763 | 243.574390 | +| System.Reflection.Activator.CreateInstanceType | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Reflection.Activator%28EmptyStruct%29.CreateInstanceType.html) | -8.84% | 10.778647 | 9.825431 | +| System.Reflection.Attributes.GetCustomAttributesMethodBaseMiss | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Reflection.Attributes.GetCustomAttributesMethodBaseMiss.html) | -8.27% | 94.259641 | 86.462065 | +| System.Reflection.Attributes.IsDefinedClassHit | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Reflection.Attributes.IsDefinedClassHit.html) | -8.04% | 356.374150 | 327.733726 | +| System.Reflection.Attributes.IsDefinedClassHitInherit | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Reflection.Attributes.IsDefinedClassHitInherit.html) | -9.49% | 354.362699 | 320.723249 | +| System.Reflection.Attributes.IsDefinedMethodOverrideHitInherit | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Reflection.Attributes.IsDefinedMethodOverrideHitInherit.html) | -8.13% | 366.110058 | 336.353996 | +| System.Reflection.Invoke.Ctor4_ActivatorCreateInstance | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Reflection.Invoke.Ctor4_ActivatorCreateInstance.html) | -8.07% | 316.836162 | 291.257187 | +| System.Reflection.Invoke.Ctor4_int_string_struct_class_ConstructorInvoker | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Reflection.Invoke.Ctor4_int_string_struct_class_ConstructorInvoker.html) | -9.54% | 17.021216 | 15.397419 | +| System.Reflection.Metadata.Perf_TypeName.ParseAndGetAssemblyQualifiedName(input: typeof(System.Collections.Generic.Dictionary)) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Reflection.Metadata.Perf_TypeName.ParseAndGetAssemblyQualifiedName%28input%3A%20typeof%28System.Collections.Generic.Dictionary%28String%2C%20Boolean%29%29%29.html) | -8.34% | 2997.763818 | 2747.869669 | +| System.Reflection.Metadata.Perf_TypeName.ParseAndGetAssemblyQualifiedName(input: typeof(System.Int32&)) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Reflection.Metadata.Perf_TypeName.ParseAndGetAssemblyQualifiedName%28input%3A%20typeof%28System.Int32%26%29%29.html) | -7.66% | 1043.026478 | 963.106004 | +| System.Reflection.Metadata.Perf_TypeName.ParseAndGetAssemblyQualifiedName(input: typeof(System.Int32*)) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Reflection.Metadata.Perf_TypeName.ParseAndGetAssemblyQualifiedName%28input%3A%20typeof%28System.Int32%2A%29%29.html) | -8.32% | 1041.173377 | 954.531766 | +| System.Reflection.Metadata.Perf_TypeName.ParseAndGetAssemblyQualifiedName(input: typeof(System.Int32[*])) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Reflection.Metadata.Perf_TypeName.ParseAndGetAssemblyQualifiedName%28input%3A%20typeof%28System.Int32%5B%2A%5D%29%29.html) | -8.73% | 1050.460329 | 958.797141 | +| System.Reflection.Metadata.Perf_TypeName.ParseAndGetAssemblyQualifiedName(input: typeof(System.Int32[,])) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Reflection.Metadata.Perf_TypeName.ParseAndGetAssemblyQualifiedName%28input%3A%20typeof%28System.Int32%5B%2C%5D%29%29.html) | -8.54% | 1053.077206 | 963.097457 | +| System.Reflection.Metadata.Perf_TypeName.ParseAndGetAssemblyQualifiedName(input: typeof(System.Int32[])) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Reflection.Metadata.Perf_TypeName.ParseAndGetAssemblyQualifiedName%28input%3A%20typeof%28System.Int32%5B%5D%29%29.html) | -9.04% | 1047.968482 | 953.188320 | +| System.Reflection.Metadata.Perf_TypeName.ParseAndGetAssemblyQualifiedName(input: typeof(System.Reflection.Metadata.NestedGeneric)) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Reflection.Metadata.Perf_TypeName.ParseAndGetAssemblyQualifiedName%28input%3A%20typeof%28System.Reflection.Metadata.NestedGeneric%28String%2C%20Boolean%29%29%29.html) | -7.99% | 2910.384812 | 2677.817837 | +| System.Reflection.Metadata.Perf_TypeName.ParseAndGetFullName(input: typeof(System.Reflection.Metadata.NestedGeneric)) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Reflection.Metadata.Perf_TypeName.ParseAndGetFullName%28input%3A%20typeof%28System.Reflection.Metadata.NestedGeneric%28String%2C%20Boolean%29%29%29.html) | -8.26% | 2105.804493 | 1931.769631 | +| System.Runtime.InteropServices.Tests.SafeHandleTests.AddRef_GetHandle_Release | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Runtime.InteropServices.Tests.SafeHandleTests.AddRef_GetHandle_Release.html) | -7.95% | 15.841856 | 14.582696 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.GreaterThanOrEqualAllBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Byte%29.GreaterThanOrEqualAllBenchmark.html) | -9.63% | 1.581000 | 1.428724 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.GreaterThanOrEqualAllBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Int16%29.GreaterThanOrEqualAllBenchmark.html) | -9.92% | 1.585353 | 1.428124 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.LessThanOrEqualAllBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Int16%29.LessThanOrEqualAllBenchmark.html) | -9.63% | 1.586749 | 1.433971 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.MinBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Int64%29.MinBenchmark.html) | -8.20% | 1.521470 | 1.396736 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.SquareRootBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Int64%29.SquareRootBenchmark.html) | -9.55% | 7.087066 | 6.410223 | +| System.Security.Cryptography.Tests.Perf_CryptoConfig.CreateFromName(name: "RSA") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Security.Cryptography.Tests.Perf_CryptoConfig.CreateFromName%28name%3A%20%22RSA%22%29.html) | -8.77% | 373.163871 | 340.428333 | +| System.Tests.Perf_Array.ArrayAssign3D | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Array.ArrayAssign3D.html) | -9.90% | 638713.966149 | 575468.969057 | +| System.Tests.Perf_Boolean.TryParse(value: " True ") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Boolean.TryParse%28value%3A%20%22%20True%20%22%29.html) | -8.61% | 9.243155 | 8.446886 | +| System.Tests.Perf_Char.Char_ToUpper(c: 'A', cultureName: en-US) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Char.Char_ToUpper%28c%3A%20%27A%27%2C%20cultureName%3A%20en-US%29.html) | -8.80% | 3.849003 | 3.510479 | +| System.Tests.Perf_DateTime.Day | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_DateTime.Day.html) | -9.40% | 3.070780 | 2.782269 | +| System.Tests.Perf_DateTime.Month | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_DateTime.Month.html) | -8.47% | 3.308719 | 3.028584 | +| System.Tests.Perf_DateTime.ToString(format: "s") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_DateTime.ToString%28format%3A%20%22s%22%29.html) | -9.41% | 23.704055 | 21.473990 | +| System.Tests.Perf_Decimal.Mod | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Decimal.Mod.html) | -9.93% | 12.133442 | 10.929109 | +| System.Tests.Perf_Decimal.ToString(value: 123456.789) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Decimal.ToString%28value%3A%20123456.789%29.html) | -8.74% | 56.986933 | 52.007365 | +| System.Tests.Perf_Double.ToString(value: -1.7976931348623157E+308) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Double.ToString%28value%3A%20-1.7976931348623157E%2B308%29.html) | -9.33% | 179.648954 | 162.887692 | +| System.Tests.Perf_Double.ToString(value: 1.7976931348623157E+308) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Double.ToString%28value%3A%201.7976931348623157E%2B308%29.html) | -8.44% | 178.736180 | 163.644762 | +| System.Tests.Perf_Double.ToStringWithCultureInfo(value: -1.7976931348623157E+308, culture: zh) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Double.ToStringWithCultureInfo%28value%3A%20-1.7976931348623157E%2B308%2C%20culture%3A%20zh%29.html) | -9.03% | 178.086907 | 162.008551 | +| System.Tests.Perf_Double.ToStringWithFormat(value: -1.7976931348623157E+308, format: "E") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Double.ToStringWithFormat%28value%3A%20-1.7976931348623157E%2B308%2C%20format%3A%20%22E%22%29.html) | -9.67% | 132.490844 | 119.674128 | +| System.Tests.Perf_Double.ToStringWithFormat(value: -1.7976931348623157E+308, format: "G") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Double.ToStringWithFormat%28value%3A%20-1.7976931348623157E%2B308%2C%20format%3A%20%22G%22%29.html) | -8.52% | 180.116021 | 164.761804 | +| System.Tests.Perf_Double.ToStringWithFormat(value: 1.7976931348623157E+308, format: "E") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Double.ToStringWithFormat%28value%3A%201.7976931348623157E%2B308%2C%20format%3A%20%22E%22%29.html) | -9.13% | 130.652323 | 118.720039 | +| System.Tests.Perf_Double.ToStringWithFormat(value: 1.7976931348623157E+308, format: "G") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Double.ToStringWithFormat%28value%3A%201.7976931348623157E%2B308%2C%20format%3A%20%22G%22%29.html) | -8.37% | 178.710894 | 163.749081 | +| System.Tests.Perf_Double.ToStringWithFormat(value: 1.7976931348623157E+308, format: "G17") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Double.ToStringWithFormat%28value%3A%201.7976931348623157E%2B308%2C%20format%3A%20%22G17%22%29.html) | -7.77% | 171.835705 | 158.488527 | +| System.Tests.Perf_Double.ToStringWithFormat(value: 12345, format: "E") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Double.ToStringWithFormat%28value%3A%2012345%2C%20format%3A%20%22E%22%29.html) | -9.15% | 129.611167 | 117.757774 | +| System.Tests.Perf_Enum.GetValuesAsUnderlyingType_NonGeneric | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Enum.GetValuesAsUnderlyingType_NonGeneric.html) | -9.98% | 21.455078 | 19.314612 | +| System.Tests.Perf_Enum.InterpolateIntoString(value: Red, Green) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Enum.InterpolateIntoString%28value%3A%20Red%2C%20Green%29.html) | -8.21% | 140.633879 | 129.085178 | +| System.Tests.Perf_Enum.InterpolateIntoStringBuilder_NonFlags(value: Saturday) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Enum.InterpolateIntoStringBuilder_NonFlags%28value%3A%20Saturday%29.html) | -9.31% | 101.921418 | 92.432093 | +| System.Tests.Perf_Enum.Parse_Flags(text: "Red, Orange, Yellow, Green, Blue") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Enum.Parse_Flags%28text%3A%20%22Red%2C%20Orange%2C%20Yellow%2C%20Green%2C%20Blue%22%29.html) | -7.74% | 103.194182 | 95.209279 | +| System.Tests.Perf_Enum.ToString_Format_Flags_Large(value: All, format: "g") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Enum.ToString_Format_Flags_Large%28value%3A%20All%2C%20format%3A%20%22g%22%29.html) | -8.17% | 19.104069 | 17.542517 | +| System.Tests.Perf_Enum.ToString_Format_NonFlags(value: Monday, format: "g") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Enum.ToString_Format_NonFlags%28value%3A%20Monday%2C%20format%3A%20%22g%22%29.html) | -8.18% | 15.383471 | 14.124909 | +| System.Tests.Perf_Enum.ToString_NonFlags_Large(value: 42) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Enum.ToString_NonFlags_Large%28value%3A%2042%29.html) | -8.43% | 15.477676 | 14.173421 | +| System.Tests.Perf_Enum.ToString_NonFlags_Large(value: Control) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Enum.ToString_NonFlags_Large%28value%3A%20Control%29.html) | -9.84% | 13.868139 | 12.503524 | +| System.Tests.Perf_Enum.ToString_NonFlags_Large(value: Format) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Enum.ToString_NonFlags_Large%28value%3A%20Format%29.html) | -8.82% | 13.838836 | 12.617948 | +| System.Tests.Perf_Enum.ToString_NonFlags_Large(value: OtherNotAssigned) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Enum.ToString_NonFlags_Large%28value%3A%20OtherNotAssigned%29.html) | -9.77% | 13.940861 | 12.579472 | +| System.Tests.Perf_Enum.ToString_NonFlags_Large(value: UppercaseLetter) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Enum.ToString_NonFlags_Large%28value%3A%20UppercaseLetter%29.html) | -9.49% | 13.995530 | 12.667419 | +| System.Tests.Perf_Enum.ToString_NonFlags_Small(value: TopDirectoryOnly) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Enum.ToString_NonFlags_Small%28value%3A%20TopDirectoryOnly%29.html) | -9.13% | 13.891095 | 12.623381 | +| System.Tests.Perf_Environment.GetEnvironmentVariables | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Environment.GetEnvironmentVariables.html) | -9.18% | 10189.871962 | 9254.027208 | +| System.Tests.Perf_Int32.Parse(value: "12345") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Int32.Parse%28value%3A%20%2212345%22%29.html) | -9.00% | 13.185453 | 11.998417 | +| System.Tests.Perf_Int32.TryFormat(value: 2147483647) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Int32.TryFormat%28value%3A%202147483647%29.html) | -9.16% | 7.608108 | 6.910947 | +| System.Tests.Perf_Random.NextDouble_unseeded | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Random.NextDouble_unseeded.html) | -7.83% | 3.683483 | 3.394965 | +| System.Tests.Perf_Single.ToStringWithCultureInfo(value: 3.4028235E+38, culture: zh) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Single.ToStringWithCultureInfo%28value%3A%203.4028235E%2B38%2C%20culture%3A%20zh%29.html) | -8.92% | 119.671316 | 108.999499 | +| System.Tests.Perf_Single.ToStringWithFormat(value: 12345, format: "E") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Single.ToStringWithFormat%28value%3A%2012345%2C%20format%3A%20%22E%22%29.html) | -8.79% | 129.735629 | 118.330284 | +| System.Tests.Perf_Single.ToStringWithFormat(value: 12345, format: "F50") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Single.ToStringWithFormat%28value%3A%2012345%2C%20format%3A%20%22F50%22%29.html) | -9.31% | 201.057334 | 182.329490 | +| System.Tests.Perf_String.Trim(s: " Test") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_String.Trim%28s%3A%20%22%20Test%22%29.html) | -8.78% | 16.791310 | 15.316795 | +| System.Tests.Perf_String.Trim(s: "Test ") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_String.Trim%28s%3A%20%22Test%20%22%29.html) | -8.70% | 16.748274 | 15.290859 | +| System.Tests.Perf_String.TrimEnd_CharArr(s: "Test ", c: [' ', ' ']) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_String.TrimEnd_CharArr%28s%3A%20%22Test%20%22%2C%20c%3A%20%5B%27%20%27%2C%20%27%E2%80%85%27%5D%29.html) | -8.89% | 17.472604 | 15.919138 | +| System.Tests.Perf_String.TrimEnd_CharArr(s: "Test", c: [' ', ' ']) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_String.TrimEnd_CharArr%28s%3A%20%22Test%22%2C%20c%3A%20%5B%27%20%27%2C%20%27%E2%80%85%27%5D%29.html) | -8.90% | 6.849189 | 6.239943 | +| System.Tests.Perf_String.TrimStart(s: " Test") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_String.TrimStart%28s%3A%20%22%20Test%22%29.html) | -9.50% | 15.422221 | 13.957763 | +| System.Tests.Perf_String.Trim_CharArr(s: " Test", c: [' ', ' ']) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_String.Trim_CharArr%28s%3A%20%22%20Test%22%2C%20c%3A%20%5B%27%20%27%2C%20%27%E2%80%85%27%5D%29.html) | -8.47% | 18.990428 | 17.382321 | +| System.Tests.Perf_Type.GetType_FullyQualifiedNames(input: typeof(System.Collections.Generic.Dictionary`2[])) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Type.GetType_FullyQualifiedNames%28input%3A%20typeof%28System.Collections.Generic.Dictionary%602%5B%5D%29%29.html) | -7.64% | 4048.616562 | 3739.165717 | +| System.Tests.Perf_Type.GetType_FullyQualifiedNames(input: typeof(System.Tests.NestedGeneric)) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Type.GetType_FullyQualifiedNames%28input%3A%20typeof%28System.Tests.NestedGeneric%28String%2C%20Boolean%29%29%29.html) | -9.39% | 4139.196683 | 3750.589397 | +| System.Tests.Perf_Type.GetType_Resolvers(input: typeof(System.Tests.Nested)) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Type.GetType_Resolvers%28input%3A%20typeof%28System.Tests.Nested%29%29.html) | -9.75% | 212.366038 | 191.652887 | +| System.Tests.Perf_Type.op_Equality | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Type.op_Equality.html) | -9.15% | 2.580359 | 2.344160 | +| System.Tests.Perf_UInt32.TryFormat(value: 12345) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_UInt32.TryFormat%28value%3A%2012345%29.html) | -8.22% | 5.448113 | 5.000093 | +| System.Tests.Perf_Uri.CtorIdnHostPathAndQuery(input: "http://host/path with escapable values?key=ünicode") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Uri.CtorIdnHostPathAndQuery%28input%3A%20%22http%3A//host/path%20with%20escapable%20values%3Fkey%3D%C3%BCnicode%22%29.html) | -8.33% | 684.755334 | 627.749152 | +| System.Tests.Perf_Uri.DnsSafeHost | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Uri.DnsSafeHost.html) | -8.22% | 219.791311 | 201.720340 | +| System.Tests.Perf_Uri.UnescapeDataString(input: "%E4%BD%A0%E5%A5%BD") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Uri.UnescapeDataString%28input%3A%20%22%25E4%25BD%25A0%25E5%25A5%25BD%22%29.html) | -9.35% | 59.607639 | 54.033179 | +| System.Tests.Perf_Uri.UnescapeDataString(input: "abc%20def%20ghi%20") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Uri.UnescapeDataString%28input%3A%20%22abc%2520def%2520ghi%2520%22%29.html) | -9.27% | 51.939432 | 47.127035 | +| System.Tests.Perf_Version.Ctor2 | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Version.Ctor2.html) | -7.66% | 8.466626 | 7.817727 | +| System.Tests.Perf_Version.Ctor3 | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Version.Ctor3.html) | -9.75% | 8.798603 | 7.940366 | +| System.Tests.Perf_Version.Ctor4 | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Version.Ctor4.html) | -9.16% | 8.788511 | 7.983249 | +| System.Tests.Perf_Version.TryFormat3 | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Version.TryFormat3.html) | -9.98% | 16.027335 | 14.427236 | +| System.Text.Encodings.Web.Tests.Perf_Encoders.EncodeUtf8(arguments: JavaScript,&Hello+!,16) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Encodings.Web.Tests.Perf_Encoders.EncodeUtf8%28arguments%3A%20JavaScript%2C%26Hello%2B%28World%29%21%2C16%29.html) | -8.94% | N/A | N/A | +| System.Text.Json.Document.Tests.Perf_DocumentParse.Parse(IsDataIndented: False, TestRandomAccess: False, TestCase: BasicJson) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Document.Tests.Perf_DocumentParse.Parse%28IsDataIndented%3A%20False%2C%20TestRandomAccess%3A%20False%2C%20TestCase%3A%20BasicJson%29.html) | -8.74% | 578.110133 | 527.589838 | +| System.Text.Json.Document.Tests.Perf_DocumentParse.Parse(IsDataIndented: False, TestRandomAccess: False, TestCase: Json400B) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Document.Tests.Perf_DocumentParse.Parse%28IsDataIndented%3A%20False%2C%20TestRandomAccess%3A%20False%2C%20TestCase%3A%20Json400B%29.html) | -7.61% | 720.599726 | 665.783572 | +| System.Text.Json.Document.Tests.Perf_DocumentParse.Parse(IsDataIndented: False, TestRandomAccess: True, TestCase: BasicJson) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Document.Tests.Perf_DocumentParse.Parse%28IsDataIndented%3A%20False%2C%20TestRandomAccess%3A%20True%2C%20TestCase%3A%20BasicJson%29.html) | -9.74% | 1056.990187 | 954.022293 | +| System.Text.Json.Document.Tests.Perf_DocumentParse.Parse(IsDataIndented: True, TestRandomAccess: False, TestCase: BasicJson) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Document.Tests.Perf_DocumentParse.Parse%28IsDataIndented%3A%20True%2C%20TestRandomAccess%3A%20False%2C%20TestCase%3A%20BasicJson%29.html) | -9.46% | 737.043713 | 667.351568 | +| System.Text.Json.Document.Tests.Perf_DocumentParse.Parse(IsDataIndented: True, TestRandomAccess: True, TestCase: BasicJson) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Document.Tests.Perf_DocumentParse.Parse%28IsDataIndented%3A%20True%2C%20TestRandomAccess%3A%20True%2C%20TestCase%3A%20BasicJson%29.html) | -9.53% | 1212.850151 | 1097.220805 | +| System.Text.Json.Document.Tests.Perf_DocumentParse.Parse(IsDataIndented: True, TestRandomAccess: True, TestCase: Json400B) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Document.Tests.Perf_DocumentParse.Parse%28IsDataIndented%3A%20True%2C%20TestRandomAccess%3A%20True%2C%20TestCase%3A%20Json400B%29.html) | -9.76% | 1905.792093 | 1719.800320 | +| System.Text.Json.Document.Tests.Perf_EnumerateArray.EnumerateArray(TestCase: ArrayOfStrings) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Document.Tests.Perf_EnumerateArray.EnumerateArray%28TestCase%3A%20ArrayOfStrings%29.html) | -8.19% | N/A | N/A | +| System.Text.Json.Document.Tests.Perf_ParseThenWrite.ParseThenWrite(IsDataIndented: False, TestCase: BroadTree) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Document.Tests.Perf_ParseThenWrite.ParseThenWrite%28IsDataIndented%3A%20False%2C%20TestCase%3A%20BroadTree%29.html) | -8.98% | 15311.379153 | 13936.607000 | +| System.Text.Json.Document.Tests.Perf_ParseThenWrite.ParseThenWrite(IsDataIndented: False, TestCase: Json400B) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Document.Tests.Perf_ParseThenWrite.ParseThenWrite%28IsDataIndented%3A%20False%2C%20TestCase%3A%20Json400B%29.html) | -8.01% | 1433.605010 | 1318.722214 | +| System.Text.Json.Document.Tests.Perf_ParseThenWrite.ParseThenWrite(IsDataIndented: False, TestCase: LotsOfNumbers) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Document.Tests.Perf_ParseThenWrite.ParseThenWrite%28IsDataIndented%3A%20False%2C%20TestCase%3A%20LotsOfNumbers%29.html) | -8.05% | 3694.915357 | 3397.654828 | +| System.Text.Json.Document.Tests.Perf_ParseThenWrite.ParseThenWrite(IsDataIndented: True, TestCase: LotsOfNumbers) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Document.Tests.Perf_ParseThenWrite.ParseThenWrite%28IsDataIndented%3A%20True%2C%20TestCase%3A%20LotsOfNumbers%29.html) | -9.23% | 4514.360228 | 4097.512652 | +| System.Text.Json.Node.Tests.Perf_ParseThenWrite.ParseThenWrite(IsDataIndented: False, TestCase: Json4KB) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Node.Tests.Perf_ParseThenWrite.ParseThenWrite%28IsDataIndented%3A%20False%2C%20TestCase%3A%20Json4KB%29.html) | -7.59% | 19509.838857 | 18029.467641 | +| System.Text.Json.Node.Tests.Perf_ParseThenWrite.ParseThenWrite(IsDataIndented: False, TestCase: LotsOfStrings) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Node.Tests.Perf_ParseThenWrite.ParseThenWrite%28IsDataIndented%3A%20False%2C%20TestCase%3A%20LotsOfStrings%29.html) | -9.86% | 4519.836611 | 4074.315640 | +| System.Text.Json.Node.Tests.Perf_ParseThenWrite.ParseThenWrite(IsDataIndented: True, TestCase: Json400KB) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Node.Tests.Perf_ParseThenWrite.ParseThenWrite%28IsDataIndented%3A%20True%2C%20TestCase%3A%20Json400KB%29.html) | -8.45% | 2879088.444805 | 2635795.753247 | +| System.Text.Json.Serialization.Tests.ColdStartSerialization.NewCustomizedOptions | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ColdStartSerialization%28SimpleStructWithProperties%29.NewCustomizedOptions.html) | -8.22% | 903.382224 | 829.140410 | +| System.Text.Json.Serialization.Tests.ColdStartSerialization.NewDefaultOptions | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ColdStartSerialization%28SimpleStructWithProperties%29.NewDefaultOptions.html) | -7.73% | 852.477958 | 786.576262 | +| System.Text.Json.Serialization.Tests.ColdStartSerialization.NewJsonSerializerContext | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ColdStartSerialization%28SimpleStructWithProperties%29.NewJsonSerializerContext.html) | -7.85% | 812.668594 | 748.876317 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromStream(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28BinaryData%29.DeserializeFromStream%28Mode%3A%20Reflection%29.html) | -7.74% | 580.886550 | 535.931380 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromString(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28ClassRecord%29.DeserializeFromString%28Mode%3A%20Reflection%29.html) | -9.44% | 646.159164 | 585.158832 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromString(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28ClassRecord%29.DeserializeFromString%28Mode%3A%20SourceGen%29.html) | -9.59% | 640.700408 | 579.283191 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromUtf8Bytes(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28ClassRecord%29.DeserializeFromUtf8Bytes%28Mode%3A%20Reflection%29.html) | -9.05% | 600.670645 | 546.303736 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromUtf8Bytes(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28ClassRecord%29.DeserializeFromUtf8Bytes%28Mode%3A%20SourceGen%29.html) | -9.02% | 602.255656 | 547.942657 | +| System.Text.Json.Serialization.Tests.ReadJson>.DeserializeFromReader(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28ImmutableSortedDictionary%28String%2C%20String%29%29.DeserializeFromReader%28Mode%3A%20Reflection%29.html) | -9.59% | 58476.809719 | 52870.500785 | +| System.Text.Json.Serialization.Tests.ReadJson>.DeserializeFromReader(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28ImmutableSortedDictionary%28String%2C%20String%29%29.DeserializeFromReader%28Mode%3A%20SourceGen%29.html) | -9.41% | 58653.916216 | 53136.564562 | +| System.Text.Json.Serialization.Tests.ReadJson>.DeserializeFromStream(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28ImmutableSortedDictionary%28String%2C%20String%29%29.DeserializeFromStream%28Mode%3A%20Reflection%29.html) | -8.81% | 57080.663622 | 52050.484453 | +| System.Text.Json.Serialization.Tests.ReadJson>.DeserializeFromStream(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28ImmutableSortedDictionary%28String%2C%20String%29%29.DeserializeFromStream%28Mode%3A%20SourceGen%29.html) | -9.38% | 56106.853261 | 50841.914559 | +| System.Text.Json.Serialization.Tests.ReadJson>.DeserializeFromString(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28ImmutableSortedDictionary%28String%2C%20String%29%29.DeserializeFromString%28Mode%3A%20Reflection%29.html) | -8.35% | 55221.937960 | 50610.499922 | +| System.Text.Json.Serialization.Tests.ReadJson>.DeserializeFromUtf8Bytes(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28ImmutableSortedDictionary%28String%2C%20String%29%29.DeserializeFromUtf8Bytes%28Mode%3A%20Reflection%29.html) | -7.94% | 54883.797043 | 50524.115870 | +| System.Text.Json.Serialization.Tests.ReadJson>.DeserializeFromUtf8Bytes(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28ImmutableSortedDictionary%28String%2C%20String%29%29.DeserializeFromUtf8Bytes%28Mode%3A%20SourceGen%29.html) | -7.91% | 54786.504501 | 50454.295582 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeObjectProperty(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28BinaryData%29.SerializeObjectProperty%28Mode%3A%20Reflection%29.html) | -8.99% | 523.012766 | 476.003964 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeObjectProperty(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28BinaryData%29.SerializeObjectProperty%28Mode%3A%20SourceGen%29.html) | -8.30% | 499.084064 | 457.659958 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToString(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28BinaryData%29.SerializeToString%28Mode%3A%20Reflection%29.html) | -7.59% | 390.050522 | 360.451310 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToWriter(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28BinaryData%29.SerializeToWriter%28Mode%3A%20Reflection%29.html) | -9.04% | 140.565309 | 127.864255 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToString(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28ClassRecord%29.SerializeToString%28Mode%3A%20SourceGen%29.html) | -9.88% | 242.111793 | 218.190352 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToUtf8Bytes(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28ClassRecord%29.SerializeToUtf8Bytes%28Mode%3A%20SourceGen%29.html) | -7.60% | 203.310642 | 187.863873 | +| System.Text.Json.Serialization.Tests.WriteJson>.SerializeToWriter(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28Dictionary%28String%2C%20String%29%29.SerializeToWriter%28Mode%3A%20SourceGen%29.html) | -8.40% | 4751.608636 | 4352.325544 | +| System.Text.Json.Serialization.Tests.WriteJson>.SerializeToWriter(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28ImmutableDictionary%28String%2C%20String%29%29.SerializeToWriter%28Mode%3A%20Reflection%29.html) | -9.15% | 11812.107439 | 10731.826478 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToUtf8Bytes(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28Location%29.SerializeToUtf8Bytes%28Mode%3A%20SourceGen%29.html) | -9.33% | 398.418463 | 361.247442 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToWriter(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28Location%29.SerializeToWriter%28Mode%3A%20SourceGen%29.html) | -8.51% | 338.413486 | 309.622334 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToStream(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28MyEventsListerViewModel%29.SerializeToStream%28Mode%3A%20Reflection%29.html) | -9.73% | 220759.214628 | 199277.971074 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToStream(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28MyEventsListerViewModel%29.SerializeToStream%28Mode%3A%20SourceGen%29.html) | -9.30% | 219617.331501 | 199182.135510 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToString(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28MyEventsListerViewModel%29.SerializeToString%28Mode%3A%20SourceGen%29.html) | -7.99% | 278113.583112 | 255898.407823 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToWriter(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28MyEventsListerViewModel%29.SerializeToWriter%28Mode%3A%20SourceGen%29.html) | -8.39% | 193661.613608 | 177411.144970 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToUtf8Bytes(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28StructRecord%29.SerializeToUtf8Bytes%28Mode%3A%20Reflection%29.html) | -9.47% | 277.885418 | 251.570737 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToString(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28TreeRecord%29.SerializeToString%28Mode%3A%20Reflection%29.html) | -9.88% | 9270.122073 | 8354.506144 | +| System.Text.Json.Tests.Perf_Base64.WriteByteArrayAsBase64_NoEscaping(NumberOfBytes: 1000) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Base64.WriteByteArrayAsBase64_NoEscaping%28NumberOfBytes%3A%201000%29.html) | -7.55% | 112.432382 | 103.945596 | +| System.Text.Json.Tests.Perf_Basic.WriteBasicUtf16(Formatted: False, SkipValidation: True, DataSize: 10) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Basic.WriteBasicUtf16%28Formatted%3A%20False%2C%20SkipValidation%3A%20True%2C%20DataSize%3A%2010%29.html) | -8.29% | 520.289934 | 477.166592 | +| System.Text.Json.Tests.Perf_Basic.WriteBasicUtf16(Formatted: True, SkipValidation: True, DataSize: 10) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Basic.WriteBasicUtf16%28Formatted%3A%20True%2C%20SkipValidation%3A%20True%2C%20DataSize%3A%2010%29.html) | -8.23% | 630.887251 | 578.950148 | +| System.Text.Json.Tests.Perf_Deep.WriteDeepUtf8(Formatted: False, SkipValidation: False) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Deep.WriteDeepUtf8%28Formatted%3A%20False%2C%20SkipValidation%3A%20False%29.html) | -9.73% | 3716021.348614 | 3354485.186834 | +| System.Text.Json.Tests.Perf_Doubles.WriteDoubles(Formatted: False, SkipValidation: True) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Doubles.WriteDoubles%28Formatted%3A%20False%2C%20SkipValidation%3A%20True%29.html) | -7.98% | 16179534.032143 | 14888130.489286 | +| System.Text.Json.Tests.Perf_Doubles.WriteDoubles(Formatted: True, SkipValidation: True) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Doubles.WriteDoubles%28Formatted%3A%20True%2C%20SkipValidation%3A%20True%29.html) | -7.56% | 16628018.110714 | 15371543.398810 | +| System.Text.Json.Tests.Perf_Get.GetDateTimeOffset | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Get.GetDateTimeOffset.html) | -7.80% | 4503.895250 | 4152.709074 | +| System.Text.Json.Tests.Perf_Get.GetDouble | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Get.GetDouble.html) | -8.32% | 3880.163009 | 3557.340355 | +| System.Text.Json.Tests.Perf_Get.GetInt64 | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Get.GetInt64.html) | -8.71% | 470.406156 | 429.441321 | +| System.Text.Json.Tests.Perf_Get.GetString | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Get.GetString.html) | -8.18% | 3008.946381 | 2762.717100 | +| System.Text.Json.Tests.Perf_Reader.ReadSingleSpanSequenceEmptyLoop(IsDataCompact: False, TestCase: Json4KB) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Reader.ReadSingleSpanSequenceEmptyLoop%28IsDataCompact%3A%20False%2C%20TestCase%3A%20Json4KB%29.html) | -9.42% | 5171.312843 | 4684.136301 | +| System.Text.Json.Tests.Perf_Reader.ReadSingleSpanSequenceEmptyLoop(IsDataCompact: True, TestCase: BroadTree) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Reader.ReadSingleSpanSequenceEmptyLoop%28IsDataCompact%3A%20True%2C%20TestCase%3A%20BroadTree%29.html) | -8.70% | 4508.532824 | 4116.298478 | +| System.Text.Json.Tests.Perf_Segment.ReadSingleSegmentSequence(TestCase: Json40KB) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Segment.ReadSingleSegmentSequence%28TestCase%3A%20Json40KB%29.html) | -8.93% | 51074.257677 | 46512.857528 | +| System.Text.Json.Tests.Perf_Segment.ReadSingleSegmentSequence(TestCase: Json4KB) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Segment.ReadSingleSegmentSequence%28TestCase%3A%20Json4KB%29.html) | -8.70% | 5114.272417 | 4669.370731 | +| System.Text.Json.Tests.Utf8JsonReaderCommentsTests.Utf8JsonReaderCommentParsing(CommentHandling: Skip, SegmentSize: 100, TestCase: LongSingleLine) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Tests.Utf8JsonReaderCommentsTests.Utf8JsonReaderCommentParsing%28CommentHandling%3A%20Skip%2C%20SegmentSize%3A%20100%2C%20TestCase%3A%20LongSingleLine%29.html) | -9.98% | 519.084372 | 467.256272 | +| System.Text.Perf_Ascii.ToLower_Chars(Size: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Perf_Ascii.ToLower_Chars%28Size%3A%20128%29.html) | -9.33% | 21.490476 | 19.485334 | +| System.Text.Perf_Ascii.ToUpper_Bytes_Chars(Size: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Perf_Ascii.ToUpper_Bytes_Chars%28Size%3A%20128%29.html) | -9.08% | 15.504496 | 14.096045 | +| System.Text.Perf_Ascii.ToUpper_Chars(Size: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Perf_Ascii.ToUpper_Chars%28Size%3A%20128%29.html) | -8.53% | 21.077407 | 19.279961 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Cache.IsMatch(total: 40000, unique: 1600, cacheSize: 800) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.RegularExpressions.Tests.Perf_Regex_Cache.IsMatch%28total%3A%2040000%2C%20unique%3A%201600%2C%20cacheSize%3A%20800%29.html) | -9.71% | 67012661.726190 | 60503499.494048 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Cache.IsMatch_Multithreading(total: 40000, unique: 7, cacheSize: 0) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.RegularExpressions.Tests.Perf_Regex_Cache.IsMatch_Multithreading%28total%3A%2040000%2C%20unique%3A%207%2C%20cacheSize%3A%200%29.html) | -8.08% | 13031827.078947 | 11979011.916219 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Cache.IsMatch_Multithreading(total: 400000, unique: 1, cacheSize: 15) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.RegularExpressions.Tests.Perf_Regex_Cache.IsMatch_Multithreading%28total%3A%20400000%2C%20unique%3A%201%2C%20cacheSize%3A%2015%29.html) | -8.58% | N/A | N/A | +| System.Text.RegularExpressions.Tests.Perf_Regex_Common.Backtracking(Options: Compiled) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.RegularExpressions.Tests.Perf_Regex_Common.Backtracking%28Options%3A%20Compiled%29.html) | -8.70% | 93.915664 | 85.747320 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Common.Ctor(Options: None) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.RegularExpressions.Tests.Perf_Regex_Common.Ctor%28Options%3A%20None%29.html) | -9.21% | 4577.543827 | 4155.748422 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Common.CtorInvoke(Options: None) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.RegularExpressions.Tests.Perf_Regex_Common.CtorInvoke%28Options%3A%20None%29.html) | -9.53% | 4710.480500 | 4261.337222 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Common.Date_IsMatch(Options: None) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.RegularExpressions.Tests.Perf_Regex_Common.Date_IsMatch%28Options%3A%20None%29.html) | -8.99% | 136.324957 | 124.068732 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Common.Date_IsNotMatch(Options: Compiled) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.RegularExpressions.Tests.Perf_Regex_Common.Date_IsNotMatch%28Options%3A%20Compiled%29.html) | -7.54% | 103.412715 | 95.617670 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Common.Email_IsMatch(Options: IgnoreCase, Compiled) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.RegularExpressions.Tests.Perf_Regex_Common.Email_IsMatch%28Options%3A%20IgnoreCase%2C%20Compiled%29.html) | -9.16% | 104.602686 | 95.023934 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Common.IP_IsMatch(Options: Compiled) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.RegularExpressions.Tests.Perf_Regex_Common.IP_IsMatch%28Options%3A%20Compiled%29.html) | -9.61% | 133.545729 | 120.713197 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Common.IP_IsMatch(Options: IgnoreCase, Compiled) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.RegularExpressions.Tests.Perf_Regex_Common.IP_IsMatch%28Options%3A%20IgnoreCase%2C%20Compiled%29.html) | -9.54% | 133.540429 | 120.797620 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Common.IP_IsNotMatch(Options: IgnoreCase, Compiled) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.RegularExpressions.Tests.Perf_Regex_Common.IP_IsNotMatch%28Options%3A%20IgnoreCase%2C%20Compiled%29.html) | -9.85% | 133.999397 | 120.796833 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Common.OneNodeBacktracking(Options: IgnoreCase, Compiled) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.RegularExpressions.Tests.Perf_Regex_Common.OneNodeBacktracking%28Options%3A%20IgnoreCase%2C%20Compiled%29.html) | -8.28% | 74.416062 | 68.253419 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Common.Uri_IsNotMatch(Options: None) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.RegularExpressions.Tests.Perf_Regex_Common.Uri_IsNotMatch%28Options%3A%20None%29.html) | -9.95% | 232.668976 | 209.514598 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Industry_BoostDocs_Simple.IsMatch(Id: 10, Options: Compiled) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.RegularExpressions.Tests.Perf_Regex_Industry_BoostDocs_Simple.IsMatch%28Id%3A%2010%2C%20Options%3A%20Compiled%29.html) | -8.26% | 39.040103 | 35.816623 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Industry_BoostDocs_Simple.IsMatch(Id: 11, Options: Compiled) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.RegularExpressions.Tests.Perf_Regex_Industry_BoostDocs_Simple.IsMatch%28Id%3A%2011%2C%20Options%3A%20Compiled%29.html) | -9.57% | 36.642012 | 33.137084 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Industry_BoostDocs_Simple.IsMatch(Id: 11, Options: NonBacktracking) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.RegularExpressions.Tests.Perf_Regex_Industry_BoostDocs_Simple.IsMatch%28Id%3A%2011%2C%20Options%3A%20NonBacktracking%29.html) | -8.75% | 48.219907 | 44.002432 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Industry_BoostDocs_Simple.IsMatch(Id: 12, Options: Compiled) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.RegularExpressions.Tests.Perf_Regex_Industry_BoostDocs_Simple.IsMatch%28Id%3A%2012%2C%20Options%3A%20Compiled%29.html) | -9.06% | 42.349172 | 38.512603 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Industry_BoostDocs_Simple.IsMatch(Id: 3, Options: Compiled) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.RegularExpressions.Tests.Perf_Regex_Industry_BoostDocs_Simple.IsMatch%28Id%3A%203%2C%20Options%3A%20Compiled%29.html) | -8.96% | 108.064826 | 98.385544 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Industry_BoostDocs_Simple.IsMatch(Id: 9, Options: None) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.RegularExpressions.Tests.Perf_Regex_Industry_BoostDocs_Simple.IsMatch%28Id%3A%209%2C%20Options%3A%20None%29.html) | -9.12% | 106.829614 | 97.090334 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Industry_Leipzig.Count(Pattern: ".{2,4}(Tom\|Sawyer\|Huckleberry\|Finn)", Options: NonBacktracking) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.RegularExpressions.Tests.Perf_Regex_Industry_Leipzig.Count%28Pattern%3A%20%22.%7B2%2C4%7D%28Tom%7CSawyer%7CHuckleberry%7CFinn%29%22%2C%20Options%3A%20NonBacktracking%29.html) | -7.88% | 59395541.827381 | 54717284.758929 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Industry_Mariomkas.Ctor(Pattern: "[\\w\\.+-]+@[\\w\\.-]+\\.[\\w\\.-]+", Options: Compiled) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.RegularExpressions.Tests.Perf_Regex_Industry_Mariomkas.Ctor%28Pattern%3A%20%22%5B%5C%5Cw%5C%5C.%2B-%5D%2B%40%5B%5C%5Cw%5C%5C.-%5D%2B%5C%5C.%5B%5C%5Cw%5C%5C.-%5D%2B%22%2C%20Options%3A%20Compiled%29.html) | -9.24% | 18033.689894 | 16367.829200 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Industry_RustLang_Sherlock.Count(Pattern: "Sher[a-z]+\|Hol[a-z]+", Options: Compiled) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.RegularExpressions.Tests.Perf_Regex_Industry_RustLang_Sherlock.Count%28Pattern%3A%20%22Sher%5Ba-z%5D%2B%7CHol%5Ba-z%5D%2B%22%2C%20Options%3A%20Compiled%29.html) | -9.40% | 72155.193431 | 65371.223584 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Industry_SliceSlice.Count(Options: Compiled) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.RegularExpressions.Tests.Perf_Regex_Industry_SliceSlice.Count%28Options%3A%20Compiled%29.html) | -8.36% | 415842548.839286 | 381073841.428571 | +| System.Threading.Tasks.ValueTaskPerfTest.CreateAndAwait_FromCompletedTask_ConfigureAwait | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Threading.Tasks.ValueTaskPerfTest.CreateAndAwait_FromCompletedTask_ConfigureAwait.html) | -7.83% | 12.532931 | 11.550984 | +| System.Threading.Tasks.ValueTaskPerfTest.CreateAndAwait_FromCompletedValueTaskSource_ConfigureAwait | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Threading.Tasks.ValueTaskPerfTest.CreateAndAwait_FromCompletedValueTaskSource_ConfigureAwait.html) | -9.43% | 18.094454 | 16.388458 | +| System.Threading.Tests.Perf_Timer.AsynchronousContention | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Threading.Tests.Perf_Timer.AsynchronousContention.html) | -8.86% | 1992048117.000000 | 1815469108.200000 | +| System.Threading.Tests.Perf_Timer.SynchronousContention | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Threading.Tests.Perf_Timer.SynchronousContention.html) | -9.88% | 2048020210.200000 | 1845602156.400000 | +| System.Xml.Tests.Perf_XmlConvert.TimeSpan_ToString | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Xml.Tests.Perf_XmlConvert.TimeSpan_ToString.html) | -7.70% | 64.785831 | 59.798042 | + +## 5-7.5% Improvement (419 tests) + +| Test Name | Link | Change % | .NET 9 | .NET 10 | +|-----------|------|----------|--------|-------| +| BenchmarksGame.RegexRedux_5.RunBench(options: Compiled) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/BenchmarksGame.RegexRedux_5.RunBench%28options%3A%20Compiled%29.html) | -5.93% | 4305122.980351 | 4049804.183158 | +| Benchstone.BenchF.LLoops.Test | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/Benchstone.BenchF.LLoops.Test.html) | -6.11% | 528699311.897959 | 496410106.196429 | +| Benchstone.BenchI.BubbleSort.Test | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/Benchstone.BenchI.BubbleSort.Test.html) | -5.99% | 8702.274552 | 8180.765194 | +| Benchstone.BenchI.TreeInsert.Test | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/Benchstone.BenchI.TreeInsert.Test.html) | -7.28% | 49552.965075 | 45945.309820 | +| ByteMark.BenchNeural | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/ByteMark.BenchNeural.html) | -5.23% | N/A | N/A | +| Exceptions.Handling.MultipleNestedTryCatch_FirstCatches(kind: Hardware) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/Exceptions.Handling.MultipleNestedTryCatch_FirstCatches%28kind%3A%20Hardware%29.html) | -6.71% | 4977.105062 | 4643.043264 | +| Exceptions.Handling.MultipleNestedTryCatch_LastCatches(kind: Hardware) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/Exceptions.Handling.MultipleNestedTryCatch_LastCatches%28kind%3A%20Hardware%29.html) | -5.15% | 5157.766658 | 4892.002498 | +| Exceptions.Handling.ThrowAndCatch(kind: Hardware) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/Exceptions.Handling.ThrowAndCatch%28kind%3A%20Hardware%29.html) | -7.04% | 5003.718601 | 4651.216656 | +| Exceptions.Handling.ThrowAndCatchFinally(kind: Hardware) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/Exceptions.Handling.ThrowAndCatchFinally%28kind%3A%20Hardware%29.html) | -6.53% | 5467.249227 | 5110.466887 | +| Exceptions.Handling.ThrowAndCatchWhenFinally(kind: Hardware) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/Exceptions.Handling.ThrowAndCatchWhenFinally%28kind%3A%20Hardware%29.html) | -6.08% | 4983.476576 | 4680.568479 | +| Exceptions.Handling.ThrowAndCatch_ManyCatchBlocks(kind: Hardware) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/Exceptions.Handling.ThrowAndCatch_ManyCatchBlocks%28kind%3A%20Hardware%29.html) | -5.84% | 5251.805007 | 4945.061762 | +| Layout.SearchLoops.LoopGoto | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/Layout.SearchLoops.LoopGoto.html) | -5.60% | 38.675069 | 36.511080 | +| Layout.SearchLoops.LoopReturn | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/Layout.SearchLoops.LoopReturn.html) | -5.73% | 38.429473 | 36.227623 | +| MicroBenchmarks.Serializers.Json_FromStream.JsonNet_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/MicroBenchmarks.Serializers.Json_FromStream%28IndexViewModel%29.JsonNet_.html) | -6.14% | 47576.472315 | 44655.032223 | +| MicroBenchmarks.Serializers.Json_FromStream.JsonNet_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/MicroBenchmarks.Serializers.Json_FromStream%28Location%29.JsonNet_.html) | -5.33% | 1706.026061 | 1615.100881 | +| MicroBenchmarks.Serializers.Json_FromStream.JsonNet_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/MicroBenchmarks.Serializers.Json_FromStream%28LoginViewModel%29.JsonNet_.html) | -7.37% | 843.376950 | 781.235423 | +| MicroBenchmarks.Serializers.Json_FromStream.JsonNet_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/MicroBenchmarks.Serializers.Json_FromStream%28MyEventsListerViewModel%29.JsonNet_.html) | -5.86% | 420059.555187 | 395452.032195 | +| MicroBenchmarks.Serializers.Json_FromString.JsonNet_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/MicroBenchmarks.Serializers.Json_FromString%28Location%29.JsonNet_.html) | -5.27% | 1527.450153 | 1447.007129 | +| MicroBenchmarks.Serializers.Json_FromString.JsonNet_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/MicroBenchmarks.Serializers.Json_FromString%28MyEventsListerViewModel%29.JsonNet_.html) | -6.18% | 406467.397806 | 381349.538327 | +| MicroBenchmarks.Serializers.Json_ToStream.DataContractJsonSerializer_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/MicroBenchmarks.Serializers.Json_ToStream%28Location%29.DataContractJsonSerializer_.html) | -6.74% | N/A | N/A | +| MicroBenchmarks.Serializers.Json_ToStream.JsonNet_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/MicroBenchmarks.Serializers.Json_ToStream%28LoginViewModel%29.JsonNet_.html) | -6.30% | 356.112802 | 333.661386 | +| MicroBenchmarks.Serializers.Json_ToStream.DataContractJsonSerializer_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/MicroBenchmarks.Serializers.Json_ToStream%28MyEventsListerViewModel%29.DataContractJsonSerializer_.html) | -5.01% | 472121.903022 | 448480.129236 | +| MicroBenchmarks.Serializers.Json_ToString.JsonNet_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/MicroBenchmarks.Serializers.Json_ToString%28IndexViewModel%29.JsonNet_.html) | -6.29% | N/A | N/A | +| MicroBenchmarks.Serializers.Json_ToString.JsonNet_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/MicroBenchmarks.Serializers.Json_ToString%28Location%29.JsonNet_.html) | -6.64% | 790.750570 | 738.245305 | +| MicroBenchmarks.Serializers.Json_ToString.JsonNet_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/MicroBenchmarks.Serializers.Json_ToString%28LoginViewModel%29.JsonNet_.html) | -5.60% | 400.655886 | 378.224832 | +| MicroBenchmarks.Serializers.Json_ToString.SystemTextJson_Reflection_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/MicroBenchmarks.Serializers.Json_ToString%28MyEventsListerViewModel%29.SystemTextJson_Reflection_.html) | -6.58% | 290275.961266 | 271162.831112 | +| MicroBenchmarks.Serializers.Xml_FromStream.DataContractSerializer_BinaryXml_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/MicroBenchmarks.Serializers.Xml_FromStream%28Location%29.DataContractSerializer_BinaryXml_.html) | -7.31% | 1265.381695 | 1172.837645 | +| MicroBenchmarks.Serializers.Xml_FromStream.DataContractSerializer_BinaryXml_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/MicroBenchmarks.Serializers.Xml_FromStream%28MyEventsListerViewModel%29.DataContractSerializer_BinaryXml_.html) | -6.64% | 414864.171752 | 387327.602686 | +| MicroBenchmarks.Serializers.Xml_FromStream.DataContractSerializer_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/MicroBenchmarks.Serializers.Xml_FromStream%28XmlElement%29.DataContractSerializer_.html) | -5.86% | 1846.517571 | 1738.229603 | +| MicroBenchmarks.Serializers.Xml_ToStream.DataContractSerializer_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/MicroBenchmarks.Serializers.Xml_ToStream%28CollectionsOfPrimitives%29.DataContractSerializer_.html) | -5.39% | 370344.791045 | 350393.324657 | +| MicroBenchmarks.Serializers.Xml_ToStream.DataContractSerializer_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/MicroBenchmarks.Serializers.Xml_ToStream%28LoginViewModel%29.DataContractSerializer_.html) | -7.17% | 706.684226 | 656.029672 | +| MicroBenchmarks.Serializers.Xml_ToStream.XmlSerializer_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/MicroBenchmarks.Serializers.Xml_ToStream%28LoginViewModel%29.XmlSerializer_.html) | -5.34% | N/A | N/A | +| MicroBenchmarks.Serializers.Xml_ToStream.XmlSerializer_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/MicroBenchmarks.Serializers.Xml_ToStream%28MyEventsListerViewModel%29.XmlSerializer_.html) | -5.58% | 298951.877791 | 282270.480000 | +| Microsoft.AspNetCore.Server.Kestrel.Performance.PipeThroughputBenchmark.Parse_ParallelAsync(Length: 128, Chunks: 16) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/Microsoft.AspNetCore.Server.Kestrel.Performance.PipeThroughputBenchmark.Parse_ParallelAsync%28Length%3A%20128%2C%20Chunks%3A%2016%29.html) | -5.04% | N/A | N/A | +| Microsoft.AspNetCore.Server.Kestrel.Performance.PipeThroughputBenchmark.Parse_SequentialAsync(Length: 128, Chunks: 16) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/Microsoft.AspNetCore.Server.Kestrel.Performance.PipeThroughputBenchmark.Parse_SequentialAsync%28Length%3A%20128%2C%20Chunks%3A%2016%29.html) | -6.73% | 438.206263 | 408.735190 | +| Microsoft.Extensions.Caching.Memory.Tests.MemoryCacheTests.GetHit | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/Microsoft.Extensions.Caching.Memory.Tests.MemoryCacheTests.GetHit.html) | -5.75% | 28.110390 | 26.494103 | +| Microsoft.Extensions.DependencyInjection.ActivatorUtilitiesBenchmark.CreateInstance_3_WithAttrFirst | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/Microsoft.Extensions.DependencyInjection.ActivatorUtilitiesBenchmark.CreateInstance_3_WithAttrFirst.html) | -5.14% | 79.547264 | 75.461625 | +| Microsoft.Extensions.DependencyInjection.ActivatorUtilitiesBenchmark.CreateInstance_3_WithAttrLast | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/Microsoft.Extensions.DependencyInjection.ActivatorUtilitiesBenchmark.CreateInstance_3_WithAttrLast.html) | -5.77% | 81.587978 | 76.883609 | +| Microsoft.Extensions.DependencyInjection.ActivatorUtilitiesBenchmark.CreateInstance_5_WithAttrFirst | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/Microsoft.Extensions.DependencyInjection.ActivatorUtilitiesBenchmark.CreateInstance_5_WithAttrFirst.html) | -5.32% | 144.442191 | 136.757688 | +| Microsoft.Extensions.DependencyInjection.GetServiceIEnumerable.Scoped | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/Microsoft.Extensions.DependencyInjection.GetServiceIEnumerable.Scoped.html) | -5.11% | 39.068442 | 37.073153 | +| Microsoft.Extensions.DependencyInjection.TimeToFirstService.Singleton(Mode: "Default") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/Microsoft.Extensions.DependencyInjection.TimeToFirstService.Singleton%28Mode%3A%20%22Default%22%29.html) | -7.12% | 2595.718664 | 2410.951368 | +| Microsoft.Extensions.DependencyInjection.TimeToFirstService.Transient(Mode: "Default") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/Microsoft.Extensions.DependencyInjection.TimeToFirstService.Transient%28Mode%3A%20%22Default%22%29.html) | -6.22% | 2465.271748 | 2311.931518 | +| Microsoft.Extensions.Logging.EventSourceLogger.NestedScopes_TwoMessages(HasSubscribers: True, Json: False) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/Microsoft.Extensions.Logging.EventSourceLogger.NestedScopes_TwoMessages%28HasSubscribers%3A%20True%2C%20Json%3A%20False%29.html) | -6.68% | 763.752084 | 712.761348 | +| Microsoft.Extensions.Logging.FormattingOverhead.FourArguments_DefineMessage | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/Microsoft.Extensions.Logging.FormattingOverhead.FourArguments_DefineMessage.html) | -5.70% | 206.917149 | 195.127096 | +| Microsoft.Extensions.Logging.LoggingOverhead.NoArguments_FilteredByLevel | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/Microsoft.Extensions.Logging.LoggingOverhead.NoArguments_FilteredByLevel.html) | -7.31% | 14.862953 | 13.776521 | +| Microsoft.Extensions.Logging.ScopesOverheadBenchmark.FilteredByLevel(HasISupportLoggingScopeLogger: False, CaptureScopes: False) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/Microsoft.Extensions.Logging.ScopesOverheadBenchmark.FilteredByLevel%28HasISupportLoggingScopeLogger%3A%20False%2C%20CaptureScopes%3A%20False%29.html) | -5.11% | 6.261607 | 5.941885 | +| Microsoft.Extensions.Logging.ScopesOverheadBenchmark.FilteredByLevel_InsideScope(HasISupportLoggingScopeLogger: True, CaptureScopes: False) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/Microsoft.Extensions.Logging.ScopesOverheadBenchmark.FilteredByLevel_InsideScope%28HasISupportLoggingScopeLogger%3A%20True%2C%20CaptureScopes%3A%20False%29.html) | -5.48% | N/A | N/A | +| Microsoft.Extensions.Primitives.StringSegmentBenchmark.GetValue | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/Microsoft.Extensions.Primitives.StringSegmentBenchmark.GetValue.html) | -5.18% | 3.519520 | 3.337292 | +| PerfLabTests.BlockCopyPerf.CallBlockCopy(numElements: 1000) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/PerfLabTests.BlockCopyPerf.CallBlockCopy%28numElements%3A%201000%29.html) | -7.12% | 15.718465 | 14.599162 | +| PerfLabTests.CastingPerf.AssignArrayElementByVariance | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/PerfLabTests.CastingPerf.AssignArrayElementByVariance.html) | -6.29% | 8.291093 | 7.769771 | +| PerfLabTests.CastingPerf.FooObjIsFoo | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/PerfLabTests.CastingPerf.FooObjIsFoo.html) | -7.40% | 215564.805158 | 199609.731609 | +| PerfLabTests.CastingPerf.IntObj | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/PerfLabTests.CastingPerf.IntObj.html) | -6.54% | 213090.692964 | 199153.845368 | +| PerfLabTests.CastingPerf2.CastingPerf.FooObjIsFoo | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/PerfLabTests.CastingPerf2.CastingPerf.FooObjIsFoo.html) | -6.97% | 429120.752644 | 399223.246765 | +| PerfLabTests.CastingPerf2.CastingPerf.IFooObjIsDescendantOfIFoo | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/PerfLabTests.CastingPerf2.CastingPerf.IFooObjIsDescendantOfIFoo.html) | -7.15% | 216290.106926 | 200829.760337 | +| PerfLabTests.CastingPerf2.CastingPerf.IFooObjIsIFoo | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/PerfLabTests.CastingPerf2.CastingPerf.IFooObjIsIFoo.html) | -6.70% | 218230.045289 | 203618.974515 | +| PerfLabTests.EnumPerf.ObjectGetTypeNoBoxing | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/PerfLabTests.EnumPerf.ObjectGetTypeNoBoxing.html) | -6.39% | N/A | N/A | +| PerfLabTests.LowLevelPerf.NewDelegateClassEmptyStaticFn | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/PerfLabTests.LowLevelPerf.NewDelegateClassEmptyStaticFn.html) | -5.15% | 619643.402737 | 587707.958024 | +| Span.Sorting.BubbleSortSpan(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/Span.Sorting.BubbleSortSpan%28Size%3A%20512%29.html) | -5.33% | N/A | N/A | +| StoreBlock.AnyLocation.CopyBlock32 | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/StoreBlock.AnyLocation.CopyBlock32.html) | -5.11% | 0.753638 | 0.715101 | +| StoreBlock.LocalAddress.InitBlockAllOnes128 | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/StoreBlock.LocalAddress.InitBlockAllOnes128.html) | -7.17% | 1.267644 | 1.176702 | +| System.Buffers.Tests.ReadOnlySequenceTests.FirstSingleSegment | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Buffers.Tests.ReadOnlySequenceTests%28Byte%29.FirstSingleSegment.html) | -5.68% | 3.198355 | 3.016756 | +| System.Buffers.Tests.ReadOnlySequenceTests.FirstSpanArray | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Buffers.Tests.ReadOnlySequenceTests%28Byte%29.FirstSpanArray.html) | -7.18% | 4.708503 | 4.370433 | +| System.Buffers.Tests.ReadOnlySequenceTests.FirstSpanTenSegments | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Buffers.Tests.ReadOnlySequenceTests%28Byte%29.FirstSpanTenSegments.html) | -6.52% | 4.108792 | 3.840805 | +| System.Buffers.Tests.ReadOnlySequenceTests.IterateForEachTenSegments | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Buffers.Tests.ReadOnlySequenceTests%28Byte%29.IterateForEachTenSegments.html) | -6.29% | 39.537124 | 37.050942 | +| System.Buffers.Tests.RentReturnArrayPoolTests.ProducerConsumer(RentalSize: 4096, ManipulateArray: True, Async: True, UseSharedPool: True) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Buffers.Tests.RentReturnArrayPoolTests%28Object%29.ProducerConsumer%28RentalSize%3A%204096%2C%20ManipulateArray%3A%20True%2C%20Async%3A%20True%2C%20UseSharedPool%3A%20True%29.html) | -5.83% | 1423.998932 | 1340.933025 | +| System.Buffers.Tests.SearchValuesByteTests.IndexOfAny(Values: "abcdefABCDEF0123456789") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Buffers.Tests.SearchValuesByteTests.IndexOfAny%28Values%3A%20%22abcdefABCDEF0123456789%22%29.html) | -7.27% | 7.080363 | 6.565414 | +| System.Buffers.Tests.SearchValuesByteTests.IndexOfAnyExcept(Values: "abcdefABCDEF0123456789") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Buffers.Tests.SearchValuesByteTests.IndexOfAnyExcept%28Values%3A%20%22abcdefABCDEF0123456789%22%29.html) | -7.14% | 7.441512 | 6.909920 | +| System.Buffers.Tests.SearchValuesByteTests.IndexOfAnyExcept(Values: "abcdefABCDEF0123456789Ü") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Buffers.Tests.SearchValuesByteTests.IndexOfAnyExcept%28Values%3A%20%22abcdefABCDEF0123456789%C3%9C%22%29.html) | -6.23% | 9.608848 | 9.010632 | +| System.Buffers.Tests.SearchValuesCharTests.IndexOfAny(Values: "abcdefABCDEF0123456789") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Buffers.Tests.SearchValuesCharTests.IndexOfAny%28Values%3A%20%22abcdefABCDEF0123456789%22%29.html) | -6.18% | 7.803942 | 7.321270 | +| System.Buffers.Tests.SearchValuesCharTests.IndexOfAny(Values: "ßäöüÄÖÜ") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Buffers.Tests.SearchValuesCharTests.IndexOfAny%28Values%3A%20%22%C3%9F%C3%A4%C3%B6%C3%BC%C3%84%C3%96%C3%9C%22%29.html) | -6.36% | N/A | N/A | +| System.Buffers.Tests.SearchValuesCharTests.IndexOfAnyExcept(Values: "abcdefABCDEF0123456789") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Buffers.Tests.SearchValuesCharTests.IndexOfAnyExcept%28Values%3A%20%22abcdefABCDEF0123456789%22%29.html) | -7.41% | 8.308900 | 7.693616 | +| System.Buffers.Tests.SearchValuesCharTests.LastIndexOfAnyExcept(Values: "abcdefABCDEF0123456789") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Buffers.Tests.SearchValuesCharTests.LastIndexOfAnyExcept%28Values%3A%20%22abcdefABCDEF0123456789%22%29.html) | -6.47% | 7.479093 | 6.995291 | +| System.Buffers.Text.Tests.Utf8ParserTests.TryParseDouble(value: -1.7976931348623157e+308) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Buffers.Text.Tests.Utf8ParserTests.TryParseDouble%28value%3A%20-1.7976931348623157e%2B308%29.html) | -6.18% | 65.689937 | 61.631405 | +| System.Buffers.Text.Tests.Utf8ParserTests.TryParseDouble(value: 12345) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Buffers.Text.Tests.Utf8ParserTests.TryParseDouble%28value%3A%2012345%29.html) | -7.26% | 28.939554 | 26.838196 | +| System.Buffers.Text.Tests.Utf8ParserTests.TryParseInt32(value: 2147483647) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Buffers.Text.Tests.Utf8ParserTests.TryParseInt32%28value%3A%202147483647%29.html) | -5.82% | 10.195983 | 9.602880 | +| System.Buffers.Text.Tests.Utf8ParserTests.TryParseSingle(value: -3.4028235E+38) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Buffers.Text.Tests.Utf8ParserTests.TryParseSingle%28value%3A%20-3.4028235E%2B38%29.html) | -6.35% | 50.083063 | 46.902384 | +| System.Collections.AddGivenSize.ConcurrentDictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.AddGivenSize%28Int32%29.ConcurrentDictionary%28Size%3A%20512%29.html) | -5.62% | N/A | N/A | +| System.Collections.AddGivenSize.HashSet(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.AddGivenSize%28Int32%29.HashSet%28Size%3A%20512%29.html) | -7.21% | N/A | N/A | +| System.Collections.AddGivenSize.ConcurrentDictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.AddGivenSize%28String%29.ConcurrentDictionary%28Size%3A%20512%29.html) | -5.36% | 33327.801457 | 31540.074618 | +| System.Collections.AddGivenSize.Stack(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.AddGivenSize%28String%29.Stack%28Size%3A%20512%29.html) | -6.54% | 1606.095215 | 1501.095492 | +| System.Collections.Concurrent.AddRemoveFromSameThreads.ConcurrentQueue(Size: 2000000) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.Concurrent.AddRemoveFromSameThreads%28Int32%29.ConcurrentQueue%28Size%3A%202000000%29.html) | -6.23% | 294684020.800000 | 276316314.800000 | +| System.Collections.Concurrent.AddRemoveFromSameThreads.ConcurrentBag(Size: 2000000) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.Concurrent.AddRemoveFromSameThreads%28String%29.ConcurrentBag%28Size%3A%202000000%29.html) | -5.41% | 275488028.080000 | 260576914.960000 | +| System.Collections.Concurrent.IsEmpty.Bag(Size: 0) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.Concurrent.IsEmpty%28String%29.Bag%28Size%3A%200%29.html) | -6.16% | 8.858858 | 8.313539 | +| System.Collections.ContainsFalse.FrozenSet(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.ContainsFalse%28Int32%29.FrozenSet%28Size%3A%20512%29.html) | -6.27% | 1726.104314 | 1617.902364 | +| System.Collections.ContainsFalse.ImmutableHashSet(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.ContainsFalse%28Int32%29.ImmutableHashSet%28Size%3A%20512%29.html) | -7.14% | 14168.481418 | 13156.208504 | +| System.Collections.ContainsFalse.ImmutableSortedSet(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.ContainsFalse%28String%29.ImmutableSortedSet%28Size%3A%20512%29.html) | -5.62% | 229425.398520 | 216527.225162 | +| System.Collections.ContainsKeyFalse.IDictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.ContainsKeyFalse%28String%2C%20String%29.IDictionary%28Size%3A%20512%29.html) | -6.83% | N/A | N/A | +| System.Collections.ContainsKeyFalse.SortedDictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.ContainsKeyFalse%28String%2C%20String%29.SortedDictionary%28Size%3A%20512%29.html) | -6.86% | 239322.364446 | 222905.522317 | +| System.Collections.ContainsTrue.HashSet(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.ContainsTrue%28Int32%29.HashSet%28Size%3A%20512%29.html) | -7.22% | 2313.126894 | 2146.196011 | +| System.Collections.ContainsTrueComparer.HashSet(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.ContainsTrueComparer%28String%29.HashSet%28Size%3A%20512%29.html) | -7.43% | 15926.759720 | 14743.116201 | +| System.Collections.CreateAddAndClear.ConcurrentBag(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.CreateAddAndClear%28Int32%29.ConcurrentBag%28Size%3A%20512%29.html) | -6.04% | 6377.305159 | 5992.354908 | +| System.Collections.CreateAddAndClear.Array(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.CreateAddAndClear%28String%29.Array%28Size%3A%20512%29.html) | -7.20% | 1432.395684 | 1329.267649 | +| System.Collections.CreateAddAndClear.ICollection(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.CreateAddAndClear%28String%29.ICollection%28Size%3A%20512%29.html) | -6.56% | 2891.105508 | 2701.535405 | +| System.Collections.CreateAddAndClear.ImmutableSortedDictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.CreateAddAndClear%28String%29.ImmutableSortedDictionary%28Size%3A%20512%29.html) | -5.49% | 301088.388739 | 284543.778752 | +| System.Collections.CreateAddAndClear.List(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.CreateAddAndClear%28String%29.List%28Size%3A%20512%29.html) | -5.25% | N/A | N/A | +| System.Collections.CreateAddAndClear.SortedDictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.CreateAddAndClear%28String%29.SortedDictionary%28Size%3A%20512%29.html) | -5.60% | 232476.657901 | 219468.116173 | +| System.Collections.CreateAddAndRemove.List(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.CreateAddAndRemove%28Int32%29.List%28Size%3A%20512%29.html) | -7.30% | 12731.472693 | 11801.909316 | +| System.Collections.CreateAddAndRemove.List(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.CreateAddAndRemove%28String%29.List%28Size%3A%20512%29.html) | -6.15% | 31241.946075 | 29320.573382 | +| System.Collections.CreateAddAndRemove.Queue(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.CreateAddAndRemove%28String%29.Queue%28Size%3A%20512%29.html) | -6.33% | 3420.333155 | 3203.884602 | +| System.Collections.CreateAddAndRemove.SortedDictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.CreateAddAndRemove%28String%29.SortedDictionary%28Size%3A%20512%29.html) | -6.11% | 411353.114961 | 386213.938640 | +| System.Collections.CtorDefaultSize.ConcurrentQueue | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.CtorDefaultSize%28Int32%29.ConcurrentQueue.html) | -5.49% | 56.312101 | 53.220496 | +| System.Collections.CtorDefaultSize.Queue | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.CtorDefaultSize%28Int32%29.Queue.html) | -6.80% | 8.811556 | 8.212567 | +| System.Collections.CtorDefaultSize.ConcurrentStack | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.CtorDefaultSize%28String%29.ConcurrentStack.html) | -6.87% | 8.104679 | 7.548281 | +| System.Collections.CtorDefaultSize.HashSet | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.CtorDefaultSize%28String%29.HashSet.html) | -5.64% | 19.794841 | 18.677923 | +| System.Collections.CtorFromCollection.ImmutableArray(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.CtorFromCollection%28Int32%29.ImmutableArray%28Size%3A%20512%29.html) | -6.91% | 113.223150 | 105.404305 | +| System.Collections.CtorFromCollection.ImmutableHashSet(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.CtorFromCollection%28Int32%29.ImmutableHashSet%28Size%3A%20512%29.html) | -5.08% | N/A | N/A | +| System.Collections.CtorFromCollection.ImmutableQueue(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.CtorFromCollection%28Int32%29.ImmutableQueue%28Size%3A%20512%29.html) | -6.63% | 2842.788095 | 2654.290955 | +| System.Collections.CtorFromCollection.LinkedList(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.CtorFromCollection%28Int32%29.LinkedList%28Size%3A%20512%29.html) | -5.10% | 5589.218334 | 5303.918301 | +| System.Collections.CtorFromCollection.SortedDictionaryDeepCopy(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.CtorFromCollection%28Int32%29.SortedDictionaryDeepCopy%28Size%3A%20512%29.html) | -5.38% | 7304.192008 | 6911.167587 | +| System.Collections.CtorFromCollection.SortedList(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.CtorFromCollection%28Int32%29.SortedList%28Size%3A%20512%29.html) | -5.33% | 6458.432582 | 6114.213170 | +| System.Collections.CtorFromCollection.ImmutableSortedDictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.CtorFromCollection%28String%29.ImmutableSortedDictionary%28Size%3A%20512%29.html) | -5.61% | 249237.517077 | 235260.233331 | +| System.Collections.CtorFromCollection.SortedDictionaryDeepCopy(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.CtorFromCollection%28String%29.SortedDictionaryDeepCopy%28Size%3A%20512%29.html) | -5.43% | 8941.492519 | 8455.941282 | +| System.Collections.CtorFromCollection.SortedSet(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.CtorFromCollection%28String%29.SortedSet%28Size%3A%20512%29.html) | -5.58% | N/A | N/A | +| System.Collections.CtorGivenSize.ConcurrentDictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.CtorGivenSize%28Int32%29.ConcurrentDictionary%28Size%3A%20512%29.html) | -5.25% | 211.270965 | 200.187869 | +| System.Collections.IndexerSet.SortedDictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.IndexerSet%28String%29.SortedDictionary%28Size%3A%20512%29.html) | -5.25% | N/A | N/A | +| System.Collections.IterateForEach.ImmutableSortedDictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.IterateForEach%28Int32%29.ImmutableSortedDictionary%28Size%3A%20512%29.html) | -6.53% | 3676.399261 | 3436.170114 | +| System.Collections.IterateForEach.Dictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.IterateForEach%28String%29.Dictionary%28Size%3A%20512%29.html) | -7.04% | 1034.867723 | 962.041154 | +| System.Collections.IterateForEach.ImmutableSortedSet(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.IterateForEach%28String%29.ImmutableSortedSet%28Size%3A%20512%29.html) | -5.47% | 9925.804951 | 9382.757554 | +| System.Collections.IterateForEachNonGeneric.Hashtable(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.IterateForEachNonGeneric%28String%29.Hashtable%28Size%3A%20512%29.html) | -5.30% | 8273.503864 | 7834.836979 | +| System.Collections.Perf_DefaultFrozenDictionary.ToFrozenDictionary(Count: 10000) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.Perf_DefaultFrozenDictionary.ToFrozenDictionary%28Count%3A%2010000%29.html) | -7.04% | 1066949.084325 | 991840.841742 | +| System.Collections.Perf_DefaultFrozenDictionary.TryGetValue_False_FrozenDictionary(Count: 1000) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.Perf_DefaultFrozenDictionary.TryGetValue_False_FrozenDictionary%28Count%3A%201000%29.html) | -5.98% | 14420.158362 | 13558.323045 | +| System.Collections.Perf_Frozen.ToFrozenDictionary(Count: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.Perf_Frozen%28NotKnownComparable%29.ToFrozenDictionary%28Count%3A%204%29.html) | -5.37% | 35.186145 | 33.296213 | +| System.Collections.Perf_Frozen.ToFrozenDictionary(Count: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.Perf_Frozen%28ReferenceType%29.ToFrozenDictionary%28Count%3A%204%29.html) | -6.67% | 74.330536 | 69.370186 | +| System.Collections.Perf_LengthBucketsFrozenDictionary.ToFrozenDictionary(Count: 1000, ItemsPerBucket: 1) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.Perf_LengthBucketsFrozenDictionary.ToFrozenDictionary%28Count%3A%201000%2C%20ItemsPerBucket%3A%201%29.html) | -6.58% | 11717.160484 | 10946.195441 | +| System.Collections.Perf_LengthBucketsFrozenDictionary.TryGetValue_False_FrozenDictionary(Count: 10, ItemsPerBucket: 1) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.Perf_LengthBucketsFrozenDictionary.TryGetValue_False_FrozenDictionary%28Count%3A%2010%2C%20ItemsPerBucket%3A%201%29.html) | -5.01% | 27.847767 | 26.451573 | +| System.Collections.Perf_LengthBucketsFrozenDictionary.TryGetValue_True_FrozenDictionary(Count: 10, ItemsPerBucket: 5) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.Perf_LengthBucketsFrozenDictionary.TryGetValue_True_FrozenDictionary%28Count%3A%2010%2C%20ItemsPerBucket%3A%205%29.html) | -5.76% | 96.987043 | 91.403748 | +| System.Collections.Perf_SingleCharFrozenDictionary.ToFrozenDictionary(Count: 10000) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.Perf_SingleCharFrozenDictionary.ToFrozenDictionary%28Count%3A%2010000%29.html) | -6.70% | 725071.325708 | 676474.290575 | +| System.Collections.Perf_SubstringFrozenDictionary.ToFrozenDictionary(Count: 10000) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.Perf_SubstringFrozenDictionary.ToFrozenDictionary%28Count%3A%2010000%29.html) | -6.33% | 1391589.830462 | 1303453.739076 | +| System.Collections.Sort.LinqQuery(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.Sort%28IntClass%29.LinqQuery%28Size%3A%20512%29.html) | -5.64% | N/A | N/A | +| System.Collections.Sort.List(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.Sort%28String%29.List%28Size%3A%20512%29.html) | -6.40% | 213901.806354 | 200202.468718 | +| System.Collections.Tests.Add_Remove_SteadyState.ConcurrentStack(Count: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.Tests.Add_Remove_SteadyState%28String%29.ConcurrentStack%28Count%3A%20512%29.html) | -6.74% | 22.061724 | 20.575164 | +| System.Collections.Tests.Perf_BitArray.BitArrayCopyToIntArray(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.Tests.Perf_BitArray.BitArrayCopyToIntArray%28Size%3A%20512%29.html) | -6.89% | 15.397468 | 14.335826 | +| System.Collections.Tests.Perf_BitArray.BitArraySetLengthGrow(Size: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.Tests.Perf_BitArray.BitArraySetLengthGrow%28Size%3A%204%29.html) | -7.33% | 31.154511 | 28.871374 | +| System.Collections.Tests.Perf_BitArray.BitArraySetLengthShrink(Size: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.Tests.Perf_BitArray.BitArraySetLengthShrink%28Size%3A%204%29.html) | -6.60% | 19.943207 | 18.626300 | +| System.Collections.Tests.Perf_PriorityQueue.Dequeue_And_Enqueue(Size: 1000) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.Tests.Perf_PriorityQueue%28Guid%2C%20Guid%29.Dequeue_And_Enqueue%28Size%3A%201000%29.html) | -6.13% | 251173.024668 | 235782.588088 | +| System.Collections.Tests.Perf_PriorityQueue.HeapSort(Size: 10) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.Tests.Perf_PriorityQueue%28Int32%2C%20Int32%29.HeapSort%28Size%3A%2010%29.html) | -5.04% | 96.157874 | 91.314194 | +| System.Collections.Tests.Perf_PriorityQueue.Enumerate(Size: 100) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.Tests.Perf_PriorityQueue%28String%2C%20String%29.Enumerate%28Size%3A%20100%29.html) | -6.15% | 155.052618 | 145.523870 | +| System.Collections.Tests.Perf_PriorityQueue.HeapSort(Size: 1000) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.Tests.Perf_PriorityQueue%28String%2C%20String%29.HeapSort%28Size%3A%201000%29.html) | -6.57% | N/A | N/A | +| System.Collections.Tests.Perf_PriorityQueue.K_Max_Elements(Size: 100) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.Tests.Perf_PriorityQueue%28String%2C%20String%29.K_Max_Elements%28Size%3A%20100%29.html) | -5.51% | N/A | N/A | +| System.Collections.Tests.Perf_PriorityQueue.K_Max_Elements(Size: 1000) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.Tests.Perf_PriorityQueue%28String%2C%20String%29.K_Max_Elements%28Size%3A%201000%29.html) | -5.90% | 42432.817962 | 39929.539891 | +| System.Collections.TryAddGiventSize.ConcurrentDictionary(Count: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.TryAddGiventSize%28Int32%29.ConcurrentDictionary%28Count%3A%20512%29.html) | -5.06% | 24130.505268 | 22910.008522 | +| System.Collections.TryAddGiventSize.ConcurrentDictionary(Count: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.TryAddGiventSize%28String%29.ConcurrentDictionary%28Count%3A%20512%29.html) | -6.06% | 33475.212436 | 31447.616794 | +| System.Collections.TryAddGiventSize.Dictionary(Count: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.TryAddGiventSize%28String%29.Dictionary%28Count%3A%20512%29.html) | -6.62% | 8921.553646 | 8331.204806 | +| System.Collections.TryGetValueFalse.SortedDictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.TryGetValueFalse%28String%2C%20String%29.SortedDictionary%28Size%3A%20512%29.html) | -5.04% | N/A | N/A | +| System.Collections.TryGetValueFalse.SortedList(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.TryGetValueFalse%28String%2C%20String%29.SortedList%28Size%3A%20512%29.html) | -5.14% | N/A | N/A | +| System.Collections.TryGetValueTrue.SortedList(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.TryGetValueTrue%28BigStruct%2C%20BigStruct%29.SortedList%28Size%3A%20512%29.html) | -5.35% | N/A | N/A | +| System.Collections.TryGetValueTrue.ConcurrentDictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.TryGetValueTrue%28Int32%2C%20Int32%29.ConcurrentDictionary%28Size%3A%20512%29.html) | -6.41% | N/A | N/A | +| System.Collections.TryGetValueTrue.IDictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.TryGetValueTrue%28SmallClass%2C%20SmallClass%29.IDictionary%28Size%3A%20512%29.html) | -7.04% | 8982.219958 | 8349.623397 | +| System.Collections.TryGetValueTrue.IDictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.TryGetValueTrue%28String%2C%20String%29.IDictionary%28Size%3A%20512%29.html) | -5.91% | 10443.212998 | 9825.732437 | +| System.Collections.TryGetValueTrue.ImmutableDictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.TryGetValueTrue%28String%2C%20String%29.ImmutableDictionary%28Size%3A%20512%29.html) | -5.52% | 27537.068936 | 26016.113936 | +| System.Diagnostics.Perf_Activity.ActivityAllocations(idFormat: Hierarchical) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Diagnostics.Perf_Activity.ActivityAllocations%28idFormat%3A%20Hierarchical%29.html) | -6.30% | 137.686093 | 129.008200 | +| System.Diagnostics.Tracing.Perf_EventListener.WriteEvent_MixedParams | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Diagnostics.Tracing.Perf_EventListener.WriteEvent_MixedParams.html) | -5.81% | 79.358643 | 74.744292 | +| System.Formats.Cbor.Tests.Perf_CborReader.SkipValue(encoding: (Array, Strict)) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Formats.Cbor.Tests.Perf_CborReader.SkipValue%28encoding%3A%20%28Array%2C%20Strict%29%29.html) | -5.46% | 169.465137 | 160.220278 | +| System.Formats.Cbor.Tests.Perf_CborReader.SkipValue(encoding: (Map, Lax)) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Formats.Cbor.Tests.Perf_CborReader.SkipValue%28encoding%3A%20%28Map%2C%20Lax%29%29.html) | -6.31% | 417.540723 | 391.195706 | +| System.Formats.Tar.Tests.Perf_TarFile.CreateFromDirectory_Path | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Formats.Tar.Tests.Perf_TarFile.CreateFromDirectory_Path.html) | -5.54% | 101990.398983 | 96338.691468 | +| System.Formats.Tar.Tests.Perf_TarWriter.GnuTarEntry_WriteEntry | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Formats.Tar.Tests.Perf_TarWriter.GnuTarEntry_WriteEntry.html) | -5.82% | 251.199095 | 236.570243 | +| System.Globalization.Tests.StringEquality.Compare_DifferentFirstChar(Count: 1024, Options: (pl-PL, None)) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Globalization.Tests.StringEquality.Compare_DifferentFirstChar%28Count%3A%201024%2C%20Options%3A%20%28pl-PL%2C%20None%29%29.html) | -7.25% | 29.486375 | 27.347348 | +| System.Globalization.Tests.StringSearch.IsPrefix_DifferentFirstChar(Options: (, None, False)) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Globalization.Tests.StringSearch.IsPrefix_DifferentFirstChar%28Options%3A%20%28%2C%20None%2C%20False%29%29.html) | -5.59% | 9.810068 | 9.262169 | +| System.Globalization.Tests.StringSearch.IsPrefix_DifferentFirstChar(Options: (en-US, IgnoreNonSpace, False)) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Globalization.Tests.StringSearch.IsPrefix_DifferentFirstChar%28Options%3A%20%28en-US%2C%20IgnoreNonSpace%2C%20False%29%29.html) | -5.43% | 9.825021 | 9.291190 | +| System.Globalization.Tests.StringSearch.IsPrefix_DifferentFirstChar(Options: (en-US, None, False)) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Globalization.Tests.StringSearch.IsPrefix_DifferentFirstChar%28Options%3A%20%28en-US%2C%20None%2C%20False%29%29.html) | -6.81% | 9.909283 | 9.234926 | +| System.Globalization.Tests.StringSearch.IsSuffix_DifferentLastChar(Options: (en-US, Ordinal, False)) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Globalization.Tests.StringSearch.IsSuffix_DifferentLastChar%28Options%3A%20%28en-US%2C%20Ordinal%2C%20False%29%29.html) | -5.74% | 13.052313 | 12.302856 | +| System.Globalization.Tests.StringSearch.IsSuffix_SecondHalf(Options: (, None, False)) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Globalization.Tests.StringSearch.IsSuffix_SecondHalf%28Options%3A%20%28%2C%20None%2C%20False%29%29.html) | -7.29% | 185.996644 | 172.432933 | +| System.IO.Compression.Brotli.Decompress(level: Optimal, file: "alice29.txt") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.IO.Compression.Brotli.Decompress%28level%3A%20Optimal%2C%20file%3A%20%22alice29.txt%22%29.html) | -5.32% | N/A | N/A | +| System.IO.Compression.Deflate.Compress(level: Fastest, file: "sum") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.IO.Compression.Deflate.Compress%28level%3A%20Fastest%2C%20file%3A%20%22sum%22%29.html) | -5.93% | 190650.505335 | 179339.070761 | +| System.IO.Compression.Gzip.Compress(level: Fastest, file: "sum") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.IO.Compression.Gzip.Compress%28level%3A%20Fastest%2C%20file%3A%20%22sum%22%29.html) | -6.55% | 188464.820143 | 176112.193868 | +| System.IO.Compression.ZLib.Compress(level: Fastest, file: "TestDocument.pdf") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.IO.Compression.ZLib.Compress%28level%3A%20Fastest%2C%20file%3A%20%22TestDocument.pdf%22%29.html) | -5.79% | 1075865.656388 | 1013622.876300 | +| System.IO.Compression.ZLib.Compress(level: Optimal, file: "sum") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.IO.Compression.ZLib.Compress%28level%3A%20Optimal%2C%20file%3A%20%22sum%22%29.html) | -6.96% | N/A | N/A | +| System.IO.Compression.ZLib.Decompress(level: Fastest, file: "TestDocument.pdf") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.IO.Compression.ZLib.Decompress%28level%3A%20Fastest%2C%20file%3A%20%22TestDocument.pdf%22%29.html) | -5.52% | N/A | N/A | +| System.IO.Tests.BinaryWriterTests.WriteUInt64 | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.IO.Tests.BinaryWriterTests.WriteUInt64.html) | -6.56% | N/A | N/A | +| System.IO.Tests.Perf_File.Delete | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.IO.Tests.Perf_File.Delete.html) | -6.24% | 2729.799815 | 2559.506067 | +| System.IO.Tests.Perf_FileStream.CopyToFileAsync(fileSize: 1048576, options: None) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.IO.Tests.Perf_FileStream.CopyToFileAsync%28fileSize%3A%201048576%2C%20options%3A%20None%29.html) | -5.28% | 4874717.067797 | 4617302.451695 | +| System.IO.Tests.Perf_FileStream.ReadAsync(fileSize: 1048576, userBufferSize: 512, options: Asynchronous) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.IO.Tests.Perf_FileStream.ReadAsync%28fileSize%3A%201048576%2C%20userBufferSize%3A%20512%2C%20options%3A%20Asynchronous%29.html) | -5.59% | 464246.932536 | 438291.271264 | +| System.IO.Tests.Perf_FileStream.WriteAsync(fileSize: 1048576, userBufferSize: 512, options: None) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.IO.Tests.Perf_FileStream.WriteAsync%28fileSize%3A%201048576%2C%20userBufferSize%3A%20512%2C%20options%3A%20None%29.html) | -5.68% | 5808218.902636 | 5478273.445153 | +| System.IO.Tests.Perf_Path.GetFileName | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.IO.Tests.Perf_Path.GetFileName.html) | -5.13% | 19.600210 | 18.595259 | +| System.IO.Tests.Perf_RandomAccess.WriteGatherAsync(fileSize: 1048576, buffersSize: 16384, options: Asynchronous) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.IO.Tests.Perf_RandomAccess.WriteGatherAsync%28fileSize%3A%201048576%2C%20buffersSize%3A%2016384%2C%20options%3A%20Asynchronous%29.html) | -6.14% | 4831886.070161 | 4535401.539516 | +| System.IO.Tests.Perf_StreamWriter.WriteFormat | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.IO.Tests.Perf_StreamWriter.WriteFormat.html) | -6.14% | 39.969089 | 37.513791 | +| System.IO.Tests.StreamReaderReadLineTests.ReadLine(LineLengthRange: [ 0, 1024]) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.IO.Tests.StreamReaderReadLineTests.ReadLine%28LineLengthRange%3A%20%5B%20%20%200%2C%201024%5D%29.html) | -6.02% | N/A | N/A | +| System.IO.Tests.StreamReaderReadLineTests.ReadLine(LineLengthRange: [ 129, 1024]) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.IO.Tests.StreamReaderReadLineTests.ReadLine%28LineLengthRange%3A%20%5B%20129%2C%201024%5D%29.html) | -5.79% | 4585.335342 | 4319.641849 | +| System.IO.Tests.StreamReaderReadLineTests.ReadLine(LineLengthRange: [1025, 2048]) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.IO.Tests.StreamReaderReadLineTests.ReadLine%28LineLengthRange%3A%20%5B1025%2C%202048%5D%29.html) | -5.63% | 4793.034352 | 4522.991229 | +| System.IO.Tests.StreamReaderReadLineTests.ReadLineAsync(LineLengthRange: [ 0, 1024]) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.IO.Tests.StreamReaderReadLineTests.ReadLineAsync%28LineLengthRange%3A%20%5B%20%20%200%2C%201024%5D%29.html) | -6.32% | 6023.258672 | 5642.569935 | +| System.IO.Tests.StreamReaderReadLineTests.ReadLineAsync(LineLengthRange: [ 129, 1024]) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.IO.Tests.StreamReaderReadLineTests.ReadLineAsync%28LineLengthRange%3A%20%5B%20129%2C%201024%5D%29.html) | -7.47% | 5935.166093 | 5491.980300 | +| System.IO.Tests.StreamReaderReadLineTests.ReadLineAsync(LineLengthRange: [1025, 2048]) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.IO.Tests.StreamReaderReadLineTests.ReadLineAsync%28LineLengthRange%3A%20%5B1025%2C%202048%5D%29.html) | -6.89% | 5468.277074 | 5091.739720 | +| System.IO.Tests.StringReaderReadLineTests.ReadLineAsync(LineLengthRange: [ 1, 1]) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.IO.Tests.StringReaderReadLineTests.ReadLineAsync%28LineLengthRange%3A%20%5B%20%20%201%2C%20%20%20%201%5D%29.html) | -7.12% | 179548.956841 | 166770.186784 | +| System.IO.Tests.StringReaderReadLineTests.ReadLineAsync(LineLengthRange: [ 33, 128]) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.IO.Tests.StringReaderReadLineTests.ReadLineAsync%28LineLengthRange%3A%20%5B%20%2033%2C%20%20128%5D%29.html) | -5.93% | 6851.184804 | 6444.994496 | +| System.Linq.Tests.Perf_Enumerable.Except(input: IEnumerable) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Linq.Tests.Perf_Enumerable.Except%28input%3A%20IEnumerable%29.html) | -6.43% | 2043.727245 | 1912.267400 | +| System.Linq.Tests.Perf_Enumerable.FirstWithPredicate_LastElementMatches(input: List) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Linq.Tests.Perf_Enumerable.FirstWithPredicate_LastElementMatches%28input%3A%20List%29.html) | -5.98% | 37.895044 | 35.627338 | +| System.Linq.Tests.Perf_Enumerable.Range | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Linq.Tests.Perf_Enumerable.Range.html) | -6.26% | N/A | N/A | +| System.Linq.Tests.Perf_Enumerable.ToDictionary(input: Array) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Linq.Tests.Perf_Enumerable.ToDictionary%28input%3A%20Array%29.html) | -6.98% | 709.976843 | 660.419661 | +| System.Linq.Tests.Perf_Enumerable.ToList(input: IEnumerable) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Linq.Tests.Perf_Enumerable.ToList%28input%3A%20IEnumerable%29.html) | -5.83% | 300.424452 | 282.917942 | +| System.MathBenchmarks.Single.Log2 | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.MathBenchmarks.Single.Log2.html) | -6.27% | 18795.990718 | 17616.891397 | +| System.Memory.Constructors.SpanImplicitCastFromArraySegment | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Memory.Constructors%28String%29.SpanImplicitCastFromArraySegment.html) | -6.92% | 3.596326 | 3.347290 | +| System.Memory.ReadOnlySpan.Trim(input: " abcdefg ") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Memory.ReadOnlySpan.Trim%28input%3A%20%22%20abcdefg%20%22%29.html) | -5.90% | 6.558477 | 6.171487 | +| System.Memory.ReadOnlySpan.Trim(input: "abcdefg") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Memory.ReadOnlySpan.Trim%28input%3A%20%22abcdefg%22%29.html) | -6.87% | 2.988087 | 2.782878 | +| System.Memory.Slice.MemoryStartSpan | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Memory.Slice%28String%29.MemoryStartSpan.html) | -6.21% | 2.095102 | 1.964894 | +| System.Memory.Slice.ReadOnlyMemoryStartLength | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Memory.Slice%28String%29.ReadOnlyMemoryStartLength.html) | -5.45% | 1.330415 | 1.257855 | +| System.Memory.Slice.ReadOnlyMemoryStartLengthSpan | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Memory.Slice%28String%29.ReadOnlyMemoryStartLengthSpan.html) | -7.26% | 1.658890 | 1.538393 | +| System.Memory.Slice.ReadOnlyMemoryStartSpan | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Memory.Slice%28String%29.ReadOnlyMemoryStartSpan.html) | -5.45% | 2.104997 | 1.990304 | +| System.Memory.Span.GetPinnableReference(Size: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Memory.Span%28Byte%29.GetPinnableReference%28Size%3A%204%29.html) | -5.17% | N/A | N/A | +| System.Memory.Span.GetPinnableReference(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Memory.Span%28Byte%29.GetPinnableReference%28Size%3A%20512%29.html) | -5.73% | 1.144849 | 1.079219 | +| System.Memory.Span.LastIndexOfAnyValues(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Memory.Span%28Byte%29.LastIndexOfAnyValues%28Size%3A%20512%29.html) | -5.75% | 8.200319 | 7.729157 | +| System.Memory.Span.BinarySearch(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Memory.Span%28Char%29.BinarySearch%28Size%3A%20512%29.html) | -7.39% | 10.816197 | 10.017160 | +| System.Memory.Span.GetPinnableReference(Size: 33) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Memory.Span%28Char%29.GetPinnableReference%28Size%3A%2033%29.html) | -5.39% | 1.144455 | 1.082794 | +| System.Memory.Span.GetPinnableReference(Size: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Memory.Span%28Char%29.GetPinnableReference%28Size%3A%204%29.html) | -5.24% | 1.139790 | 1.080107 | +| System.Memory.Span.SequenceCompareTo(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Memory.Span%28Char%29.SequenceCompareTo%28Size%3A%20512%29.html) | -5.48% | 18.359314 | 17.353222 | +| System.Memory.Span.ToArray(Size: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Memory.Span%28Char%29.ToArray%28Size%3A%204%29.html) | -7.14% | 12.564270 | 11.666783 | +| System.Memory.Span.Clear(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Memory.Span%28Int32%29.Clear%28Size%3A%20512%29.html) | -5.28% | N/A | N/A | +| System.Memory.Span.GetPinnableReference(Size: 33) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Memory.Span%28Int32%29.GetPinnableReference%28Size%3A%2033%29.html) | -7.45% | 1.147422 | 1.061978 | +| System.Memory.Span.GetPinnableReference(Size: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Memory.Span%28Int32%29.GetPinnableReference%28Size%3A%204%29.html) | -6.34% | 1.159795 | 1.086316 | +| System.Memory.Span.GetPinnableReference(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Memory.Span%28Int32%29.GetPinnableReference%28Size%3A%20512%29.html) | -6.51% | 1.142521 | 1.068137 | +| System.Net.Primitives.Tests.IPAddressPerformanceTests.CtorAndToString(address: [143, 24, 20, 36]) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Net.Primitives.Tests.IPAddressPerformanceTests.CtorAndToString%28address%3A%20%5B143%2C%2024%2C%2020%2C%2036%5D%29.html) | -7.47% | 34.405944 | 31.834521 | +| System.Net.Primitives.Tests.IPAddressPerformanceTests.TryFormat(address: 143.24.20.36) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Net.Primitives.Tests.IPAddressPerformanceTests.TryFormat%28address%3A%20143.24.20.36%29.html) | -7.26% | 12.661442 | 11.741944 | +| System.Net.Security.Tests.SslStreamTests.HandshakeECDSA256CertAsync(protocol: Tls12) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Net.Security.Tests.SslStreamTests.HandshakeECDSA256CertAsync%28protocol%3A%20Tls12%29.html) | -5.80% | 2059659.189460 | 1940248.159262 | +| System.Net.Security.Tests.SslStreamTests.HandshakeECDSA512CertAsync(protocol: Tls12) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Net.Security.Tests.SslStreamTests.HandshakeECDSA512CertAsync%28protocol%3A%20Tls12%29.html) | -5.12% | 3608275.246286 | 3423671.622143 | +| System.Net.Security.Tests.SslStreamTests.HandshakeECDSA512CertAsync(protocol: Tls13) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Net.Security.Tests.SslStreamTests.HandshakeECDSA512CertAsync%28protocol%3A%20Tls13%29.html) | -5.37% | 3788617.989448 | 3585077.395833 | +| System.Net.Security.Tests.SslStreamTests.HandshakeRSA2048CertAsync(protocol: Tls12) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Net.Security.Tests.SslStreamTests.HandshakeRSA2048CertAsync%28protocol%3A%20Tls12%29.html) | -5.70% | 2418076.110610 | 2280258.721047 | +| System.Net.Security.Tests.SslStreamTests.HandshakeRSA2048CertAsync(protocol: Tls13) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Net.Security.Tests.SslStreamTests.HandshakeRSA2048CertAsync%28protocol%3A%20Tls13%29.html) | -6.20% | 2494358.299107 | 2339637.647321 | +| System.Numerics.Tensors.Tests.Perf_BinaryIntegerTensorPrimitives.PopCount(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tensors.Tests.Perf_BinaryIntegerTensorPrimitives%28Byte%29.PopCount%28BufferLength%3A%20128%29.html) | -6.03% | N/A | N/A | +| System.Numerics.Tensors.Tests.Perf_BinaryIntegerTensorPrimitives.TrailingZeroCount(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tensors.Tests.Perf_BinaryIntegerTensorPrimitives%28Byte%29.TrailingZeroCount%28BufferLength%3A%20128%29.html) | -6.38% | 13.834483 | 12.952110 | +| System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives.Sigmoid(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives%28Double%29.Sigmoid%28BufferLength%3A%20128%29.html) | -5.67% | 237.993639 | 224.492496 | +| System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives.Exp(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives%28Single%29.Exp%28BufferLength%3A%20128%29.html) | -7.11% | 104.507187 | 97.079297 | +| System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives.Ieee754Remainder_ScalarDivisor(BufferLength: 3079) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives%28Single%29.Ieee754Remainder_ScalarDivisor%28BufferLength%3A%203079%29.html) | -6.15% | 56151.404999 | 52698.733632 | +| System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives.Sigmoid(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives%28Single%29.Sigmoid%28BufferLength%3A%20128%29.html) | -5.76% | N/A | N/A | +| System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives.MaxMagnitude_Scalar(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives%28Double%29.MaxMagnitude_Scalar%28BufferLength%3A%20128%29.html) | -6.52% | N/A | N/A | +| System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives.AddMultiply_ScalarAddend(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives%28Int32%29.AddMultiply_ScalarAddend%28BufferLength%3A%20128%29.html) | -6.99% | 16.924921 | 15.742416 | +| System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives.BitwiseAnd_Scalar(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives%28Int32%29.BitwiseAnd_Scalar%28BufferLength%3A%20128%29.html) | -5.06% | 10.153110 | 9.639643 | +| System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives.Max(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives%28Int32%29.Max%28BufferLength%3A%20128%29.html) | -7.43% | 7.625892 | 7.059301 | +| System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives.MaxMagnitude_Vector(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives%28Int32%29.MaxMagnitude_Vector%28BufferLength%3A%20128%29.html) | -5.27% | 32.058573 | 30.367506 | +| System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives.SumOfMagnitudes(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives%28Int32%29.SumOfMagnitudes%28BufferLength%3A%20128%29.html) | -5.31% | 23.970990 | 22.697131 | +| System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives.Abs(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives%28Single%29.Abs%28BufferLength%3A%20128%29.html) | -5.72% | 10.095196 | 9.518085 | +| System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives.MaxMagnitude_Scalar(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives%28Single%29.MaxMagnitude_Scalar%28BufferLength%3A%20128%29.html) | -6.16% | 25.462470 | 23.892798 | +| System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives.Max_Vector(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives%28Single%29.Max_Vector%28BufferLength%3A%20128%29.html) | -7.00% | 24.102216 | 22.414629 | +| System.Numerics.Tests.Perf_BigInteger.Ctor_ByteArray(numberString: 1234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123... | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tests.Perf_BigInteger.Ctor_ByteArray%28numberString%3A%201234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123.html) | -6.53% | 24.371394 | 22.780393 | +| System.Numerics.Tests.Perf_BigInteger.Parse(numberString: 123) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tests.Perf_BigInteger.Parse%28numberString%3A%20123%29.html) | -7.20% | 75.867135 | 70.401780 | +| System.Numerics.Tests.Perf_BigInteger.ToStringD(numberString: -2147483648) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tests.Perf_BigInteger.ToStringD%28numberString%3A%20-2147483648%29.html) | -6.30% | 44.422776 | 41.624934 | +| System.Numerics.Tests.Perf_Matrix3x2.CreateTranslationFromVectorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tests.Perf_Matrix3x2.CreateTranslationFromVectorBenchmark.html) | -5.32% | 1.556629 | 1.473859 | +| System.Numerics.Tests.Perf_Matrix4x4.CreateFromYawPitchRollBenchmarkBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tests.Perf_Matrix4x4.CreateFromYawPitchRollBenchmarkBenchmark.html) | -6.96% | 29.383651 | 27.337873 | +| System.Numerics.Tests.Perf_Matrix4x4.CreateRotationZBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tests.Perf_Matrix4x4.CreateRotationZBenchmark.html) | -6.38% | 1.801949 | 1.686900 | +| System.Numerics.Tests.Perf_Matrix4x4.CreateScaleFromVectorWithCenterBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tests.Perf_Matrix4x4.CreateScaleFromVectorWithCenterBenchmark.html) | -6.49% | 1.790985 | 1.674719 | +| System.Numerics.Tests.Perf_Matrix4x4.DecomposeBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tests.Perf_Matrix4x4.DecomposeBenchmark.html) | -5.33% | 33.032493 | 31.272734 | +| System.Numerics.Tests.Perf_Matrix4x4.IdentityBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tests.Perf_Matrix4x4.IdentityBenchmark.html) | -5.57% | 1.626290 | 1.535748 | +| System.Numerics.Tests.Perf_Matrix4x4.MultiplyByMatrixBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tests.Perf_Matrix4x4.MultiplyByMatrixBenchmark.html) | -6.29% | 2.470750 | 2.315319 | +| System.Numerics.Tests.Perf_Vector4.TransformVector3ByMatrix4x4Benchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tests.Perf_Vector4.TransformVector3ByMatrix4x4Benchmark.html) | -7.35% | 1.789815 | 1.658243 | +| System.Perf_Convert.FromBase64String | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Perf_Convert.FromBase64String.html) | -6.58% | 69.582917 | 65.006231 | +| System.Perf_Convert.ToDateTime_String(value: "12/12/1999") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Perf_Convert.ToDateTime_String%28value%3A%20%2212/12/1999%22%29.html) | -5.55% | 126.073307 | 119.078760 | +| System.Reflection.Attributes.GetCustomAttributesClassHitInherit | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Reflection.Attributes.GetCustomAttributesClassHitInherit.html) | -5.11% | 883.024249 | 837.863355 | +| System.Reflection.Attributes.GetCustomAttributesMethodBaseHitInherit | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Reflection.Attributes.GetCustomAttributesMethodBaseHitInherit.html) | -6.61% | 848.766414 | 792.672811 | +| System.Reflection.Attributes.GetCustomAttributesMethodOverrideHitInherit | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Reflection.Attributes.GetCustomAttributesMethodOverrideHitInherit.html) | -7.05% | 1362.565572 | 1266.527509 | +| System.Reflection.Attributes.GetCustomAttributesMethodOverrideMissInherit | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Reflection.Attributes.GetCustomAttributesMethodOverrideMissInherit.html) | -6.89% | 832.805692 | 775.426536 | +| System.Reflection.Attributes.IsDefinedMethodBaseHit | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Reflection.Attributes.IsDefinedMethodBaseHit.html) | -7.17% | 368.712592 | 342.292039 | +| System.Reflection.Attributes.IsDefinedMethodBaseHitInherit | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Reflection.Attributes.IsDefinedMethodBaseHitInherit.html) | -6.52% | 368.651006 | 344.618819 | +| System.Reflection.Attributes.IsDefinedMethodOverrideMiss | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Reflection.Attributes.IsDefinedMethodOverrideMiss.html) | -7.12% | 370.301125 | 343.926279 | +| System.Reflection.Attributes.IsDefinedMethodOverrideMissInherit | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Reflection.Attributes.IsDefinedMethodOverrideMissInherit.html) | -6.89% | 370.305518 | 344.788547 | +| System.Reflection.Invoke.Ctor0_NoParams | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Reflection.Invoke.Ctor0_NoParams.html) | -7.04% | 11.328214 | 10.531164 | +| System.Reflection.Invoke.StaticMethod4_arrayNotCached_int_string_struct_class | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Reflection.Invoke.StaticMethod4_arrayNotCached_int_string_struct_class.html) | -7.37% | 47.133423 | 43.659413 | +| System.Reflection.Invoke.StaticMethod4_int_string_struct_class_MethodInvokerWithSpan | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Reflection.Invoke.StaticMethod4_int_string_struct_class_MethodInvokerWithSpan.html) | -6.59% | 15.976426 | 14.924005 | +| System.Reflection.Metadata.Perf_TypeName.ParseAndGetAssemblyQualifiedName(input: typeof(System.Reflection.Metadata.Nested)) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Reflection.Metadata.Perf_TypeName.ParseAndGetAssemblyQualifiedName%28input%3A%20typeof%28System.Reflection.Metadata.Nested%29%29.html) | -6.45% | 904.771359 | 846.394606 | +| System.Reflection.Metadata.Perf_TypeName.ParseAndGetAssemblyQualifiedName(input: typeof(int)) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Reflection.Metadata.Perf_TypeName.ParseAndGetAssemblyQualifiedName%28input%3A%20typeof%28int%29%29.html) | -6.81% | 953.654844 | 888.744730 | +| System.Reflection.Metadata.Perf_TypeName.ParseAndGetFullName(input: typeof(System.Collections.Generic.Dictionary)) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Reflection.Metadata.Perf_TypeName.ParseAndGetFullName%28input%3A%20typeof%28System.Collections.Generic.Dictionary%28String%2C%20Boolean%29%29%29.html) | -6.12% | 2019.252707 | 1895.650316 | +| System.Reflection.Metadata.Perf_TypeName.Parse_AssemblyQualifiedName(input: typeof(System.Int32&)) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Reflection.Metadata.Perf_TypeName.Parse_AssemblyQualifiedName%28input%3A%20typeof%28System.Int32%26%29%29.html) | -6.41% | 854.529047 | 799.770493 | +| System.Reflection.Metadata.Perf_TypeName.Parse_AssemblyQualifiedName(input: typeof(System.Int32*)) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Reflection.Metadata.Perf_TypeName.Parse_AssemblyQualifiedName%28input%3A%20typeof%28System.Int32%2A%29%29.html) | -6.89% | N/A | N/A | +| System.Reflection.Metadata.Perf_TypeName.Parse_AssemblyQualifiedName(input: typeof(System.Int32[,])) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Reflection.Metadata.Perf_TypeName.Parse_AssemblyQualifiedName%28input%3A%20typeof%28System.Int32%5B%2C%5D%29%29.html) | -5.83% | 866.931753 | 816.364951 | +| System.Reflection.Metadata.Perf_TypeName.Parse_AssemblyQualifiedName(input: typeof(System.Int32[])) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Reflection.Metadata.Perf_TypeName.Parse_AssemblyQualifiedName%28input%3A%20typeof%28System.Int32%5B%5D%29%29.html) | -6.29% | 852.361871 | 798.729337 | +| System.Reflection.Metadata.Perf_TypeName.Parse_AssemblyQualifiedName(input: typeof(System.Reflection.Metadata.Nested)) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Reflection.Metadata.Perf_TypeName.Parse_AssemblyQualifiedName%28input%3A%20typeof%28System.Reflection.Metadata.Nested%29%29.html) | -5.41% | N/A | N/A | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.DivideBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Byte%29.DivideBenchmark.html) | -5.38% | N/A | N/A | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.DotBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Byte%29.DotBenchmark.html) | -6.28% | 2.239256 | 2.098638 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.GreaterThanOrEqualAnyBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Byte%29.GreaterThanOrEqualAnyBenchmark.html) | -5.85% | 1.675769 | 1.577803 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.LessThanOrEqualAnyBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Byte%29.LessThanOrEqualAnyBenchmark.html) | -6.10% | 1.673009 | 1.570982 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.LessThanOrEqualAnyBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Int16%29.LessThanOrEqualAnyBenchmark.html) | -6.35% | N/A | N/A | +| System.Tests.Perf_Boolean.Parse(value: " True ") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Boolean.Parse%28value%3A%20%22%20True%20%22%29.html) | -6.79% | 9.035647 | 8.422168 | +| System.Tests.Perf_DateTime.Year | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_DateTime.Year.html) | -6.45% | 2.252701 | 2.107412 | +| System.Tests.Perf_DateTimeOffset.ToString(value: 12/30/2017 3:45:22 AM -08:00) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_DateTimeOffset.ToString%28value%3A%2012/30/2017%203%3A45%3A22%20AM%20-08%3A00%29.html) | -5.02% | 153.027254 | 145.348088 | +| System.Tests.Perf_Decimal.Multiply | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Decimal.Multiply.html) | -5.26% | 5.560020 | 5.267550 | +| System.Tests.Perf_Decimal.TryParse(value: "123456.789") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Decimal.TryParse%28value%3A%20%22123456.789%22%29.html) | -6.35% | 76.139225 | 71.301883 | +| System.Tests.Perf_Double.ToStringWithCultureInfo(value: 1.7976931348623157E+308, culture: zh) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Double.ToStringWithCultureInfo%28value%3A%201.7976931348623157E%2B308%2C%20culture%3A%20zh%29.html) | -7.02% | 178.381636 | 165.865215 | +| System.Tests.Perf_Double.ToStringWithFormat(value: -1.7976931348623157E+308, format: "R") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Double.ToStringWithFormat%28value%3A%20-1.7976931348623157E%2B308%2C%20format%3A%20%22R%22%29.html) | -7.47% | 180.763183 | 167.263415 | +| System.Tests.Perf_Double.ToStringWithFormat(value: 12345, format: "F50") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Double.ToStringWithFormat%28value%3A%2012345%2C%20format%3A%20%22F50%22%29.html) | -5.15% | 213.575520 | 202.575191 | +| System.Tests.Perf_Enum.GetName_Generic_NonFlags | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Enum.GetName_Generic_NonFlags.html) | -7.46% | 6.461478 | 5.979202 | +| System.Tests.Perf_Enum.InterpolateIntoSpan_NonFlags(value: 42) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Enum.InterpolateIntoSpan_NonFlags%28value%3A%2042%29.html) | -5.25% | 82.311579 | 77.986928 | +| System.Tests.Perf_Enum.InterpolateIntoStringBuilder_Flags(value: Red, Green) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Enum.InterpolateIntoStringBuilder_Flags%28value%3A%20Red%2C%20Green%29.html) | -7.06% | 107.676169 | 100.075476 | +| System.Tests.Perf_Enum.ToString_Flags(value: 32) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Enum.ToString_Flags%28value%3A%2032%29.html) | -6.39% | 23.702563 | 22.188163 | +| System.Tests.Perf_Enum.ToString_Flags(value: Yellow, Blue) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Enum.ToString_Flags%28value%3A%20Yellow%2C%20Blue%29.html) | -5.25% | 35.322057 | 33.467852 | +| System.Tests.Perf_Enum.ToString_Format_Flags_Large(value: All, format: "x") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Enum.ToString_Format_Flags_Large%28value%3A%20All%2C%20format%3A%20%22x%22%29.html) | -5.20% | 25.191261 | 23.881353 | +| System.Tests.Perf_Enum.ToString_Format_NonFlags(value: Friday, format: "X") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Enum.ToString_Format_NonFlags%28value%3A%20Friday%2C%20format%3A%20%22X%22%29.html) | -5.90% | N/A | N/A | +| System.Tests.Perf_Enum.ToString_Format_NonFlags(value: Thursday, format: "f") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Enum.ToString_Format_NonFlags%28value%3A%20Thursday%2C%20format%3A%20%22f%22%29.html) | -5.70% | 20.193014 | 19.041535 | +| System.Tests.Perf_Enum.ToString_Format_NonFlags(value: Wednesday, format: "x") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Enum.ToString_Format_NonFlags%28value%3A%20Wednesday%2C%20format%3A%20%22x%22%29.html) | -5.19% | 25.142685 | 23.838816 | +| System.Tests.Perf_Enum.TryParseGeneric_Flags(text: "Red, Orange, Yellow, Green, Blue") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Enum.TryParseGeneric_Flags%28text%3A%20%22Red%2C%20Orange%2C%20Yellow%2C%20Green%2C%20Blue%22%29.html) | -5.04% | N/A | N/A | +| System.Tests.Perf_Int128.TryFormat(value: -170141183460469231731687303715884105728) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Int128.TryFormat%28value%3A%20-170141183460469231731687303715884105728%29.html) | -5.97% | 130.406226 | 122.619526 | +| System.Tests.Perf_Int16.ToString(value: -32768) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Int16.ToString%28value%3A%20-32768%29.html) | -5.64% | 17.759050 | 16.757866 | +| System.Tests.Perf_Int32.ToString(value: -2147483648) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Int32.ToString%28value%3A%20-2147483648%29.html) | -7.26% | N/A | N/A | +| System.Tests.Perf_Int32.ToStringHex(value: 12345) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Int32.ToStringHex%28value%3A%2012345%29.html) | -7.25% | 18.058909 | 16.749660 | +| System.Tests.Perf_Int32.TryFormat(value: 12345) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Int32.TryFormat%28value%3A%2012345%29.html) | -5.70% | 5.724976 | 5.398472 | +| System.Tests.Perf_Int32.TryParseSpan(value: "12345") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Int32.TryParseSpan%28value%3A%20%2212345%22%29.html) | -6.02% | 11.772319 | 11.063322 | +| System.Tests.Perf_Int64.TryFormat(value: 12345) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Int64.TryFormat%28value%3A%2012345%29.html) | -5.21% | 5.611681 | 5.319146 | +| System.Tests.Perf_Int64.TryParse(value: "12345") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Int64.TryParse%28value%3A%20%2212345%22%29.html) | -7.45% | 13.511554 | 12.504593 | +| System.Tests.Perf_Object.ctor | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Object.ctor.html) | -7.32% | 7.968132 | 7.384974 | +| System.Tests.Perf_Random.NextSingle_unseeded | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Random.NextSingle_unseeded.html) | -7.01% | 3.824123 | 3.556197 | +| System.Tests.Perf_SByte.CopySign(value: 1, sign: -1) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_SByte.CopySign%28value%3A%201%2C%20sign%3A%20-1%29.html) | -6.29% | 1.662494 | 1.557999 | +| System.Tests.Perf_SByte.ToString(value: -128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_SByte.ToString%28value%3A%20-128%29.html) | -6.15% | 16.481242 | 15.468002 | +| System.Tests.Perf_SByte.TryParse(value: "127") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_SByte.TryParse%28value%3A%20%22127%22%29.html) | -6.36% | 14.125496 | 13.227558 | +| System.Tests.Perf_Single.ToStringWithCultureInfo(value: -3.4028235E+38, culture: zh) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Single.ToStringWithCultureInfo%28value%3A%20-3.4028235E%2B38%2C%20culture%3A%20zh%29.html) | -7.40% | 122.368257 | 113.310803 | +| System.Tests.Perf_Single.ToStringWithFormat(value: -3.4028235E+38, format: "F50") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Single.ToStringWithFormat%28value%3A%20-3.4028235E%2B38%2C%20format%3A%20%22F50%22%29.html) | -7.26% | 1004.593246 | 931.664264 | +| System.Tests.Perf_Single.ToStringWithFormat(value: 3.4028235E+38, format: "F50") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Single.ToStringWithFormat%28value%3A%203.4028235E%2B38%2C%20format%3A%20%22F50%22%29.html) | -7.04% | 1013.970360 | 942.611588 | +| System.Tests.Perf_String.CtorCharCount(size: 10) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_String.CtorCharCount%28size%3A%2010%29.html) | -5.44% | 13.522688 | 12.786583 | +| System.Tests.Perf_String.Remove_IntInt(s: "dzsdzsDDZSDZSDZSddsz", i1: 10, i2: 1) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_String.Remove_IntInt%28s%3A%20%22dzsdzsDDZSDZSDZSddsz%22%2C%20i1%3A%2010%2C%20i2%3A%201%29.html) | -5.91% | 18.514468 | 17.419477 | +| System.Tests.Perf_String.Remove_IntInt(s: "dzsdzsDDZSDZSDZSddsz", i1: 7, i2: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_String.Remove_IntInt%28s%3A%20%22dzsdzsDDZSDZSDZSddsz%22%2C%20i1%3A%207%2C%20i2%3A%204%29.html) | -5.43% | 17.298927 | 16.360392 | +| System.Tests.Perf_String.Replace_String(text: "This is a very nice sentence", oldValue: "nice", newValue: "bad") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_String.Replace_String%28text%3A%20%22This%20is%20a%20very%20nice%20sentence%22%2C%20oldValue%3A%20%22nice%22%2C%20newValue%3A%20%22bad%22%29.html) | -6.75% | 48.467640 | 45.196748 | +| System.Tests.Perf_String.Split(s: "A B C D E F G H I J K L M N O P Q R S T U V W X Y Z", arr: [' '], options: None) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_String.Split%28s%3A%20%22A%20B%20C%20D%20E%20F%20G%20H%20I%20J%20K%20L%20M%20N%20O%20P%20Q%20R%20S%20T%20U%20V%20W%20X%20Y%20Z%22%2C%20arr%3A%20%5B%27%20%27%5D%2C%20options%3A%20None%29.html) | -5.82% | 370.766760 | 349.205585 | +| System.Tests.Perf_String.Substring_Int(s: "dzsdzsDDZSDZSDZSddsz", i: 10) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_String.Substring_Int%28s%3A%20%22dzsdzsDDZSDZSDZSddsz%22%2C%20i%3A%2010%29.html) | -6.10% | 14.066082 | 13.208149 | +| System.Tests.Perf_String.Substring_Int(s: "dzsdzsDDZSDZSDZSddsz", i: 7) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_String.Substring_Int%28s%3A%20%22dzsdzsDDZSDZSDZSddsz%22%2C%20i%3A%207%29.html) | -7.48% | 14.054146 | 13.003293 | +| System.Tests.Perf_String.ToLowerInvariant(s: "This is a much longer piece of text that might benefit more from vectorization.") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_String.ToLowerInvariant%28s%3A%20%22This%20is%20a%20much%20longer%20piece%20of%20text%20that%20might%20benefit%20more%20from%20vectorization.%22%29.html) | -6.09% | 36.940025 | 34.689088 | +| System.Tests.Perf_String.ToUpper(s: "TeSt") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_String.ToUpper%28s%3A%20%22TeSt%22%29.html) | -5.56% | 26.025824 | 24.579709 | +| System.Tests.Perf_String.ToUpper(s: "This is a much longer piece of text that might benefit more from vectorization.") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_String.ToUpper%28s%3A%20%22This%20is%20a%20much%20longer%20piece%20of%20text%20that%20might%20benefit%20more%20from%20vectorization.%22%29.html) | -6.66% | 41.215297 | 38.468697 | +| System.Tests.Perf_String.ToUpper(s: "test") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_String.ToUpper%28s%3A%20%22test%22%29.html) | -5.15% | 25.693323 | 24.369756 | +| System.Tests.Perf_String.Trim(s: " Te st ") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_String.Trim%28s%3A%20%22%20Te%20st%20%20%22%29.html) | -6.40% | 18.738776 | 17.539421 | +| System.Tests.Perf_Type.GetType_FullyQualifiedNames(input: typeof(System.Collections.Generic.Dictionary)) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Type.GetType_FullyQualifiedNames%28input%3A%20typeof%28System.Collections.Generic.Dictionary%28String%2C%20Boolean%29%29%29.html) | -7.02% | 3847.910461 | 3577.648466 | +| System.Tests.Perf_UInt32.ParseSpan(value: "12345") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_UInt32.ParseSpan%28value%3A%20%2212345%22%29.html) | -5.12% | N/A | N/A | +| System.Tests.Perf_UInt64.ToString(value: 12345) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_UInt64.ToString%28value%3A%2012345%29.html) | -5.81% | 14.804457 | 13.944053 | +| System.Tests.Perf_UInt64.ToString(value: 18446744073709551615) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_UInt64.ToString%28value%3A%2018446744073709551615%29.html) | -6.47% | 24.491510 | 22.906122 | +| System.Tests.Perf_Uri.Ctor(input: "http://höst.with.ünicode") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Uri.Ctor%28input%3A%20%22http%3A//h%C3%B6st.with.%C3%BCnicode%22%29.html) | -5.52% | 332.255616 | 313.929857 | +| System.Tests.Perf_Uri.CtorIdnHostPathAndQuery(input: "http://host/path%20with%20escapable%20values?key=%C3%BCnicode") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Uri.CtorIdnHostPathAndQuery%28input%3A%20%22http%3A//host/path%2520with%2520escapable%2520values%3Fkey%3D%25C3%25BCnicode%22%29.html) | -5.19% | N/A | N/A | +| System.Tests.Perf_Uri.CtorIdnHostPathAndQuery(input: "http://host/path?key1=value1&key2=value2&key3=value3&key4=value4") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Uri.CtorIdnHostPathAndQuery%28input%3A%20%22http%3A//host/path%3Fkey1%3Dvalue1%26key2%3Dvalue2%26key3%3Dvalue3%26key4%3Dvalue4%22%29.html) | -6.45% | 415.720122 | 388.900855 | +| System.Tests.Perf_Uri.CtorIdnHostPathAndQuery(input: "http://höst.with.ünicode/path/with?key=value#fragment") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Uri.CtorIdnHostPathAndQuery%28input%3A%20%22http%3A//h%C3%B6st.with.%C3%BCnicode/path/with%3Fkey%3Dvalue%23fragment%22%29.html) | -5.13% | 1231.075390 | 1167.912555 | +| System.Tests.Perf_Version.Parse3 | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Version.Parse3.html) | -5.06% | 43.792109 | 41.574598 | +| System.Text.Encodings.Web.Tests.Perf_Encoders.EncodeUtf8(arguments: UnsafeRelaxed,hello "there",16) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Encodings.Web.Tests.Perf_Encoders.EncodeUtf8%28arguments%3A%20UnsafeRelaxed%2Chello%20%22there%22%2C16%29.html) | -6.20% | N/A | N/A | +| System.Text.Json.Document.Tests.Perf_DocumentParse.Parse(IsDataIndented: True, TestRandomAccess: False, TestCase: Json400B) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Document.Tests.Perf_DocumentParse.Parse%28IsDataIndented%3A%20True%2C%20TestRandomAccess%3A%20False%2C%20TestCase%3A%20Json400B%29.html) | -6.39% | 895.078955 | 837.865402 | +| System.Text.Json.Document.Tests.Perf_EnumerateObject.PropertyIndexer(TestCase: NumericProperties) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Document.Tests.Perf_EnumerateObject.PropertyIndexer%28TestCase%3A%20NumericProperties%29.html) | -6.39% | 1769.772147 | 1656.612177 | +| System.Text.Json.Node.Tests.Perf_Create.Create_JsonArray | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Node.Tests.Perf_Create.Create_JsonArray.html) | -6.51% | 759.129227 | 709.676660 | +| System.Text.Json.Node.Tests.Perf_Create.Create_JsonBool | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Node.Tests.Perf_Create.Create_JsonBool.html) | -5.06% | N/A | N/A | +| System.Text.Json.Node.Tests.Perf_Create.Create_JsonNumber | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Node.Tests.Perf_Create.Create_JsonNumber.html) | -6.09% | 554.381775 | 520.621661 | +| System.Text.Json.Node.Tests.Perf_Create.Create_JsonString | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Node.Tests.Perf_Create.Create_JsonString.html) | -6.74% | 523.009449 | 487.732951 | +| System.Text.Json.Node.Tests.Perf_ParseThenWrite.ParseThenWrite(IsDataIndented: True, TestCase: BroadTree) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Node.Tests.Perf_ParseThenWrite.ParseThenWrite%28IsDataIndented%3A%20True%2C%20TestCase%3A%20BroadTree%29.html) | -6.95% | 35143.225707 | 32700.093099 | +| System.Text.Json.Node.Tests.Perf_ParseThenWrite.ParseThenWrite(IsDataIndented: True, TestCase: Json4KB) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Node.Tests.Perf_ParseThenWrite.ParseThenWrite%28IsDataIndented%3A%20True%2C%20TestCase%3A%20Json4KB%29.html) | -6.11% | 22355.903554 | 20990.982900 | +| System.Text.Json.Serialization.Tests.ColdStartSerialization.NewCachedCustomConverter | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ColdStartSerialization%28SimpleStructWithProperties%29.NewCachedCustomConverter.html) | -7.08% | 942.805620 | 876.032843 | +| System.Text.Json.Serialization.Tests.ColdStartSerialization.NewCustomConverter | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ColdStartSerialization%28SimpleStructWithProperties%29.NewCustomConverter.html) | -6.95% | N/A | N/A | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromReader(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28BinaryData%29.DeserializeFromReader%28Mode%3A%20SourceGen%29.html) | -7.15% | 500.420373 | 464.659763 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromStream(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28BinaryData%29.DeserializeFromStream%28Mode%3A%20SourceGen%29.html) | -7.17% | 572.690657 | 531.621585 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromUtf8Bytes(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28BinaryData%29.DeserializeFromUtf8Bytes%28Mode%3A%20SourceGen%29.html) | -5.48% | 370.835090 | 350.499554 | +| System.Text.Json.Serialization.Tests.ReadJson>.DeserializeFromString(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.ReadJson%28ImmutableSortedDictionary%28String%2C%20String%29%29.DeserializeFromString%28Mode%3A%20SourceGen%29.html) | -7.27% | 55033.322052 | 51032.047999 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToString(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28BinaryData%29.SerializeToString%28Mode%3A%20SourceGen%29.html) | -5.91% | 358.725926 | 337.526462 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToStream(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28Int32%29.SerializeToStream%28Mode%3A%20SourceGen%29.html) | -6.36% | 146.420339 | 137.106970 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeObjectProperty(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28MyEventsListerViewModel%29.SerializeObjectProperty%28Mode%3A%20Reflection%29.html) | -5.98% | 296616.389395 | 278892.843225 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeObjectProperty(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28MyEventsListerViewModel%29.SerializeObjectProperty%28Mode%3A%20SourceGen%29.html) | -6.96% | 272765.732829 | 253770.616119 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToString(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28MyEventsListerViewModel%29.SerializeToString%28Mode%3A%20Reflection%29.html) | -6.43% | 293444.293924 | 274564.098309 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToWriter(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28MyEventsListerViewModel%29.SerializeToWriter%28Mode%3A%20Reflection%29.html) | -7.43% | 211955.697604 | 196199.667475 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToString(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Serialization.Tests.WriteJson%28StructRecord%29.SerializeToString%28Mode%3A%20Reflection%29.html) | -5.18% | 306.519169 | 290.630133 | +| System.Text.Json.Tests.Perf_Base64.WriteByteArrayAsBase64_HeavyEscaping(NumberOfBytes: 1000) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Base64.WriteByteArrayAsBase64_HeavyEscaping%28NumberOfBytes%3A%201000%29.html) | -6.87% | 112.429639 | 104.702159 | +| System.Text.Json.Tests.Perf_Basic.WriteBasicUtf16(Formatted: False, SkipValidation: False, DataSize: 10) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Basic.WriteBasicUtf16%28Formatted%3A%20False%2C%20SkipValidation%3A%20False%2C%20DataSize%3A%2010%29.html) | -7.49% | 559.495197 | 517.591673 | +| System.Text.Json.Tests.Perf_Basic.WriteBasicUtf16(Formatted: True, SkipValidation: False, DataSize: 10) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Basic.WriteBasicUtf16%28Formatted%3A%20True%2C%20SkipValidation%3A%20False%2C%20DataSize%3A%2010%29.html) | -7.41% | 656.186870 | 607.532410 | +| System.Text.Json.Tests.Perf_Doubles.WriteDoubles(Formatted: False, SkipValidation: False) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Doubles.WriteDoubles%28Formatted%3A%20False%2C%20SkipValidation%3A%20False%29.html) | -6.78% | 15984822.490476 | 14901024.847619 | +| System.Text.Json.Tests.Perf_Doubles.WriteDoubles(Formatted: True, SkipValidation: False) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Doubles.WriteDoubles%28Formatted%3A%20True%2C%20SkipValidation%3A%20False%29.html) | -5.39% | 16545831.277143 | 15653455.548571 | +| System.Text.Json.Tests.Perf_Get.GetUInt16 | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Get.GetUInt16.html) | -6.82% | 478.933632 | 446.260275 | +| System.Text.Json.Tests.Perf_Reader.ReadMultiSpanSequenceEmptyLoop(IsDataCompact: False, TestCase: Json40KB) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Reader.ReadMultiSpanSequenceEmptyLoop%28IsDataCompact%3A%20False%2C%20TestCase%3A%20Json40KB%29.html) | -6.38% | 52342.419883 | 49000.706334 | +| System.Text.Json.Tests.Perf_Reader.ReadMultiSpanSequenceEmptyLoop(IsDataCompact: False, TestCase: Json4KB) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Reader.ReadMultiSpanSequenceEmptyLoop%28IsDataCompact%3A%20False%2C%20TestCase%3A%20Json4KB%29.html) | -6.68% | 5399.799943 | 5039.141438 | +| System.Text.Json.Tests.Perf_Reader.ReadMultiSpanSequenceEmptyLoop(IsDataCompact: False, TestCase: LotsOfStrings) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Reader.ReadMultiSpanSequenceEmptyLoop%28IsDataCompact%3A%20False%2C%20TestCase%3A%20LotsOfStrings%29.html) | -6.30% | 1457.944326 | 1366.031465 | +| System.Text.Json.Tests.Perf_Reader.ReadMultiSpanSequenceEmptyLoop(IsDataCompact: True, TestCase: BroadTree) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Reader.ReadMultiSpanSequenceEmptyLoop%28IsDataCompact%3A%20True%2C%20TestCase%3A%20BroadTree%29.html) | -5.29% | 5133.974917 | 4862.277434 | +| System.Text.Json.Tests.Perf_Reader.ReadMultiSpanSequenceEmptyLoop(IsDataCompact: True, TestCase: DeepTree) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Reader.ReadMultiSpanSequenceEmptyLoop%28IsDataCompact%3A%20True%2C%20TestCase%3A%20DeepTree%29.html) | -6.93% | 2540.858754 | 2364.865958 | +| System.Text.Json.Tests.Perf_Segment.ReadMultiSegmentSequence(segmentSize: 4096, TestCase: Json4KB) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Segment.ReadMultiSegmentSequence%28segmentSize%3A%204096%2C%20TestCase%3A%20Json4KB%29.html) | -5.68% | 5380.425064 | 5074.857314 | +| System.Text.Json.Tests.Perf_Segment.ReadMultiSegmentSequenceUsingSpan(segmentSize: 4096, TestCase: Json4KB) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Segment.ReadMultiSegmentSequenceUsingSpan%28segmentSize%3A%204096%2C%20TestCase%3A%20Json4KB%29.html) | -5.71% | 5240.529561 | 4941.106679 | +| System.Text.Json.Tests.Perf_Segment.ReadSingleSegmentSequence(TestCase: Json400KB) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Segment.ReadSingleSegmentSequence%28TestCase%3A%20Json400KB%29.html) | -7.27% | 501762.491982 | 465303.080338 | +| System.Text.Json.Tests.Perf_Strings.WriteStringsUtf16(Formatted: True, SkipValidation: False, Escaped: OneEscaped) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Strings.WriteStringsUtf16%28Formatted%3A%20True%2C%20SkipValidation%3A%20False%2C%20Escaped%3A%20OneEscaped%29.html) | -5.51% | 10813750.736364 | 10217377.183636 | +| System.Text.Json.Tests.Perf_Strings.WriteStringsUtf16(Formatted: True, SkipValidation: True, Escaped: OneEscaped) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Strings.WriteStringsUtf16%28Formatted%3A%20True%2C%20SkipValidation%3A%20True%2C%20Escaped%3A%20OneEscaped%29.html) | -7.40% | 10849142.475155 | 10046208.259317 | +| System.Text.Json.Tests.Utf8JsonReaderCommentsTests.Utf8JsonReaderCommentParsing(CommentHandling: Allow, SegmentSize: 0, TestCase: LongSingleLine) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Tests.Utf8JsonReaderCommentsTests.Utf8JsonReaderCommentParsing%28CommentHandling%3A%20Allow%2C%20SegmentSize%3A%200%2C%20TestCase%3A%20LongSingleLine%29.html) | -5.75% | 121.493263 | 114.509044 | +| System.Text.Json.Tests.Utf8JsonReaderCommentsTests.Utf8JsonReaderCommentParsing(CommentHandling: Skip, SegmentSize: 0, TestCase: LongSingleLine) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Tests.Utf8JsonReaderCommentsTests.Utf8JsonReaderCommentParsing%28CommentHandling%3A%20Skip%2C%20SegmentSize%3A%200%2C%20TestCase%3A%20LongSingleLine%29.html) | -5.58% | 117.786545 | 111.212426 | +| System.Text.Perf_Ascii.EqualsIgnoreCase_ExactlyTheSame_Bytes(Size: 6) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Perf_Ascii.EqualsIgnoreCase_ExactlyTheSame_Bytes%28Size%3A%206%29.html) | -5.37% | 6.426935 | 6.082032 | +| System.Text.Perf_Ascii.EqualsIgnoreCase_ExactlyTheSame_Bytes_Chars(Size: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Perf_Ascii.EqualsIgnoreCase_ExactlyTheSame_Bytes_Chars%28Size%3A%20128%29.html) | -6.37% | 13.717549 | 12.843764 | +| System.Text.Perf_Ascii.EqualsIgnoreCase_ExactlyTheSame_Chars(Size: 6) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Perf_Ascii.EqualsIgnoreCase_ExactlyTheSame_Chars%28Size%3A%206%29.html) | -5.98% | 6.269978 | 5.895216 | +| System.Text.Perf_Ascii.FromUtf16(Size: 6) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Perf_Ascii.FromUtf16%28Size%3A%206%29.html) | -5.35% | 5.152823 | 4.877262 | +| System.Text.Perf_Ascii.ToLowerInPlace_Bytes(Size: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Perf_Ascii.ToLowerInPlace_Bytes%28Size%3A%20128%29.html) | -5.51% | 18.026450 | 17.033895 | +| System.Text.Perf_Ascii.ToLower_Bytes_Chars(Size: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Perf_Ascii.ToLower_Bytes_Chars%28Size%3A%20128%29.html) | -6.16% | 14.676792 | 13.772654 | +| System.Text.Perf_Ascii.ToUtf16(Size: 6) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Perf_Ascii.ToUtf16%28Size%3A%206%29.html) | -5.96% | 5.824166 | 5.477309 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Cache.IsMatch(total: 40000, unique: 1600, cacheSize: 3200) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.RegularExpressions.Tests.Perf_Regex_Cache.IsMatch%28total%3A%2040000%2C%20unique%3A%201600%2C%20cacheSize%3A%203200%29.html) | -5.09% | N/A | N/A | +| System.Text.RegularExpressions.Tests.Perf_Regex_Cache.IsMatch(total: 400000, unique: 7, cacheSize: 15) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.RegularExpressions.Tests.Perf_Regex_Cache.IsMatch%28total%3A%20400000%2C%20unique%3A%207%2C%20cacheSize%3A%2015%29.html) | -5.64% | 37033480.026667 | 34944163.386667 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Common.Date_IsNotMatch(Options: IgnoreCase, Compiled) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.RegularExpressions.Tests.Perf_Regex_Common.Date_IsNotMatch%28Options%3A%20IgnoreCase%2C%20Compiled%29.html) | -7.49% | 100.460444 | 92.937865 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Common.MatchWord(Options: Compiled) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.RegularExpressions.Tests.Perf_Regex_Common.MatchWord%28Options%3A%20Compiled%29.html) | -6.76% | 127.383909 | 118.770190 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Common.MatchWord(Options: IgnoreCase, Compiled) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.RegularExpressions.Tests.Perf_Regex_Common.MatchWord%28Options%3A%20IgnoreCase%2C%20Compiled%29.html) | -7.19% | 96.123104 | 89.214733 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Common.MatchesWord(Options: IgnoreCase, Compiled) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.RegularExpressions.Tests.Perf_Regex_Common.MatchesWord%28Options%3A%20IgnoreCase%2C%20Compiled%29.html) | -7.41% | 781.030281 | 723.153881 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Common.MatchesWords(Options: IgnoreCase, Compiled) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.RegularExpressions.Tests.Perf_Regex_Common.MatchesWords%28Options%3A%20IgnoreCase%2C%20Compiled%29.html) | -6.44% | 2014.352451 | 1884.636497 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Common.Uri_IsMatch(Options: None) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.RegularExpressions.Tests.Perf_Regex_Common.Uri_IsMatch%28Options%3A%20None%29.html) | -5.30% | N/A | N/A | +| System.Text.RegularExpressions.Tests.Perf_Regex_Common.Uri_IsNotMatch(Options: Compiled) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.RegularExpressions.Tests.Perf_Regex_Common.Uri_IsNotMatch%28Options%3A%20Compiled%29.html) | -6.04% | 70.906371 | 66.622115 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Common.Uri_IsNotMatch(Options: IgnoreCase, Compiled) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.RegularExpressions.Tests.Perf_Regex_Common.Uri_IsNotMatch%28Options%3A%20IgnoreCase%2C%20Compiled%29.html) | -7.36% | N/A | N/A | +| System.Text.RegularExpressions.Tests.Perf_Regex_Industry_BoostDocs_Simple.IsMatch(Id: 0, Options: Compiled) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.RegularExpressions.Tests.Perf_Regex_Industry_BoostDocs_Simple.IsMatch%28Id%3A%200%2C%20Options%3A%20Compiled%29.html) | -7.50% | 31.630836 | 29.258534 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Industry_BoostDocs_Simple.IsMatch(Id: 0, Options: NonBacktracking) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.RegularExpressions.Tests.Perf_Regex_Industry_BoostDocs_Simple.IsMatch%28Id%3A%200%2C%20Options%3A%20NonBacktracking%29.html) | -5.93% | 56.167930 | 52.836863 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Industry_BoostDocs_Simple.IsMatch(Id: 10, Options: None) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.RegularExpressions.Tests.Perf_Regex_Industry_BoostDocs_Simple.IsMatch%28Id%3A%2010%2C%20Options%3A%20None%29.html) | -6.71% | 105.351180 | 98.280241 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Industry_BoostDocs_Simple.IsMatch(Id: 6, Options: Compiled) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.RegularExpressions.Tests.Perf_Regex_Industry_BoostDocs_Simple.IsMatch%28Id%3A%206%2C%20Options%3A%20Compiled%29.html) | -6.09% | 35.951345 | 33.761117 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Industry_BoostDocs_Simple.IsMatch(Id: 6, Options: NonBacktracking) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.RegularExpressions.Tests.Perf_Regex_Industry_BoostDocs_Simple.IsMatch%28Id%3A%206%2C%20Options%3A%20NonBacktracking%29.html) | -5.23% | N/A | N/A | +| System.Text.RegularExpressions.Tests.Perf_Regex_Industry_BoostDocs_Simple.IsMatch(Id: 7, Options: Compiled) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.RegularExpressions.Tests.Perf_Regex_Industry_BoostDocs_Simple.IsMatch%28Id%3A%207%2C%20Options%3A%20Compiled%29.html) | -7.00% | 35.423058 | 32.944051 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Industry_BoostDocs_Simple.IsMatch(Id: 7, Options: NonBacktracking) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.RegularExpressions.Tests.Perf_Regex_Industry_BoostDocs_Simple.IsMatch%28Id%3A%207%2C%20Options%3A%20NonBacktracking%29.html) | -5.03% | 54.186496 | 51.460088 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Industry_BoostDocs_Simple.IsMatch(Id: 8, Options: Compiled) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.RegularExpressions.Tests.Perf_Regex_Industry_BoostDocs_Simple.IsMatch%28Id%3A%208%2C%20Options%3A%20Compiled%29.html) | -7.29% | 35.337766 | 32.760171 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Industry_BoostDocs_Simple.IsMatch(Id: 8, Options: NonBacktracking) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.RegularExpressions.Tests.Perf_Regex_Industry_BoostDocs_Simple.IsMatch%28Id%3A%208%2C%20Options%3A%20NonBacktracking%29.html) | -6.79% | N/A | N/A | +| System.Text.RegularExpressions.Tests.Perf_Regex_Industry_Leipzig.Count(Pattern: "(?i)Tom\|Sawyer\|Huckleberry\|Finn", Options: None) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.RegularExpressions.Tests.Perf_Regex_Industry_Leipzig.Count%28Pattern%3A%20%22%28%3Fi%29Tom%7CSawyer%7CHuckleberry%7CFinn%22%2C%20Options%3A%20None%29.html) | -7.00% | 337227537.240000 | 313615936.560000 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Industry_Leipzig.Count(Pattern: ".{0,2}(Tom\|Sawyer\|Huckleberry\|Finn)", Options: NonBacktracking) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.RegularExpressions.Tests.Perf_Regex_Industry_Leipzig.Count%28Pattern%3A%20%22.%7B0%2C2%7D%28Tom%7CSawyer%7CHuckleberry%7CFinn%29%22%2C%20Options%3A%20NonBacktracking%29.html) | -7.14% | 58786874.184524 | 54587907.517857 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Industry_Mariomkas.Count(Pattern: "(?:(?:25[0-5]\|2[0-4][0-9]\|[01]?[0-9][0-9])\\.){3}(?:25[0-5]\|2[0-4][0-9]\|[01]?[0-9][0-9])", Options: None) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.RegularExpressions.Tests.Perf_Regex_Industry_Mariomkas.Count%28Pattern%3A%20%22%28%3F%3A%28%3F%3A25%5B0-5%5D%7C2%5B0-4%5D%5B0-9%5D%7C%5B01%5D%3F%5B0-9%5D%5B0-9%5D%29%5C%5C.%29%7B3%7D%28%3F%3A25%5B0-5%5D%7C2%5B0-4%5D%5B0-9%5D%7C%5B01%5D%3F%5B0-9%5D%5B0-9%5D%29%22%2C%20Options%3A%20None%29.html) | -6.95% | 9556264.492800 | 8891719.937600 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Industry_Mariomkas.Count(Pattern: "[\\w]+://[^/\\s?#]+[^\\s?#]+(?:\\?[^\\s#]*)?(?:#[^\\s]*)?", Options: NonBacktracking) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.RegularExpressions.Tests.Perf_Regex_Industry_Mariomkas.Count%28Pattern%3A%20%22%5B%5C%5Cw%5D%2B%3A//%5B%5E/%5C%5Cs%3F%23%5D%2B%5B%5E%5C%5Cs%3F%23%5D%2B%28%3F%3A%5C%5C%3F%5B%5E%5C%5Cs%23%5D%2A%29%3F%28%3F%3A%23%5B%5E%5C%5Cs%5D%2A%29%3F%22%2C%20Options%3A%20NonBacktracking%29.html) | -6.46% | 2662017.449088 | 2489977.407729 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Industry_Mariomkas.Count(Pattern: "[\\w]+://[^/\\s?#]+[^\\s?#]+(?:\\?[^\\s#]*)?(?:#[^\\s]*)?", Options: None) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.RegularExpressions.Tests.Perf_Regex_Industry_Mariomkas.Count%28Pattern%3A%20%22%5B%5C%5Cw%5D%2B%3A//%5B%5E/%5C%5Cs%3F%23%5D%2B%5B%5E%5C%5Cs%3F%23%5D%2B%28%3F%3A%5C%5C%3F%5B%5E%5C%5Cs%23%5D%2A%29%3F%28%3F%3A%23%5B%5E%5C%5Cs%5D%2A%29%3F%22%2C%20Options%3A%20None%29.html) | -5.88% | 2161113.446098 | 2033953.871858 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Industry_Mariomkas.Ctor(Pattern: "(?:(?:25[0-5]\|2[0-4][0-9]\|[01]?[0-9][0-9])\\.){3}(?:25[0-5]\|2[0-4][0-9]\|[01]?[0-9][0-9])", Options: None) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.RegularExpressions.Tests.Perf_Regex_Industry_Mariomkas.Ctor%28Pattern%3A%20%22%28%3F%3A%28%3F%3A25%5B0-5%5D%7C2%5B0-4%5D%5B0-9%5D%7C%5B01%5D%3F%5B0-9%5D%5B0-9%5D%29%5C%5C.%29%7B3%7D%28%3F%3A25%5B0-5%5D%7C2%5B0-4%5D%5B0-9%5D%7C%5B01%5D%3F%5B0-9%5D%5B0-9%5D%29%22%2C%20Options%3A%20None%29.html) | -5.29% | 6373.757855 | 6036.466775 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Industry_Mariomkas.Ctor(Pattern: "[\\w\\.+-]+@[\\w\\.-]+\\.[\\w\\.-]+", Options: None) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.RegularExpressions.Tests.Perf_Regex_Industry_Mariomkas.Ctor%28Pattern%3A%20%22%5B%5C%5Cw%5C%5C.%2B-%5D%2B%40%5B%5C%5Cw%5C%5C.-%5D%2B%5C%5C.%5B%5C%5Cw%5C%5C.-%5D%2B%22%2C%20Options%3A%20None%29.html) | -6.90% | 1649.116033 | 1535.255991 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Industry_Mariomkas.Ctor(Pattern: "[\\w]+://[^/\\s?#]+[^\\s?#]+(?:\\?[^\\s#]*)?(?:#[^\\s]*)?", Options: None) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.RegularExpressions.Tests.Perf_Regex_Industry_Mariomkas.Ctor%28Pattern%3A%20%22%5B%5C%5Cw%5D%2B%3A//%5B%5E/%5C%5Cs%3F%23%5D%2B%5B%5E%5C%5Cs%3F%23%5D%2B%28%3F%3A%5C%5C%3F%5B%5E%5C%5Cs%23%5D%2A%29%3F%28%3F%3A%23%5B%5E%5C%5Cs%5D%2A%29%3F%22%2C%20Options%3A%20None%29.html) | -5.68% | 2780.067122 | 2622.042682 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Industry_RustLang_Sherlock.Count(Pattern: "Sherlock\|Holmes", Options: Compiled) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.RegularExpressions.Tests.Perf_Regex_Industry_RustLang_Sherlock.Count%28Pattern%3A%20%22Sherlock%7CHolmes%22%2C%20Options%3A%20Compiled%29.html) | -5.70% | 68343.101610 | 64449.596073 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Industry_RustLang_Sherlock.Count(Pattern: "Sherlock\|Holmes\|Watson\|Irene\|Adler\|John\|Baker", Options: Compiled) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.RegularExpressions.Tests.Perf_Regex_Industry_RustLang_Sherlock.Count%28Pattern%3A%20%22Sherlock%7CHolmes%7CWatson%7CIrene%7CAdler%7CJohn%7CBaker%22%2C%20Options%3A%20Compiled%29.html) | -6.26% | 188979.092335 | 177156.984139 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Industry_RustLang_Sherlock.Count(Pattern: "Sherlock\|Holmes\|Watson\|Irene\|Adler\|John\|Baker", Options: NonBacktracking) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.RegularExpressions.Tests.Perf_Regex_Industry_RustLang_Sherlock.Count%28Pattern%3A%20%22Sherlock%7CHolmes%7CWatson%7CIrene%7CAdler%7CJohn%7CBaker%22%2C%20Options%3A%20NonBacktracking%29.html) | -5.09% | 1596463.735177 | 1515227.079832 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Industry_RustLang_Sherlock.Count(Pattern: "\\p{L}", Options: Compiled) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.RegularExpressions.Tests.Perf_Regex_Industry_RustLang_Sherlock.Count%28Pattern%3A%20%22%5C%5Cp%7BL%7D%22%2C%20Options%3A%20Compiled%29.html) | -6.25% | 11317083.694444 | 10610230.851190 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Industry_RustLang_Sherlock.Count(Pattern: "\\p{L}", Options: None) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.RegularExpressions.Tests.Perf_Regex_Industry_RustLang_Sherlock.Count%28Pattern%3A%20%22%5C%5Cp%7BL%7D%22%2C%20Options%3A%20None%29.html) | -6.74% | 22815849.654917 | 21278726.725649 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Industry_RustLang_Sherlock.Count(Pattern: "the", Options: Compiled) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.RegularExpressions.Tests.Perf_Regex_Industry_RustLang_Sherlock.Count%28Pattern%3A%20%22the%22%2C%20Options%3A%20Compiled%29.html) | -5.50% | 265617.076018 | 251012.934063 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Industry_RustLang_Sherlock.Count(Pattern: "the\\s+\\w+", Options: Compiled) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.RegularExpressions.Tests.Perf_Regex_Industry_RustLang_Sherlock.Count%28Pattern%3A%20%22the%5C%5Cs%2B%5C%5Cw%2B%22%2C%20Options%3A%20Compiled%29.html) | -6.53% | 404191.591268 | 377782.471663 | +| System.Text.Tests.Perf_Encoding.GetEncoder(size: 16, encName: "ascii") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Tests.Perf_Encoding.GetEncoder%28size%3A%2016%2C%20encName%3A%20%22ascii%22%29.html) | -5.16% | 11.782220 | 11.174587 | +| System.Text.Tests.Perf_Encoding.GetEncoder(size: 512, encName: "ascii") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Tests.Perf_Encoding.GetEncoder%28size%3A%20512%2C%20encName%3A%20%22ascii%22%29.html) | -5.70% | 11.855797 | 11.180518 | +| System.Text.Tests.Perf_Encoding.GetString(size: 16, encName: "ascii") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Tests.Perf_Encoding.GetString%28size%3A%2016%2C%20encName%3A%20%22ascii%22%29.html) | -5.27% | N/A | N/A | +| System.Text.Tests.Perf_Encoding.GetString(size: 512, encName: "ascii") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Tests.Perf_Encoding.GetString%28size%3A%20512%2C%20encName%3A%20%22ascii%22%29.html) | -6.37% | 72.967695 | 68.320505 | +| System.Text.Tests.Perf_StringBuilder.Append_Memory | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Tests.Perf_StringBuilder.Append_Memory.html) | -7.49% | 352.418516 | 326.018551 | +| System.Text.Tests.Perf_StringBuilder.Append_NonEmptySpan | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Tests.Perf_StringBuilder.Append_NonEmptySpan.html) | -6.84% | 323.815663 | 301.673478 | +| System.Text.Tests.Perf_StringBuilder.Append_ValueTypes | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Tests.Perf_StringBuilder.Append_ValueTypes.html) | -6.95% | 1649.900480 | 1535.220884 | +| System.Text.Tests.Perf_StringBuilder.Append_ValueTypes_Interpolated | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Tests.Perf_StringBuilder.Append_ValueTypes_Interpolated.html) | -5.95% | N/A | N/A | +| System.Threading.Channels.Tests.SpscUnboundedChannelPerfTests.TryWriteThenTryRead | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Threading.Channels.Tests.SpscUnboundedChannelPerfTests.TryWriteThenTryRead.html) | -7.41% | 24.018274 | 22.239051 | +| System.Threading.Tasks.Tests.Perf_AsyncMethods.SingleYieldMethodInvocation | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Threading.Tasks.Tests.Perf_AsyncMethods.SingleYieldMethodInvocation.html) | -6.33% | 389.497937 | 364.852042 | +| System.Threading.Tasks.ValueTaskPerfTest.CreateAndAwait_FromDelayedTCS | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Threading.Tasks.ValueTaskPerfTest.CreateAndAwait_FromDelayedTCS.html) | -6.24% | 129.792819 | 121.688854 | +| System.Threading.Tests.Perf_CancellationToken.Cancel | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Threading.Tests.Perf_CancellationToken.Cancel.html) | -6.60% | 76.582617 | 71.527877 | +| System.Threading.Tests.Perf_CancellationToken.CreateLinkedTokenSource1 | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Threading.Tests.Perf_CancellationToken.CreateLinkedTokenSource1.html) | -6.09% | 40.183611 | 37.736456 | +| System.Threading.Tests.Perf_EventWaitHandle.Set_Reset | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Threading.Tests.Perf_EventWaitHandle.Set_Reset.html) | -5.03% | 279.266369 | 265.209831 | +| System.Xml.Linq.Perf_XDocument.Create | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Xml.Linq.Perf_XDocument.Create.html) | -7.11% | 8.823931 | 8.196873 | diff --git a/reports/linux-x64-tiger_changepoint_report.md b/reports/net9to10/linux-x64-tiger_regression_report.md similarity index 97% rename from reports/linux-x64-tiger_changepoint_report.md rename to reports/net9to10/linux-x64-tiger_regression_report.md index bd9ee265e7b..807b6e39e58 100644 --- a/reports/linux-x64-tiger_changepoint_report.md +++ b/reports/net9to10/linux-x64-tiger_regression_report.md @@ -1,4 +1,4 @@ -# Changepoint Impact Report - linux-x64-tiger +# Regression Report - linux-x64-tiger ## 1. 41be5e229b - JIT: Graph-based loop inversion (#116017) @@ -6,7 +6,7 @@ **Commit:** [41be5e229b](https://github.com/dotnet/runtime/commit/41be5e229b30fc3e7aaed9361b9db4487c5bb7f8) **Affected Tests:** 77 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | Burgers.Test0 | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/Burgers.Test0.html) | +546.70% | 287609724.553571 | 1859976778.517857 | None | | System.Linq.Tests.Perf_Enumerable.SingleWithPredicate_FirstElementMatches(input: Array) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Linq.Tests.Perf_Enumerable.SingleWithPredicate_FirstElementMatches%28input%3A%20Array%29.html) | +153.76% | 42.938261 | 108.960405 | None | @@ -94,7 +94,7 @@ **Commit:** [ffcd1c5442](https://github.com/dotnet/runtime/commit/ffcd1c5442a0c6e5317efa46d6ce381003397476) **Affected Tests:** 40 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.IO.Hashing.Tests.Crc64_AppendPerf.Append(BufferSize: 256) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.IO.Hashing.Tests.Crc64_AppendPerf.Append%28BufferSize%3A%20256%29.html) | +317.01% | 14.007418 | 58.412864 | None | | System.IO.Hashing.Tests.Crc64_AppendPerf.Append(BufferSize: 10240) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.IO.Hashing.Tests.Crc64_AppendPerf.Append%28BufferSize%3A%2010240%29.html) | +304.24% | 432.449977 | 1748.141904 | None | @@ -145,7 +145,7 @@ **Commit:** [ddf8075a2f](https://github.com/dotnet/runtime/commit/ddf8075a2fa3044554ded41c375a82a318ae01eb) **Affected Tests:** 39 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Text.Encodings.Web.Tests.Perf_Encoders.EncodeUtf16(arguments: Url,&lorem ipsum=dolor sit amet,16) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Encodings.Web.Tests.Perf_Encoders.EncodeUtf16%28arguments%3A%20Url%2C%26lorem%20ipsum%3Ddolor%20sit%20amet%2C16%29.html) | +117.06% | 51.955954 | 112.773346 | [1](#1-41be5e229b---jit-graph-based-loop-inversion-116017), [2](#2-ffcd1c5442---trust-single-edge-synthetic-profile-116054), [17](#17-e32148a8bd---jit-add-loop-aware-rpo-and-use-as-lsras-block-sequence-108086) | | System.Text.Encodings.Web.Tests.Perf_Encoders.EncodeUtf16(arguments: JavaScript,&Hello+!,16) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Encodings.Web.Tests.Perf_Encoders.EncodeUtf16%28arguments%3A%20JavaScript%2C%26Hello%2B%28World%29%21%2C16%29.html) | +83.91% | 45.219853 | 83.163582 | [1](#1-41be5e229b---jit-graph-based-loop-inversion-116017), [2](#2-ffcd1c5442---trust-single-edge-synthetic-profile-116054), [17](#17-e32148a8bd---jit-add-loop-aware-rpo-and-use-as-lsras-block-sequence-108086) | @@ -195,7 +195,7 @@ **Commit:** [1c10ceecbf](https://github.com/dotnet/runtime/commit/1c10ceecbf) **Affected Tests:** 21 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Buffers.Tests.ReadOnlySequenceTests.IterateGetPositionArray | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Buffers.Tests.ReadOnlySequenceTests%28Byte%29.IterateGetPositionArray.html) | +62.42% | 13.821776 | 22.448740 | [3](#3-ddf8075a2f---jit-visit-blocks-in-rpo-during-lsra-107927), [5](#5-6d12a304b3---jit-do-greedy-4-opt-for-backward-jumps-in-3-opt-layout-110277) | | Benchstone.BenchI.XposMatrix.Test | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/Benchstone.BenchI.XposMatrix.Test.html) | +61.45% | 12231.521028 | 19748.149585 | [1](#1-41be5e229b---jit-graph-based-loop-inversion-116017), [6](#6-ea43e17c---jit-run-profile-repair-after-frontend-phases-111915), [36](#36-aecae2c385---jit-enable-profile-consistency-checking-up-to-morph-111047) | @@ -227,7 +227,7 @@ **Commit:** [6d12a304b3](https://github.com/dotnet/runtime/commit/6d12a304b3068f8a9308a1aec4f3b95dd636a693) **Affected Tests:** 20 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Tests.Perf_Char.Char_ToUpperInvariant(input: "Hello World!") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Char.Char_ToUpperInvariant%28input%3A%20%22Hello%20World%21%22%29.html) | +85.29% | 8.687607 | 16.097684 | None | | System.Collections.ContainsKeyFalse.ImmutableDictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.ContainsKeyFalse%28Int32%2C%20Int32%29.ImmutableDictionary%28Size%3A%20512%29.html) | +63.62% | 9853.618257 | 16122.428785 | None | @@ -258,7 +258,7 @@ **Commit:** [ea43e17c](https://github.com/dotnet/runtime/commit/ea43e17c) **Affected Tests:** 20 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | Benchstone.BenchI.XposMatrix.Test | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/Benchstone.BenchI.XposMatrix.Test.html) | +61.45% | 12231.521028 | 19748.149585 | [1](#1-41be5e229b---jit-graph-based-loop-inversion-116017), [4](#4-1c10ceecbf---jit-add-3-opt-implementation-for-improving-upon-rpo-based-block-layout-103450), [36](#36-aecae2c385---jit-enable-profile-consistency-checking-up-to-morph-111047) | | System.Tests.Perf_Int64.TryParse(value: "9223372036854775807") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Int64.TryParse%28value%3A%20%229223372036854775807%22%29.html) | +53.20% | 20.146144 | 30.864106 | None | @@ -289,7 +289,7 @@ **Commit:** [b146d7512c](https://github.com/dotnet/runtime/commit/b146d7512ce67051e127ab48dc2d4f65d30e818f) **Affected Tests:** 20 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | SeekUnroll.Test(boxedIndex: 27) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/SeekUnroll.Test%28boxedIndex%3A%2027%29.html) | +62.97% | 1478559636.535714 | 2409581662.089286 | None | | System.Tests.Perf_Int32.TryParse(value: "-2147483648") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Int32.TryParse%28value%3A%20%22-2147483648%22%29.html) | +27.01% | 15.086563 | 19.160966 | [3](#3-ddf8075a2f---jit-visit-blocks-in-rpo-during-lsra-107927) | @@ -320,7 +320,7 @@ **Commit:** [34545d790e](https://github.com/dotnet/runtime/commit/34545d790e0f92be34b13f0d41b7df93f04bbe02) **Affected Tests:** 15 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Collections.ContainsFalse.Queue(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.ContainsFalse%28String%29.Queue%28Size%3A%20512%29.html) | +69.08% | 240390.293429 | 406458.781155 | [18](#18-023686e6c2---jit-break-up-try-regions-in-compilerfgmovecoldblocks-and-fix-contiguity-later-108914) | | System.Collections.ContainsTrue.Queue(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.ContainsTrue%28String%29.Queue%28Size%3A%20512%29.html) | +46.73% | 121191.139988 | 177829.110090 | None | @@ -346,7 +346,7 @@ **Commit:** [6f221b41da](https://github.com/dotnet/runtime/commit/6f221b41da8b4fbd09dcf7ac4b796ff3c86cbeb9) **Affected Tests:** 14 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.MathBenchmarks.Single.AsinPi | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.MathBenchmarks.Single.AsinPi.html) | +18.26% | 25671.908671 | 30359.696271 | None | | System.MathBenchmarks.Single.AcosPi | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.MathBenchmarks.Single.AcosPi.html) | +14.17% | 33193.478127 | 37898.335769 | None | @@ -371,7 +371,7 @@ **Commit:** [02127c782a](https://github.com/dotnet/runtime/commit/02127c782adbf0cded3ed0778d4bf694e5e75996) **Affected Tests:** 13 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.IO.Tests.BinaryReaderTests.ReadHalf | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.IO.Tests.BinaryReaderTests.ReadHalf.html) | +29.52% | 3.824617 | 4.953669 | None | | System.Numerics.Tests.Perf_BigInteger.Equals(arguments: 259 bytes, Same) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tests.Perf_BigInteger.Equals%28arguments%3A%20259%20bytes%2C%20Same%29.html) | +26.94% | 6.740102 | 8.556015 | [1](#1-41be5e229b---jit-graph-based-loop-inversion-116017) | @@ -395,7 +395,7 @@ **Commit:** [217525ae6f](https://github.com/dotnet/runtime/commit/217525ae6f6a117a0780620ed4fb1b94e03fd4d6) **Affected Tests:** 11 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Text.RegularExpressions.Tests.Perf_Regex_Common.CtorInvoke(Options: Compiled) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.RegularExpressions.Tests.Perf_Regex_Common.CtorInvoke%28Options%3A%20Compiled%29.html) | +9.71% | 193963.481279 | 212806.425792 | None | | System.Net.Security.Tests.SslStreamTests.ReadWriteAsync | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Net.Security.Tests.SslStreamTests.ReadWriteAsync.html) | +10.94% | 14900.327715 | 16530.299199 | None | @@ -417,7 +417,7 @@ **Commit:** [34f1db49db](https://github.com/dotnet/runtime/commit/34f1db49dbf702697483ee2809d493f5ef441768) **Affected Tests:** 10 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Collections.ContainsTrue.ImmutableArray(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.ContainsTrue%28String%29.ImmutableArray%28Size%3A%20512%29.html) | +89.50% | 123532.901615 | 234090.738264 | None | | System.Globalization.Tests.StringEquality.Compare_DifferentFirstChar(Count: 1024, Options: (en-US, OrdinalIgnoreCase)) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Globalization.Tests.StringEquality.Compare_DifferentFirstChar%28Count%3A%201024%2C%20Options%3A%20%28en-US%2C%20OrdinalIgnoreCase%29%29.html) | +52.67% | 7.423893 | 11.334040 | None | @@ -438,7 +438,7 @@ **Commit:** [5cb6a06da6](https://github.com/dotnet/runtime/commit/5cb6a06da634ee4be4f426711e9c5f66535a78c8) **Affected Tests:** 6 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Tests.Perf_Int32.TryParse(value: "2147483647") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Int32.TryParse%28value%3A%20%222147483647%22%29.html) | +24.09% | 14.077723 | 17.469050 | None | | Burgers.Test1 | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/Burgers.Test1.html) | +22.54% | 197903751.107143 | 242512062.250000 | [1](#1-41be5e229b---jit-graph-based-loop-inversion-116017) | @@ -455,7 +455,7 @@ **Commit:** [21ab780ed4](https://github.com/dotnet/runtime/commit/21ab780ed4aad5d3f37b92c9015f0a8051dd4a69) **Affected Tests:** 6 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Buffers.Text.Tests.Utf8FormatterTests.FormatterUInt64(value: 12345) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Buffers.Text.Tests.Utf8FormatterTests.FormatterUInt64%28value%3A%2012345%29.html) | +25.05% | 5.807021 | 7.261802 | None | | System.Tests.Perf_Half.HalfToSingle(value: 12344) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Half.HalfToSingle%28value%3A%2012344%29.html) | +16.12% | 1.973655 | 2.291733 | None | @@ -472,7 +472,7 @@ **Commit:** [75b550d7d3](https://github.com/dotnet/runtime/commit/75b550d7d3b5b27a74b5bff9c1cb09c42f4fb3ab) **Affected Tests:** 5 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Text.Json.Tests.Perf_Strings.WriteStringsUtf16(Formatted: True, SkipValidation: True, Escaped: AllEscaped) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Strings.WriteStringsUtf16%28Formatted%3A%20True%2C%20SkipValidation%3A%20True%2C%20Escaped%3A%20AllEscaped%29.html) | +20.41% | 49095127.767857 | 59116587.782143 | [10](#10-02127c782a---jit-dont-put-cold-blocks-in-rpo-during-layout-112448) | | System.Text.Json.Tests.Perf_Strings.WriteStringsUtf16(Formatted: True, SkipValidation: False, Escaped: AllEscaped) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Strings.WriteStringsUtf16%28Formatted%3A%20True%2C%20SkipValidation%3A%20False%2C%20Escaped%3A%20AllEscaped%29.html) | +19.48% | 49067059.228571 | 58623669.014286 | None | @@ -488,7 +488,7 @@ **Commit:** [f93aa8a3d7](https://github.com/dotnet/runtime/commit/f93aa8a3d74304ea3bc58a1127afdbed1e2398dc) **Affected Tests:** 5 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.IO.Compression.Brotli.Decompress_WithState(level: Fastest, file: "TestDocument.pdf") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.IO.Compression.Brotli.Decompress_WithState%28level%3A%20Fastest%2C%20file%3A%20%22TestDocument.pdf%22%29.html) | +7.06% | 235801.397028 | 252445.077506 | None | | System.IO.Compression.Brotli.Decompress_WithoutState(level: Fastest, file: "TestDocument.pdf") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.IO.Compression.Brotli.Decompress_WithoutState%28level%3A%20Fastest%2C%20file%3A%20%22TestDocument.pdf%22%29.html) | +7.29% | 232884.411854 | 249859.900833 | None | @@ -504,7 +504,7 @@ **Commit:** [e32148a8bd](https://github.com/dotnet/runtime/commit/e32148a8bd) **Affected Tests:** 4 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Text.Encodings.Web.Tests.Perf_Encoders.EncodeUtf16(arguments: Url,&lorem ipsum=dolor sit amet,16) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Encodings.Web.Tests.Perf_Encoders.EncodeUtf16%28arguments%3A%20Url%2C%26lorem%20ipsum%3Ddolor%20sit%20amet%2C16%29.html) | +117.06% | 51.955954 | 112.773346 | [1](#1-41be5e229b---jit-graph-based-loop-inversion-116017), [2](#2-ffcd1c5442---trust-single-edge-synthetic-profile-116054), [3](#3-ddf8075a2f---jit-visit-blocks-in-rpo-during-lsra-107927) | | System.Text.Encodings.Web.Tests.Perf_Encoders.EncodeUtf16(arguments: JavaScript,&Hello+!,16) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Encodings.Web.Tests.Perf_Encoders.EncodeUtf16%28arguments%3A%20JavaScript%2C%26Hello%2B%28World%29%21%2C16%29.html) | +83.91% | 45.219853 | 83.163582 | [1](#1-41be5e229b---jit-graph-based-loop-inversion-116017), [2](#2-ffcd1c5442---trust-single-edge-synthetic-profile-116054), [3](#3-ddf8075a2f---jit-visit-blocks-in-rpo-during-lsra-107927) | @@ -519,7 +519,7 @@ **Commit:** [023686e6c2](https://github.com/dotnet/runtime/commit/023686e6c2b0e6d8161680fff14b0703cd041ca5) **Affected Tests:** 4 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Collections.ContainsFalse.List(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.ContainsFalse%28String%29.List%28Size%3A%20512%29.html) | +106.91% | 243954.531241 | 504777.072629 | [2](#2-ffcd1c5442---trust-single-edge-synthetic-profile-116054) | | System.Collections.ContainsFalse.Queue(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.ContainsFalse%28String%29.Queue%28Size%3A%20512%29.html) | +69.08% | 240390.293429 | 406458.781155 | [8](#8-34545d790e---jit-dont-mark-callees-noinline-for-non-fatal-observations-with-pgo-114821) | @@ -534,7 +534,7 @@ **Commit:** [cf7a7444c2](https://github.com/dotnet/runtime/commit/cf7a7444c255e0400f1ab078f85d8e3ad746bfb1) **Affected Tests:** 4 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Text.Perf_Utf8Encoding.GetByteCount(Input: EnglishAllAscii) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Perf_Utf8Encoding.GetByteCount%28Input%3A%20EnglishAllAscii%29.html) | +28.04% | 5158.704253 | 6605.182492 | None | | System.Text.Tests.Perf_Encoding.GetByteCount(size: 512, encName: "utf-8") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Tests.Perf_Encoding.GetByteCount%28size%3A%20512%2C%20encName%3A%20%22utf-8%22%29.html) | +21.51% | 18.858929 | 22.915256 | None | @@ -549,7 +549,7 @@ **Commit:** [b382a451a9](https://github.com/dotnet/runtime/commit/b382a451a967eb16968b65238547e6ee795d9d91) **Affected Tests:** 4 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.IO.Compression.Brotli.Compress_WithoutState(level: Optimal, file: "alice29.txt") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.IO.Compression.Brotli.Compress_WithoutState%28level%3A%20Optimal%2C%20file%3A%20%22alice29.txt%22%29.html) | +6.32% | 183399607.964286 | 194983134.071429 | None | | System.IO.Compression.Brotli.Compress_WithState(level: Optimal, file: "alice29.txt") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.IO.Compression.Brotli.Compress_WithState%28level%3A%20Optimal%2C%20file%3A%20%22alice29.txt%22%29.html) | +5.83% | 184894088.875000 | 195676447.553571 | [11](#11-217525ae6f---workaround-for-106521-106578), [44](#44-1b5c48dc59---upgrade-vendored-brotli-dependency-to-v110-106994) | @@ -564,7 +564,7 @@ **Commit:** [254b55a49e](https://github.com/dotnet/runtime/commit/254b55a49e) **Affected Tests:** 4 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | Span.IndexerBench.CoveredIndex1(length: 1024) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/Span.IndexerBench.CoveredIndex1%28length%3A%201024%29.html) | +65.35% | 664.137253 | 1098.183449 | None | | System.Text.RegularExpressions.Tests.Perf_Regex_Industry_BoostDocs_Simple.IsMatch(Id: 8, Options: Compiled) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.RegularExpressions.Tests.Perf_Regex_Industry_BoostDocs_Simple.IsMatch%28Id%3A%208%2C%20Options%3A%20Compiled%29.html) | -7.29% | 35.337766 | 32.760171 | None | @@ -579,7 +579,7 @@ **Commit:** [30082a461a](https://github.com/dotnet/runtime/commit/30082a461a68e3305b507910aba7457bdc98115c) **Affected Tests:** 4 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | BenchmarksGame.ReverseComplement_1.RunBench | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/BenchmarksGame.ReverseComplement_1.RunBench.html) | +35.84% | 421661.013484 | 572779.655435 | None | | XmlDocumentTests.XmlNodeTests.Perf_XmlNode.GetAttributes | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/XmlDocumentTests.XmlNodeTests.Perf_XmlNode.GetAttributes.html) | +16.19% | 3.715258 | 4.316894 | None | @@ -594,7 +594,7 @@ **Commit:** [54b86f1843](https://github.com/dotnet/runtime/commit/54b86f18439397f51fbf4b14f6127a337446f3cf) **Affected Tests:** 3 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Numerics.Tests.Perf_VectorOf.SquareRootBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28Single%29.SquareRootBenchmark.html) | +368.33% | 1.412193 | 6.613705 | None | | System.Numerics.Tests.Perf_VectorOf.SquareRootBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tests.Perf_VectorOf%28Double%29.SquareRootBenchmark.html) | +125.49% | 2.499447 | 5.635950 | None | @@ -608,7 +608,7 @@ **Commit:** [ccc9c52e61](https://github.com/dotnet/runtime/commit/ccc9c52e6137464f5b369c5d4f9d17f24287342b) **Affected Tests:** 3 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Text.Perf_Ascii.ToLowerInPlace_Chars(Size: 6) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Perf_Ascii.ToLowerInPlace_Chars%28Size%3A%206%29.html) | +20.00% | 4.268645 | 5.122570 | None | | System.Text.Perf_Ascii.ToUpperInPlace_Chars(Size: 6) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Perf_Ascii.ToUpperInPlace_Chars%28Size%3A%206%29.html) | +22.12% | 4.227484 | 5.162656 | None | @@ -622,7 +622,7 @@ **Commit:** [f6c74b8df8](https://github.com/dotnet/runtime/commit/f6c74b8df8) **Affected Tests:** 3 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | ArrayDeAbstraction.foreach_opaque_array_via_interface | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/ArrayDeAbstraction.foreach_opaque_array_via_interface.html) | -63.94% | 749.656252 | 270.355618 | [7](#7-b146d7512c---jit-move-loop-inversion-to-after-loop-recognition-115850) | | ArrayDeAbstraction.foreach_static_array_via_interface_property | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/ArrayDeAbstraction.foreach_static_array_via_interface_property.html) | -63.82% | 740.984680 | 268.063193 | [7](#7-b146d7512c---jit-move-loop-inversion-to-after-loop-recognition-115850) | @@ -636,7 +636,7 @@ **Commit:** [16782a4481](https://github.com/dotnet/runtime/commit/16782a4481f389e68314b16ea628c5af80f22783) **Affected Tests:** 3 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Tests.Perf_Int128.ParseSpan(value: "170141183460469231731687303715884105727") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Int128.ParseSpan%28value%3A%20%22170141183460469231731687303715884105727%22%29.html) | +27.09% | 75.429986 | 95.864294 | [3](#3-ddf8075a2f---jit-visit-blocks-in-rpo-during-lsra-107927), [6](#6-ea43e17c---jit-run-profile-repair-after-frontend-phases-111915) | | System.Tests.Perf_Int128.TryParseSpan(value: "170141183460469231731687303715884105727") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Int128.TryParseSpan%28value%3A%20%22170141183460469231731687303715884105727%22%29.html) | +27.53% | 75.656432 | 96.487566 | [6](#6-ea43e17c---jit-run-profile-repair-after-frontend-phases-111915) | @@ -650,7 +650,7 @@ **Commit:** [76750df493](https://github.com/dotnet/runtime/commit/76750df493f2692c13459fc77c065594ea1f628e) **Affected Tests:** 3 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Collections.TryGetValueTrue.ImmutableSortedDictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.TryGetValueTrue%28BigStruct%2C%20BigStruct%29.ImmutableSortedDictionary%28Size%3A%20512%29.html) | +49.36% | 13185.578268 | 19693.577856 | None | | System.Collections.Concurrent.Count.Bag(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.Concurrent.Count%28String%29.Bag%28Size%3A%20512%29.html) | +15.77% | 34.736922 | 40.213446 | None | @@ -664,7 +664,7 @@ **Commit:** [39a31f082e](https://github.com/dotnet/runtime/commit/39a31f082e77fb8893016c30c0858f0e5f8c89ea) **Affected Tests:** 3 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Tests.Perf_Int64.ParseSpan(value: "-9223372036854775808") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Int64.ParseSpan%28value%3A%20%22-9223372036854775808%22%29.html) | +27.36% | 21.659631 | 27.585544 | [7](#7-b146d7512c---jit-move-loop-inversion-to-after-loop-recognition-115850) | | System.Tests.Perf_Int64.TryParse(value: "-9223372036854775808") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Int64.TryParse%28value%3A%20%22-9223372036854775808%22%29.html) | +21.60% | 22.534868 | 27.401980 | [7](#7-b146d7512c---jit-move-loop-inversion-to-after-loop-recognition-115850) | @@ -678,7 +678,7 @@ **Commit:** [915c681a7c](https://github.com/dotnet/runtime/commit/915c681a7c826d4fdd392511e02e7d9ac4218efe) **Affected Tests:** 2 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Collections.ContainsTrue.SortedSet(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.ContainsTrue%28Int32%29.SortedSet%28Size%3A%20512%29.html) | +23.03% | 14777.816779 | 18181.506791 | None | | System.Collections.ContainsKeyFalse.ImmutableSortedDictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.ContainsKeyFalse%28Int32%2C%20Int32%29.ImmutableSortedDictionary%28Size%3A%20512%29.html) | +7.75% | N/A | N/A | None | @@ -691,7 +691,7 @@ **Commit:** [1434eeef6c](https://github.com/dotnet/runtime/commit/1434eeef6c9548c8be39cb0bb3aed11808146195) **Affected Tests:** 2 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Collections.Tests.Perf_BitArray.BitArrayNot(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.Tests.Perf_BitArray.BitArrayNot%28Size%3A%20512%29.html) | +20.62% | 10.607692 | 12.794792 | None | | System.Text.Json.Tests.Perf_Strings.WriteStringsUtf16(Formatted: False, SkipValidation: True, Escaped: AllEscaped) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Json.Tests.Perf_Strings.WriteStringsUtf16%28Formatted%3A%20False%2C%20SkipValidation%3A%20True%2C%20Escaped%3A%20AllEscaped%29.html) | +20.95% | 48108475.453571 | 58185699.503571 | [10](#10-02127c782a---jit-dont-put-cold-blocks-in-rpo-during-layout-112448), [15](#15-75b550d7d3---implement-writestringvaluesegment-defined-in-issue-67337-101356) | @@ -704,7 +704,7 @@ **Commit:** [489a1512f5](https://github.com/dotnet/runtime/commit/489a1512f55961e91e46054f06eaecafb94ce5ee) **Affected Tests:** 2 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Collections.TryGetValueTrue.ImmutableSortedDictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.TryGetValueTrue%28Int32%2C%20Int32%29.ImmutableSortedDictionary%28Size%3A%20512%29.html) | +42.73% | 13411.946128 | 19143.403434 | [1](#1-41be5e229b---jit-graph-based-loop-inversion-116017) | | System.Collections.AddGivenSize.List(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.AddGivenSize%28String%29.List%28Size%3A%20512%29.html) | +15.76% | 1340.137505 | 1551.305664 | [48](#48-789bc64ad4---unblock-inlining-of-generics-with-static-fields-109256) | @@ -717,7 +717,7 @@ **Commit:** [6bc04bfdb1](https://github.com/dotnet/runtime/commit/6bc04bfdb1) **Affected Tests:** 2 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | ArrayDeAbstraction.foreach_member_array_via_interface | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/ArrayDeAbstraction.foreach_member_array_via_interface.html) | -62.34% | 744.363833 | 280.330949 | [7](#7-b146d7512c---jit-move-loop-inversion-to-after-loop-recognition-115850) | | ArrayDeAbstraction.foreach_static_array_via_interface | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/ArrayDeAbstraction.foreach_static_array_via_interface.html) | -63.74% | 754.186649 | 273.453218 | [7](#7-b146d7512c---jit-move-loop-inversion-to-after-loop-recognition-115850) | @@ -730,7 +730,7 @@ **Commit:** [1c4c0093a6](https://github.com/dotnet/runtime/commit/1c4c0093a6f2008bafc034e35e08d019bef44cef) **Affected Tests:** 2 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Tests.Perf_GC.AllocateArray(length: 1000, pinned: False) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_GC%28Byte%29.AllocateArray%28length%3A%201000%2C%20pinned%3A%20False%29.html) | +10.09% | 61.174714 | 67.349717 | None | | System.Tests.Perf_GC.AllocateArray(length: 1000, pinned: False) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_GC%28Char%29.AllocateArray%28length%3A%201000%2C%20pinned%3A%20False%29.html) | +6.63% | 92.239588 | 98.354318 | None | @@ -743,7 +743,7 @@ **Commit:** [c7f41499a5](https://github.com/dotnet/runtime/commit/c7f41499a5b96e05f9fc172e53f2fea1fef2b428) **Affected Tests:** 2 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Text.RegularExpressions.Tests.Perf_Regex_Common.Ctor(Options: IgnoreCase, Compiled) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.RegularExpressions.Tests.Perf_Regex_Common.Ctor%28Options%3A%20IgnoreCase%2C%20Compiled%29.html) | +16.81% | 35042.508079 | 40931.970510 | None | | System.Text.RegularExpressions.Tests.Perf_Regex_Common.CtorInvoke(Options: IgnoreCase, Compiled) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.RegularExpressions.Tests.Perf_Regex_Common.CtorInvoke%28Options%3A%20IgnoreCase%2C%20Compiled%29.html) | +11.18% | 228897.958118 | 254478.454976 | None | @@ -756,7 +756,7 @@ **Commit:** [cdfafde684](https://github.com/dotnet/runtime/commit/cdfafde684f4cf62db38dd0168362f43a15c89c1) **Affected Tests:** 2 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Tests.Perf_Char.Char_ToLowerInvariant(input: "Hello World!") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Char.Char_ToLowerInvariant%28input%3A%20%22Hello%20World%21%22%29.html) | +41.56% | 7.697366 | 10.896437 | None | | System.Tests.Perf_Byte.TryParse(value: "255") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Byte.TryParse%28value%3A%20%22255%22%29.html) | +6.84% | 11.863491 | 12.674941 | None | @@ -769,7 +769,7 @@ **Commit:** [aecae2c385](https://github.com/dotnet/runtime/commit/aecae2c3853ea793ede98906320312ca6c199ec1) **Affected Tests:** 2 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | Benchstone.BenchI.XposMatrix.Test | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/Benchstone.BenchI.XposMatrix.Test.html) | +61.45% | 12231.521028 | 19748.149585 | [1](#1-41be5e229b---jit-graph-based-loop-inversion-116017), [4](#4-1c10ceecbf---jit-add-3-opt-implementation-for-improving-upon-rpo-based-block-layout-103450), [6](#6-ea43e17c---jit-run-profile-repair-after-frontend-phases-111915) | | Microsoft.Extensions.Primitives.Performance.StringValuesBenchmark.Indexer_FirstElement_Array | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/Microsoft.Extensions.Primitives.Performance.StringValuesBenchmark.Indexer_FirstElement_Array.html) | +16.16% | 3.097582 | 3.598054 | None | @@ -782,7 +782,7 @@ **Commit:** [27b25483e0](https://github.com/dotnet/runtime/commit/27b25483e06a14af2aaf6f6b6b9b6e527a3b69bf) **Affected Tests:** 2 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Net.NetworkInformation.Tests.PhysicalAddressTests.PAMedium | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Net.NetworkInformation.Tests.PhysicalAddressTests.PAMedium.html) | +5.65% | 14.461262 | 15.277686 | None | | System.Perf_Convert.ToHexString | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Perf_Convert.ToHexString.html) | +5.56% | 31.483682 | 33.233707 | None | @@ -795,7 +795,7 @@ **Commit:** [2ba0c4d944](https://github.com/dotnet/runtime/commit/2ba0c4d9440366366328a37ea1f2a6616564c849) **Affected Tests:** 2 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Collections.IndexerSet.SortedList(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.IndexerSet%28Int32%29.SortedList%28Size%3A%20512%29.html) | +11.93% | 17732.499285 | 19847.370215 | None | | System.Buffers.Tests.RentReturnArrayPoolTests.SingleSerial(RentalSize: 4096, ManipulateArray: False, Async: False, UseSharedPool: True) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Buffers.Tests.RentReturnArrayPoolTests%28Byte%29.SingleSerial%28RentalSize%3A%204096%2C%20ManipulateArray%3A%20False%2C%20Async%3A%20False%2C%20UseSharedPool%3A%20True%29.html) | +8.52% | 11.604297 | 12.592757 | None | @@ -808,7 +808,7 @@ **Commit:** [0ac2caf41a](https://github.com/dotnet/runtime/commit/0ac2caf41a88c56a287ab790e92eaf3ccf846fc8) **Affected Tests:** 2 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Formats.Tar.Tests.Perf_TarWriter.UstarTarEntry_WriteEntry | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Formats.Tar.Tests.Perf_TarWriter.UstarTarEntry_WriteEntry.html) | +14.39% | 200.374721 | 229.217896 | None | | System.Formats.Tar.Tests.Perf_TarWriter.V7TarEntry_WriteEntry | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Formats.Tar.Tests.Perf_TarWriter.V7TarEntry_WriteEntry.html) | +13.57% | 186.447493 | 211.740735 | None | @@ -821,7 +821,7 @@ **Commit:** [4158fca8fc](https://github.com/dotnet/runtime/commit/4158fca8fc562796170dd451d132ab3d02ecc804) **Affected Tests:** 2 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | ArrayDeAbstraction.foreach_opaque_array_via_interface_in_loop | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/ArrayDeAbstraction.foreach_opaque_array_via_interface_in_loop.html) | -9.74% | 988.975437 | 892.689969 | None | | ArrayDeAbstraction.foreach_member_array_via_interface_property_in_loop | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/ArrayDeAbstraction.foreach_member_array_via_interface_property_in_loop.html) | -8.86% | 969.545202 | 883.604330 | None | @@ -834,7 +834,7 @@ **Commit:** [bfa124fa79](https://github.com/dotnet/runtime/commit/bfa124fa79d8fb89d18bc40b26158407490393ef) **Affected Tests:** 2 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Buffers.Text.Tests.Base64Tests.Base64DecodeDestinationTooSmall(NumberOfBytes: 1000) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Buffers.Text.Tests.Base64Tests.Base64DecodeDestinationTooSmall%28NumberOfBytes%3A%201000%29.html) | +12.03% | 61.816755 | 69.253326 | None | | System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives.IndexOfMax(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives%28Double%29.IndexOfMax%28BufferLength%3A%20128%29.html) | +19.30% | 57.775863 | 68.924326 | None | @@ -847,7 +847,7 @@ **Commit:** [3c8bae3ff0](https://github.com/dotnet/runtime/commit/3c8bae3ff0906f590c6eec61eb114eac205ac2cc) **Affected Tests:** 2 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Collections.IterateForEach.Stack(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.IterateForEach%28Int32%29.Stack%28Size%3A%20512%29.html) | +12.79% | 1006.313036 | 1134.983234 | None | | System.Buffers.Text.Tests.Base64Tests.ConvertTryFromBase64Chars(NumberOfBytes: 1000) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Buffers.Text.Tests.Base64Tests.ConvertTryFromBase64Chars%28NumberOfBytes%3A%201000%29.html) | +10.17% | 746.523883 | 822.417701 | [1](#1-41be5e229b---jit-graph-based-loop-inversion-116017) | @@ -860,7 +860,7 @@ **Commit:** [2d5a2ee095](https://github.com/dotnet/runtime/commit/2d5a2ee09518e3afad75ea9bc40df0a548bcfa36) **Affected Tests:** 2 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Threading.Channels.Tests.BoundedChannelPerfTests.TryWriteThenTryRead | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Threading.Channels.Tests.BoundedChannelPerfTests.TryWriteThenTryRead.html) | +18.81% | 37.816292 | 44.928353 | None | | System.Threading.Channels.Tests.UnboundedChannelPerfTests.TryWriteThenTryRead | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Threading.Channels.Tests.UnboundedChannelPerfTests.TryWriteThenTryRead.html) | +10.71% | 31.255626 | 34.603370 | None | @@ -873,7 +873,7 @@ **Commit:** [1b5c48dc59](https://github.com/dotnet/runtime/commit/1b5c48dc5958e20b4aa0f4cbfc21fddb8f81052c) **Affected Tests:** 1 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.IO.Compression.Brotli.Compress_WithState(level: Optimal, file: "alice29.txt") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.IO.Compression.Brotli.Compress_WithState%28level%3A%20Optimal%2C%20file%3A%20%22alice29.txt%22%29.html) | +5.83% | 184894088.875000 | 195676447.553571 | [11](#11-217525ae6f---workaround-for-106521-106578), [20](#20-b382a451a9---fix-build-with--dclr_cmake_use_system_brotlitrue-110816) | @@ -885,7 +885,7 @@ **Commit:** [b06d5e241c](https://github.com/dotnet/runtime/commit/b06d5e241c8cbc6b991b901dacc8bcc354984b1d) **Affected Tests:** 1 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Tests.Perf_Int32.TryParse(value: "12345") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Int32.TryParse%28value%3A%20%2212345%22%29.html) | +9.23% | 10.580130 | 11.556880 | [6](#6-ea43e17c---jit-run-profile-repair-after-frontend-phases-111915) | @@ -897,7 +897,7 @@ **Commit:** [a38ab4c0bc](https://github.com/dotnet/runtime/commit/a38ab4c0bc3780754259be600db1501cc2907a84) **Affected Tests:** 1 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Reflection.Invoke.Field_SetStatic_struct | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Reflection.Invoke.Field_SetStatic_struct.html) | +5.16% | 39.618578 | 41.664751 | None | @@ -909,7 +909,7 @@ **Commit:** [4bf7a2b238](https://github.com/dotnet/runtime/commit/4bf7a2b2385d0730448b698d3011182687e5a9c2) **Affected Tests:** 1 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Tests.Perf_String.ToUpperInvariant(s: "TEST") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_String.ToUpperInvariant%28s%3A%20%22TEST%22%29.html) | +21.31% | 5.454580 | 6.616886 | None | @@ -921,7 +921,7 @@ **Commit:** [789bc64ad4](https://github.com/dotnet/runtime/commit/789bc64ad46b855bc7c0646e35e3ccf371960629) **Affected Tests:** 1 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Collections.AddGivenSize.List(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.AddGivenSize%28String%29.List%28Size%3A%20512%29.html) | +15.76% | 1340.137505 | 1551.305664 | [31](#31-489a1512f5---remove-ldsfld-quirk-108606) | @@ -933,7 +933,7 @@ **Commit:** [bf369fd44e](https://github.com/dotnet/runtime/commit/bf369fd44e4029e8a2453cd619acfa3e67d30a43) **Affected Tests:** 1 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Collections.ContainsKeyTrue.FrozenDictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.ContainsKeyTrue%28String%2C%20String%29.FrozenDictionary%28Size%3A%20512%29.html) | +17.73% | 5107.537873 | 6013.126537 | [3](#3-ddf8075a2f---jit-visit-blocks-in-rpo-during-lsra-107927) | @@ -945,7 +945,7 @@ **Commit:** [53cc1ddeec](https://github.com/dotnet/runtime/commit/53cc1ddeec661d03d65d0e2949f3486e2162d80f) **Affected Tests:** 1 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Memory.Span.LastIndexOfAnyValues(Size: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Memory.Span%28Char%29.LastIndexOfAnyValues%28Size%3A%204%29.html) | +17.07% | 2.922074 | 3.420840 | None | @@ -957,7 +957,7 @@ **Commit:** [dfb2b8a861](https://github.com/dotnet/runtime/commit/dfb2b8a861fc97ce90c8f31c886d4d27c5b36f46) **Affected Tests:** 1 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Xml.Linq.Perf_XElementList.Enumerator | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Xml.Linq.Perf_XElementList.Enumerator.html) | +21.99% | 147.893044 | 180.413967 | None | @@ -969,7 +969,7 @@ **Commit:** [95814d0f99](https://github.com/dotnet/runtime/commit/95814d0f99fd876fdc2f6b5b4cf5d5fc94adaea9) **Affected Tests:** 1 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Text.Perf_Ascii.IsValid_Chars(Size: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Perf_Ascii.IsValid_Chars%28Size%3A%20128%29.html) | +21.62% | 4.935867 | 6.002944 | None | @@ -981,7 +981,7 @@ **Commit:** [d2cdcdd693](https://github.com/dotnet/runtime/commit/d2cdcdd69391bbfde1a8fb4aa275a6cc393ca65b) **Affected Tests:** 1 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Text.Perf_Ascii.IsValid_Chars(Size: 6) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Text.Perf_Ascii.IsValid_Chars%28Size%3A%206%29.html) | +9.30% | 2.656210 | 2.903174 | None | @@ -993,7 +993,7 @@ **Commit:** [2a2b7dc72b](https://github.com/dotnet/runtime/commit/2a2b7dc72b5642dd24ca37623327e765a9730dd7) **Affected Tests:** 1 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Memory.Span.Fill(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Memory.Span%28Int32%29.Fill%28Size%3A%20512%29.html) | +10.69% | 24.311001 | 26.910972 | None | @@ -1005,7 +1005,7 @@ **Commit:** [c37cfcc645](https://github.com/dotnet/runtime/commit/c37cfcc6459605e7cd1e1311c6dc74ee087ec08c) **Affected Tests:** 1 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | Benchstone.MDBenchI.MDArray2.Test | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/Benchstone.MDBenchI.MDArray2.Test.html) | +22.77% | 1349393098.607143 | 1656599991.589286 | None | @@ -1017,7 +1017,7 @@ **Commit:** [496824c97b](https://github.com/dotnet/runtime/commit/496824c97b9cf072682dea1a789cac6ca1875692) **Affected Tests:** 1 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Tests.Perf_Byte.TryParse(value: "0") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Tests.Perf_Byte.TryParse%28value%3A%20%220%22%29.html) | +5.50% | 9.007999 | 9.503419 | None | @@ -1029,7 +1029,7 @@ **Commit:** [a45130eb80](https://github.com/dotnet/runtime/commit/a45130eb80) **Affected Tests:** 1 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Collections.Tests.Perf_BitArray.BitArrayLeftShift(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.Tests.Perf_BitArray.BitArrayLeftShift%28Size%3A%20512%29.html) | +34.28% | 153.259354 | 205.794787 | None | @@ -1041,7 +1041,7 @@ **Commit:** [dc88476f10](https://github.com/dotnet/runtime/commit/dc88476f102123edebd6b2d2efe5a56146f60094) **Affected Tests:** 1 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.IO.Tests.BinaryReaderTests.ReadBool | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.IO.Tests.BinaryReaderTests.ReadBool.html) | +13.88% | 2.656224 | 3.025028 | None | @@ -1053,7 +1053,7 @@ **Commit:** [f9fc62ab41](https://github.com/dotnet/runtime/commit/f9fc62ab41d53d331544b4da5a187b036df8c1bb) **Affected Tests:** 1 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | Microsoft.Extensions.Primitives.StringSegmentBenchmark.Equals_Object_Valid | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/Microsoft.Extensions.Primitives.StringSegmentBenchmark.Equals_Object_Valid.html) | +17.75% | 6.146948 | 7.237974 | None | @@ -1065,7 +1065,7 @@ **Commit:** [33b5215c15](https://github.com/dotnet/runtime/commit/33b5215c15b16ad9e2738c325f6b562702c308d3) **Affected Tests:** 1 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Collections.ContainsTrueComparer.HashSet(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.ContainsTrueComparer%28Int32%29.HashSet%28Size%3A%20512%29.html) | +55.95% | 2610.504462 | 4071.208610 | None | @@ -1077,7 +1077,7 @@ **Commit:** [fd8933aac2](https://github.com/dotnet/runtime/commit/fd8933aac237d2f3103de071ec4bc1547bfef16c) **Affected Tests:** 1 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | Interop.ComWrappersTests.ParallelRCWLookUp | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/Interop.ComWrappersTests.ParallelRCWLookUp.html) | +27.16% | 313726947.464286 | 398935684.035714 | None | @@ -1089,7 +1089,7 @@ **Commit:** [e0e9f15d06](https://github.com/dotnet/runtime/commit/e0e9f15d06b775325c874674bfca51d18c8f5075) **Affected Tests:** 1 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Numerics.Tests.Perf_Quaternion.CreateFromRotationMatrixBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Numerics.Tests.Perf_Quaternion.CreateFromRotationMatrixBenchmark.html) | +47.68% | 4.721879 | 6.973434 | [2](#2-ffcd1c5442---trust-single-edge-synthetic-profile-116054) | @@ -1101,7 +1101,7 @@ **Commit:** [ac7097cb47](https://github.com/dotnet/runtime/commit/ac7097cb4761d9c71e212bf07e4d916d1571c96b) **Affected Tests:** 1 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.IO.Tests.Perf_StreamWriter.WriteCharArray(writeLength: 100) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.IO.Tests.Perf_StreamWriter.WriteCharArray%28writeLength%3A%20100%29.html) | +12.51% | 247439911.964286 | 278391499.214286 | None | @@ -1113,7 +1113,7 @@ **Commit:** [e82789be73](https://github.com/dotnet/runtime/commit/e82789be7360c936df7553cc84213c9e829789d0) **Affected Tests:** 1 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.IO.Tests.BinaryWriterTests.WriteSingle | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.IO.Tests.BinaryWriterTests.WriteSingle.html) | +11.84% | 2.422528 | 2.709312 | None | @@ -1125,7 +1125,7 @@ **Commit:** [d3e2f5e13a](https://github.com/dotnet/runtime/commit/d3e2f5e13aac894737a90ba8494ad57465ba639f) **Affected Tests:** 1 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Perf_Convert.ToBase64CharArray(binaryDataSize: 1024, formattingOptions: InsertLineBreaks) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Perf_Convert.ToBase64CharArray%28binaryDataSize%3A%201024%2C%20formattingOptions%3A%20InsertLineBreaks%29.html) | +8.19% | 1270.795040 | 1374.818125 | None | @@ -1137,7 +1137,7 @@ **Commit:** [38c8e8f4cc](https://github.com/dotnet/runtime/commit/38c8e8f4cc1be3abd20f675771f208360b11b52c) **Affected Tests:** 1 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Collections.Tests.Perf_BitArray.BitArrayNot(Size: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu%2022.04/System.Collections.Tests.Perf_BitArray.BitArrayNot%28Size%3A%204%29.html) | +10.32% | 4.421564 | 4.877761 | [1](#1-41be5e229b---jit-graph-based-loop-inversion-116017), [22](#22-30082a461a---jit-save-pgo-data-in-inline-context-use-it-for-call-optimization-116241) | diff --git a/reports/net9to10/windows-x64-tiger_improvement_report.md b/reports/net9to10/windows-x64-tiger_improvement_report.md new file mode 100644 index 00000000000..bb219d16968 --- /dev/null +++ b/reports/net9to10/windows-x64-tiger_improvement_report.md @@ -0,0 +1,2388 @@ +# Improvement Report - windows-x64-tiger + +## >50% Improvement (86 tests) + +| Test Name | Link | Change % | .NET 9 | .NET 10 | +|-----------|------|----------|--------|-------| +| ArrayDeAbstraction.foreach_member_array_via_interface | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/ArrayDeAbstraction.foreach_member_array_via_interface.html) | -62.48% | 1051.636205 | 394.604044 | +| ArrayDeAbstraction.foreach_member_array_via_interface_property | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/ArrayDeAbstraction.foreach_member_array_via_interface_property.html) | -63.59% | 1052.977118 | 383.337523 | +| ArrayDeAbstraction.foreach_opaque_array_via_interface | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/ArrayDeAbstraction.foreach_opaque_array_via_interface.html) | -64.08% | 1054.049830 | 378.587622 | +| ArrayDeAbstraction.foreach_static_array_via_interface | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/ArrayDeAbstraction.foreach_static_array_via_interface.html) | -63.85% | 1054.816831 | 381.355616 | +| ArrayDeAbstraction.foreach_static_array_via_interface_property | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/ArrayDeAbstraction.foreach_static_array_via_interface_property.html) | -64.14% | 1054.036355 | 377.953645 | +| ArrayDeAbstraction.foreach_static_readonly_array_via_interface | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/ArrayDeAbstraction.foreach_static_readonly_array_via_interface.html) | -63.83% | 1053.129781 | 380.939983 | +| ArrayDeAbstraction.foreach_static_readonly_array_via_interface_property | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/ArrayDeAbstraction.foreach_static_readonly_array_via_interface_property.html) | -63.83% | 1054.342541 | 381.362781 | +| System.Buffers.Tests.ReadOnlySequenceTests.SliceMemory | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Buffers.Tests.ReadOnlySequenceTests%28Byte%29.SliceMemory.html) | -57.99% | 9.832323 | 4.130251 | +| System.Buffers.Tests.ReadOnlySequenceTests.SliceSingleSegment | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Buffers.Tests.ReadOnlySequenceTests%28Byte%29.SliceSingleSegment.html) | -60.65% | 9.077478 | 3.571827 | +| System.Buffers.Tests.ReadOnlySequenceTests.SliceArray | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Buffers.Tests.ReadOnlySequenceTests%28Char%29.SliceArray.html) | -62.38% | 8.908263 | 3.351115 | +| System.Buffers.Tests.ReadOnlySequenceTests.SliceMemory | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Buffers.Tests.ReadOnlySequenceTests%28Char%29.SliceMemory.html) | -60.56% | 10.079463 | 3.975550 | +| System.Buffers.Tests.ReadOnlySequenceTests.SliceSingleSegment | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Buffers.Tests.ReadOnlySequenceTests%28Char%29.SliceSingleSegment.html) | -58.43% | 9.278848 | 3.857588 | +| System.Collections.CtorFromCollectionNonGeneric.ArrayList(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.CtorFromCollectionNonGeneric%28Int32%29.ArrayList%28Size%3A%20512%29.html) | -70.87% | 22307.854851 | 6498.907014 | +| System.Collections.CtorFromCollectionNonGeneric.Queue(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.CtorFromCollectionNonGeneric%28Int32%29.Queue%28Size%3A%20512%29.html) | -62.57% | 24684.869899 | 9239.820499 | +| System.Collections.CtorFromCollectionNonGeneric.Stack(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.CtorFromCollectionNonGeneric%28Int32%29.Stack%28Size%3A%20512%29.html) | -67.29% | 23514.912484 | 7690.649329 | +| System.Collections.IterateForEach.IEnumerable(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.IterateForEach%28Int32%29.IEnumerable%28Size%3A%20512%29.html) | -68.75% | 1055.717526 | 329.913575 | +| System.Collections.IterateForEach.ImmutableHashSet(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.IterateForEach%28Int32%29.ImmutableHashSet%28Size%3A%20512%29.html) | -52.74% | 19299.273272 | 9121.657765 | +| System.Collections.IterateForEach.SortedDictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.IterateForEach%28Int32%29.SortedDictionary%28Size%3A%20512%29.html) | -59.87% | 5657.205103 | 2270.167312 | +| System.Collections.TryGetValueFalse.IDictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.TryGetValueFalse%28Int32%2C%20Int32%29.IDictionary%28Size%3A%20512%29.html) | -53.26% | 4893.435047 | 2287.162409 | +| System.Collections.TryGetValueTrue.ConcurrentDictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.TryGetValueTrue%28BigStruct%2C%20BigStruct%29.ConcurrentDictionary%28Size%3A%20512%29.html) | -59.44% | 522410.435612 | 211870.442212 | +| System.Collections.TryGetValueTrue.Dictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.TryGetValueTrue%28BigStruct%2C%20BigStruct%29.Dictionary%28Size%3A%20512%29.html) | -56.66% | 512658.073902 | 222175.989235 | +| System.Collections.TryGetValueTrue.FrozenDictionaryOptimized(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.TryGetValueTrue%28BigStruct%2C%20BigStruct%29.FrozenDictionaryOptimized%28Size%3A%20512%29.html) | -56.28% | 509909.968125 | 222941.900898 | +| System.Collections.TryGetValueTrue.IDictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.TryGetValueTrue%28BigStruct%2C%20BigStruct%29.IDictionary%28Size%3A%20512%29.html) | -55.93% | 524672.263158 | 231216.210526 | +| System.Collections.TryGetValueTrue.ImmutableDictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.TryGetValueTrue%28BigStruct%2C%20BigStruct%29.ImmutableDictionary%28Size%3A%20512%29.html) | -53.48% | 544517.948523 | 253310.961773 | +| System.Diagnostics.Perf_Activity.EnumerateActivityEventsSmall | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Diagnostics.Perf_Activity.EnumerateActivityEventsSmall.html) | -81.27% | 25.092811 | 4.700201 | +| System.Diagnostics.Perf_Activity.EnumerateActivityLinkTagsSmall | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Diagnostics.Perf_Activity.EnumerateActivityLinkTagsSmall.html) | -84.01% | 25.293491 | 4.045589 | +| System.Diagnostics.Perf_Activity.EnumerateActivityLinksSmall | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Diagnostics.Perf_Activity.EnumerateActivityLinksSmall.html) | -82.13% | 25.137550 | 4.491289 | +| System.Diagnostics.Perf_Activity.EnumerateActivityTagObjectsSmall | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Diagnostics.Perf_Activity.EnumerateActivityTagObjectsSmall.html) | -81.85% | 25.036546 | 4.545351 | +| System.IO.Hashing.Tests.Crc32_AppendPerf.Append(BufferSize: 10240) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.IO.Hashing.Tests.Crc32_AppendPerf.Append%28BufferSize%3A%2010240%29.html) | -75.08% | 1925.618249 | 479.811727 | +| System.IO.Hashing.Tests.Crc32_AppendPerf.Append(BufferSize: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.IO.Hashing.Tests.Crc32_AppendPerf.Append%28BufferSize%3A%20128%29.html) | -63.02% | 68.034590 | 25.156426 | +| System.IO.Hashing.Tests.Crc32_AppendPerf.Append(BufferSize: 16) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.IO.Hashing.Tests.Crc32_AppendPerf.Append%28BufferSize%3A%2016%29.html) | -57.02% | 31.873648 | 13.700741 | +| System.IO.Tests.UnmanagedMemoryStreamTests.ReadAsBytes | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.IO.Tests.UnmanagedMemoryStreamTests.ReadAsBytes.html) | -60.37% | 42260.471730 | 16748.041485 | +| System.Linq.Tests.Perf_Enumerable.EmptyTakeSelectToArray | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Linq.Tests.Perf_Enumerable.EmptyTakeSelectToArray.html) | -62.89% | 20.855869 | 7.739426 | +| System.Memory.MemoryMarshal.TryGetArray | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Memory.MemoryMarshal%28Int32%29.TryGetArray.html) | -52.45% | 6.491502 | 3.086998 | +| System.Memory.ReadOnlySequence.Slice_Repeat(Segment: Single) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Memory.ReadOnlySequence.Slice_Repeat%28Segment%3A%20Single%29.html) | -65.69% | 42.249087 | 14.496515 | +| System.Memory.ReadOnlySequence.Slice_Repeat_StartPosition_And_EndPosition(Segment: Single) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Memory.ReadOnlySequence.Slice_Repeat_StartPosition_And_EndPosition%28Segment%3A%20Single%29.html) | -60.70% | 29.019428 | 11.404673 | +| System.Memory.ReadOnlySequence.Slice_Start(Segment: Multiple) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Memory.ReadOnlySequence.Slice_Start%28Segment%3A%20Multiple%29.html) | -59.84% | 5.778766 | 2.320483 | +| System.Memory.ReadOnlySequence.Slice_Start(Segment: Single) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Memory.ReadOnlySequence.Slice_Start%28Segment%3A%20Single%29.html) | -61.43% | 5.209214 | 2.009351 | +| System.Memory.Span.SequenceCompareToDifferent(Size: 33) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Memory.Span%28Int32%29.SequenceCompareToDifferent%28Size%3A%2033%29.html) | -55.30% | 6.717342 | 3.002968 | +| System.Memory.Span.SequenceCompareToDifferent(Size: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Memory.Span%28Int32%29.SequenceCompareToDifferent%28Size%3A%204%29.html) | -55.14% | 6.674416 | 2.994364 | +| System.Net.Primitives.Tests.CredentialCacheTests.GetCredential_HostPort(host: "notfound", hostPortCount: 0) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Net.Primitives.Tests.CredentialCacheTests.GetCredential_HostPort%28host%3A%20%22notfound%22%2C%20hostPortCount%3A%200%29.html) | -66.08% | 30.581352 | 10.372640 | +| System.Numerics.Tensors.Tests.Perf_BinaryIntegerTensorPrimitives.ShiftLeft(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tensors.Tests.Perf_BinaryIntegerTensorPrimitives%28Byte%29.ShiftLeft%28BufferLength%3A%20128%29.html) | -93.15% | 264.170876 | 18.108550 | +| System.Numerics.Tensors.Tests.Perf_BinaryIntegerTensorPrimitives.ShiftLeft(BufferLength: 3079) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tensors.Tests.Perf_BinaryIntegerTensorPrimitives%28Byte%29.ShiftLeft%28BufferLength%3A%203079%29.html) | -96.00% | 4005.606629 | 160.414113 | +| System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives.Log(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives%28Double%29.Log%28BufferLength%3A%20128%29.html) | -54.53% | 818.698422 | 372.234291 | +| System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives.Log(BufferLength: 3079) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives%28Double%29.Log%28BufferLength%3A%203079%29.html) | -53.98% | 19604.415173 | 9021.240661 | +| System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives.Divide_Scalar(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives%28Int32%29.Divide_Scalar%28BufferLength%3A%20128%29.html) | -83.82% | 335.148684 | 54.235546 | +| System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives.Divide_Scalar(BufferLength: 3079) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives%28Int32%29.Divide_Scalar%28BufferLength%3A%203079%29.html) | -87.27% | 7699.481547 | 979.782222 | +| System.Numerics.Tests.Perf_BigInteger.Divide(arguments: 65536,32768 bits) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tests.Perf_BigInteger.Divide%28arguments%3A%2065536%2C32768%20bits%29.html) | -86.29% | 6537657.330827 | 896558.176692 | +| System.Numerics.Tests.Perf_BigInteger.Remainder(arguments: 65536,32768 bits) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tests.Perf_BigInteger.Remainder%28arguments%3A%2065536%2C32768%20bits%29.html) | -86.27% | 6494974.483083 | 891877.349624 | +| System.Numerics.Tests.Perf_BigInteger.ToByteArray(numberString: 1234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456... | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tests.Perf_BigInteger.ToByteArray%28numberString%3A%201234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456.html) | -64.59% | 73.649230 | 26.081811 | +| System.Numerics.Tests.Perf_BigInteger.ToByteArray(numberString: 1234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456... | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tests.Perf_BigInteger.ToByteArray%28numberString%3A%201234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456.html) | -89.91% | 5619.000108 | 567.090449 | +| System.Numerics.Tests.Perf_BigInteger.ToByteArray(numberString: 1234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456... | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tests.Perf_BigInteger.ToByteArray%28numberString%3A%201234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456.html) | -89.88% | 5615.401544 | 568.258775 | +| System.Numerics.Tests.Perf_Matrix3x2.CreateRotationBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tests.Perf_Matrix3x2.CreateRotationBenchmark.html) | -51.13% | 13.134467 | 6.419385 | +| System.Numerics.Tests.Perf_Vector3.GetHashCodeBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tests.Perf_Vector3.GetHashCodeBenchmark.html) | -61.04% | 5.207786 | 2.028756 | +| System.Numerics.Tests.Perf_Vector4.GetHashCodeBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tests.Perf_Vector4.GetHashCodeBenchmark.html) | -71.40% | 7.089115 | 2.027673 | +| System.Numerics.Tests.Perf_VectorConvert.Convert_float_uint | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tests.Perf_VectorConvert.Convert_float_uint.html) | -69.74% | 40551.432873 | 12271.833729 | +| System.Numerics.Tests.Perf_VectorOf.DotBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tests.Perf_VectorOf%28Byte%29.DotBenchmark.html) | -90.86% | 53.373283 | 4.877747 | +| System.Numerics.Tests.Perf_VectorOf.MultiplyBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tests.Perf_VectorOf%28Byte%29.MultiplyBenchmark.html) | -89.95% | 31.588282 | 3.174592 | +| System.Numerics.Tests.Perf_VectorOf.MultiplyOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tests.Perf_VectorOf%28Byte%29.MultiplyOperatorBenchmark.html) | -90.74% | 31.669170 | 2.931317 | +| System.Numerics.Tests.Perf_VectorOf.SquareRootBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tests.Perf_VectorOf%28Byte%29.SquareRootBenchmark.html) | -53.47% | 128.670730 | 59.867534 | +| System.Numerics.Tests.Perf_VectorOf.SquareRootBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tests.Perf_VectorOf%28Int16%29.SquareRootBenchmark.html) | -52.80% | 65.725090 | 31.020801 | +| System.Numerics.Tests.Perf_VectorOf.DotBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tests.Perf_VectorOf%28Int64%29.DotBenchmark.html) | -75.36% | 10.131459 | 2.496773 | +| System.Numerics.Tests.Perf_VectorOf.MultiplyBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tests.Perf_VectorOf%28Int64%29.MultiplyBenchmark.html) | -70.85% | 8.382697 | 2.443646 | +| System.Numerics.Tests.Perf_VectorOf.MultiplyOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tests.Perf_VectorOf%28Int64%29.MultiplyOperatorBenchmark.html) | -70.52% | 8.265912 | 2.436396 | +| System.Numerics.Tests.Perf_VectorOf.DotBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tests.Perf_VectorOf%28SByte%29.DotBenchmark.html) | -90.77% | 53.515087 | 4.941984 | +| System.Numerics.Tests.Perf_VectorOf.MultiplyBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tests.Perf_VectorOf%28SByte%29.MultiplyBenchmark.html) | -92.08% | 31.561999 | 2.500671 | +| System.Numerics.Tests.Perf_VectorOf.MultiplyOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tests.Perf_VectorOf%28SByte%29.MultiplyOperatorBenchmark.html) | -90.45% | 31.545514 | 3.012173 | +| System.Numerics.Tests.Perf_VectorOf.SquareRootBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tests.Perf_VectorOf%28SByte%29.SquareRootBenchmark.html) | -53.65% | 128.688315 | 59.641276 | +| System.Numerics.Tests.Perf_VectorOf.SquareRootBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tests.Perf_VectorOf%28UInt16%29.SquareRootBenchmark.html) | -53.03% | 65.637766 | 30.828852 | +| System.Numerics.Tests.Perf_VectorOf.DotBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tests.Perf_VectorOf%28UInt64%29.DotBenchmark.html) | -75.10% | 10.021961 | 2.495536 | +| System.Numerics.Tests.Perf_VectorOf.MultiplyBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tests.Perf_VectorOf%28UInt64%29.MultiplyBenchmark.html) | -70.98% | 8.421815 | 2.443677 | +| System.Numerics.Tests.Perf_VectorOf.MultiplyOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tests.Perf_VectorOf%28UInt64%29.MultiplyOperatorBenchmark.html) | -71.22% | 8.460414 | 2.435040 | +| System.Reflection.Invoke.Field_GetStatic_int | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Reflection.Invoke.Field_GetStatic_int.html) | -71.35% | 43.572625 | 12.485702 | +| System.Reflection.Invoke.Field_GetStatic_struct | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Reflection.Invoke.Field_GetStatic_struct.html) | -76.61% | 44.929055 | 10.509910 | +| System.Reflection.Invoke.Field_Get_int | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Reflection.Invoke.Field_Get_int.html) | -72.34% | 45.638819 | 12.621997 | +| System.Reflection.Invoke.Field_Get_struct | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Reflection.Invoke.Field_Get_struct.html) | -73.55% | 48.947366 | 12.946155 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Int.DivideBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Runtime.Intrinsics.Tests.Perf_Vector128Int.DivideBenchmark.html) | -78.24% | 19.935771 | 4.338022 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Int.DivisionOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Runtime.Intrinsics.Tests.Perf_Vector128Int.DivisionOperatorBenchmark.html) | -81.98% | 19.934570 | 3.592615 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.GetHashCodeBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Double%29.GetHashCodeBenchmark.html) | -81.16% | 10.787213 | 2.032020 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.DivideBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Int32%29.DivideBenchmark.html) | -78.27% | 19.934272 | 4.331928 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.DivisionOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Int32%29.DivisionOperatorBenchmark.html) | -83.14% | 19.939993 | 3.361530 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.GetHashCodeBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Int64%29.GetHashCodeBenchmark.html) | -73.38% | 7.623816 | 2.029725 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.GetHashCodeBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28UInt64%29.GetHashCodeBenchmark.html) | -73.81% | 7.741464 | 2.027588 | +| System.Tests.Perf_Array.ArrayRetrieve1D | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_Array.ArrayRetrieve1D.html) | -72.85% | 1742582.557847 | 473102.816901 | +| System.Tests.Perf_Array.ArrayRetrieve2D | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_Array.ArrayRetrieve2D.html) | -65.88% | 1883491.625138 | 642588.579734 | +| System.Tests.Perf_Array.ArrayRetrieve3D | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_Array.ArrayRetrieve3D.html) | -64.78% | 2143210.945197 | 754933.574507 | + +## 40-50% Improvement (50 tests) + +| Test Name | Link | Change % | .NET 9 | .NET 10 | +|-----------|------|----------|--------|-------| +| Benchstone.BenchI.Ackermann.Test | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/Benchstone.BenchI.Ackermann.Test.html) | -41.41% | 3807.655833 | 2230.840193 | +| PerfLabTests.LowLevelPerf.EmptyStaticFunction | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/PerfLabTests.LowLevelPerf.EmptyStaticFunction.html) | -48.02% | 2772391.412520 | 1440964.205457 | +| PerfLabTests.LowLevelPerf.ObjectStringIsString | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/PerfLabTests.LowLevelPerf.ObjectStringIsString.html) | -49.97% | 124790.177233 | 62436.160491 | +| System.Buffers.Tests.ReadOnlySequenceTests.IterateForEachSingleSegment | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Buffers.Tests.ReadOnlySequenceTests%28Byte%29.IterateForEachSingleSegment.html) | -42.28% | 16.800140 | 9.696496 | +| System.Buffers.Text.Tests.Utf8ParserTests.TryParseBool(value: True ) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Buffers.Text.Tests.Utf8ParserTests.TryParseBool%28value%3A%20%20True%20%29.html) | -46.30% | 5.164245 | 2.773014 | +| System.Buffers.Text.Tests.Utf8ParserTests.TryParseBool(value: False) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Buffers.Text.Tests.Utf8ParserTests.TryParseBool%28value%3A%20False%29.html) | -40.87% | 5.149197 | 3.044480 | +| System.Buffers.Text.Tests.Utf8ParserTests.TryParseBool(value: TRUE) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Buffers.Text.Tests.Utf8ParserTests.TryParseBool%28value%3A%20TRUE%29.html) | -43.48% | 4.341560 | 2.454016 | +| System.Buffers.Text.Tests.Utf8ParserTests.TryParseBool(value: false) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Buffers.Text.Tests.Utf8ParserTests.TryParseBool%28value%3A%20false%29.html) | -40.96% | 5.155259 | 3.043916 | +| System.Buffers.Text.Tests.Utf8ParserTests.TryParseBool(value: true) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Buffers.Text.Tests.Utf8ParserTests.TryParseBool%28value%3A%20true%29.html) | -43.57% | 4.350157 | 2.454855 | +| System.Buffers.Text.Tests.Utf8ParserTests.TryParseByte(value: 0) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Buffers.Text.Tests.Utf8ParserTests.TryParseByte%28value%3A%200%29.html) | -44.37% | 6.511966 | 3.622836 | +| System.Buffers.Text.Tests.Utf8ParserTests.TryParseDateTimeOffset(value: 12/30/2017 3:45:22 AM -08:00) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Buffers.Text.Tests.Utf8ParserTests.TryParseDateTimeOffset%28value%3A%2012/30/2017%203%3A45%3A22%20AM%20-08%3A00%29.html) | -43.16% | 13.596659 | 7.727739 | +| System.Buffers.Text.Tests.Utf8ParserTests.TryParseUInt16(value: 0) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Buffers.Text.Tests.Utf8ParserTests.TryParseUInt16%28value%3A%200%29.html) | -40.21% | 5.618943 | 3.359495 | +| System.Buffers.Text.Tests.Utf8ParserTests.TryParseUInt32(value: 0) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Buffers.Text.Tests.Utf8ParserTests.TryParseUInt32%28value%3A%200%29.html) | -41.09% | 5.639459 | 3.322210 | +| System.Buffers.Text.Tests.Utf8ParserTests.TryParseUInt64(value: 0) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Buffers.Text.Tests.Utf8ParserTests.TryParseUInt64%28value%3A%200%29.html) | -40.84% | 5.624984 | 3.327841 | +| System.Collections.ContainsKeyTrue.ConcurrentDictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.ContainsKeyTrue%28Int32%2C%20Int32%29.ConcurrentDictionary%28Size%3A%20512%29.html) | -41.12% | 2393.070301 | 1409.082349 | +| System.Collections.IndexerSet.Dictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.IndexerSet%28Int32%29.Dictionary%28Size%3A%20512%29.html) | -41.97% | 3463.665521 | 2010.034825 | +| System.Collections.IterateForEach.SortedDictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.IterateForEach%28String%29.SortedDictionary%28Size%3A%20512%29.html) | -46.10% | 7866.200137 | 4239.538124 | +| System.Collections.Tests.Add_Remove_SteadyState.Stack(Count: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.Tests.Add_Remove_SteadyState%28Int32%29.Stack%28Count%3A%20512%29.html) | -44.88% | 5.618352 | 3.097057 | +| System.Collections.TryGetValueFalse.Dictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.TryGetValueFalse%28SmallClass%2C%20SmallClass%29.Dictionary%28Size%3A%20512%29.html) | -44.34% | 5930.470772 | 3301.087798 | +| System.Linq.Tests.Perf_Enumerable.SingleWithPredicate_FirstElementMatches(input: Array) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Linq.Tests.Perf_Enumerable.SingleWithPredicate_FirstElementMatches%28input%3A%20Array%29.html) | -48.11% | 107.312895 | 55.689411 | +| System.Linq.Tests.Perf_Enumerable.WhereAny_LastElementMatches(input: Array) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Linq.Tests.Perf_Enumerable.WhereAny_LastElementMatches%28input%3A%20Array%29.html) | -48.66% | 123.642266 | 63.477953 | +| System.Linq.Tests.Perf_Enumerable.WhereFirst_LastElementMatches(input: Array) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Linq.Tests.Perf_Enumerable.WhereFirst_LastElementMatches%28input%3A%20Array%29.html) | -45.98% | 121.097652 | 65.413088 | +| System.Memory.Constructors.ReadOnlyMemoryFromArray | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Memory.Constructors%28String%29.ReadOnlyMemoryFromArray.html) | -48.41% | 3.893365 | 2.008517 | +| System.Memory.MemoryMarshal.TryGetArray | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Memory.MemoryMarshal%28Byte%29.TryGetArray.html) | -49.15% | 6.073067 | 3.088094 | +| System.Memory.ReadOnlySequence.Slice_Repeat(Segment: Multiple) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Memory.ReadOnlySequence.Slice_Repeat%28Segment%3A%20Multiple%29.html) | -48.79% | 53.605293 | 27.449401 | +| System.Memory.Span.SequenceCompareTo(Size: 33) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Memory.Span%28Byte%29.SequenceCompareTo%28Size%3A%2033%29.html) | -44.56% | 8.739421 | 4.845288 | +| System.Memory.Span.SequenceCompareToDifferent(Size: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Memory.Span%28Byte%29.SequenceCompareToDifferent%28Size%3A%204%29.html) | -41.65% | 7.629837 | 4.452072 | +| System.Memory.Span.SequenceCompareToDifferent(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Memory.Span%28Byte%29.SequenceCompareToDifferent%28Size%3A%20512%29.html) | -41.82% | 8.147834 | 4.740808 | +| System.Memory.Span.SequenceCompareTo(Size: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Memory.Span%28Int32%29.SequenceCompareTo%28Size%3A%204%29.html) | -44.33% | 11.034273 | 6.142232 | +| System.Net.Primitives.Tests.IPAddressPerformanceTests.TryWriteBytes(address: 143.24.20.36) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Net.Primitives.Tests.IPAddressPerformanceTests.TryWriteBytes%28address%3A%20143.24.20.36%29.html) | -50.00% | 4.698074 | 2.349131 | +| System.Numerics.Tests.Perf_Matrix3x2.CreateRotationWithCenterBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tests.Perf_Matrix3x2.CreateRotationWithCenterBenchmark.html) | -49.76% | 13.743724 | 6.905474 | +| System.Numerics.Tests.Perf_Vector2.GetHashCodeBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tests.Perf_Vector2.GetHashCodeBenchmark.html) | -49.28% | 3.999086 | 2.028263 | +| System.Numerics.Tests.Perf_VectorOf.GetHashCodeBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tests.Perf_VectorOf%28Byte%29.GetHashCodeBenchmark.html) | -46.40% | 101.023656 | 54.147918 | +| System.Numerics.Tests.Perf_VectorOf.GetHashCodeBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tests.Perf_VectorOf%28Int16%29.GetHashCodeBenchmark.html) | -42.49% | 53.505148 | 30.770514 | +| System.Numerics.Tests.Perf_VectorOf.GetHashCodeBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tests.Perf_VectorOf%28SByte%29.GetHashCodeBenchmark.html) | -48.67% | 102.171627 | 52.445596 | +| System.Numerics.Tests.Perf_VectorOf.GetHashCodeBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tests.Perf_VectorOf%28UInt16%29.GetHashCodeBenchmark.html) | -41.54% | 53.725905 | 31.409558 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.GetHashCodeBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Byte%29.GetHashCodeBenchmark.html) | -41.55% | 52.073183 | 30.436097 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.SquareRootBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Byte%29.SquareRootBenchmark.html) | -42.51% | 67.195653 | 38.628149 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.GetHashCodeBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28SByte%29.GetHashCodeBenchmark.html) | -42.56% | 53.841342 | 30.923802 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.SquareRootBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28SByte%29.SquareRootBenchmark.html) | -42.82% | 67.572750 | 38.636272 | +| System.Tests.Perf_DateTimeOffset.op_Subtraction | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_DateTimeOffset.op_Subtraction.html) | -41.97% | 3.426440 | 1.988508 | +| System.Tests.Perf_HashCode.Add | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_HashCode.Add.html) | -49.75% | 2386.747986 | 1199.381900 | +| System.Tests.Perf_UInt32.TryParseHex(value: "0") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_UInt32.TryParseHex%28value%3A%20%220%22%29.html) | -47.91% | 10.205355 | 5.316196 | +| System.Text.Encodings.Web.Tests.Perf_Encoders.EncodeUtf8(arguments: JavaScript,no escaping required,512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Encodings.Web.Tests.Perf_Encoders.EncodeUtf8%28arguments%3A%20JavaScript%2Cno%20escaping%20required%2C512%29.html) | -46.13% | 73.185930 | 39.424387 | +| System.Text.Encodings.Web.Tests.Perf_Encoders.EncodeUtf8(arguments: UnsafeRelaxed,no required,512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Encodings.Web.Tests.Perf_Encoders.EncodeUtf8%28arguments%3A%20UnsafeRelaxed%2Cno%20%28escaping%20/%29%20required%2C512%29.html) | -47.08% | 74.149294 | 39.242284 | +| System.Text.Json.Serialization.Tests.WriteJson>.SerializeToStream(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.WriteJson%28ImmutableDictionary%28String%2C%20String%29%29.SerializeToStream%28Mode%3A%20SourceGen%29.html) | -44.75% | 13475.696207 | 7445.458602 | +| System.Text.Json.Serialization.Tests.WriteJson>.SerializeToString(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.WriteJson%28ImmutableDictionary%28String%2C%20String%29%29.SerializeToString%28Mode%3A%20SourceGen%29.html) | -41.43% | 14387.592117 | 8426.209932 | +| System.Text.Json.Serialization.Tests.WriteJson>.SerializeToUtf8Bytes(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.WriteJson%28ImmutableDictionary%28String%2C%20String%29%29.SerializeToUtf8Bytes%28Mode%3A%20SourceGen%29.html) | -43.62% | 13657.938058 | 7700.206673 | +| System.Text.Perf_Ascii.Equals_Chars(Size: 6) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Perf_Ascii.Equals_Chars%28Size%3A%206%29.html) | -42.19% | 9.523156 | 5.505492 | +| System.Threading.Tests.Perf_SpinLock.TryEnter_Fail | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Threading.Tests.Perf_SpinLock.TryEnter_Fail.html) | -49.15% | 5.473120 | 2.782875 | + +## 30-40% Improvement (108 tests) + +| Test Name | Link | Change % | .NET 9 | .NET 10 | +|-----------|------|----------|--------|-------| +| Benchstone.MDBenchI.MDMidpoint.Test | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/Benchstone.MDBenchI.MDMidpoint.Test.html) | -32.61% | 655492433.928571 | 441738512.500000 | +| BilinearTest.Interpol_Scalar | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/BilinearTest.Interpol_Scalar.html) | -31.14% | 14236.658023 | 9803.492852 | +| Exceptions.Handling.CatchAndRethrowDeep(kind: Hardware) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/Exceptions.Handling.CatchAndRethrowDeep%28kind%3A%20Hardware%29.html) | -31.56% | 47066.957310 | 32214.582868 | +| Exceptions.Handling.CatchAndRethrowDeep(kind: Software) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/Exceptions.Handling.CatchAndRethrowDeep%28kind%3A%20Software%29.html) | -35.17% | 45635.436929 | 29583.624309 | +| Exceptions.Handling.CatchAndThrowOtherDeep(kind: Hardware) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/Exceptions.Handling.CatchAndThrowOtherDeep%28kind%3A%20Hardware%29.html) | -30.66% | 54099.272092 | 37512.792558 | +| Exceptions.Handling.CatchAndThrowOtherDeep(kind: Software) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/Exceptions.Handling.CatchAndThrowOtherDeep%28kind%3A%20Software%29.html) | -33.31% | 52776.871599 | 35195.116316 | +| Exceptions.Handling.ThrowAndCatch(kind: ReflectionSoftware) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/Exceptions.Handling.ThrowAndCatch%28kind%3A%20ReflectionSoftware%29.html) | -36.15% | 10461.266256 | 6679.645723 | +| Exceptions.Handling.ThrowAndCatchDeep(kind: ReflectionSoftware) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/Exceptions.Handling.ThrowAndCatchDeep%28kind%3A%20ReflectionSoftware%29.html) | -34.85% | 16664.441700 | 10857.064684 | +| Exceptions.Handling.ThrowAndCatchDeepRecursive(kind: ReflectionSoftware) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/Exceptions.Handling.ThrowAndCatchDeepRecursive%28kind%3A%20ReflectionSoftware%29.html) | -33.21% | 17138.561282 | 11446.153612 | +| Exceptions.Handling.ThrowAndCatch_ManyCatchBlocks(kind: ReflectionSoftware) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/Exceptions.Handling.ThrowAndCatch_ManyCatchBlocks%28kind%3A%20ReflectionSoftware%29.html) | -35.70% | 10993.468709 | 7069.346675 | +| Microsoft.Extensions.Logging.FormattingOverhead.FourArguments_EnumerableArgument | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/Microsoft.Extensions.Logging.FormattingOverhead.FourArguments_EnumerableArgument.html) | -37.48% | 847.685352 | 529.945256 | +| PerfLabTests.BlockCopyPerf.CallBlockCopy(numElements: 10) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/PerfLabTests.BlockCopyPerf.CallBlockCopy%28numElements%3A%2010%29.html) | -33.65% | 8.515928 | 5.650703 | +| PerfLabTests.CastingPerf2.CastingPerf.IntObj | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/PerfLabTests.CastingPerf2.CastingPerf.IntObj.html) | -37.51% | 124818.723187 | 77999.402081 | +| PerfLabTests.CastingPerf2.CastingPerf.ScalarValueTypeObj | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/PerfLabTests.CastingPerf2.CastingPerf.ScalarValueTypeObj.html) | -37.69% | 187752.885543 | 116986.078663 | +| PerfLabTests.GetMember.GetMethod5 | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/PerfLabTests.GetMember.GetMethod5.html) | -37.41% | 378081.069839 | 236656.348029 | +| System.Buffers.Tests.ReadOnlySequenceTests.IterateTryGetMemory | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Buffers.Tests.ReadOnlySequenceTests%28Byte%29.IterateTryGetMemory.html) | -37.95% | 24.085712 | 14.944090 | +| System.Buffers.Tests.ReadOnlySequenceTests.IterateTryGetSingleSegment | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Buffers.Tests.ReadOnlySequenceTests%28Byte%29.IterateTryGetSingleSegment.html) | -37.48% | 16.995955 | 10.625501 | +| System.Buffers.Tests.ReadOnlySequenceTests.IterateForEachSingleSegment | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Buffers.Tests.ReadOnlySequenceTests%28Char%29.IterateForEachSingleSegment.html) | -36.98% | 17.250205 | 10.871422 | +| System.Buffers.Tests.ReadOnlySequenceTests.IterateTryGetSingleSegment | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Buffers.Tests.ReadOnlySequenceTests%28Char%29.IterateTryGetSingleSegment.html) | -38.25% | 17.861731 | 11.029751 | +| System.Buffers.Text.Tests.Utf8FormatterTests.FormatterInt32(value: -2147483648) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Buffers.Text.Tests.Utf8FormatterTests.FormatterInt32%28value%3A%20-2147483648%29.html) | -30.91% | 15.813664 | 10.926322 | +| System.Buffers.Text.Tests.Utf8ParserTests.TryParseInt16(value: 0) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Buffers.Text.Tests.Utf8ParserTests.TryParseInt16%28value%3A%200%29.html) | -31.05% | 5.714292 | 3.939992 | +| System.Buffers.Text.Tests.Utf8ParserTests.TryParseInt64(value: 12345) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Buffers.Text.Tests.Utf8ParserTests.TryParseInt64%28value%3A%2012345%29.html) | -33.80% | 8.257000 | 5.466358 | +| System.Buffers.Text.Tests.Utf8ParserTests.TryParseSByte(value: 127) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Buffers.Text.Tests.Utf8ParserTests.TryParseSByte%28value%3A%20127%29.html) | -34.68% | 9.456186 | 6.176534 | +| System.Buffers.Text.Tests.Utf8ParserTests.TryParseUInt32Hex(value: 0) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Buffers.Text.Tests.Utf8ParserTests.TryParseUInt32Hex%28value%3A%200%29.html) | -31.38% | 6.568381 | 4.507346 | +| System.Buffers.Text.Tests.Utf8ParserTests.TryParseUInt32Hex(value: FFFFFFFFFFFFFFFF) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Buffers.Text.Tests.Utf8ParserTests.TryParseUInt32Hex%28value%3A%20FFFFFFFFFFFFFFFF%29.html) | -36.40% | 17.933448 | 11.404814 | +| System.Buffers.Text.Tests.Utf8ParserTests.TryParseUInt64Hex(value: FFFFFFFFFFFFFFFF) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Buffers.Text.Tests.Utf8ParserTests.TryParseUInt64Hex%28value%3A%20FFFFFFFFFFFFFFFF%29.html) | -37.67% | 20.707349 | 12.906126 | +| System.Collections.Concurrent.IsEmpty.Queue(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.Concurrent.IsEmpty%28Int32%29.Queue%28Size%3A%20512%29.html) | -33.76% | 5.894691 | 3.904538 | +| System.Collections.ContainsFalse.HashSet(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.ContainsFalse%28Int32%29.HashSet%28Size%3A%20512%29.html) | -34.09% | 2925.703326 | 1928.262163 | +| System.Collections.ContainsKeyFalse.IDictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.ContainsKeyFalse%28Int32%2C%20Int32%29.IDictionary%28Size%3A%20512%29.html) | -35.81% | 3373.951411 | 2165.762558 | +| System.Collections.ContainsKeyTrue.ImmutableDictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.ContainsKeyTrue%28Int32%2C%20Int32%29.ImmutableDictionary%28Size%3A%20512%29.html) | -39.76% | 21945.960741 | 13219.549798 | +| System.Collections.CtorFromCollection.HashSet(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.CtorFromCollection%28Int32%29.HashSet%28Size%3A%20512%29.html) | -30.63% | 5135.875794 | 3562.519738 | +| System.Collections.IterateForEach.ImmutableDictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.IterateForEach%28Int32%29.ImmutableDictionary%28Size%3A%20512%29.html) | -39.94% | 16728.017832 | 10046.153232 | +| System.Collections.IterateForEach.ImmutableHashSet(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.IterateForEach%28String%29.ImmutableHashSet%28Size%3A%20512%29.html) | -38.89% | 32315.849609 | 19746.638997 | +| System.Collections.Perf_Frozen.ToFrozenSet(Count: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.Perf_Frozen%28NotKnownComparable%29.ToFrozenSet%28Count%3A%204%29.html) | -31.04% | 122.645853 | 84.575740 | +| System.Collections.Tests.Add_Remove_SteadyState.ConcurrentBag(Count: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.Tests.Add_Remove_SteadyState%28Int32%29.ConcurrentBag%28Count%3A%20512%29.html) | -32.60% | 33.482106 | 22.567823 | +| System.Collections.Tests.Add_Remove_SteadyState.ImmutableQueue(Count: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.Tests.Add_Remove_SteadyState%28Int32%29.ImmutableQueue%28Count%3A%20512%29.html) | -30.38% | 38.695830 | 26.940076 | +| System.Collections.Tests.Add_Remove_SteadyState.ImmutableQueue(Count: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.Tests.Add_Remove_SteadyState%28String%29.ImmutableQueue%28Count%3A%20512%29.html) | -33.52% | 42.496967 | 28.252322 | +| System.Collections.Tests.DictionarySequentialKeys.ContainsKey_17_Int_32ByteRefsValue | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.Tests.DictionarySequentialKeys.ContainsKey_17_Int_32ByteRefsValue.html) | -36.10% | 5.633302 | 3.599893 | +| System.Collections.Tests.DictionarySequentialKeys.ContainsKey_17_Int_32ByteValue | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.Tests.DictionarySequentialKeys.ContainsKey_17_Int_32ByteValue.html) | -36.05% | 5.628298 | 3.599286 | +| System.Collections.Tests.DictionarySequentialKeys.TryGetValue_17_Int_Int | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.Tests.DictionarySequentialKeys.TryGetValue_17_Int_Int.html) | -34.25% | 5.480240 | 3.603291 | +| System.Collections.Tests.DictionarySequentialKeys.TryGetValue_3k_Int_Int | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.Tests.DictionarySequentialKeys.TryGetValue_3k_Int_Int.html) | -35.07% | 5.309782 | 3.447846 | +| System.Collections.Tests.Perf_BitArray.BitArrayCopyToBoolArray(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.Tests.Perf_BitArray.BitArrayCopyToBoolArray%28Size%3A%20512%29.html) | -35.17% | 256.402793 | 166.228185 | +| System.Collections.Tests.Perf_PriorityQueue.Enumerate(Size: 100) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.Tests.Perf_PriorityQueue%28Guid%2C%20Guid%29.Enumerate%28Size%3A%20100%29.html) | -32.91% | 92.038879 | 61.752433 | +| System.Collections.Tests.Perf_PriorityQueue.Enumerate(Size: 1000) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.Tests.Perf_PriorityQueue%28String%2C%20String%29.Enumerate%28Size%3A%201000%29.html) | -32.47% | 2807.720283 | 1895.982830 | +| System.Collections.TryGetValueTrue.IDictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.TryGetValueTrue%28Int32%2C%20Int32%29.IDictionary%28Size%3A%20512%29.html) | -34.72% | 3328.909533 | 2173.167726 | +| System.Collections.TryGetValueTrue.ImmutableDictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.TryGetValueTrue%28Int32%2C%20Int32%29.ImmutableDictionary%28Size%3A%20512%29.html) | -35.09% | 21223.395344 | 13776.783440 | +| System.Diagnostics.Perf_Activity.EnumerateActivityTagObjectsLarge | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Diagnostics.Perf_Activity.EnumerateActivityTagObjectsLarge.html) | -30.78% | 3686.971174 | 2552.163887 | +| System.IO.Pipelines.Tests.Perf_Pipe.SyncReadAsync | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.IO.Pipelines.Tests.Perf_Pipe.SyncReadAsync.html) | -35.92% | 833879.020853 | 534384.971237 | +| System.IO.Pipelines.Tests.Perf_Pipe.SyncReadAsyncWithCancellationToken | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.IO.Pipelines.Tests.Perf_Pipe.SyncReadAsyncWithCancellationToken.html) | -34.96% | 835507.437470 | 543451.635402 | +| System.IO.Tests.Perf_Path.HasExtension | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.IO.Tests.Perf_Path.HasExtension.html) | -36.00% | 7.623537 | 4.879249 | +| System.IO.Tests.UnmanagedMemoryStreamTests.ReadAsArrays | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.IO.Tests.UnmanagedMemoryStreamTests.ReadAsArrays.html) | -39.87% | 907.982679 | 546.009094 | +| System.Linq.Tests.Perf_Enumerable.CastToBaseClass(input: IEnumerable) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Linq.Tests.Perf_Enumerable.CastToBaseClass%28input%3A%20IEnumerable%29.html) | -33.37% | 1946.534633 | 1296.960284 | +| System.Linq.Tests.Perf_Enumerable.Contains_ElementNotFound(input: IEnumerable) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Linq.Tests.Perf_Enumerable.Contains_ElementNotFound%28input%3A%20IEnumerable%29.html) | -32.74% | 292.559053 | 196.767165 | +| System.Linq.Tests.Perf_Enumerable.SelectToArray(input: Array) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Linq.Tests.Perf_Enumerable.SelectToArray%28input%3A%20Array%29.html) | -32.53% | 145.380217 | 98.086588 | +| System.Linq.Tests.Perf_Enumerable.SelectToList(input: Array) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Linq.Tests.Perf_Enumerable.SelectToList%28input%3A%20Array%29.html) | -30.75% | 150.171451 | 103.998258 | +| System.Memory.Constructors.MemoryFromArray | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Memory.Constructors%28Byte%29.MemoryFromArray.html) | -39.81% | 3.335972 | 2.007991 | +| System.Memory.Constructors.MemoryFromArrayStartLength | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Memory.Constructors%28Byte%29.MemoryFromArrayStartLength.html) | -33.36% | 3.481168 | 2.319922 | +| System.Memory.Constructors.ReadOnlyMemoryFromArray | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Memory.Constructors%28Byte%29.ReadOnlyMemoryFromArray.html) | -39.77% | 3.334386 | 2.008320 | +| System.Memory.Constructors.ReadOnlyMemoryFromArrayStartLength | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Memory.Constructors%28String%29.ReadOnlyMemoryFromArrayStartLength.html) | -36.37% | 3.646980 | 2.320604 | +| System.Memory.ReadOnlySpan.IndexOfString(input: "だだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだすだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだ", value: "す", comparisonType: Ordinal) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Memory.ReadOnlySpan.IndexOfString%28input%3A%20%22%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%99%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%22%2C%20value%3A%20%22%E3%81%99%22%2C%20comparisonType%3A%20Ordinal%29.html) | -34.99% | 12.634455 | 8.214122 | +| System.Memory.Span.BinarySearch(Size: 33) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Memory.Span%28Byte%29.BinarySearch%28Size%3A%2033%29.html) | -36.27% | 11.258788 | 7.175465 | +| System.Memory.Span.BinarySearch(Size: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Memory.Span%28Byte%29.BinarySearch%28Size%3A%204%29.html) | -30.58% | 6.708367 | 4.657055 | +| System.Memory.Span.BinarySearch(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Memory.Span%28Byte%29.BinarySearch%28Size%3A%20512%29.html) | -38.29% | 17.477540 | 10.784653 | +| System.Memory.Span.Fill(Size: 33) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Memory.Span%28Byte%29.Fill%28Size%3A%2033%29.html) | -33.59% | 3.753741 | 2.492841 | +| System.Memory.Span.SequenceCompareTo(Size: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Memory.Span%28Byte%29.SequenceCompareTo%28Size%3A%204%29.html) | -38.08% | 9.664850 | 5.984815 | +| System.Memory.Span.SequenceCompareToDifferent(Size: 33) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Memory.Span%28Byte%29.SequenceCompareToDifferent%28Size%3A%2033%29.html) | -39.93% | 7.874485 | 4.730001 | +| System.Memory.Span.BinarySearch(Size: 33) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Memory.Span%28Char%29.BinarySearch%28Size%3A%2033%29.html) | -39.45% | 10.797986 | 6.538063 | +| System.Memory.Span.BinarySearch(Size: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Memory.Span%28Char%29.BinarySearch%28Size%3A%204%29.html) | -37.35% | 6.207214 | 3.888595 | +| System.Memory.Span.BinarySearch(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Memory.Span%28Char%29.BinarySearch%28Size%3A%20512%29.html) | -36.39% | 16.988087 | 10.805273 | +| System.Memory.Span.Fill(Size: 33) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Memory.Span%28Char%29.Fill%28Size%3A%2033%29.html) | -32.18% | 3.916681 | 2.656252 | +| System.Memory.Span.SequenceCompareTo(Size: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Memory.Span%28Char%29.SequenceCompareTo%28Size%3A%204%29.html) | -35.88% | 7.438777 | 4.770041 | +| System.Memory.Span.SequenceCompareToDifferent(Size: 33) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Memory.Span%28Char%29.SequenceCompareToDifferent%28Size%3A%2033%29.html) | -34.23% | 8.667949 | 5.700748 | +| System.Memory.Span.SequenceCompareToDifferent(Size: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Memory.Span%28Char%29.SequenceCompareToDifferent%28Size%3A%204%29.html) | -34.78% | 8.230674 | 5.368005 | +| System.Memory.Span.SequenceCompareToDifferent(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Memory.Span%28Char%29.SequenceCompareToDifferent%28Size%3A%20512%29.html) | -34.86% | 8.742814 | 5.695141 | +| System.Memory.Span.BinarySearch(Size: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Memory.Span%28Int32%29.BinarySearch%28Size%3A%204%29.html) | -33.08% | 9.897366 | 6.623288 | +| System.Memory.Span.BinarySearch(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Memory.Span%28Int32%29.BinarySearch%28Size%3A%20512%29.html) | -35.78% | 26.102659 | 16.763042 | +| System.Net.Primitives.Tests.CredentialCacheTests.GetCredential_HostPort(host: "name5", hostPortCount: 10) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Net.Primitives.Tests.CredentialCacheTests.GetCredential_HostPort%28host%3A%20%22name5%22%2C%20hostPortCount%3A%2010%29.html) | -30.81% | 71.211954 | 49.269250 | +| System.Net.Primitives.Tests.CredentialCacheTests.GetCredential_HostPort(host: "notfound", hostPortCount: 10) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Net.Primitives.Tests.CredentialCacheTests.GetCredential_HostPort%28host%3A%20%22notfound%22%2C%20hostPortCount%3A%2010%29.html) | -33.57% | 58.353486 | 38.766290 | +| System.Numerics.Tests.Perf_Matrix4x4.TransformBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tests.Perf_Matrix4x4.TransformBenchmark.html) | -34.38% | 19.326010 | 12.681747 | +| System.Numerics.Tests.Perf_VectorOf.GetHashCodeBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tests.Perf_VectorOf%28Single%29.GetHashCodeBenchmark.html) | -31.54% | 32.570007 | 22.296063 | +| System.Numerics.Tests.Perf_VectorOf.SquareRootBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tests.Perf_VectorOf%28UInt32%29.SquareRootBenchmark.html) | -37.85% | 29.337286 | 18.231892 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.SquareRootBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Int16%29.SquareRootBenchmark.html) | -31.04% | 33.967265 | 23.424319 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.SquareRootBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28UInt16%29.SquareRootBenchmark.html) | -30.08% | 33.504916 | 23.427617 | +| System.Tests.Perf_Array.IndexOfChar | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_Array.IndexOfChar.html) | -33.32% | 8.079495 | 5.387573 | +| System.Tests.Perf_Array.IndexOfShort | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_Array.IndexOfShort.html) | -34.96% | 8.405089 | 5.466387 | +| System.Tests.Perf_Char.GetUnicodeCategory(c: 'א') | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_Char.GetUnicodeCategory%28c%3A%20%27%D7%90%27%29.html) | -39.53% | 4.645999 | 2.809534 | +| System.Tests.Perf_Decimal.Divide | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_Decimal.Divide.html) | -30.10% | 74.306667 | 51.941878 | +| System.Tests.Perf_Random.Next_int | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_Random.Next_int.html) | -33.09% | 8.323157 | 5.569404 | +| System.Tests.Perf_String.TrimStart_CharArr(s: "Test", c: [' ', ' ']) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_String.TrimStart_CharArr%28s%3A%20%22Test%22%2C%20c%3A%20%5B%27%20%27%2C%20%27%E2%80%85%27%5D%29.html) | -35.08% | 9.270620 | 6.018727 | +| System.Tests.Perf_Type.GetType_InvalidName | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_Type.GetType_InvalidName.html) | -34.00% | 716.231003 | 472.696336 | +| System.Tests.Perf_UInt64.TryParseHex(value: "0") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_UInt64.TryParseHex%28value%3A%20%220%22%29.html) | -38.36% | 10.252182 | 6.319596 | +| System.Text.Encodings.Web.Tests.Perf_Encoders.EncodeUtf16(arguments: JavaScript,no escaping required,512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Encodings.Web.Tests.Perf_Encoders.EncodeUtf16%28arguments%3A%20JavaScript%2Cno%20escaping%20required%2C512%29.html) | -33.31% | 74.838218 | 49.912980 | +| System.Text.Encodings.Web.Tests.Perf_Encoders.EncodeUtf16(arguments: UnsafeRelaxed,no required,512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Encodings.Web.Tests.Perf_Encoders.EncodeUtf16%28arguments%3A%20UnsafeRelaxed%2Cno%20%28escaping%20/%29%20required%2C512%29.html) | -35.60% | 76.322809 | 49.153892 | +| System.Text.Encodings.Web.Tests.Perf_Encoders.EncodeUtf8(arguments: JavaScript,&Hello+!,512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Encodings.Web.Tests.Perf_Encoders.EncodeUtf8%28arguments%3A%20JavaScript%2C%26Hello%2B%28World%29%21%2C512%29.html) | -31.99% | 95.927242 | 65.237452 | +| System.Text.Encodings.Web.Tests.Perf_Encoders.EncodeUtf8(arguments: UnsafeRelaxed,hello "there",512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Encodings.Web.Tests.Perf_Encoders.EncodeUtf8%28arguments%3A%20UnsafeRelaxed%2Chello%20%22there%22%2C512%29.html) | -31.30% | 80.495376 | 55.296947 | +| System.Text.Encodings.Web.Tests.Perf_Encoders.EncodeUtf8(arguments: Url,&lorem ipsum=dolor sit amet,16) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Encodings.Web.Tests.Perf_Encoders.EncodeUtf8%28arguments%3A%20Url%2C%26lorem%20ipsum%3Ddolor%20sit%20amet%2C16%29.html) | -32.88% | 83.093989 | 55.774691 | +| System.Text.Encodings.Web.Tests.Perf_Encoders.EncodeUtf8(arguments: Url,&lorem ipsum=dolor sit amet,512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Encodings.Web.Tests.Perf_Encoders.EncodeUtf8%28arguments%3A%20Url%2C%26lorem%20ipsum%3Ddolor%20sit%20amet%2C512%29.html) | -34.27% | 126.081548 | 82.867963 | +| System.Text.Perf_Ascii.Equals_Bytes_Chars(Size: 6) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Perf_Ascii.Equals_Bytes_Chars%28Size%3A%206%29.html) | -38.61% | 9.829849 | 6.034540 | +| System.Text.Perf_Ascii.ToLower_Bytes(Size: 6) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Perf_Ascii.ToLower_Bytes%28Size%3A%206%29.html) | -31.90% | 12.488044 | 8.504359 | +| System.Text.Perf_Ascii.ToLower_Chars(Size: 6) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Perf_Ascii.ToLower_Chars%28Size%3A%206%29.html) | -31.56% | 12.718063 | 8.703751 | +| System.Text.Perf_Ascii.ToUpper_Bytes(Size: 6) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Perf_Ascii.ToUpper_Bytes%28Size%3A%206%29.html) | -32.48% | 12.423849 | 8.388443 | +| System.Text.Perf_Ascii.ToUpper_Chars(Size: 6) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Perf_Ascii.ToUpper_Chars%28Size%3A%206%29.html) | -30.49% | 12.571882 | 8.738129 | +| System.Text.Tests.Perf_StringBuilder.Append_Char_Capacity(length: 100) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Tests.Perf_StringBuilder.Append_Char_Capacity%28length%3A%20100%29.html) | -38.89% | 284.412313 | 173.817665 | +| System.Text.Tests.Perf_StringBuilder.Append_Char_Capacity(length: 100000) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Tests.Perf_StringBuilder.Append_Char_Capacity%28length%3A%20100000%29.html) | -33.22% | 311920.925711 | 208293.956732 | +| System.Text.Tests.Perf_StringBuilder.Insert_Primitives | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Tests.Perf_StringBuilder.Insert_Primitives.html) | -36.73% | 31109.106558 | 19683.411938 | +| System.Threading.Tasks.ValueTaskPerfTest.Copy_PassAsArgumentAndReturn_FromTask | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Threading.Tasks.ValueTaskPerfTest.Copy_PassAsArgumentAndReturn_FromTask.html) | -36.80% | 11.575267 | 7.316018 | +| System.Threading.Tasks.ValueTaskPerfTest.CreateAndAwait_FromCompletedValueTaskSource | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Threading.Tasks.ValueTaskPerfTest.CreateAndAwait_FromCompletedValueTaskSource.html) | -33.59% | 19.572161 | 12.997349 | +| System.Xml.Linq.Perf_XElement.GetAttribute | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Xml.Linq.Perf_XElement.GetAttribute.html) | -30.72% | 25.660560 | 17.778410 | + +## 25-30% Improvement (108 tests) + +| Test Name | Link | Change % | .NET 9 | .NET 10 | +|-----------|------|----------|--------|-------| +| Exceptions.Handling.MultipleNestedTryCatch_FirstCatches(kind: Software) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/Exceptions.Handling.MultipleNestedTryCatch_FirstCatches%28kind%3A%20Software%29.html) | -29.63% | 3039.675921 | 2139.061686 | +| Exceptions.Handling.MultipleNestedTryCatch_LastCatches(kind: Software) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/Exceptions.Handling.MultipleNestedTryCatch_LastCatches%28kind%3A%20Software%29.html) | -25.95% | 3267.426888 | 2419.394437 | +| Exceptions.Handling.MultipleNestedTryFinally(kind: Software) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/Exceptions.Handling.MultipleNestedTryFinally%28kind%3A%20Software%29.html) | -25.75% | 3290.530476 | 2443.282171 | +| Exceptions.Handling.ThrowAndCatch(kind: ReflectionHardware) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/Exceptions.Handling.ThrowAndCatch%28kind%3A%20ReflectionHardware%29.html) | -26.94% | 11909.959832 | 8701.513502 | +| Exceptions.Handling.ThrowAndCatch(kind: Software) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/Exceptions.Handling.ThrowAndCatch%28kind%3A%20Software%29.html) | -28.90% | 3019.503219 | 2146.843288 | +| Exceptions.Handling.ThrowAndCatchDeep(kind: Software) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/Exceptions.Handling.ThrowAndCatchDeep%28kind%3A%20Software%29.html) | -29.20% | 9086.925080 | 6433.229919 | +| Exceptions.Handling.ThrowAndCatchDeepRecursive(kind: ReflectionHardware) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/Exceptions.Handling.ThrowAndCatchDeepRecursive%28kind%3A%20ReflectionHardware%29.html) | -27.33% | 18324.178507 | 13315.907506 | +| Exceptions.Handling.ThrowAndCatchDeepRecursive(kind: Software) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/Exceptions.Handling.ThrowAndCatchDeepRecursive%28kind%3A%20Software%29.html) | -27.66% | 9576.404506 | 6927.556850 | +| Exceptions.Handling.ThrowAndCatchFinally(kind: Software) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/Exceptions.Handling.ThrowAndCatchFinally%28kind%3A%20Software%29.html) | -26.89% | 3008.276323 | 2199.474451 | +| Exceptions.Handling.ThrowAndCatchWhen(kind: Software) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/Exceptions.Handling.ThrowAndCatchWhen%28kind%3A%20Software%29.html) | -29.96% | 3159.806338 | 2213.051881 | +| Exceptions.Handling.ThrowAndCatchWhenFinally(kind: Software) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/Exceptions.Handling.ThrowAndCatchWhenFinally%28kind%3A%20Software%29.html) | -28.32% | 3126.666508 | 2241.277617 | +| Exceptions.Handling.ThrowAndCatch_ManyCatchBlocks(kind: ReflectionHardware) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/Exceptions.Handling.ThrowAndCatch_ManyCatchBlocks%28kind%3A%20ReflectionHardware%29.html) | -26.59% | 12045.802331 | 8842.694641 | +| PerfLabTests.GetMember.GetMethod1 | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/PerfLabTests.GetMember.GetMethod1.html) | -26.85% | 74058.448027 | 54175.611168 | +| StoreBlock.AnyLocation.CopyBlock16 | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/StoreBlock.AnyLocation.CopyBlock16.html) | -28.95% | 2.243869 | 1.594290 | +| System.Buffers.Tests.ReadOnlySequenceTests.IterateGetPositionTenSegments | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Buffers.Tests.ReadOnlySequenceTests%28Byte%29.IterateGetPositionTenSegments.html) | -25.75% | 88.506871 | 65.714750 | +| System.Buffers.Tests.ReadOnlySequenceTests.SliceTenSegments | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Buffers.Tests.ReadOnlySequenceTests%28Byte%29.SliceTenSegments.html) | -29.57% | 26.730272 | 18.826855 | +| System.Buffers.Tests.ReadOnlySequenceTests.IterateForEachMemory | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Buffers.Tests.ReadOnlySequenceTests%28Char%29.IterateForEachMemory.html) | -29.76% | 22.381945 | 15.720599 | +| System.Buffers.Tests.ReadOnlySequenceTests.IterateTryGetMemory | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Buffers.Tests.ReadOnlySequenceTests%28Char%29.IterateTryGetMemory.html) | -27.74% | 23.112593 | 16.701904 | +| System.Buffers.Text.Tests.Utf8FormatterTests.FormatterInt64(value: -9223372036854775808) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Buffers.Text.Tests.Utf8FormatterTests.FormatterInt64%28value%3A%20-9223372036854775808%29.html) | -28.26% | 31.406022 | 22.530764 | +| System.Buffers.Text.Tests.Utf8ParserTests.TryParseByte(value: 255) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Buffers.Text.Tests.Utf8ParserTests.TryParseByte%28value%3A%20255%29.html) | -26.37% | 7.169349 | 5.279131 | +| System.Buffers.Text.Tests.Utf8ParserTests.TryParseUInt32Hex(value: 3039) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Buffers.Text.Tests.Utf8ParserTests.TryParseUInt32Hex%28value%3A%203039%29.html) | -26.61% | 8.290728 | 6.084288 | +| System.Buffers.Text.Tests.Utf8ParserTests.TryParseUInt64(value: 12345) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Buffers.Text.Tests.Utf8ParserTests.TryParseUInt64%28value%3A%2012345%29.html) | -27.50% | 8.309926 | 6.024359 | +| System.Buffers.Text.Tests.Utf8ParserTests.TryParseUInt64Hex(value: 0) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Buffers.Text.Tests.Utf8ParserTests.TryParseUInt64Hex%28value%3A%200%29.html) | -29.98% | 6.557504 | 4.591597 | +| System.Collections.Concurrent.IsEmpty.Queue(Size: 0) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.Concurrent.IsEmpty%28Int32%29.Queue%28Size%3A%200%29.html) | -29.61% | 6.432553 | 4.527610 | +| System.Collections.ContainsKeyFalse.ConcurrentDictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.ContainsKeyFalse%28Int32%2C%20Int32%29.ConcurrentDictionary%28Size%3A%20512%29.html) | -27.71% | 2138.834781 | 1546.265866 | +| System.Collections.ContainsKeyFalse.Dictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.ContainsKeyFalse%28Int32%2C%20Int32%29.Dictionary%28Size%3A%20512%29.html) | -29.50% | 2856.697906 | 2013.934617 | +| System.Collections.ContainsKeyTrue.ConcurrentDictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.ContainsKeyTrue%28String%2C%20String%29.ConcurrentDictionary%28Size%3A%20512%29.html) | -26.24% | 12592.403649 | 9287.979964 | +| System.Collections.ContainsTrue.FrozenSet(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.ContainsTrue%28Int32%29.FrozenSet%28Size%3A%20512%29.html) | -25.79% | 2291.698698 | 1700.687317 | +| System.Collections.ContainsTrue.HashSet(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.ContainsTrue%28Int32%29.HashSet%28Size%3A%20512%29.html) | -28.77% | 3173.578657 | 2260.435340 | +| System.Collections.CtorFromCollection.SortedList(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.CtorFromCollection%28Int32%29.SortedList%28Size%3A%20512%29.html) | -29.85% | 10996.100488 | 7713.664900 | +| System.Collections.IterateForEach.SortedList(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.IterateForEach%28String%29.SortedList%28Size%3A%20512%29.html) | -26.89% | 5496.310446 | 4018.488135 | +| System.Collections.IterateForEachNonGeneric.Stack(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.IterateForEachNonGeneric%28Int32%29.Stack%28Size%3A%20512%29.html) | -26.34% | 2426.090929 | 1787.114997 | +| System.Collections.IterateForEachNonGeneric.Stack(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.IterateForEachNonGeneric%28String%29.Stack%28Size%3A%20512%29.html) | -26.36% | 2426.264916 | 1786.758225 | +| System.Collections.Perf_Frozen.ToFrozenSet(Count: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.Perf_Frozen%28Int16%29.ToFrozenSet%28Count%3A%204%29.html) | -29.24% | 144.819398 | 102.480240 | +| System.Collections.Tests.DictionarySequentialKeys.ContainsKey_3k_Int_32ByteRefsValue | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.Tests.DictionarySequentialKeys.ContainsKey_3k_Int_32ByteRefsValue.html) | -27.85% | 5.629532 | 4.061438 | +| System.Collections.Tests.DictionarySequentialKeys.ContainsKey_3k_Int_32ByteValue | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.Tests.DictionarySequentialKeys.ContainsKey_3k_Int_32ByteValue.html) | -29.07% | 5.623192 | 3.988456 | +| System.Collections.Tests.DictionarySequentialKeys.ContainsValue_3k_Int_Int | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.Tests.DictionarySequentialKeys.ContainsValue_3k_Int_Int.html) | -27.74% | 5.618225 | 4.059535 | +| System.Collections.Tests.Perf_BitArray.BitArraySetAll(Size: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.Tests.Perf_BitArray.BitArraySetAll%28Size%3A%204%29.html) | -28.15% | 5.580932 | 4.009632 | +| System.Collections.TryGetValueFalse.SortedList(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.TryGetValueFalse%28Int32%2C%20Int32%29.SortedList%28Size%3A%20512%29.html) | -25.37% | 30053.513034 | 22428.395847 | +| System.ComponentModel.Tests.Perf_TypeDescriptorTests.GetConverter(typeToConvert: typeof(System.ComponentModel.Tests.ClassIDerived)) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.ComponentModel.Tests.Perf_TypeDescriptorTests.GetConverter%28typeToConvert%3A%20typeof%28System.ComponentModel.Tests.ClassIDerived%29%29.html) | -25.52% | 95.180008 | 70.892112 | +| System.Diagnostics.Perf_Activity.EnumerateActivityLinkTagsLarge | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Diagnostics.Perf_Activity.EnumerateActivityLinkTagsLarge.html) | -26.45% | 3523.780412 | 2591.864028 | +| System.Linq.Tests.Perf_Enumerable.Concat_Once(input: IEnumerable) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Linq.Tests.Perf_Enumerable.Concat_Once%28input%3A%20IEnumerable%29.html) | -25.77% | 983.677726 | 730.153558 | +| System.Linq.Tests.Perf_Enumerable.Concat_TenTimes(input: IEnumerable) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Linq.Tests.Perf_Enumerable.Concat_TenTimes%28input%3A%20IEnumerable%29.html) | -28.46% | 5819.965751 | 4163.424849 | +| System.Linq.Tests.Perf_Enumerable.FirstWithPredicate_LastElementMatches(input: IEnumerable) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Linq.Tests.Perf_Enumerable.FirstWithPredicate_LastElementMatches%28input%3A%20IEnumerable%29.html) | -25.77% | 268.488797 | 199.296198 | +| System.Linq.Tests.Perf_Enumerable.SingleWithPredicate_LastElementMatches(input: IEnumerable) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Linq.Tests.Perf_Enumerable.SingleWithPredicate_LastElementMatches%28input%3A%20IEnumerable%29.html) | -25.96% | 271.784685 | 201.223584 | +| System.Linq.Tests.Perf_Enumerable.WhereAny_LastElementMatches(input: IEnumerable) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Linq.Tests.Perf_Enumerable.WhereAny_LastElementMatches%28input%3A%20IEnumerable%29.html) | -29.46% | 299.862522 | 211.525530 | +| System.Linq.Tests.Perf_Enumerable.WhereLast_LastElementMatches(input: List) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Linq.Tests.Perf_Enumerable.WhereLast_LastElementMatches%28input%3A%20List%29.html) | -29.85% | 23.952176 | 16.801815 | +| System.Memory.Constructors.ReadOnlyMemoryFromArrayStartLength | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Memory.Constructors%28Byte%29.ReadOnlyMemoryFromArrayStartLength.html) | -29.06% | 3.271594 | 2.320791 | +| System.Memory.ReadOnlySequence.Slice_Start_And_EndPosition(Segment: Single) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Memory.ReadOnlySequence.Slice_Start_And_EndPosition%28Segment%3A%20Single%29.html) | -28.01% | 9.564137 | 6.885335 | +| System.Memory.ReadOnlySequence.Slice_Start_And_Length(Segment: Single) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Memory.ReadOnlySequence.Slice_Start_And_Length%28Segment%3A%20Single%29.html) | -25.45% | 8.446457 | 6.296449 | +| System.Memory.ReadOnlySpan.IndexOfString(input: "Hello WorldbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbareallyreallylongHello WorldbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbareallyreallylongHello Worldbbbbbbbbbbbbbbbbbbb... | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Memory.ReadOnlySpan.IndexOfString%28input%3A%20%22Hello%20WorldbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbareallyreallylongHello%20WorldbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbareallyreallylongHello%20Worldbbbbbbbbbbbbbbbbbbb.html) | -29.22% | 13.145583 | 9.304683 | +| System.Memory.ReadOnlySpan.IndexOfString(input: "Hello Worldbbbbbbbbbbbbbbcbbbbbbbbbbbbbbbbbbba!", value: "y", comparisonType: Ordinal) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Memory.ReadOnlySpan.IndexOfString%28input%3A%20%22Hello%20Worldbbbbbbbbbbbbbbcbbbbbbbbbbbbbbbbbbba%21%22%2C%20value%3A%20%22y%22%2C%20comparisonType%3A%20Ordinal%29.html) | -28.12% | 10.439826 | 7.504289 | +| System.Memory.Span.BinarySearch(Size: 33) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Memory.Span%28Int32%29.BinarySearch%28Size%3A%2033%29.html) | -29.84% | 16.462453 | 11.549887 | +| System.Memory.Span.IndexOfAnyFourValues(Size: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Memory.Span%28Int32%29.IndexOfAnyFourValues%28Size%3A%204%29.html) | -25.22% | 11.699328 | 8.748427 | +| System.Memory.Span.SequenceCompareTo(Size: 33) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Memory.Span%28Int32%29.SequenceCompareTo%28Size%3A%2033%29.html) | -29.33% | 47.857904 | 33.823449 | +| System.Net.Primitives.Tests.CredentialCacheTests.GetCredential_Uri(uriString: "http://notfound", uriCount: 0) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Net.Primitives.Tests.CredentialCacheTests.GetCredential_Uri%28uriString%3A%20%22http%3A//notfound%22%2C%20uriCount%3A%200%29.html) | -28.80% | 101.988123 | 72.619616 | +| System.Net.Primitives.Tests.IPAddressPerformanceTests.TryWriteBytes(address: 1020:3040:5060:7080:9010:1112:1314:1516) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Net.Primitives.Tests.IPAddressPerformanceTests.TryWriteBytes%28address%3A%201020%3A3040%3A5060%3A7080%3A9010%3A1112%3A1314%3A1516%29.html) | -26.88% | 4.889790 | 3.575348 | +| System.Numerics.Tensors.Tests.Perf_BinaryIntegerTensorPrimitives.OnesComplement(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tensors.Tests.Perf_BinaryIntegerTensorPrimitives%28Byte%29.OnesComplement%28BufferLength%3A%20128%29.html) | -28.18% | 10.548142 | 7.575311 | +| System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives.Sinh(BufferLength: 3079) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives%28Single%29.Sinh%28BufferLength%3A%203079%29.html) | -29.68% | 5829.424043 | 4099.110816 | +| System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives.Divide_Vector(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives%28Int32%29.Divide_Vector%28BufferLength%3A%20128%29.html) | -26.69% | 457.551269 | 335.420197 | +| System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives.Divide_Vector(BufferLength: 3079) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives%28Int32%29.Divide_Vector%28BufferLength%3A%203079%29.html) | -27.59% | 10636.820316 | 7701.877852 | +| System.Numerics.Tests.Perf_BigInteger.ToStringX(numberString: 123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678... | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tests.Perf_BigInteger.ToStringX%28numberString%3A%20123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678.html) | -29.27% | 33967.274195 | 24024.509726 | +| System.Numerics.Tests.Perf_VectorConvert.Convert_double_long | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tests.Perf_VectorConvert.Convert_double_long.html) | -29.01% | 12305.039150 | 8734.814104 | +| System.Numerics.Tests.Perf_VectorOf.SquareRootBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tests.Perf_VectorOf%28Int32%29.SquareRootBenchmark.html) | -28.91% | 24.824944 | 17.646966 | +| System.Numerics.Tests.Perf_VectorOf.GetHashCodeBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tests.Perf_VectorOf%28UInt32%29.GetHashCodeBenchmark.html) | -25.86% | 23.642667 | 17.528250 | +| System.Reflection.Invoke.Method0_NoParms | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Reflection.Invoke.Method0_NoParms.html) | -26.19% | 12.968656 | 9.572210 | +| System.Reflection.Metadata.Perf_TypeName.TryParse_Invalid(input: "Wrong.Syntax[[]]") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Reflection.Metadata.Perf_TypeName.TryParse_Invalid%28input%3A%20%22Wrong.Syntax%5B%5B%5D%5D%22%29.html) | -28.52% | 44.981563 | 32.153290 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.GetHashCodeBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28UInt16%29.GetHashCodeBenchmark.html) | -25.05% | 23.680142 | 17.747232 | +| System.Tests.Perf_Char.Char_ToUpper(c: 'A', cultureName: en-US) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_Char.Char_ToUpper%28c%3A%20%27A%27%2C%20cultureName%3A%20en-US%29.html) | -27.57% | 5.778499 | 4.185307 | +| System.Tests.Perf_Char.Char_ToUpper(c: 'a', cultureName: en-US) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_Char.Char_ToUpper%28c%3A%20%27a%27%2C%20cultureName%3A%20en-US%29.html) | -27.49% | 5.767963 | 4.182473 | +| System.Tests.Perf_Int64.TryFormat(value: -9223372036854775808) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_Int64.TryFormat%28value%3A%20-9223372036854775808%29.html) | -25.05% | 33.379103 | 25.018986 | +| System.Tests.Perf_Int64.TryParseSpan(value: "9223372036854775807") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_Int64.TryParseSpan%28value%3A%20%229223372036854775807%22%29.html) | -25.45% | 39.644226 | 29.553468 | +| System.Tests.Perf_Random.NextBytes_span_unseeded | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_Random.NextBytes_span_unseeded.html) | -28.51% | 247.216411 | 176.729907 | +| System.Tests.Perf_Random.NextBytes_unseeded | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_Random.NextBytes_unseeded.html) | -28.55% | 246.575727 | 176.180567 | +| System.Tests.Perf_String.IndexOfAny | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_String.IndexOfAny.html) | -28.26% | 10.997158 | 7.889724 | +| System.Tests.Perf_String.TrimEnd(s: "Test") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_String.TrimEnd%28s%3A%20%22Test%22%29.html) | -25.28% | 7.396749 | 5.526675 | +| System.Text.Encodings.Web.Tests.Perf_Encoders.EncodeUtf8(arguments: Url,�2020,512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Encodings.Web.Tests.Perf_Encoders.EncodeUtf8%28arguments%3A%20Url%2C%EF%BF%BD2020%2C512%29.html) | -26.53% | 97.159295 | 71.378427 | +| System.Text.Json.Document.Tests.Perf_EnumerateArray.EnumerateUsingIndexer(TestCase: ArrayOfNumbers) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Document.Tests.Perf_EnumerateArray.EnumerateUsingIndexer%28TestCase%3A%20ArrayOfNumbers%29.html) | -25.72% | 1780.877737 | 1322.794849 | +| System.Text.Json.Document.Tests.Perf_EnumerateArray.EnumerateUsingIndexer(TestCase: ArrayOfStrings) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Document.Tests.Perf_EnumerateArray.EnumerateUsingIndexer%28TestCase%3A%20ArrayOfStrings%29.html) | -25.72% | 1781.220226 | 1323.067865 | +| System.Text.Json.Node.Tests.Perf_Create.Create_JsonObject_Small | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Node.Tests.Perf_Create.Create_JsonObject_Small.html) | -25.34% | 440.289487 | 328.739587 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToString(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.WriteJson%28ArrayList%29.SerializeToString%28Mode%3A%20Reflection%29.html) | -25.34% | 6392.865088 | 4772.945708 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToUtf8Bytes(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.WriteJson%28ArrayList%29.SerializeToUtf8Bytes%28Mode%3A%20Reflection%29.html) | -26.20% | 6128.442124 | 4522.879120 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToUtf8Bytes(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.WriteJson%28ArrayList%29.SerializeToUtf8Bytes%28Mode%3A%20SourceGen%29.html) | -26.00% | 6088.626422 | 4505.342337 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToWriter(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.WriteJson%28ArrayList%29.SerializeToWriter%28Mode%3A%20Reflection%29.html) | -26.75% | 5891.369555 | 4315.153122 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToWriter(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.WriteJson%28ArrayList%29.SerializeToWriter%28Mode%3A%20SourceGen%29.html) | -27.08% | 5902.728891 | 4304.240764 | +| System.Text.Json.Serialization.Tests.WriteJson>.SerializeToUtf8Bytes(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.WriteJson%28Dictionary%28String%2C%20String%29%29.SerializeToUtf8Bytes%28Mode%3A%20Reflection%29.html) | -25.32% | 7798.540500 | 5823.616611 | +| System.Text.Json.Serialization.Tests.WriteJson>.SerializeToWriter(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.WriteJson%28Dictionary%28String%2C%20String%29%29.SerializeToWriter%28Mode%3A%20Reflection%29.html) | -25.46% | 7189.261791 | 5358.616846 | +| System.Text.Json.Serialization.Tests.WriteJson>.SerializeToString(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.WriteJson%28HashSet%28String%29%29.SerializeToString%28Mode%3A%20SourceGen%29.html) | -25.97% | 4241.793679 | 3140.302378 | +| System.Text.Json.Serialization.Tests.WriteJson>.SerializeToUtf8Bytes(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.WriteJson%28HashSet%28String%29%29.SerializeToUtf8Bytes%28Mode%3A%20SourceGen%29.html) | -27.61% | 3945.104329 | 2855.862681 | +| System.Text.Json.Serialization.Tests.WriteJson>.SerializeToWriter(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.WriteJson%28HashSet%28String%29%29.SerializeToWriter%28Mode%3A%20Reflection%29.html) | -25.14% | 4752.846355 | 3557.912493 | +| System.Text.Json.Tests.Perf_Booleans.WriteBooleans(Formatted: True, SkipValidation: True) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Tests.Perf_Booleans.WriteBooleans%28Formatted%3A%20True%2C%20SkipValidation%3A%20True%29.html) | -25.38% | 2120345.217918 | 1582124.107143 | +| System.Text.Json.Tests.Perf_Reader.ReadMultiSpanSequenceEmptyLoop(IsDataCompact: True, TestCase: HelloWorld) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Tests.Perf_Reader.ReadMultiSpanSequenceEmptyLoop%28IsDataCompact%3A%20True%2C%20TestCase%3A%20HelloWorld%29.html) | -27.23% | 140.656473 | 102.356561 | +| System.Text.Json.Tests.Perf_Reader.ReadReturnBytes(IsDataCompact: False, TestCase: HelloWorld) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Tests.Perf_Reader.ReadReturnBytes%28IsDataCompact%3A%20False%2C%20TestCase%3A%20HelloWorld%29.html) | -25.26% | 103.596855 | 77.427439 | +| System.Text.Json.Tests.Perf_Reader.ReadReturnBytes(IsDataCompact: True, TestCase: HelloWorld) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Tests.Perf_Reader.ReadReturnBytes%28IsDataCompact%3A%20True%2C%20TestCase%3A%20HelloWorld%29.html) | -27.82% | 91.445652 | 66.009029 | +| System.Text.Json.Tests.Perf_Reader.ReadReturnBytes(IsDataCompact: True, TestCase: LotsOfStrings) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Tests.Perf_Reader.ReadReturnBytes%28IsDataCompact%3A%20True%2C%20TestCase%3A%20LotsOfStrings%29.html) | -26.18% | 1306.420221 | 964.418861 | +| System.Text.Json.Tests.Perf_Reader.ReadSpanEmptyLoop(IsDataCompact: True, TestCase: LotsOfNumbers) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Tests.Perf_Reader.ReadSpanEmptyLoop%28IsDataCompact%3A%20True%2C%20TestCase%3A%20LotsOfNumbers%29.html) | -25.81% | 2030.592716 | 1506.571970 | +| System.Text.Json.Tests.Perf_Strings.WriteStringsUtf16(Formatted: False, SkipValidation: False, Escaped: NoneEscaped) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Tests.Perf_Strings.WriteStringsUtf16%28Formatted%3A%20False%2C%20SkipValidation%3A%20False%2C%20Escaped%3A%20NoneEscaped%29.html) | -25.17% | 8479606.341108 | 6345534.985423 | +| System.Text.Json.Tests.Perf_Strings.WriteStringsUtf16(Formatted: False, SkipValidation: True, Escaped: NoneEscaped) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Tests.Perf_Strings.WriteStringsUtf16%28Formatted%3A%20False%2C%20SkipValidation%3A%20True%2C%20Escaped%3A%20NoneEscaped%29.html) | -26.46% | 8568622.448980 | 6301721.938776 | +| System.Text.Json.Tests.Perf_Strings.WriteStringsUtf8(Formatted: False, SkipValidation: False, Escaped: NoneEscaped) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Tests.Perf_Strings.WriteStringsUtf8%28Formatted%3A%20False%2C%20SkipValidation%3A%20False%2C%20Escaped%3A%20NoneEscaped%29.html) | -26.98% | 6413412.500000 | 4682877.908163 | +| System.Text.Perf_Ascii.Equals_Bytes(Size: 6) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Perf_Ascii.Equals_Bytes%28Size%3A%206%29.html) | -27.32% | 9.603945 | 6.980115 | +| System.Text.Perf_Ascii.ToLower_Bytes_Chars(Size: 6) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Perf_Ascii.ToLower_Bytes_Chars%28Size%3A%206%29.html) | -27.95% | 13.026640 | 9.385150 | +| System.Text.Perf_Ascii.ToUpper_Bytes_Chars(Size: 6) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Perf_Ascii.ToUpper_Bytes_Chars%28Size%3A%206%29.html) | -25.94% | 12.976155 | 9.610415 | +| System.Threading.Tasks.ValueTaskPerfTest.CreateAndAwait_FromCompletedTask | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Threading.Tasks.ValueTaskPerfTest.CreateAndAwait_FromCompletedTask.html) | -29.08% | 15.492772 | 10.987408 | +| System.Threading.Tests.Perf_CancellationToken.CreateManyRegisterDispose | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Threading.Tests.Perf_CancellationToken.CreateManyRegisterDispose.html) | -27.93% | 39.644843 | 28.570280 | +| System.Xml.Linq.Perf_XDocument.GetElement | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Xml.Linq.Perf_XDocument.GetElement.html) | -27.41% | 33.128564 | 24.046988 | +| System.Xml.Linq.Perf_XElement.GetElement | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Xml.Linq.Perf_XElement.GetElement.html) | -26.62% | 34.534971 | 25.341236 | +| System.Xml.Linq.Perf_XName.CreateElement | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Xml.Linq.Perf_XName.CreateElement.html) | -27.45% | 27.409135 | 19.885922 | +| System.Xml.Linq.Perf_XName.NonEmptyNameSpaceToString | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Xml.Linq.Perf_XName.NonEmptyNameSpaceToString.html) | -27.46% | 27.544888 | 19.981752 | + +## 20-25% Improvement (187 tests) + +| Test Name | Link | Change % | .NET 9 | .NET 10 | +|-----------|------|----------|--------|-------| +| BenchmarksGame.BinaryTrees_2.RunBench | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/BenchmarksGame.BinaryTrees_2.RunBench.html) | -22.17% | 131932750.000000 | 102688766.071429 | +| Benchstone.BenchI.BubbleSort.Test | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/Benchstone.BenchI.BubbleSort.Test.html) | -20.19% | 12995.948382 | 10371.622861 | +| Burgers.Test2 | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/Burgers.Test2.html) | -20.33% | 249721316.071429 | 198943201.785714 | +| Exceptions.Handling.ThrowAndCatchDeep(kind: ReflectionHardware) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/Exceptions.Handling.ThrowAndCatchDeep%28kind%3A%20ReflectionHardware%29.html) | -24.28% | 17810.888418 | 13486.310116 | +| Exceptions.Handling.ThrowAndCatch_ManyCatchBlocks(kind: Software) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/Exceptions.Handling.ThrowAndCatch_ManyCatchBlocks%28kind%3A%20Software%29.html) | -24.97% | 3355.887182 | 2518.016816 | +| GuardedDevirtualization.ThreeClassInterface.Call(testInput: pB=0.33 pD=0.67) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/GuardedDevirtualization.ThreeClassInterface.Call%28testInput%3A%20pB%3D0.33%20pD%3D0.67%29.html) | -22.08% | 2.104720 | 1.640004 | +| GuardedDevirtualization.TwoClassInterface.Call(testInput: pB = 0.50) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/GuardedDevirtualization.TwoClassInterface.Call%28testInput%3A%20pB%20%3D%200.50%29.html) | -24.55% | 2.579640 | 1.946289 | +| LinqBenchmarks.Where00ForX | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/LinqBenchmarks.Where00ForX.html) | -22.95% | 207691155.357143 | 160024466.071429 | +| Loops.StrengthReduction.SumS3Span | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/Loops.StrengthReduction.SumS3Span.html) | -23.56% | 6255.792873 | 4781.760521 | +| MicroBenchmarks.Serializers.Json_FromString.SystemTextJson_Reflection_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/MicroBenchmarks.Serializers.Json_FromString%28LoginViewModel%29.SystemTextJson_Reflection_.html) | -23.58% | 455.164212 | 347.850571 | +| MicroBenchmarks.Serializers.Json_ToStream.SystemTextJson_Reflection_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/MicroBenchmarks.Serializers.Json_ToStream%28CollectionsOfPrimitives%29.SystemTextJson_Reflection_.html) | -20.52% | 117536.475617 | 93417.054499 | +| Microsoft.AspNetCore.Server.Kestrel.Performance.PipeThroughputBenchmark.Parse_SequentialAsync(Length: 128, Chunks: 1) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/Microsoft.AspNetCore.Server.Kestrel.Performance.PipeThroughputBenchmark.Parse_SequentialAsync%28Length%3A%20128%2C%20Chunks%3A%201%29.html) | -20.81% | 210.972994 | 167.074120 | +| Microsoft.AspNetCore.Server.Kestrel.Performance.PipeThroughputBenchmark.Parse_SequentialAsync(Length: 4096, Chunks: 1) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/Microsoft.AspNetCore.Server.Kestrel.Performance.PipeThroughputBenchmark.Parse_SequentialAsync%28Length%3A%204096%2C%20Chunks%3A%201%29.html) | -21.95% | 213.140302 | 166.349208 | +| Microsoft.Extensions.DependencyInjection.GetServiceIEnumerable.Singleton | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/Microsoft.Extensions.DependencyInjection.GetServiceIEnumerable.Singleton.html) | -21.22% | 23.248011 | 18.313774 | +| Microsoft.Extensions.Logging.LoggingOverhead.TwoArguments | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/Microsoft.Extensions.Logging.LoggingOverhead.TwoArguments.html) | -20.58% | 68.645211 | 54.520913 | +| PerfLabTests.BlockCopyPerf.CallBlockCopy(numElements: 100) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/PerfLabTests.BlockCopyPerf.CallBlockCopy%28numElements%3A%20100%29.html) | -22.47% | 10.527986 | 8.162337 | +| PerfLabTests.CastingPerf2.CastingPerf.FooObjIsNull | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/PerfLabTests.CastingPerf2.CastingPerf.FooObjIsNull.html) | -24.23% | 494668.668880 | 374822.624759 | +| PerfLabTests.GetMember.GetField | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/PerfLabTests.GetMember.GetField.html) | -21.54% | 45346.853077 | 35579.243397 | +| PerfLabTests.GetMember.GetMethod2 | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/PerfLabTests.GetMember.GetMethod2.html) | -22.44% | 148425.368800 | 115120.584994 | +| PerfLabTests.GetMember.GetMethod3 | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/PerfLabTests.GetMember.GetMethod3.html) | -23.77% | 228892.194752 | 174484.897176 | +| PerfLabTests.GetMember.GetMethod4 | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/PerfLabTests.GetMember.GetMethod4.html) | -24.61% | 304025.681083 | 229204.882513 | +| Span.Sorting.BubbleSortArray(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/Span.Sorting.BubbleSortArray%28Size%3A%20512%29.html) | -21.10% | 283646.215745 | 223799.051403 | +| StoreBlock.AnyLocation.InitBlockAllOnes64 | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/StoreBlock.AnyLocation.InitBlockAllOnes64.html) | -22.33% | 0.960086 | 0.745652 | +| System.Buffers.Tests.ReadOnlySequenceTests.FirstArray | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Buffers.Tests.ReadOnlySequenceTests%28Byte%29.FirstArray.html) | -20.68% | 6.465416 | 5.128392 | +| System.Buffers.Tests.ReadOnlySequenceTests.FirstMemory | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Buffers.Tests.ReadOnlySequenceTests%28Byte%29.FirstMemory.html) | -22.29% | 7.065869 | 5.490881 | +| System.Buffers.Tests.ReadOnlySequenceTests.FirstSpanMemory | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Buffers.Tests.ReadOnlySequenceTests%28Char%29.FirstSpanMemory.html) | -23.54% | 7.862886 | 6.011662 | +| System.Buffers.Tests.ReadOnlySequenceTests.SliceTenSegments | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Buffers.Tests.ReadOnlySequenceTests%28Char%29.SliceTenSegments.html) | -23.82% | 26.105846 | 19.888329 | +| System.Buffers.Text.Tests.Utf8ParserTests.TryParseDecimal(value: 123456.789) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Buffers.Text.Tests.Utf8ParserTests.TryParseDecimal%28value%3A%20123456.789%29.html) | -21.25% | 57.906282 | 45.599130 | +| System.Buffers.Text.Tests.Utf8ParserTests.TryParseSByte(value: -128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Buffers.Text.Tests.Utf8ParserTests.TryParseSByte%28value%3A%20-128%29.html) | -21.78% | 8.706454 | 6.810029 | +| System.Buffers.Text.Tests.Utf8ParserTests.TryParseUInt16(value: 12345) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Buffers.Text.Tests.Utf8ParserTests.TryParseUInt16%28value%3A%2012345%29.html) | -21.88% | 8.746387 | 6.832874 | +| System.Buffers.Text.Tests.Utf8ParserTests.TryParseUInt16(value: 65535) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Buffers.Text.Tests.Utf8ParserTests.TryParseUInt16%28value%3A%2065535%29.html) | -22.25% | 8.751966 | 6.804886 | +| System.Buffers.Text.Tests.Utf8ParserTests.TryParseUInt32(value: 12345) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Buffers.Text.Tests.Utf8ParserTests.TryParseUInt32%28value%3A%2012345%29.html) | -23.15% | 8.443267 | 6.488508 | +| System.Buffers.Text.Tests.Utf8ParserTests.TryParseUInt32(value: 4294967295) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Buffers.Text.Tests.Utf8ParserTests.TryParseUInt32%28value%3A%204294967295%29.html) | -21.67% | 13.811718 | 10.818382 | +| System.Buffers.Text.Tests.Utf8ParserTests.TryParseUInt64Hex(value: 3039) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Buffers.Text.Tests.Utf8ParserTests.TryParseUInt64Hex%28value%3A%203039%29.html) | -22.31% | 8.530399 | 6.627201 | +| System.Collections.AddGivenSize.HashSet(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.AddGivenSize%28Int32%29.HashSet%28Size%3A%20512%29.html) | -23.67% | 4452.851087 | 3398.997375 | +| System.Collections.ContainsFalse.ImmutableList(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.ContainsFalse%28Int32%29.ImmutableList%28Size%3A%20512%29.html) | -22.01% | 914275.378983 | 713072.013104 | +| System.Collections.ContainsKeyFalse.ImmutableSortedDictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.ContainsKeyFalse%28Int32%2C%20Int32%29.ImmutableSortedDictionary%28Size%3A%20512%29.html) | -21.69% | 27365.698858 | 21431.197684 | +| System.Collections.ContainsKeyFalse.SortedList(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.ContainsKeyFalse%28Int32%2C%20Int32%29.SortedList%28Size%3A%20512%29.html) | -20.48% | 27759.659997 | 22074.952966 | +| System.Collections.ContainsKeyTrue.Dictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.ContainsKeyTrue%28String%2C%20String%29.Dictionary%28Size%3A%20512%29.html) | -20.36% | 12520.226349 | 9970.578926 | +| System.Collections.ContainsTrue.ImmutableList(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.ContainsTrue%28Int32%29.ImmutableList%28Size%3A%20512%29.html) | -24.63% | 468894.636763 | 353401.404803 | +| System.Collections.CopyTo.ReadOnlyMemory(Size: 2048) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.CopyTo%28Int32%29.ReadOnlyMemory%28Size%3A%202048%29.html) | -23.29% | N/A | N/A | +| System.Collections.CreateAddAndRemove.List(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.CreateAddAndRemove%28String%29.List%28Size%3A%20512%29.html) | -24.54% | 50983.022151 | 38473.009285 | +| System.Collections.CtorDefaultSize.SortedList | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.CtorDefaultSize%28String%29.SortedList.html) | -21.33% | 30.925976 | 24.328800 | +| System.Collections.CtorFromCollection.FrozenDictionaryOptimized(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.CtorFromCollection%28Int32%29.FrozenDictionaryOptimized%28Size%3A%20512%29.html) | -24.20% | 31476.792209 | 23859.946024 | +| System.Collections.IterateForEach.ImmutableSortedSet(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.IterateForEach%28Int32%29.ImmutableSortedSet%28Size%3A%20512%29.html) | -23.33% | 5127.423188 | 3931.148374 | +| System.Collections.IterateForEach.ImmutableDictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.IterateForEach%28String%29.ImmutableDictionary%28Size%3A%20512%29.html) | -22.07% | 27251.475720 | 21236.018814 | +| System.Collections.Perf_Frozen.TryGetValue_True(Count: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.Perf_Frozen%28Int16%29.TryGetValue_True%28Count%3A%204%29.html) | -21.16% | 19.415765 | 15.307748 | +| System.Collections.Perf_Frozen.ToFrozenDictionary(Count: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.Perf_Frozen%28NotKnownComparable%29.ToFrozenDictionary%28Count%3A%20512%29.html) | -20.19% | 40125.926618 | 32023.167132 | +| System.Collections.Perf_Frozen.ToFrozenSet(Count: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.Perf_Frozen%28NotKnownComparable%29.ToFrozenSet%28Count%3A%20512%29.html) | -23.24% | 45643.359982 | 35036.433060 | +| System.Collections.Tests.Perf_BitArray.BitArrayRightShift(Size: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.Tests.Perf_BitArray.BitArrayRightShift%28Size%3A%204%29.html) | -22.42% | 7.364640 | 5.713810 | +| System.Collections.Tests.Perf_BitArray.BitArraySet(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.Tests.Perf_BitArray.BitArraySet%28Size%3A%20512%29.html) | -24.81% | 1125.921685 | 846.543135 | +| System.Collections.Tests.Perf_PriorityQueue.Enumerate(Size: 100) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.Tests.Perf_PriorityQueue%28Int32%2C%20Int32%29.Enumerate%28Size%3A%20100%29.html) | -21.03% | 78.410268 | 61.917891 | +| System.Collections.TryGetValueFalse.ImmutableDictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.TryGetValueFalse%28Int32%2C%20Int32%29.ImmutableDictionary%28Size%3A%20512%29.html) | -22.36% | 20220.236061 | 15699.424380 | +| System.Collections.TryGetValueFalse.ImmutableSortedDictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.TryGetValueFalse%28Int32%2C%20Int32%29.ImmutableSortedDictionary%28Size%3A%20512%29.html) | -22.89% | 28861.333133 | 22254.619892 | +| System.Collections.TryGetValueTrue.Dictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.TryGetValueTrue%28SmallClass%2C%20SmallClass%29.Dictionary%28Size%3A%20512%29.html) | -22.52% | 9738.815989 | 7545.887128 | +| System.Collections.TryGetValueTrue.IDictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.TryGetValueTrue%28String%2C%20String%29.IDictionary%28Size%3A%20512%29.html) | -21.07% | 15403.008443 | 12157.819443 | +| System.ComponentModel.Tests.Perf_TypeDescriptorTests.GetConverter(typeToConvert: typeof(System.ComponentModel.Tests.ClassWithNoConverter)) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.ComponentModel.Tests.Perf_TypeDescriptorTests.GetConverter%28typeToConvert%3A%20typeof%28System.ComponentModel.Tests.ClassWithNoConverter%29%29.html) | -23.59% | 92.785493 | 70.901271 | +| System.ComponentModel.Tests.Perf_TypeDescriptorTests.GetConverter(typeToConvert: typeof(System.ComponentModel.Tests.IDerived)) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.ComponentModel.Tests.Perf_TypeDescriptorTests.GetConverter%28typeToConvert%3A%20typeof%28System.ComponentModel.Tests.IDerived%29%29.html) | -21.57% | 83.827953 | 65.747963 | +| System.ComponentModel.Tests.Perf_TypeDescriptorTests.GetConverter(typeToConvert: typeof(string)) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.ComponentModel.Tests.Perf_TypeDescriptorTests.GetConverter%28typeToConvert%3A%20typeof%28string%29%29.html) | -23.91% | 93.275404 | 70.973813 | +| System.Globalization.Tests.StringSearch.IndexOf_Word_NotFound(Options: (, None, False)) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Globalization.Tests.StringSearch.IndexOf_Word_NotFound%28Options%3A%20%28%2C%20None%2C%20False%29%29.html) | -23.99% | 549.986612 | 418.050481 | +| System.Globalization.Tests.StringSearch.IndexOf_Word_NotFound(Options: (en-US, IgnoreNonSpace, False)) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Globalization.Tests.StringSearch.IndexOf_Word_NotFound%28Options%3A%20%28en-US%2C%20IgnoreNonSpace%2C%20False%29%29.html) | -21.22% | 514.114402 | 405.011499 | +| System.IO.Compression.Brotli.Compress(level: Optimal, file: "sum") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.IO.Compression.Brotli.Compress%28level%3A%20Optimal%2C%20file%3A%20%22sum%22%29.html) | -22.97% | 7982.232337 | 6148.754212 | +| System.IO.Pipelines.Tests.Perf_Pipe.ReadAsync | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.IO.Pipelines.Tests.Perf_Pipe.ReadAsync.html) | -20.66% | 2544710.750361 | 2019059.253247 | +| System.Linq.Tests.Perf_Enumerable.ElementAt(input: IList) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Linq.Tests.Perf_Enumerable.ElementAt%28input%3A%20IList%29.html) | -21.36% | 3.933684 | 3.093293 | +| System.Linq.Tests.Perf_Enumerable.SelectToArray(input: IEnumerable) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Linq.Tests.Perf_Enumerable.SelectToArray%28input%3A%20IEnumerable%29.html) | -21.37% | 441.165964 | 346.899741 | +| System.Linq.Tests.Perf_Enumerable.SelectToList(input: IEnumerable) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Linq.Tests.Perf_Enumerable.SelectToList%28input%3A%20IEnumerable%29.html) | -20.25% | 447.330059 | 356.762486 | +| System.Linq.Tests.Perf_Enumerable.WhereFirst_LastElementMatches(input: IEnumerable) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Linq.Tests.Perf_Enumerable.WhereFirst_LastElementMatches%28input%3A%20IEnumerable%29.html) | -20.68% | 266.568631 | 211.434064 | +| System.Linq.Tests.Perf_Enumerable.WhereLast_LastElementMatches(input: Array) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Linq.Tests.Perf_Enumerable.WhereLast_LastElementMatches%28input%3A%20Array%29.html) | -23.87% | 18.748696 | 14.273389 | +| System.Linq.Tests.Perf_Enumerable.Zip(input: IEnumerable) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Linq.Tests.Perf_Enumerable.Zip%28input%3A%20IEnumerable%29.html) | -20.53% | 796.276475 | 632.801641 | +| System.Memory.Constructors.ReadOnlySpanFromMemory | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Memory.Constructors%28Byte%29.ReadOnlySpanFromMemory.html) | -22.78% | 4.882014 | 3.770052 | +| System.Memory.Constructors.SpanFromMemory | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Memory.Constructors%28Byte%29.SpanFromMemory.html) | -22.79% | 4.882770 | 3.769939 | +| System.Memory.ReadOnlySequence.Slice_StartPosition(Segment: Single) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Memory.ReadOnlySequence.Slice_StartPosition%28Segment%3A%20Single%29.html) | -24.10% | 8.659556 | 6.572651 | +| System.Memory.ReadOnlySequence.Slice_StartPosition_And_Length(Segment: Single) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Memory.ReadOnlySequence.Slice_StartPosition_And_Length%28Segment%3A%20Single%29.html) | -22.03% | 9.229527 | 7.196361 | +| System.Memory.ReadOnlySpan.IndexOfString(input: "Hello WorldbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbareallyreallylongHello WorldbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbareallyreallylongHello Worldbbbbbbbbbbbbbbbbbb... | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Memory.ReadOnlySpan.IndexOfString%28input%3A%20%22Hello%20WorldbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbareallyreallylongHello%20WorldbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbareallyreallylongHello%20Worldbbbbbbbbbbbbbbbbbb.html) | -21.35% | 13.466803 | 10.591996 | +| System.Memory.ReadOnlySpan.IndexOfString(input: "StrIng", value: "string", comparisonType: OrdinalIgnoreCase) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Memory.ReadOnlySpan.IndexOfString%28input%3A%20%22StrIng%22%2C%20value%3A%20%22string%22%2C%20comparisonType%3A%20OrdinalIgnoreCase%29.html) | -22.26% | 17.054772 | 13.258213 | +| System.Memory.Span.EndsWith(Size: 33) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Memory.Span%28Byte%29.EndsWith%28Size%3A%2033%29.html) | -24.56% | 7.066642 | 5.330748 | +| System.Memory.Span.EndsWith(Size: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Memory.Span%28Byte%29.EndsWith%28Size%3A%204%29.html) | -21.27% | 5.849796 | 4.605802 | +| System.Memory.Span.IndexOfValue(Size: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Memory.Span%28Byte%29.IndexOfValue%28Size%3A%204%29.html) | -23.47% | 4.967989 | 3.802056 | +| System.Memory.Span.EndsWith(Size: 33) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Memory.Span%28Char%29.EndsWith%28Size%3A%2033%29.html) | -22.49% | 6.662185 | 5.163950 | +| System.Memory.Span.IndexOfAnyTwoValues(Size: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Memory.Span%28Char%29.IndexOfAnyTwoValues%28Size%3A%204%29.html) | -24.77% | 6.314131 | 4.750421 | +| System.Memory.Span.IndexOfValue(Size: 33) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Memory.Span%28Char%29.IndexOfValue%28Size%3A%2033%29.html) | -24.69% | 5.997946 | 4.517317 | +| System.Memory.Span.SequenceCompareTo(Size: 33) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Memory.Span%28Char%29.SequenceCompareTo%28Size%3A%2033%29.html) | -24.66% | 8.785526 | 6.618891 | +| System.Memory.Span.Clear(Size: 33) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Memory.Span%28Int32%29.Clear%28Size%3A%2033%29.html) | -23.69% | 6.172269 | 4.710201 | +| System.Memory.Span.EndsWith(Size: 33) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Memory.Span%28Int32%29.EndsWith%28Size%3A%2033%29.html) | -22.09% | 7.379282 | 5.748973 | +| System.Memory.Span.LastIndexOfValue(Size: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Memory.Span%28Int32%29.LastIndexOfValue%28Size%3A%204%29.html) | -23.24% | 5.157693 | 3.959301 | +| System.Memory.Span.SequenceCompareTo(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Memory.Span%28Int32%29.SequenceCompareTo%28Size%3A%20512%29.html) | -24.51% | 652.571518 | 492.624326 | +| System.Net.Primitives.Tests.CredentialCacheTests.ForEach(uriCount: 0, hostPortCount: 10) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Net.Primitives.Tests.CredentialCacheTests.ForEach%28uriCount%3A%200%2C%20hostPortCount%3A%2010%29.html) | -23.89% | 137.299548 | 104.504788 | +| System.Net.Primitives.Tests.CredentialCacheTests.ForEach(uriCount: 10, hostPortCount: 10) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Net.Primitives.Tests.CredentialCacheTests.ForEach%28uriCount%3A%2010%2C%20hostPortCount%3A%2010%29.html) | -24.22% | 253.171837 | 191.861332 | +| System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives.Ieee754Remainder_ScalarDivisor(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives%28Double%29.Ieee754Remainder_ScalarDivisor%28BufferLength%3A%20128%29.html) | -20.23% | 1995.729756 | 1591.962436 | +| System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives.Ieee754Remainder_Vector(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives%28Double%29.Ieee754Remainder_Vector%28BufferLength%3A%20128%29.html) | -23.63% | 1745.306602 | 1332.855743 | +| System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives.Sigmoid(BufferLength: 3079) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives%28Single%29.Sigmoid%28BufferLength%3A%203079%29.html) | -20.68% | 4507.965076 | 3575.756927 | +| System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives.Sin(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives%28Single%29.Sin%28BufferLength%3A%20128%29.html) | -21.50% | 418.855443 | 328.818398 | +| System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives.Sinh(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives%28Single%29.Sinh%28BufferLength%3A%20128%29.html) | -20.09% | 270.637661 | 216.273982 | +| System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives.Max_Scalar(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives%28Int32%29.Max_Scalar%28BufferLength%3A%20128%29.html) | -21.44% | N/A | N/A | +| System.Numerics.Tests.Perf_BigInteger.ToStringD(numberString: 123) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tests.Perf_BigInteger.ToStringD%28numberString%3A%20123%29.html) | -25.00% | 34.383924 | 25.788519 | +| System.Numerics.Tests.Perf_BigInteger.ToStringX(numberString: 123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678... | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tests.Perf_BigInteger.ToStringX%28numberString%3A%20123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678.html) | -21.49% | 34392.799097 | 27000.704520 | +| System.Numerics.Tests.Perf_VectorOf.GetHashCodeBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tests.Perf_VectorOf%28Int32%29.GetHashCodeBenchmark.html) | -22.80% | 23.958460 | 18.496035 | +| System.Numerics.Tests.Perf_VectorOf.SquareRootBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tests.Perf_VectorOf%28Int64%29.SquareRootBenchmark.html) | -23.07% | 13.558201 | 10.430654 | +| System.Reflection.Invoke.Property_Get_class | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Reflection.Invoke.Property_Get_class.html) | -21.40% | 15.286964 | 12.014938 | +| System.Reflection.Invoke.Property_Set_int | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Reflection.Invoke.Property_Set_int.html) | -21.71% | 22.708310 | 17.777942 | +| System.Reflection.Invoke.StaticMethod4_ByRefParams_int_string_struct_class_MethodInvoker | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Reflection.Invoke.StaticMethod4_ByRefParams_int_string_struct_class_MethodInvoker.html) | -21.26% | 159.494547 | 125.588851 | +| System.Reflection.Invoke.StaticMethod5_ByRefParams_int_string_struct_class_bool_MethodInvoker | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Reflection.Invoke.StaticMethod5_ByRefParams_int_string_struct_class_bool_MethodInvoker.html) | -22.56% | 275.322326 | 213.215825 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.DotBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28SByte%29.DotBenchmark.html) | -20.04% | 3.686385 | 2.947499 | +| System.Tests.Perf_Boolean.TryParse(value: "False") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_Boolean.TryParse%28value%3A%20%22False%22%29.html) | -22.53% | 5.365632 | 4.157002 | +| System.Tests.Perf_Boolean.TryParse(value: "false") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_Boolean.TryParse%28value%3A%20%22false%22%29.html) | -22.71% | 5.371476 | 4.151793 | +| System.Tests.Perf_Byte.ToString(value: 0) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_Byte.ToString%28value%3A%200%29.html) | -24.25% | 6.384066 | 4.835764 | +| System.Tests.Perf_Byte.ToString(value: 255) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_Byte.ToString%28value%3A%20255%29.html) | -23.96% | 6.388034 | 4.857706 | +| System.Tests.Perf_Decimal.ToString(value: 123456.789) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_Decimal.ToString%28value%3A%20123456.789%29.html) | -21.31% | 77.594686 | 61.057104 | +| System.Tests.Perf_Double.ToString(value: 12345) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_Double.ToString%28value%3A%2012345%29.html) | -20.55% | 148.811104 | 118.230601 | +| System.Tests.Perf_Double.ToStringWithFormat(value: 12345, format: "G") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_Double.ToStringWithFormat%28value%3A%2012345%2C%20format%3A%20%22G%22%29.html) | -22.18% | 152.856375 | 118.955453 | +| System.Tests.Perf_Double.ToStringWithFormat(value: 12345, format: "R") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_Double.ToStringWithFormat%28value%3A%2012345%2C%20format%3A%20%22R%22%29.html) | -21.79% | 151.477006 | 118.476696 | +| System.Tests.Perf_Enum.Parse_Flags(text: "Red") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_Enum.Parse_Flags%28text%3A%20%22Red%22%29.html) | -24.84% | 40.777781 | 30.649672 | +| System.Tests.Perf_Enum.TryParseGeneric_Flags(text: "Red") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_Enum.TryParseGeneric_Flags%28text%3A%20%22Red%22%29.html) | -21.36% | 23.036050 | 18.115471 | +| System.Tests.Perf_Int128.TryFormat(value: 170141183460469231731687303715884105727) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_Int128.TryFormat%28value%3A%20170141183460469231731687303715884105727%29.html) | -22.37% | 153.175213 | 118.911197 | +| System.Tests.Perf_Int32.CopySign(value: 1, sign: -1) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_Int32.CopySign%28value%3A%201%2C%20sign%3A%20-1%29.html) | -24.01% | 2.646028 | 2.010721 | +| System.Tests.Perf_Int32.TryParseSpan(value: "2147483647") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_Int32.TryParseSpan%28value%3A%20%222147483647%22%29.html) | -24.62% | 23.876773 | 17.998615 | +| System.Tests.Perf_Int64.Parse(value: "9223372036854775807") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_Int64.Parse%28value%3A%20%229223372036854775807%22%29.html) | -24.86% | 39.264825 | 29.505057 | +| System.Tests.Perf_Random.Next_long | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_Random.Next_long.html) | -22.40% | 40.538961 | 31.456481 | +| System.Tests.Perf_Single.ToString(value: 12345) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_Single.ToString%28value%3A%2012345%29.html) | -20.56% | 148.509868 | 117.981452 | +| System.Tests.Perf_Single.ToStringWithFormat(value: 12345, format: "G") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_Single.ToStringWithFormat%28value%3A%2012345%2C%20format%3A%20%22G%22%29.html) | -22.29% | 152.263224 | 118.330832 | +| System.Tests.Perf_Single.ToStringWithFormat(value: 12345, format: "R") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_Single.ToStringWithFormat%28value%3A%2012345%2C%20format%3A%20%22R%22%29.html) | -22.47% | 153.178323 | 118.758666 | +| System.Tests.Perf_Single.ToStringWithFormat(value: 3.4028235E+38, format: "G") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_Single.ToStringWithFormat%28value%3A%203.4028235E%2B38%2C%20format%3A%20%22G%22%29.html) | -22.67% | 178.171539 | 137.785882 | +| System.Tests.Perf_Type.GetType_FullyQualifiedNames(input: typeof(System.Int32&)) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_Type.GetType_FullyQualifiedNames%28input%3A%20typeof%28System.Int32%26%29%29.html) | -21.39% | 1335.824827 | 1050.149121 | +| System.Tests.Perf_Type.GetType_FullyQualifiedNames(input: typeof(System.Int32[*])) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_Type.GetType_FullyQualifiedNames%28input%3A%20typeof%28System.Int32%5B%2A%5D%29%29.html) | -20.28% | 1342.335081 | 1070.116256 | +| System.Tests.Perf_Type.GetType_FullyQualifiedNames(input: typeof(System.Int32[])) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_Type.GetType_FullyQualifiedNames%28input%3A%20typeof%28System.Int32%5B%5D%29%29.html) | -21.97% | 1288.943668 | 1005.812197 | +| System.Tests.Perf_Type.GetType_FullyQualifiedNames(input: typeof(int)) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_Type.GetType_FullyQualifiedNames%28input%3A%20typeof%28int%29%29.html) | -20.17% | 1142.821559 | 912.360948 | +| System.Tests.Perf_Type.GetType_NonFullyQualifiedNames(input: "System.Int32") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_Type.GetType_NonFullyQualifiedNames%28input%3A%20%22System.Int32%22%29.html) | -21.20% | 1115.726845 | 879.245427 | +| System.Tests.Perf_Type.GetType_NonFullyQualifiedNames(input: "System.Int32&") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_Type.GetType_NonFullyQualifiedNames%28input%3A%20%22System.Int32%26%22%29.html) | -20.60% | 1240.070499 | 984.670046 | +| System.Tests.Perf_Type.GetType_NonFullyQualifiedNames(input: "System.Int32*") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_Type.GetType_NonFullyQualifiedNames%28input%3A%20%22System.Int32%2A%22%29.html) | -21.91% | 1251.828936 | 977.585887 | +| System.Tests.Perf_Type.GetType_NonFullyQualifiedNames(input: "System.Int32[]") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_Type.GetType_NonFullyQualifiedNames%28input%3A%20%22System.Int32%5B%5D%22%29.html) | -20.70% | 1204.704847 | 955.307209 | +| System.Tests.Perf_UInt16.ToString(value: 0) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_UInt16.ToString%28value%3A%200%29.html) | -23.51% | 6.382500 | 4.882064 | +| System.Tests.Perf_UInt64.TryParseHex(value: "FFFFFFFFFFFFFFFF") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_UInt64.TryParseHex%28value%3A%20%22FFFFFFFFFFFFFFFF%22%29.html) | -21.93% | 33.928216 | 26.487789 | +| System.Tests.Perf_Uri.GetComponents | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_Uri.GetComponents.html) | -23.87% | 27.760309 | 21.133331 | +| System.Text.Encodings.Web.Tests.Perf_Encoders.EncodeUtf8(arguments: JavaScript,no escaping required,16) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Encodings.Web.Tests.Perf_Encoders.EncodeUtf8%28arguments%3A%20JavaScript%2Cno%20escaping%20required%2C16%29.html) | -22.21% | 19.029485 | 14.803683 | +| System.Text.Encodings.Web.Tests.Perf_Encoders.EncodeUtf8(arguments: UnsafeRelaxed,hello "there",16) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Encodings.Web.Tests.Perf_Encoders.EncodeUtf8%28arguments%3A%20UnsafeRelaxed%2Chello%20%22there%22%2C16%29.html) | -23.63% | 38.720227 | 29.570627 | +| System.Text.Encodings.Web.Tests.Perf_Encoders.EncodeUtf8(arguments: UnsafeRelaxed,no required,16) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Encodings.Web.Tests.Perf_Encoders.EncodeUtf8%28arguments%3A%20UnsafeRelaxed%2Cno%20%28escaping%20/%29%20required%2C16%29.html) | -24.92% | 19.364072 | 14.538355 | +| System.Text.Json.Node.Tests.Perf_Create.Create_JsonObject_Large | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Node.Tests.Perf_Create.Create_JsonObject_Large.html) | -22.23% | 856.539829 | 666.172896 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromUtf8Bytes(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.ReadJson%28MyEventsListerViewModel%29.DeserializeFromUtf8Bytes%28Mode%3A%20Reflection%29.html) | -24.53% | 282262.755833 | 213024.337758 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeObjectProperty(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.WriteJson%28ArrayList%29.SerializeObjectProperty%28Mode%3A%20Reflection%29.html) | -22.42% | 6573.315383 | 5099.435696 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeObjectProperty(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.WriteJson%28ArrayList%29.SerializeObjectProperty%28Mode%3A%20SourceGen%29.html) | -22.09% | 6564.796084 | 5114.709666 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToStream(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.WriteJson%28ArrayList%29.SerializeToStream%28Mode%3A%20Reflection%29.html) | -23.66% | 6213.604575 | 4743.240405 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToStream(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.WriteJson%28ArrayList%29.SerializeToStream%28Mode%3A%20SourceGen%29.html) | -22.57% | 6132.067682 | 4748.021683 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToString(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.WriteJson%28ArrayList%29.SerializeToString%28Mode%3A%20SourceGen%29.html) | -24.57% | 6421.902902 | 4843.765439 | +| System.Text.Json.Serialization.Tests.WriteJson>.SerializeObjectProperty(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.WriteJson%28Dictionary%28String%2C%20String%29%29.SerializeObjectProperty%28Mode%3A%20Reflection%29.html) | -22.33% | 8377.523292 | 6506.643112 | +| System.Text.Json.Serialization.Tests.WriteJson>.SerializeToStream(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.WriteJson%28Dictionary%28String%2C%20String%29%29.SerializeToStream%28Mode%3A%20Reflection%29.html) | -22.93% | 8348.560852 | 6434.531918 | +| System.Text.Json.Serialization.Tests.WriteJson>.SerializeToStream(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.WriteJson%28Dictionary%28String%2C%20String%29%29.SerializeToStream%28Mode%3A%20SourceGen%29.html) | -23.27% | 6923.218707 | 5311.888764 | +| System.Text.Json.Serialization.Tests.WriteJson>.SerializeToString(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.WriteJson%28Dictionary%28String%2C%20String%29%29.SerializeToString%28Mode%3A%20Reflection%29.html) | -24.89% | 8293.189103 | 6228.885562 | +| System.Text.Json.Serialization.Tests.WriteJson>.SerializeObjectProperty(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.WriteJson%28HashSet%28String%29%29.SerializeObjectProperty%28Mode%3A%20Reflection%29.html) | -20.96% | 5474.175285 | 4326.634109 | +| System.Text.Json.Serialization.Tests.WriteJson>.SerializeObjectProperty(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.WriteJson%28HashSet%28String%29%29.SerializeObjectProperty%28Mode%3A%20SourceGen%29.html) | -22.69% | 4413.192562 | 3411.953922 | +| System.Text.Json.Serialization.Tests.WriteJson>.SerializeToStream(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.WriteJson%28HashSet%28String%29%29.SerializeToStream%28Mode%3A%20Reflection%29.html) | -23.11% | 5008.222370 | 3850.778496 | +| System.Text.Json.Serialization.Tests.WriteJson>.SerializeToStream(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.WriteJson%28HashSet%28String%29%29.SerializeToStream%28Mode%3A%20SourceGen%29.html) | -23.16% | 3841.245899 | 2951.646909 | +| System.Text.Json.Serialization.Tests.WriteJson>.SerializeToString(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.WriteJson%28HashSet%28String%29%29.SerializeToString%28Mode%3A%20Reflection%29.html) | -21.84% | 5268.717576 | 4118.203539 | +| System.Text.Json.Serialization.Tests.WriteJson>.SerializeToUtf8Bytes(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.WriteJson%28HashSet%28String%29%29.SerializeToUtf8Bytes%28Mode%3A%20Reflection%29.html) | -24.22% | 4997.451964 | 3786.853863 | +| System.Text.Json.Serialization.Tests.WriteJson>.SerializeToUtf8Bytes(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.WriteJson%28ImmutableDictionary%28String%2C%20String%29%29.SerializeToUtf8Bytes%28Mode%3A%20Reflection%29.html) | -20.53% | 17001.751679 | 13511.052595 | +| System.Text.Json.Serialization.Tests.WriteJson>.SerializeToStream(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.WriteJson%28ImmutableSortedDictionary%28String%2C%20String%29%29.SerializeToStream%28Mode%3A%20Reflection%29.html) | -20.15% | 11812.028443 | 9431.454221 | +| System.Text.Json.Serialization.Tests.WriteJson>.SerializeToStream(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.WriteJson%28ImmutableSortedDictionary%28String%2C%20String%29%29.SerializeToStream%28Mode%3A%20SourceGen%29.html) | -20.24% | 7617.743449 | 6075.678870 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToUtf8Bytes(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.WriteJson%28IndexViewModel%29.SerializeToUtf8Bytes%28Mode%3A%20SourceGen%29.html) | -20.38% | 10086.397512 | 8030.658398 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeObjectProperty(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.WriteJson%28LargeStructWithProperties%29.SerializeObjectProperty%28Mode%3A%20Reflection%29.html) | -20.13% | 801.855312 | 640.423661 | +| System.Text.Json.Tests.Perf_Booleans.WriteBooleans(Formatted: True, SkipValidation: False) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Tests.Perf_Booleans.WriteBooleans%28Formatted%3A%20True%2C%20SkipValidation%3A%20False%29.html) | -24.91% | 2159767.149015 | 1621725.492611 | +| System.Text.Json.Tests.Perf_Depth.ReadSpanEmptyLoop(Depth: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Tests.Perf_Depth.ReadSpanEmptyLoop%28Depth%3A%20512%29.html) | -20.45% | 21242.881557 | 16899.736926 | +| System.Text.Json.Tests.Perf_Depth.ReadSpanEmptyLoop(Depth: 64) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Tests.Perf_Depth.ReadSpanEmptyLoop%28Depth%3A%2064%29.html) | -20.45% | 2397.367065 | 1907.224313 | +| System.Text.Json.Tests.Perf_Depth.ReadSpanEmptyLoop(Depth: 65) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Tests.Perf_Depth.ReadSpanEmptyLoop%28Depth%3A%2065%29.html) | -20.60% | 2501.079705 | 1985.782387 | +| System.Text.Json.Tests.Perf_Get.GetGuid | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Tests.Perf_Get.GetGuid.html) | -23.13% | 5190.534873 | 3990.196471 | +| System.Text.Json.Tests.Perf_Get.GetInt64 | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Tests.Perf_Get.GetInt64.html) | -22.19% | 634.444613 | 493.651170 | +| System.Text.Json.Tests.Perf_Guids.WriteGuids(Formatted: False, SkipValidation: True) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Tests.Perf_Guids.WriteGuids%28Formatted%3A%20False%2C%20SkipValidation%3A%20True%29.html) | -24.50% | 1269586.633187 | 958485.789080 | +| System.Text.Json.Tests.Perf_Reader.ReadReturnBytes(IsDataCompact: False, TestCase: Json400B) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Tests.Perf_Reader.ReadReturnBytes%28IsDataCompact%3A%20False%2C%20TestCase%3A%20Json400B%29.html) | -20.88% | 898.074348 | 710.595742 | +| System.Text.Json.Tests.Perf_Reader.ReadReturnBytes(IsDataCompact: False, TestCase: LotsOfStrings) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Tests.Perf_Reader.ReadReturnBytes%28IsDataCompact%3A%20False%2C%20TestCase%3A%20LotsOfStrings%29.html) | -22.97% | 2066.682662 | 1591.933563 | +| System.Text.Json.Tests.Perf_Reader.ReadReturnBytes(IsDataCompact: True, TestCase: BroadTree) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Tests.Perf_Reader.ReadReturnBytes%28IsDataCompact%3A%20True%2C%20TestCase%3A%20BroadTree%29.html) | -20.59% | 7011.767237 | 5568.213769 | +| System.Text.Json.Tests.Perf_Reader.ReadReturnBytes(IsDataCompact: True, TestCase: DeepTree) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Tests.Perf_Reader.ReadReturnBytes%28IsDataCompact%3A%20True%2C%20TestCase%3A%20DeepTree%29.html) | -21.87% | 3412.557428 | 2666.080578 | +| System.Text.Json.Tests.Perf_Reader.ReadReturnBytes(IsDataCompact: True, TestCase: Json400B) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Tests.Perf_Reader.ReadReturnBytes%28IsDataCompact%3A%20True%2C%20TestCase%3A%20Json400B%29.html) | -21.48% | 657.787172 | 516.464756 | +| System.Text.Json.Tests.Perf_Reader.ReadReturnBytes(IsDataCompact: True, TestCase: LotsOfNumbers) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Tests.Perf_Reader.ReadReturnBytes%28IsDataCompact%3A%20True%2C%20TestCase%3A%20LotsOfNumbers%29.html) | -22.77% | 2358.620733 | 1821.669411 | +| System.Text.Json.Tests.Perf_Reader.ReadSingleSpanSequenceEmptyLoop(IsDataCompact: False, TestCase: HelloWorld) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Tests.Perf_Reader.ReadSingleSpanSequenceEmptyLoop%28IsDataCompact%3A%20False%2C%20TestCase%3A%20HelloWorld%29.html) | -22.01% | 99.396168 | 77.523556 | +| System.Text.Json.Tests.Perf_Reader.ReadSingleSpanSequenceEmptyLoop(IsDataCompact: True, TestCase: HelloWorld) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Tests.Perf_Reader.ReadSingleSpanSequenceEmptyLoop%28IsDataCompact%3A%20True%2C%20TestCase%3A%20HelloWorld%29.html) | -20.57% | 87.509739 | 69.510026 | +| System.Text.Json.Tests.Perf_Reader.ReadSingleSpanSequenceEmptyLoop(IsDataCompact: True, TestCase: LotsOfNumbers) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Tests.Perf_Reader.ReadSingleSpanSequenceEmptyLoop%28IsDataCompact%3A%20True%2C%20TestCase%3A%20LotsOfNumbers%29.html) | -24.58% | 2022.357687 | 1525.362522 | +| System.Text.Json.Tests.Perf_Strings.WriteStringsUtf16(Formatted: True, SkipValidation: False, Escaped: NoneEscaped) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Tests.Perf_Strings.WriteStringsUtf16%28Formatted%3A%20True%2C%20SkipValidation%3A%20False%2C%20Escaped%3A%20NoneEscaped%29.html) | -23.04% | 9369799.153439 | 7210703.350970 | +| System.Text.Json.Tests.Perf_Strings.WriteStringsUtf16(Formatted: True, SkipValidation: True, Escaped: NoneEscaped) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Tests.Perf_Strings.WriteStringsUtf16%28Formatted%3A%20True%2C%20SkipValidation%3A%20True%2C%20Escaped%3A%20NoneEscaped%29.html) | -22.31% | 9109315.561224 | 7076948.809524 | +| System.Text.Json.Tests.Perf_Strings.WriteStringsUtf8(Formatted: False, SkipValidation: True, Escaped: NoneEscaped) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Tests.Perf_Strings.WriteStringsUtf8%28Formatted%3A%20False%2C%20SkipValidation%3A%20True%2C%20Escaped%3A%20NoneEscaped%29.html) | -23.91% | 6125188.678328 | 4660747.661565 | +| System.Text.Json.Tests.Perf_Strings.WriteStringsUtf8(Formatted: True, SkipValidation: False, Escaped: NoneEscaped) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Tests.Perf_Strings.WriteStringsUtf8%28Formatted%3A%20True%2C%20SkipValidation%3A%20False%2C%20Escaped%3A%20NoneEscaped%29.html) | -23.18% | 7150507.575758 | 5492951.623377 | +| System.Text.Perf_Ascii.EqualsIgnoreCase_DifferentCase_Bytes(Size: 6) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Perf_Ascii.EqualsIgnoreCase_DifferentCase_Bytes%28Size%3A%206%29.html) | -22.85% | 16.181239 | 12.484462 | +| System.Text.Perf_Ascii.EqualsIgnoreCase_DifferentCase_Bytes_Chars(Size: 6) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Perf_Ascii.EqualsIgnoreCase_DifferentCase_Bytes_Chars%28Size%3A%206%29.html) | -22.59% | 16.130975 | 12.487658 | +| System.Threading.Channels.Tests.SpscUnboundedChannelPerfTests.WriteAsyncThenReadAsync | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Threading.Channels.Tests.SpscUnboundedChannelPerfTests.WriteAsyncThenReadAsync.html) | -22.63% | 58.835905 | 45.521663 | +| System.Threading.Channels.Tests.UnboundedChannelPerfTests.WriteAsyncThenReadAsync | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Threading.Channels.Tests.UnboundedChannelPerfTests.WriteAsyncThenReadAsync.html) | -21.78% | 70.136213 | 54.860401 | +| System.Threading.Tasks.ValueTaskPerfTest.Await_FromCompletedTask | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Threading.Tasks.ValueTaskPerfTest.Await_FromCompletedTask.html) | -23.88% | 20.737243 | 15.785682 | +| System.Threading.Tests.Perf_CancellationToken.CreateLinkedTokenSource2 | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Threading.Tests.Perf_CancellationToken.CreateLinkedTokenSource2.html) | -21.74% | 97.189923 | 76.065677 | +| System.Threading.Tests.Perf_CancellationToken.CreateLinkedTokenSource3 | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Threading.Tests.Perf_CancellationToken.CreateLinkedTokenSource3.html) | -20.84% | 150.876439 | 119.428061 | +| System.Xml.Linq.Perf_XElement.GetElementWithNamespace | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Xml.Linq.Perf_XElement.GetElementWithNamespace.html) | -22.81% | 66.291479 | 51.171794 | +| XmlDocumentTests.XmlDocumentTests.Perf_XmlDocument.GetDocumentElement | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/XmlDocumentTests.XmlDocumentTests.Perf_XmlDocument.GetDocumentElement.html) | -23.36% | 7.417996 | 5.685141 | + +## 15-20% Improvement (371 tests) + +| Test Name | Link | Change % | .NET 9 | .NET 10 | +|-----------|------|----------|--------|-------| +| ArrayDeAbstraction.foreach_opaque_array_via_interface_in_loop | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/ArrayDeAbstraction.foreach_opaque_array_via_interface_in_loop.html) | -15.68% | 1483.910431 | 1251.216088 | +| Benchstone.BenchI.CSieve.Test | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/Benchstone.BenchI.CSieve.Test.html) | -17.37% | 5458550.121753 | 4510662.215909 | +| Benchstone.BenchI.NDhrystone.Test | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/Benchstone.BenchI.NDhrystone.Test.html) | -19.77% | 423252467.857143 | 339568301.785714 | +| Benchstone.MDBenchF.MDInvMt.Test | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/Benchstone.MDBenchF.MDInvMt.Test.html) | -15.36% | 4336766.384712 | 3670792.449875 | +| Benchstone.MDBenchI.MDGeneralArray.Test | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/Benchstone.MDBenchI.MDGeneralArray.Test.html) | -17.83% | 20099389.560440 | 16516100.824176 | +| Exceptions.Handling.ThrowAndCatchDeep(kind: Hardware) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/Exceptions.Handling.ThrowAndCatchDeep%28kind%3A%20Hardware%29.html) | -18.76% | 9929.730919 | 8067.345729 | +| Exceptions.Handling.ThrowAndCatchDeepRecursive(kind: Hardware) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/Exceptions.Handling.ThrowAndCatchDeepRecursive%28kind%3A%20Hardware%29.html) | -18.07% | 10518.445993 | 8617.771904 | +| Exceptions.Handling.TryAndFinallyDeep(kind: Software) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/Exceptions.Handling.TryAndFinallyDeep%28kind%3A%20Software%29.html) | -18.82% | 10471.325440 | 8500.256966 | +| GuardedDevirtualization.ThreeClassInterface.Call(testInput: pB=0.00 pD=0.33) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/GuardedDevirtualization.ThreeClassInterface.Call%28testInput%3A%20pB%3D0.00%20pD%3D0.33%29.html) | -16.65% | N/A | N/A | +| GuardedDevirtualization.ThreeClassInterface.Call(testInput: pB=0.33 pD=0.00) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/GuardedDevirtualization.ThreeClassInterface.Call%28testInput%3A%20pB%3D0.33%20pD%3D0.00%29.html) | -19.21% | N/A | N/A | +| GuardedDevirtualization.TwoClassInterface.Call(testInput: pB = 0.40) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/GuardedDevirtualization.TwoClassInterface.Call%28testInput%3A%20pB%20%3D%200.40%29.html) | -19.68% | 2.270123 | 1.823414 | +| GuardedDevirtualization.TwoClassVirtual.Call(testInput: pB = 0.40) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/GuardedDevirtualization.TwoClassVirtual.Call%28testInput%3A%20pB%20%3D%200.40%29.html) | -19.66% | 1.881002 | 1.511238 | +| GuardedDevirtualization.TwoClassVirtual.Call(testInput: pB = 0.50) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/GuardedDevirtualization.TwoClassVirtual.Call%28testInput%3A%20pB%20%3D%200.50%29.html) | -17.02% | 1.849759 | 1.535016 | +| GuardedDevirtualization.TwoClassVirtual.Call(testInput: pB = 0.60) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/GuardedDevirtualization.TwoClassVirtual.Call%28testInput%3A%20pB%20%3D%200.60%29.html) | -17.13% | 1.754449 | 1.453985 | +| MicroBenchmarks.Serializers.Json_FromString.SystemTextJson_Reflection_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/MicroBenchmarks.Serializers.Json_FromString%28Location%29.SystemTextJson_Reflection_.html) | -16.00% | 1071.435738 | 899.960646 | +| MicroBenchmarks.Serializers.Json_FromString.SystemTextJson_Reflection_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/MicroBenchmarks.Serializers.Json_FromString%28MyEventsListerViewModel%29.SystemTextJson_Reflection_.html) | -15.07% | 266243.334718 | 226133.752076 | +| MicroBenchmarks.Serializers.Json_FromString.SystemTextJson_SourceGen_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/MicroBenchmarks.Serializers.Json_FromString%28MyEventsListerViewModel%29.SystemTextJson_SourceGen_.html) | -16.29% | 238519.008092 | 199666.263253 | +| MicroBenchmarks.Serializers.Json_ToStream.SystemTextJson_SourceGen_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/MicroBenchmarks.Serializers.Json_ToStream%28CollectionsOfPrimitives%29.SystemTextJson_SourceGen_.html) | -19.92% | 116933.777254 | 93638.254916 | +| MicroBenchmarks.Serializers.Json_ToStream.SystemTextJson_Reflection_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/MicroBenchmarks.Serializers.Json_ToStream%28IndexViewModel%29.SystemTextJson_Reflection_.html) | -17.44% | 13244.631828 | 10934.497919 | +| MicroBenchmarks.Serializers.Json_ToStream.SystemTextJson_SourceGen_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/MicroBenchmarks.Serializers.Json_ToStream%28IndexViewModel%29.SystemTextJson_SourceGen_.html) | -17.26% | 13170.498009 | 10897.510991 | +| MicroBenchmarks.Serializers.Json_ToStream.SystemTextJson_Reflection_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/MicroBenchmarks.Serializers.Json_ToStream%28LoginViewModel%29.SystemTextJson_Reflection_.html) | -16.37% | 279.453825 | 233.720039 | +| MicroBenchmarks.Serializers.Json_ToString.SystemTextJson_Reflection_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/MicroBenchmarks.Serializers.Json_ToString%28CollectionsOfPrimitives%29.SystemTextJson_Reflection_.html) | -15.37% | 154719.251680 | 130936.991690 | +| MicroBenchmarks.Serializers.Json_ToString.SystemTextJson_SourceGen_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/MicroBenchmarks.Serializers.Json_ToString%28CollectionsOfPrimitives%29.SystemTextJson_SourceGen_.html) | -15.41% | 154259.132993 | 130486.883491 | +| MicroBenchmarks.Serializers.Json_ToString.SystemTextJson_Reflection_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/MicroBenchmarks.Serializers.Json_ToString%28IndexViewModel%29.SystemTextJson_Reflection_.html) | -15.12% | 14323.676409 | 12157.805217 | +| MicroBenchmarks.Serializers.Json_ToString.SystemTextJson_SourceGen_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/MicroBenchmarks.Serializers.Json_ToString%28IndexViewModel%29.SystemTextJson_SourceGen_.html) | -16.23% | 11034.106298 | 9243.393073 | +| Microsoft.Extensions.DependencyInjection.GetService.Singleton | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/Microsoft.Extensions.DependencyInjection.GetService.Singleton.html) | -16.17% | 15.926910 | 13.352003 | +| Microsoft.Extensions.Logging.FormattingOverhead.TwoArguments | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/Microsoft.Extensions.Logging.FormattingOverhead.TwoArguments.html) | -15.95% | 169.936953 | 142.824961 | +| Microsoft.Extensions.Logging.LoggingOverhead.NoArguments | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/Microsoft.Extensions.Logging.LoggingOverhead.NoArguments.html) | -15.40% | 33.376489 | 28.236490 | +| Microsoft.Extensions.Logging.LoggingOverhead.NoArguments_DefineMessage_FilteredByLevel | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/Microsoft.Extensions.Logging.LoggingOverhead.NoArguments_DefineMessage_FilteredByLevel.html) | -18.83% | 7.587694 | 6.158803 | +| Microsoft.Extensions.Logging.LoggingOverhead.NoArguments_FilteredByLevel | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/Microsoft.Extensions.Logging.LoggingOverhead.NoArguments_FilteredByLevel.html) | -19.35% | 22.192353 | 17.897263 | +| Microsoft.Extensions.Logging.ScopesOverheadBenchmark.FilteredByLevel(HasISupportLoggingScopeLogger: True, CaptureScopes: True) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/Microsoft.Extensions.Logging.ScopesOverheadBenchmark.FilteredByLevel%28HasISupportLoggingScopeLogger%3A%20True%2C%20CaptureScopes%3A%20True%29.html) | -17.39% | 7.517558 | 6.209916 | +| Microsoft.Extensions.Logging.ScopesOverheadBenchmark.FilteredByLevel_InsideScope(HasISupportLoggingScopeLogger: False, CaptureScopes: False) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/Microsoft.Extensions.Logging.ScopesOverheadBenchmark.FilteredByLevel_InsideScope%28HasISupportLoggingScopeLogger%3A%20False%2C%20CaptureScopes%3A%20False%29.html) | -18.74% | 19.124235 | 15.540661 | +| Microsoft.Extensions.Logging.ScopesOverheadBenchmark.NotFiltered_InsideScope(HasISupportLoggingScopeLogger: False, CaptureScopes: False) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/Microsoft.Extensions.Logging.ScopesOverheadBenchmark.NotFiltered_InsideScope%28HasISupportLoggingScopeLogger%3A%20False%2C%20CaptureScopes%3A%20False%29.html) | -18.27% | 66.164305 | 54.077636 | +| Microsoft.Extensions.Primitives.StringSegmentBenchmark.GetValue | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/Microsoft.Extensions.Primitives.StringSegmentBenchmark.GetValue.html) | -19.95% | 5.243386 | 4.197284 | +| Microsoft.Extensions.Primitives.StringSegmentBenchmark.Trim | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/Microsoft.Extensions.Primitives.StringSegmentBenchmark.Trim.html) | -17.42% | 23.105852 | 19.079825 | +| PerfLabTests.GetMember.GetMethod10 | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/PerfLabTests.GetMember.GetMethod10.html) | -15.92% | 750174.182540 | 630735.023810 | +| PerfLabTests.LowLevelPerf.GenericClassGenericStaticMethod | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/PerfLabTests.LowLevelPerf.GenericClassGenericStaticMethod.html) | -16.53% | 187156.238630 | 156220.751739 | +| SeekUnroll.Test(boxedIndex: 1) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/SeekUnroll.Test%28boxedIndex%3A%201%29.html) | -18.41% | 1247978653.571428 | 1018212126.785714 | +| SeekUnroll.Test(boxedIndex: 3) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/SeekUnroll.Test%28boxedIndex%3A%203%29.html) | -18.07% | 1247725060.714286 | 1022209982.142857 | +| StoreBlock.AnyLocation.InitBlockAllZeros32 | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/StoreBlock.AnyLocation.InitBlockAllZeros32.html) | -15.71% | 0.688779 | 0.580578 | +| System.Buffers.Tests.ReadOnlySequenceTests.FirstSingleSegment | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Buffers.Tests.ReadOnlySequenceTests%28Byte%29.FirstSingleSegment.html) | -17.12% | 4.138541 | 3.430029 | +| System.Buffers.Tests.ReadOnlySequenceTests.FirstSpanArray | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Buffers.Tests.ReadOnlySequenceTests%28Char%29.FirstSpanArray.html) | -18.06% | 6.920379 | 5.670750 | +| System.Buffers.Tests.ReadOnlySequenceTests.IterateGetPositionTenSegments | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Buffers.Tests.ReadOnlySequenceTests%28Char%29.IterateGetPositionTenSegments.html) | -19.19% | 86.754171 | 70.102810 | +| System.Buffers.Tests.SearchValuesByteTests.ContainsAny(Values: "abcdefABCDEF0123456789") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Buffers.Tests.SearchValuesByteTests.ContainsAny%28Values%3A%20%22abcdefABCDEF0123456789%22%29.html) | -16.35% | 9.358703 | 7.828771 | +| System.Buffers.Tests.SearchValuesByteTests.IndexOfAny(Values: "abcdefABCDEF0123456789") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Buffers.Tests.SearchValuesByteTests.IndexOfAny%28Values%3A%20%22abcdefABCDEF0123456789%22%29.html) | -16.72% | 11.067465 | 9.217454 | +| System.Buffers.Tests.SearchValuesByteTests.IndexOfAny(Values: "abcdefABCDEF0123456789Ü") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Buffers.Tests.SearchValuesByteTests.IndexOfAny%28Values%3A%20%22abcdefABCDEF0123456789%C3%9C%22%29.html) | -16.25% | 15.504293 | 12.985261 | +| System.Buffers.Tests.SearchValuesCharTests.ContainsAny(Values: "abcdefABCDEF0123456789Ü") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Buffers.Tests.SearchValuesCharTests.ContainsAny%28Values%3A%20%22abcdefABCDEF0123456789%C3%9C%22%29.html) | -18.33% | 17.555645 | 14.337343 | +| System.Buffers.Tests.SearchValuesCharTests.IndexOfAny(Values: "abcdefABCDEF0123456789Ü") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Buffers.Tests.SearchValuesCharTests.IndexOfAny%28Values%3A%20%22abcdefABCDEF0123456789%C3%9C%22%29.html) | -19.23% | 16.791910 | 13.562346 | +| System.Buffers.Tests.SearchValuesCharTests.IndexOfAnyExcept(Values: "abcdefABCDEF0123456789Ü") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Buffers.Tests.SearchValuesCharTests.IndexOfAnyExcept%28Values%3A%20%22abcdefABCDEF0123456789%C3%9C%22%29.html) | -18.42% | 16.062910 | 13.103607 | +| System.Buffers.Tests.SearchValuesCharTests.LastIndexOfAny(Values: "abcdefABCDEF0123456789") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Buffers.Tests.SearchValuesCharTests.LastIndexOfAny%28Values%3A%20%22abcdefABCDEF0123456789%22%29.html) | -19.30% | 11.547051 | 9.318679 | +| System.Buffers.Tests.SearchValuesCharTests.LastIndexOfAny(Values: "abcdefABCDEF0123456789Ü") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Buffers.Tests.SearchValuesCharTests.LastIndexOfAny%28Values%3A%20%22abcdefABCDEF0123456789%C3%9C%22%29.html) | -16.07% | 15.783012 | 13.246874 | +| System.Buffers.Tests.SearchValuesCharTests.LastIndexOfAnyExcept(Values: "abcdefABCDEF0123456789") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Buffers.Tests.SearchValuesCharTests.LastIndexOfAnyExcept%28Values%3A%20%22abcdefABCDEF0123456789%22%29.html) | -18.28% | 11.613377 | 9.490815 | +| System.Buffers.Tests.SearchValuesCharTests.LastIndexOfAnyExcept(Values: "abcdefABCDEF0123456789Ü") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Buffers.Tests.SearchValuesCharTests.LastIndexOfAnyExcept%28Values%3A%20%22abcdefABCDEF0123456789%C3%9C%22%29.html) | -16.53% | 14.341646 | 11.970452 | +| System.Buffers.Text.Tests.Utf8FormatterTests.FormatterDecimal(value: 123456.789) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Buffers.Text.Tests.Utf8FormatterTests.FormatterDecimal%28value%3A%20123456.789%29.html) | -19.08% | 64.836154 | 52.464102 | +| System.Buffers.Text.Tests.Utf8FormatterTests.FormatterDouble(value: 12345) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Buffers.Text.Tests.Utf8FormatterTests.FormatterDouble%28value%3A%2012345%29.html) | -19.65% | 140.366948 | 112.788071 | +| System.Buffers.Text.Tests.Utf8ParserTests.TryParseDouble(value: -1.7976931348623157e+308) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Buffers.Text.Tests.Utf8ParserTests.TryParseDouble%28value%3A%20-1.7976931348623157e%2B308%29.html) | -17.36% | 86.977891 | 71.878780 | +| System.Buffers.Text.Tests.Utf8ParserTests.TryParseDouble(value: 1.7976931348623157e+308) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Buffers.Text.Tests.Utf8ParserTests.TryParseDouble%28value%3A%201.7976931348623157e%2B308%29.html) | -18.71% | 86.735876 | 70.509548 | +| System.Buffers.Text.Tests.Utf8ParserTests.TryParseInt16(value: -32768) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Buffers.Text.Tests.Utf8ParserTests.TryParseInt16%28value%3A%20-32768%29.html) | -18.68% | 9.879512 | 8.034046 | +| System.Buffers.Text.Tests.Utf8ParserTests.TryParseInt16(value: 32767) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Buffers.Text.Tests.Utf8ParserTests.TryParseInt16%28value%3A%2032767%29.html) | -19.38% | 10.056002 | 8.107134 | +| System.Buffers.Text.Tests.Utf8ParserTests.TryParseSingle(value: -3.4028235E+38) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Buffers.Text.Tests.Utf8ParserTests.TryParseSingle%28value%3A%20-3.4028235E%2B38%29.html) | -15.94% | 65.619995 | 55.163065 | +| System.Collections.AddGivenSize.ObservableCollection(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.AddGivenSize%28Int32%29.ObservableCollection%28Size%3A%20512%29.html) | -16.54% | 10571.175488 | 8822.772865 | +| System.Collections.AddGivenSize.Dictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.AddGivenSize%28String%29.Dictionary%28Size%3A%20512%29.html) | -15.58% | 12628.895940 | 10660.990540 | +| System.Collections.Concurrent.AddRemoveFromSameThreads.ConcurrentQueue(Size: 2000000) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.Concurrent.AddRemoveFromSameThreads%28String%29.ConcurrentQueue%28Size%3A%202000000%29.html) | -15.72% | 420247420.000000 | 354179556.000000 | +| System.Collections.ContainsFalse.FrozenSet(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.ContainsFalse%28Int32%29.FrozenSet%28Size%3A%20512%29.html) | -17.77% | 2183.662158 | 1795.600927 | +| System.Collections.ContainsKeyFalse.ConcurrentDictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.ContainsKeyFalse%28String%2C%20String%29.ConcurrentDictionary%28Size%3A%20512%29.html) | -19.58% | 8982.797506 | 7224.038497 | +| System.Collections.ContainsKeyTrue.IDictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.ContainsKeyTrue%28String%2C%20String%29.IDictionary%28Size%3A%20512%29.html) | -16.21% | 13868.243887 | 11620.707898 | +| System.Collections.ContainsTrue.ICollection(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.ContainsTrue%28Int32%29.ICollection%28Size%3A%20512%29.html) | -19.57% | 17427.696779 | 14017.252407 | +| System.Collections.ContainsTrue.ImmutableArray(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.ContainsTrue%28Int32%29.ImmutableArray%28Size%3A%20512%29.html) | -15.31% | 18729.211749 | 15861.240932 | +| System.Collections.ContainsTrue.Span(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.ContainsTrue%28String%29.Span%28Size%3A%20512%29.html) | -15.97% | 477638.062852 | 401359.434468 | +| System.Collections.CopyTo.Memory(Size: 2048) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.CopyTo%28Int32%29.Memory%28Size%3A%202048%29.html) | -15.84% | 157.880991 | 132.873535 | +| System.Collections.CopyTo.ReadOnlySpan(Size: 2048) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.CopyTo%28Int32%29.ReadOnlySpan%28Size%3A%202048%29.html) | -18.31% | 162.404423 | 132.675531 | +| System.Collections.CopyTo.Span(Size: 2048) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.CopyTo%28Int32%29.Span%28Size%3A%202048%29.html) | -19.12% | 163.521465 | 132.253194 | +| System.Collections.CreateAddAndClear.ConcurrentBag(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.CreateAddAndClear%28Int32%29.ConcurrentBag%28Size%3A%20512%29.html) | -19.98% | 9255.873594 | 7406.759543 | +| System.Collections.CreateAddAndClear.HashSet(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.CreateAddAndClear%28Int32%29.HashSet%28Size%3A%20512%29.html) | -15.88% | 8264.859488 | 6952.756578 | +| System.Collections.CtorFromCollection.FrozenSet(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.CtorFromCollection%28Int32%29.FrozenSet%28Size%3A%20512%29.html) | -19.07% | 46563.038438 | 37681.248671 | +| System.Collections.CtorFromCollection.ImmutableStack(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.CtorFromCollection%28Int32%29.ImmutableStack%28Size%3A%20512%29.html) | -17.99% | 3255.373570 | 2669.845327 | +| System.Collections.CtorFromCollection.FrozenDictionaryOptimized(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.CtorFromCollection%28String%29.FrozenDictionaryOptimized%28Size%3A%20512%29.html) | -17.13% | 58451.241629 | 48439.822824 | +| System.Collections.CtorFromCollection.FrozenSet(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.CtorFromCollection%28String%29.FrozenSet%28Size%3A%20512%29.html) | -17.63% | 80178.012772 | 66039.185344 | +| System.Collections.IndexerSet.ConcurrentDictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.IndexerSet%28String%29.ConcurrentDictionary%28Size%3A%20512%29.html) | -15.44% | 25084.579255 | 21212.721545 | +| System.Collections.IndexerSet.Dictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.IndexerSet%28String%29.Dictionary%28Size%3A%20512%29.html) | -16.34% | 12781.522677 | 10693.319787 | +| System.Collections.IterateForEach.ConcurrentDictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.IterateForEach%28String%29.ConcurrentDictionary%28Size%3A%20512%29.html) | -15.35% | 11742.742712 | 9940.630481 | +| System.Collections.IterateForEach.IEnumerable(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.IterateForEach%28String%29.IEnumerable%28Size%3A%20512%29.html) | -19.23% | 1626.984538 | 1314.098970 | +| System.Collections.IterateForEachNonGeneric.Queue(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.IterateForEachNonGeneric%28Int32%29.Queue%28Size%3A%20512%29.html) | -16.22% | 2912.406633 | 2439.948715 | +| System.Collections.IterateForEachNonGeneric.ArrayList(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.IterateForEachNonGeneric%28String%29.ArrayList%28Size%3A%20512%29.html) | -15.09% | 2109.396077 | 1791.105055 | +| System.Collections.IterateForEachNonGeneric.Queue(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.IterateForEachNonGeneric%28String%29.Queue%28Size%3A%20512%29.html) | -16.18% | 2912.425894 | 2441.229053 | +| System.Collections.Perf_DefaultFrozenDictionary.ToFrozenDictionary(Count: 100) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.Perf_DefaultFrozenDictionary.ToFrozenDictionary%28Count%3A%20100%29.html) | -18.17% | 11984.939649 | 9807.399862 | +| System.Collections.Perf_DefaultFrozenDictionary.ToFrozenDictionary(Count: 1000) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.Perf_DefaultFrozenDictionary.ToFrozenDictionary%28Count%3A%201000%29.html) | -18.26% | 80820.810223 | 66059.575989 | +| System.Collections.Perf_Frozen.ToFrozenSet(Count: 64) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.Perf_Frozen%28NotKnownComparable%29.ToFrozenSet%28Count%3A%2064%29.html) | -19.09% | 4132.071760 | 3343.465291 | +| System.Collections.Perf_Frozen.Contains_True(Count: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.Perf_Frozen%28ReferenceType%29.Contains_True%28Count%3A%204%29.html) | -15.52% | 63.306454 | 53.482520 | +| System.Collections.Perf_Frozen.ToFrozenDictionary(Count: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.Perf_Frozen%28ReferenceType%29.ToFrozenDictionary%28Count%3A%20512%29.html) | -16.38% | 46293.642832 | 38711.987622 | +| System.Collections.Perf_Frozen.ToFrozenSet(Count: 64) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.Perf_Frozen%28ReferenceType%29.ToFrozenSet%28Count%3A%2064%29.html) | -15.51% | 5220.886723 | 4411.174172 | +| System.Collections.Perf_SubstringFrozenDictionary.ToFrozenDictionary(Count: 1000) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.Perf_SubstringFrozenDictionary.ToFrozenDictionary%28Count%3A%201000%29.html) | -17.91% | 89158.447778 | 73186.797781 | +| System.Collections.Perf_SubstringFrozenDictionary.TryGetValue_True_FrozenDictionary(Count: 1000) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.Perf_SubstringFrozenDictionary.TryGetValue_True_FrozenDictionary%28Count%3A%201000%29.html) | -15.50% | 13580.920873 | 11475.724151 | +| System.Collections.Tests.Add_Remove_SteadyState.ImmutableStack(Count: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.Tests.Add_Remove_SteadyState%28Int32%29.ImmutableStack%28Count%3A%20512%29.html) | -18.16% | 13.297252 | 10.882890 | +| System.Collections.Tests.Add_Remove_SteadyState.ConcurrentBag(Count: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.Tests.Add_Remove_SteadyState%28String%29.ConcurrentBag%28Count%3A%20512%29.html) | -16.03% | 39.249853 | 32.957645 | +| System.Collections.Tests.Add_Remove_SteadyState.ImmutableStack(Count: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.Tests.Add_Remove_SteadyState%28String%29.ImmutableStack%28Count%3A%20512%29.html) | -17.93% | 15.257228 | 12.521390 | +| System.Collections.Tests.Add_Remove_SteadyState.Stack(Count: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.Tests.Add_Remove_SteadyState%28String%29.Stack%28Count%3A%20512%29.html) | -16.96% | 8.474071 | 7.037230 | +| System.Collections.Tests.DictionarySequentialKeys.ContainsValue_17_Int_Int | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.Tests.DictionarySequentialKeys.ContainsValue_17_Int_Int.html) | -16.56% | 5.828959 | 4.863398 | +| System.Collections.Tests.Perf_BitArray.BitArrayByteArrayCtor(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.Tests.Perf_BitArray.BitArrayByteArrayCtor%28Size%3A%20512%29.html) | -15.26% | 249.469547 | 211.409349 | +| System.Collections.Tests.Perf_BitArray.BitArrayLeftShift(Size: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.Tests.Perf_BitArray.BitArrayLeftShift%28Size%3A%204%29.html) | -18.10% | 6.025334 | 4.934954 | +| System.Collections.Tests.Perf_BitArray.BitArraySet(Size: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.Tests.Perf_BitArray.BitArraySet%28Size%3A%204%29.html) | -18.65% | 9.876116 | 8.034060 | +| System.Collections.Tests.Perf_BitArray.BitArraySetLengthShrink(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.Tests.Perf_BitArray.BitArraySetLengthShrink%28Size%3A%20512%29.html) | -16.23% | 251.963566 | 211.064898 | +| System.Collections.Tests.Perf_PriorityQueue.HeapSort(Size: 1000) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.Tests.Perf_PriorityQueue%28Int32%2C%20Int32%29.HeapSort%28Size%3A%201000%29.html) | -17.81% | 79723.802442 | 65521.039449 | +| System.Collections.TryGetValueFalse.Dictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.TryGetValueFalse%28Int32%2C%20Int32%29.Dictionary%28Size%3A%20512%29.html) | -16.19% | 2824.527107 | 2367.316109 | +| System.Collections.TryGetValueFalse.IDictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.TryGetValueFalse%28SmallClass%2C%20SmallClass%29.IDictionary%28Size%3A%20512%29.html) | -18.34% | 6884.593362 | 5622.019543 | +| System.Collections.TryGetValueTrue.Dictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.TryGetValueTrue%28Int32%2C%20Int32%29.Dictionary%28Size%3A%20512%29.html) | -19.74% | 3085.178809 | 2476.173088 | +| System.Collections.TryGetValueTrue.Dictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.TryGetValueTrue%28String%2C%20String%29.Dictionary%28Size%3A%20512%29.html) | -17.17% | 12492.837757 | 10348.113912 | +| System.ComponentModel.Tests.Perf_TypeDescriptorTests.GetConverter(typeToConvert: typeof(System.ComponentModel.Tests.DerivedClass)) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.ComponentModel.Tests.Perf_TypeDescriptorTests.GetConverter%28typeToConvert%3A%20typeof%28System.ComponentModel.Tests.DerivedClass%29%29.html) | -19.07% | 126.457387 | 102.341719 | +| System.ComponentModel.Tests.Perf_TypeDescriptorTests.GetConverter(typeToConvert: typeof(System.ComponentModel.Tests.SomeValueType?)) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.ComponentModel.Tests.Perf_TypeDescriptorTests.GetConverter%28typeToConvert%3A%20typeof%28System.ComponentModel.Tests.SomeValueType%3F%29%29.html) | -16.43% | 127.316387 | 106.397994 | +| System.ComponentModel.Tests.Perf_TypeDescriptorTests.GetConverter(typeToConvert: typeof(System.Enum)) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.ComponentModel.Tests.Perf_TypeDescriptorTests.GetConverter%28typeToConvert%3A%20typeof%28System.Enum%29%29.html) | -19.18% | 128.281087 | 103.676289 | +| System.ComponentModel.Tests.Perf_TypeDescriptorTests.GetConverter(typeToConvert: typeof(System.Guid)) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.ComponentModel.Tests.Perf_TypeDescriptorTests.GetConverter%28typeToConvert%3A%20typeof%28System.Guid%29%29.html) | -18.67% | 128.418550 | 104.446512 | +| System.ComponentModel.Tests.Perf_TypeDescriptorTests.GetConverter(typeToConvert: typeof(int)) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.ComponentModel.Tests.Perf_TypeDescriptorTests.GetConverter%28typeToConvert%3A%20typeof%28int%29%29.html) | -16.77% | 126.169123 | 105.007370 | +| System.Diagnostics.Perf_Activity.EnumerateActivityLinksLarge | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Diagnostics.Perf_Activity.EnumerateActivityLinksLarge.html) | -16.77% | 4694.179189 | 3906.867825 | +| System.Formats.Cbor.Tests.Perf_CborReader.ReadCoseKey(publicKey: ECDSA_P256) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Formats.Cbor.Tests.Perf_CborReader.ReadCoseKey%28publicKey%3A%20ECDSA_P256%29.html) | -15.28% | 472.312360 | 400.146864 | +| System.Formats.Cbor.Tests.Perf_CborReader.ReadCoseKey(publicKey: ECDSA_P384) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Formats.Cbor.Tests.Perf_CborReader.ReadCoseKey%28publicKey%3A%20ECDSA_P384%29.html) | -16.04% | 482.013334 | 404.706558 | +| System.Formats.Cbor.Tests.Perf_CborReader.ReadCoseKey(publicKey: ECDSA_P521) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Formats.Cbor.Tests.Perf_CborReader.ReadCoseKey%28publicKey%3A%20ECDSA_P521%29.html) | -15.26% | 478.552213 | 405.524810 | +| System.Formats.Cbor.Tests.Perf_CborWriter.WriteCoseKey(publicKey: ECDSA_P256) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Formats.Cbor.Tests.Perf_CborWriter.WriteCoseKey%28publicKey%3A%20ECDSA_P256%29.html) | -18.23% | 431.019946 | 352.442354 | +| System.Formats.Cbor.Tests.Perf_CborWriter.WriteCoseKey(publicKey: ECDSA_P384) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Formats.Cbor.Tests.Perf_CborWriter.WriteCoseKey%28publicKey%3A%20ECDSA_P384%29.html) | -16.13% | 455.473266 | 381.984854 | +| System.Formats.Cbor.Tests.Perf_CborWriter.WriteCoseKey(publicKey: ECDSA_P521) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Formats.Cbor.Tests.Perf_CborWriter.WriteCoseKey%28publicKey%3A%20ECDSA_P521%29.html) | -16.61% | 481.123346 | 401.208400 | +| System.Globalization.Tests.Perf_NumberCultureInfo.ToString(culturestring: ) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Globalization.Tests.Perf_NumberCultureInfo.ToString%28culturestring%3A%20%29.html) | -15.47% | 144.877088 | 122.468918 | +| System.Globalization.Tests.Perf_NumberCultureInfo.ToString(culturestring: da) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Globalization.Tests.Perf_NumberCultureInfo.ToString%28culturestring%3A%20da%29.html) | -15.63% | 144.652564 | 122.039369 | +| System.Globalization.Tests.Perf_NumberCultureInfo.ToString(culturestring: fr) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Globalization.Tests.Perf_NumberCultureInfo.ToString%28culturestring%3A%20fr%29.html) | -16.80% | 147.242877 | 122.507837 | +| System.Globalization.Tests.Perf_NumberCultureInfo.ToString(culturestring: ja) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Globalization.Tests.Perf_NumberCultureInfo.ToString%28culturestring%3A%20ja%29.html) | -15.93% | 144.304252 | 121.323684 | +| System.Globalization.Tests.StringSearch.IndexOf_Word_NotFound(Options: (en-US, None, False)) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Globalization.Tests.StringSearch.IndexOf_Word_NotFound%28Options%3A%20%28en-US%2C%20None%2C%20False%29%29.html) | -15.28% | 478.003501 | 404.965017 | +| System.Globalization.Tests.StringSearch.IndexOf_Word_NotFound(Options: (en-US, OrdinalIgnoreCase, False)) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Globalization.Tests.StringSearch.IndexOf_Word_NotFound%28Options%3A%20%28en-US%2C%20OrdinalIgnoreCase%2C%20False%29%29.html) | -15.08% | 35.683407 | 30.301470 | +| System.Globalization.Tests.StringSearch.IsSuffix_SecondHalf(Options: (pl-PL, None, False)) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Globalization.Tests.StringSearch.IsSuffix_SecondHalf%28Options%3A%20%28pl-PL%2C%20None%2C%20False%29%29.html) | -17.89% | 11273.557224 | 9256.358766 | +| System.IO.Tests.BinaryReaderTests.DefaultCtor | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.IO.Tests.BinaryReaderTests.DefaultCtor.html) | -15.08% | 16.378412 | 13.908238 | +| System.IO.Tests.BinaryWriterTests.WriteAsciiChar | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.IO.Tests.BinaryWriterTests.WriteAsciiChar.html) | -19.87% | 6.376074 | 5.109370 | +| System.IO.Tests.BinaryWriterTests.WriteHalf | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.IO.Tests.BinaryWriterTests.WriteHalf.html) | -16.94% | 9.495624 | 7.886868 | +| System.IO.Tests.Perf_Path.ChangeExtension | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.IO.Tests.Perf_Path.ChangeExtension.html) | -18.39% | 25.455393 | 20.773961 | +| System.IO.Tests.StreamReaderReadLineTests.ReadLineAsync(LineLengthRange: [ 0, 0]) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.IO.Tests.StreamReaderReadLineTests.ReadLineAsync%28LineLengthRange%3A%20%5B%20%20%200%2C%20%20%20%200%5D%29.html) | -15.90% | 287120.341615 | 241476.710173 | +| System.Linq.Tests.Perf_Enumerable.All_AllElementsMatch(input: IEnumerable) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Linq.Tests.Perf_Enumerable.All_AllElementsMatch%28input%3A%20IEnumerable%29.html) | -19.03% | 242.473843 | 196.338299 | +| System.Linq.Tests.Perf_Enumerable.AnyWithPredicate_LastElementMatches(input: IEnumerable) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Linq.Tests.Perf_Enumerable.AnyWithPredicate_LastElementMatches%28input%3A%20IEnumerable%29.html) | -18.57% | 244.934919 | 199.451469 | +| System.Linq.Tests.Perf_Enumerable.LastWithPredicate_FirstElementMatches(input: IList) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Linq.Tests.Perf_Enumerable.LastWithPredicate_FirstElementMatches%28input%3A%20IList%29.html) | -15.69% | 6.988330 | 5.891640 | +| System.Linq.Tests.Perf_Enumerable.Repeat | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Linq.Tests.Perf_Enumerable.Repeat.html) | -17.03% | 211.807440 | 175.727084 | +| System.Linq.Tests.Perf_Enumerable.SequenceEqual(input1: Array, input2: Array) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Linq.Tests.Perf_Enumerable.SequenceEqual%28input1%3A%20Array%2C%20input2%3A%20Array%29.html) | -17.79% | 8.263341 | 6.793414 | +| System.Linq.Tests.Perf_Enumerable.Sum(input: IEnumerable) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Linq.Tests.Perf_Enumerable.Sum%28input%3A%20IEnumerable%29.html) | -18.07% | 243.181701 | 199.240790 | +| System.Linq.Tests.Perf_Enumerable.ToDictionary(input: Array) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Linq.Tests.Perf_Enumerable.ToDictionary%28input%3A%20Array%29.html) | -19.88% | 891.510947 | 714.238174 | +| System.Linq.Tests.Perf_Enumerable.Where(input: IEnumerable) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Linq.Tests.Perf_Enumerable.Where%28input%3A%20IEnumerable%29.html) | -15.63% | 454.896111 | 383.789539 | +| System.Linq.Tests.Perf_Enumerable.WhereSingleOrDefault_LastElementMatches(input: IEnumerable) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Linq.Tests.Perf_Enumerable.WhereSingleOrDefault_LastElementMatches%28input%3A%20IEnumerable%29.html) | -18.17% | 353.361956 | 289.169545 | +| System.Linq.Tests.Perf_Enumerable.WhereSingle_LastElementMatches(input: IEnumerable) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Linq.Tests.Perf_Enumerable.WhereSingle_LastElementMatches%28input%3A%20IEnumerable%29.html) | -19.14% | 361.240387 | 292.084144 | +| System.Memory.Constructors.ArrayAsMemoryStartLength | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Memory.Constructors%28Byte%29.ArrayAsMemoryStartLength.html) | -18.17% | 3.956015 | 3.237252 | +| System.Memory.Constructors.MemoryFromArrayStartLength | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Memory.Constructors%28String%29.MemoryFromArrayStartLength.html) | -19.74% | 5.242761 | 4.207659 | +| System.Memory.ReadOnlySequence.Slice_StartPosition(Segment: Multiple) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Memory.ReadOnlySequence.Slice_StartPosition%28Segment%3A%20Multiple%29.html) | -17.21% | 10.231651 | 8.470485 | +| System.Memory.ReadOnlySequence.Slice_StartPosition_And_EndPosition(Segment: Single) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Memory.ReadOnlySequence.Slice_StartPosition_And_EndPosition%28Segment%3A%20Single%29.html) | -17.26% | 8.422513 | 6.969199 | +| System.Memory.ReadOnlySpan.IndexOfString(input: "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA... | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Memory.ReadOnlySpan.IndexOfString%28input%3A%20%22AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA.html) | -15.19% | 21.374683 | 18.127463 | +| System.Memory.ReadOnlySpan.IndexOfString(input: "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", value: "x", comparisonType: OrdinalIgnoreCase) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Memory.ReadOnlySpan.IndexOfString%28input%3A%20%22AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXAAAAAAAAAAAAAAAAAAAAAAAAAAAAA%22%2C%20value%3A%20%22x%22%2C%20comparisonType%3A%20OrdinalIgnoreCase%29.html) | -19.93% | 14.901169 | 11.931832 | +| System.Memory.ReadOnlySpan.IndexOfString(input: "ABCDE", value: "c", comparisonType: InvariantCultureIgnoreCase) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Memory.ReadOnlySpan.IndexOfString%28input%3A%20%22ABCDE%22%2C%20value%3A%20%22c%22%2C%20comparisonType%3A%20InvariantCultureIgnoreCase%29.html) | -18.31% | 27.228757 | 22.243049 | +| System.Memory.Span.Fill(Size: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Memory.Span%28Byte%29.Fill%28Size%3A%204%29.html) | -18.01% | 3.785158 | 3.103269 | +| System.Memory.Span.LastIndexOfValue(Size: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Memory.Span%28Byte%29.LastIndexOfValue%28Size%3A%204%29.html) | -16.43% | 3.890294 | 3.251062 | +| System.Memory.Span.SequenceEqual(Size: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Memory.Span%28Byte%29.SequenceEqual%28Size%3A%204%29.html) | -16.09% | 4.652362 | 3.903662 | +| System.Memory.Span.EndsWith(Size: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Memory.Span%28Char%29.EndsWith%28Size%3A%204%29.html) | -18.38% | 5.436164 | 4.437125 | +| System.Memory.Span.IndexOfAnyFourValues(Size: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Memory.Span%28Char%29.IndexOfAnyFourValues%28Size%3A%204%29.html) | -19.31% | 9.461714 | 7.635128 | +| System.Memory.Span.IndexOfAnyTwoValues(Size: 33) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Memory.Span%28Char%29.IndexOfAnyTwoValues%28Size%3A%2033%29.html) | -18.89% | 6.843612 | 5.550937 | +| System.Memory.Span.IndexOfValue(Size: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Memory.Span%28Char%29.IndexOfValue%28Size%3A%204%29.html) | -16.90% | 4.548516 | 3.779839 | +| System.Memory.Span.SequenceCompareTo(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Memory.Span%28Char%29.SequenceCompareTo%28Size%3A%20512%29.html) | -19.06% | 29.352334 | 23.757407 | +| System.Memory.Span.Fill(Size: 33) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Memory.Span%28Int32%29.Fill%28Size%3A%2033%29.html) | -19.69% | 4.718389 | 3.789387 | +| System.Memory.Span.IndexOfAnyFiveValues(Size: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Memory.Span%28Int32%29.IndexOfAnyFiveValues%28Size%3A%204%29.html) | -17.69% | 12.320750 | 10.141304 | +| System.Memory.Span.IndexOfAnyFourValues(Size: 33) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Memory.Span%28Int32%29.IndexOfAnyFourValues%28Size%3A%2033%29.html) | -16.52% | 59.745470 | 49.872644 | +| System.Memory.Span.IndexOfValue(Size: 33) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Memory.Span%28Int32%29.IndexOfValue%28Size%3A%2033%29.html) | -15.79% | 5.426535 | 4.569536 | +| System.Net.Primitives.Tests.IPAddressPerformanceTests.TryFormat(address: 143.24.20.36) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Net.Primitives.Tests.IPAddressPerformanceTests.TryFormat%28address%3A%20143.24.20.36%29.html) | -17.08% | 21.307266 | 17.667219 | +| System.Numerics.Tensors.Tests.Perf_BinaryIntegerTensorPrimitives.PopCount(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tensors.Tests.Perf_BinaryIntegerTensorPrimitives%28Byte%29.PopCount%28BufferLength%3A%20128%29.html) | -15.82% | 15.522491 | 13.066919 | +| System.Numerics.Tensors.Tests.Perf_BinaryIntegerTensorPrimitives.ShiftLeft(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tensors.Tests.Perf_BinaryIntegerTensorPrimitives%28Int32%29.ShiftLeft%28BufferLength%3A%20128%29.html) | -17.27% | 19.291644 | 15.960391 | +| System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives.Ieee754Remainder_ScalarDividend(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives%28Double%29.Ieee754Remainder_ScalarDividend%28BufferLength%3A%20128%29.html) | -17.77% | 1645.597942 | 1353.201460 | +| System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives.Exp(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives%28Single%29.Exp%28BufferLength%3A%20128%29.html) | -18.07% | 174.445647 | 142.915642 | +| System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives.Exp(BufferLength: 3079) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives%28Single%29.Exp%28BufferLength%3A%203079%29.html) | -19.02% | 3634.686614 | 2943.242313 | +| System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives.Ieee754Remainder_ScalarDividend(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives%28Single%29.Ieee754Remainder_ScalarDividend%28BufferLength%3A%20128%29.html) | -16.05% | 1582.336740 | 1328.392211 | +| System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives.Ieee754Remainder_ScalarDivisor(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives%28Single%29.Ieee754Remainder_ScalarDivisor%28BufferLength%3A%20128%29.html) | -17.95% | 2145.840781 | 1760.623228 | +| System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives.Ieee754Remainder_Vector(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives%28Single%29.Ieee754Remainder_Vector%28BufferLength%3A%20128%29.html) | -17.95% | 1713.847594 | 1406.153374 | +| System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives.AddMultiply_ScalarAddend(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives%28Double%29.AddMultiply_ScalarAddend%28BufferLength%3A%20128%29.html) | -16.90% | 30.615883 | 25.442122 | +| System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives.AddMultiply_ScalarAddend(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives%28Int32%29.AddMultiply_ScalarAddend%28BufferLength%3A%20128%29.html) | -15.47% | 26.281744 | 22.217090 | +| System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives.Max_Vector(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives%28Int32%29.Max_Vector%28BufferLength%3A%20128%29.html) | -15.66% | 22.278026 | 18.788781 | +| System.Numerics.Tests.Perf_BigInteger.Divide(arguments: 1024,512 bits) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tests.Perf_BigInteger.Divide%28arguments%3A%201024%2C512%20bits%29.html) | -18.80% | 726.859847 | 590.237777 | +| System.Numerics.Tests.Perf_BigInteger.ToByteArray(numberString: 123) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tests.Perf_BigInteger.ToByteArray%28numberString%3A%20123%29.html) | -18.64% | 18.244434 | 14.844104 | +| System.Numerics.Tests.Perf_BigInteger.ToStringX(numberString: 123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678... | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tests.Perf_BigInteger.ToStringX%28numberString%3A%20123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678.html) | -15.77% | 393.449179 | 331.403014 | +| System.Numerics.Tests.Perf_VectorOf.DivideBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tests.Perf_VectorOf%28Int16%29.DivideBenchmark.html) | -19.50% | 51.953923 | 41.823656 | +| System.Perf_Convert.GetTypeCode | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Perf_Convert.GetTypeCode.html) | -15.49% | 2.921745 | 2.469077 | +| System.Reflection.Activator.CreateInstanceNames | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Reflection.Activator%28EmptyStruct%29.CreateInstanceNames.html) | -15.27% | 2024.690223 | 1715.607063 | +| System.Reflection.Invoke.Ctor0_NoParams | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Reflection.Invoke.Ctor0_NoParams.html) | -15.32% | 13.659899 | 11.567291 | +| System.Reflection.Invoke.Field_GetStatic_class | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Reflection.Invoke.Field_GetStatic_class.html) | -16.33% | 4.538914 | 3.797596 | +| System.Reflection.Invoke.Field_Get_class | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Reflection.Invoke.Field_Get_class.html) | -17.02% | 7.157497 | 5.939597 | +| System.Reflection.Invoke.Property_Get_int | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Reflection.Invoke.Property_Get_int.html) | -15.94% | 18.005255 | 15.134823 | +| System.Reflection.Metadata.Perf_TypeName.ParseAndGetFullName(input: typeof(System.Int32*)) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Reflection.Metadata.Perf_TypeName.ParseAndGetFullName%28input%3A%20typeof%28System.Int32%2A%29%29.html) | -15.48% | 190.196738 | 160.755001 | +| System.Reflection.Metadata.Perf_TypeName.ParseAndGetFullName(input: typeof(int)) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Reflection.Metadata.Perf_TypeName.ParseAndGetFullName%28input%3A%20typeof%28int%29%29.html) | -19.12% | 95.858675 | 77.527388 | +| System.Reflection.Metadata.Perf_TypeName.Parse_FullNames(input: typeof(System.Int32&)) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Reflection.Metadata.Perf_TypeName.Parse_FullNames%28input%3A%20typeof%28System.Int32%26%29%29.html) | -15.69% | 157.120246 | 132.460453 | +| System.Reflection.Metadata.Perf_TypeName.Parse_FullNames(input: typeof(System.Int32*)) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Reflection.Metadata.Perf_TypeName.Parse_FullNames%28input%3A%20typeof%28System.Int32%2A%29%29.html) | -17.42% | 159.248020 | 131.500665 | +| System.Reflection.Metadata.Perf_TypeName.Parse_FullNames(input: typeof(System.Int32[*])) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Reflection.Metadata.Perf_TypeName.Parse_FullNames%28input%3A%20typeof%28System.Int32%5B%2A%5D%29%29.html) | -15.81% | 167.540116 | 141.049352 | +| System.Reflection.Metadata.Perf_TypeName.Parse_FullNames(input: typeof(System.Int32[,])) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Reflection.Metadata.Perf_TypeName.Parse_FullNames%28input%3A%20typeof%28System.Int32%5B%2C%5D%29%29.html) | -15.32% | 168.795590 | 142.934273 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.DotBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Int16%29.DotBenchmark.html) | -15.84% | 2.429279 | 2.044463 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.DotBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28UInt16%29.DotBenchmark.html) | -15.86% | 2.429320 | 2.044034 | +| System.Tests.Perf_Array.Reverse | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_Array.Reverse.html) | -19.60% | 27.997413 | 22.510014 | +| System.Tests.Perf_Boolean.Parse(value: "False") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_Boolean.Parse%28value%3A%20%22False%22%29.html) | -15.19% | 4.099373 | 3.476723 | +| System.Tests.Perf_Boolean.Parse(value: "false") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_Boolean.Parse%28value%3A%20%22false%22%29.html) | -15.22% | 4.101360 | 3.477252 | +| System.Tests.Perf_Boolean.TryParse(value: "0") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_Boolean.TryParse%28value%3A%20%220%22%29.html) | -15.11% | 5.455870 | 4.631690 | +| System.Tests.Perf_Boolean.TryParse(value: "Bogus") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_Boolean.TryParse%28value%3A%20%22Bogus%22%29.html) | -18.21% | 10.135063 | 8.289403 | +| System.Tests.Perf_Char.Char_ToLower(c: 'A', cultureName: en-US) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_Char.Char_ToLower%28c%3A%20%27A%27%2C%20cultureName%3A%20en-US%29.html) | -19.05% | 5.195521 | 4.205549 | +| System.Tests.Perf_Char.Char_ToLower(c: 'a', cultureName: en-US) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_Char.Char_ToLower%28c%3A%20%27a%27%2C%20cultureName%3A%20en-US%29.html) | -19.82% | 5.244926 | 4.205452 | +| System.Tests.Perf_Char.Char_ToLower(c: 'İ', cultureName: en-US) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_Char.Char_ToLower%28c%3A%20%27%C4%B0%27%2C%20cultureName%3A%20en-US%29.html) | -15.96% | 22.432770 | 18.852304 | +| System.Tests.Perf_Char.Char_ToLower(c: '你', cultureName: zh-Hans) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_Char.Char_ToLower%28c%3A%20%27%E4%BD%A0%27%2C%20cultureName%3A%20zh-Hans%29.html) | -15.12% | 20.668830 | 17.543433 | +| System.Tests.Perf_Char.Char_ToUpper(c: 'İ', cultureName: en-US) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_Char.Char_ToUpper%28c%3A%20%27%C4%B0%27%2C%20cultureName%3A%20en-US%29.html) | -17.03% | 21.823246 | 18.107213 | +| System.Tests.Perf_Char.Char_ToUpper(c: '你', cultureName: zh-Hans) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_Char.Char_ToUpper%28c%3A%20%27%E4%BD%A0%27%2C%20cultureName%3A%20zh-Hans%29.html) | -15.77% | 20.743939 | 17.473455 | +| System.Tests.Perf_DateTimeOffset.GetNow | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_DateTimeOffset.GetNow.html) | -15.36% | 126.269511 | 106.869755 | +| System.Tests.Perf_DateTimeOffset.ToString(format: "r") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_DateTimeOffset.ToString%28format%3A%20%22r%22%29.html) | -16.98% | 47.999160 | 39.848051 | +| System.Tests.Perf_Decimal.Round | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_Decimal.Round.html) | -15.16% | 15.297765 | 12.979085 | +| System.Tests.Perf_Decimal.TryParse(value: "123456.789") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_Decimal.TryParse%28value%3A%20%22123456.789%22%29.html) | -15.20% | 100.276470 | 85.037682 | +| System.Tests.Perf_Double.ToStringWithCultureInfo(value: 12345, culture: zh) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_Double.ToStringWithCultureInfo%28value%3A%2012345%2C%20culture%3A%20zh%29.html) | -18.39% | 147.432790 | 120.315435 | +| System.Tests.Perf_Enum.IsDefined_Generic_NonFlags | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_Enum.IsDefined_Generic_NonFlags.html) | -19.73% | 4.469126 | 3.587195 | +| System.Tests.Perf_Enum.Parse_Flags(text: "Red, Orange, Yellow, Green, Blue") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_Enum.Parse_Flags%28text%3A%20%22Red%2C%20Orange%2C%20Yellow%2C%20Green%2C%20Blue%22%29.html) | -17.61% | 139.418170 | 114.870405 | +| System.Tests.Perf_Guid.ParseExactD | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_Guid.ParseExactD.html) | -16.77% | 35.782060 | 29.781021 | +| System.Tests.Perf_Int128.ToString(value: 170141183460469231731687303715884105727) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_Int128.ToString%28value%3A%20170141183460469231731687303715884105727%29.html) | -17.94% | 166.592594 | 136.700274 | +| System.Tests.Perf_Int32.ToString(value: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_Int32.ToString%28value%3A%204%29.html) | -17.45% | 7.158381 | 5.909059 | +| System.Tests.Perf_Int32.TryFormat(value: 12345) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_Int32.TryFormat%28value%3A%2012345%29.html) | -15.65% | 7.767508 | 6.551872 | +| System.Tests.Perf_Int32.TryFormat(value: 2147483647) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_Int32.TryFormat%28value%3A%202147483647%29.html) | -18.79% | 10.758966 | 8.736960 | +| System.Tests.Perf_Int32.TryFormat(value: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_Int32.TryFormat%28value%3A%204%29.html) | -19.36% | 5.028733 | 4.055068 | +| System.Tests.Perf_Random.Next_int_int | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_Random.Next_int_int.html) | -19.71% | 8.218672 | 6.598759 | +| System.Tests.Perf_Random.Next_long_long | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_Random.Next_long_long.html) | -19.68% | 48.168402 | 38.688213 | +| System.Tests.Perf_Single.ToString(value: -3.4028235E+38) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_Single.ToString%28value%3A%20-3.4028235E%2B38%29.html) | -16.25% | 173.260052 | 145.101251 | +| System.Tests.Perf_Single.ToString(value: 3.4028235E+38) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_Single.ToString%28value%3A%203.4028235E%2B38%29.html) | -18.16% | 169.742375 | 138.923065 | +| System.Tests.Perf_Single.ToStringWithCultureInfo(value: 12345, culture: zh) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_Single.ToStringWithCultureInfo%28value%3A%2012345%2C%20culture%3A%20zh%29.html) | -19.59% | 148.388511 | 119.316347 | +| System.Tests.Perf_Single.ToStringWithCultureInfo(value: 3.4028235E+38, culture: zh) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_Single.ToStringWithCultureInfo%28value%3A%203.4028235E%2B38%2C%20culture%3A%20zh%29.html) | -16.11% | 165.480409 | 138.825646 | +| System.Tests.Perf_Single.ToStringWithFormat(value: -3.4028235E+38, format: "G") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_Single.ToStringWithFormat%28value%3A%20-3.4028235E%2B38%2C%20format%3A%20%22G%22%29.html) | -16.55% | 175.163377 | 146.167240 | +| System.Tests.Perf_Single.ToStringWithFormat(value: -3.4028235E+38, format: "R") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_Single.ToStringWithFormat%28value%3A%20-3.4028235E%2B38%2C%20format%3A%20%22R%22%29.html) | -17.82% | 174.380389 | 143.299486 | +| System.Tests.Perf_Single.ToStringWithFormat(value: 12345, format: "F50") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_Single.ToStringWithFormat%28value%3A%2012345%2C%20format%3A%20%22F50%22%29.html) | -15.32% | 277.905470 | 235.317418 | +| System.Tests.Perf_Single.ToStringWithFormat(value: 3.4028235E+38, format: "R") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_Single.ToStringWithFormat%28value%3A%203.4028235E%2B38%2C%20format%3A%20%22R%22%29.html) | -18.57% | 175.930637 | 143.254529 | +| System.Tests.Perf_String.Join_Array | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_String.Join_Array.html) | -16.71% | 55.797219 | 46.472241 | +| System.Tests.Perf_String.ToUpper(s: "TEST") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_String.ToUpper%28s%3A%20%22TEST%22%29.html) | -15.63% | 11.823516 | 9.975751 | +| System.Tests.Perf_String.TrimEnd_CharArr(s: "Test", c: [' ', ' ']) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_String.TrimEnd_CharArr%28s%3A%20%22Test%22%2C%20c%3A%20%5B%27%20%27%2C%20%27%E2%80%85%27%5D%29.html) | -15.76% | 8.837037 | 7.444059 | +| System.Tests.Perf_String.Trim_CharArr(s: "Test", c: [' ', ' ']) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_String.Trim_CharArr%28s%3A%20%22Test%22%2C%20c%3A%20%5B%27%20%27%2C%20%27%E2%80%85%27%5D%29.html) | -16.69% | 10.731064 | 8.940090 | +| System.Tests.Perf_Type.GetType_FullyQualifiedNames(input: typeof(System.Int32*)) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_Type.GetType_FullyQualifiedNames%28input%3A%20typeof%28System.Int32%2A%29%29.html) | -16.72% | 1331.113029 | 1108.490453 | +| System.Tests.Perf_Type.GetType_FullyQualifiedNames(input: typeof(System.Int32[,])) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_Type.GetType_FullyQualifiedNames%28input%3A%20typeof%28System.Int32%5B%2C%5D%29%29.html) | -18.45% | 1332.126575 | 1086.376519 | +| System.Tests.Perf_Type.GetType_FullyQualifiedNames(input: typeof(System.Tests.Nested)) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_Type.GetType_FullyQualifiedNames%28input%3A%20typeof%28System.Tests.Nested%29%29.html) | -18.80% | 1325.702757 | 1076.440236 | +| System.Tests.Perf_Type.GetType_NonFullyQualifiedNames(input: "System.Int32[*]") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_Type.GetType_NonFullyQualifiedNames%28input%3A%20%22System.Int32%5B%2A%5D%22%29.html) | -18.80% | 1257.814742 | 1021.357184 | +| System.Tests.Perf_Type.GetType_NonFullyQualifiedNames(input: "System.Int32[,]") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_Type.GetType_NonFullyQualifiedNames%28input%3A%20%22System.Int32%5B%2C%5D%22%29.html) | -19.36% | 1260.611419 | 1016.531577 | +| System.Tests.Perf_Type.op_Equality | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_Type.op_Equality.html) | -18.25% | 3.339961 | 2.730379 | +| System.Tests.Perf_UInt32.ToString(value: 4294967295) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_UInt32.ToString%28value%3A%204294967295%29.html) | -19.68% | 21.591401 | 17.341256 | +| System.Tests.Perf_UInt64.TryFormat(value: 18446744073709551615) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_UInt64.TryFormat%28value%3A%2018446744073709551615%29.html) | -18.01% | 21.308031 | 17.469622 | +| System.Tests.Perf_Uri.CombineAbsoluteRelative(input: "/new/path") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_Uri.CombineAbsoluteRelative%28input%3A%20%22/new/path%22%29.html) | -19.75% | 206.237889 | 165.496262 | +| System.Tests.Perf_Uri.Ctor(input: "http://dot.net") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_Uri.Ctor%28input%3A%20%22http%3A//dot.net%22%29.html) | -17.61% | 106.787645 | 87.982680 | +| System.Tests.Perf_Uri.Ctor(input: "http://xn--hst-sna.with.xn--nicode-2ya") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_Uri.Ctor%28input%3A%20%22http%3A//xn--hst-sna.with.xn--nicode-2ya%22%29.html) | -18.86% | 164.433895 | 133.415625 | +| System.Tests.Perf_Uri.Ctor(input: "https://a.much.longer.domain.name") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_Uri.Ctor%28input%3A%20%22https%3A//a.much.longer.domain.name%22%29.html) | -15.87% | 176.355591 | 148.368835 | +| System.Tests.Perf_Uri.Ctor(input: "https://contoso.com") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_Uri.Ctor%28input%3A%20%22https%3A//contoso.com%22%29.html) | -19.02% | 108.737624 | 88.057936 | +| System.Tests.Perf_Version.TryParse2 | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_Version.TryParse2.html) | -16.17% | 33.962151 | 28.470513 | +| System.Text.Encodings.Web.Tests.Perf_Encoders.EncodeUtf16(arguments: JavaScript,no escaping required,16) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Encodings.Web.Tests.Perf_Encoders.EncodeUtf16%28arguments%3A%20JavaScript%2Cno%20escaping%20required%2C16%29.html) | -17.13% | 20.051391 | 16.616267 | +| System.Text.Encodings.Web.Tests.Perf_Encoders.EncodeUtf16(arguments: UnsafeRelaxed,hello "there",512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Encodings.Web.Tests.Perf_Encoders.EncodeUtf16%28arguments%3A%20UnsafeRelaxed%2Chello%20%22there%22%2C512%29.html) | -17.49% | 98.001032 | 80.856770 | +| System.Text.Encodings.Web.Tests.Perf_Encoders.EncodeUtf16(arguments: UnsafeRelaxed,no required,16) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Encodings.Web.Tests.Perf_Encoders.EncodeUtf16%28arguments%3A%20UnsafeRelaxed%2Cno%20%28escaping%20/%29%20required%2C16%29.html) | -17.90% | 20.181734 | 16.569942 | +| System.Text.Encodings.Web.Tests.Perf_Encoders.EncodeUtf8(arguments: JavaScript,&Hello+!,16) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Encodings.Web.Tests.Perf_Encoders.EncodeUtf8%28arguments%3A%20JavaScript%2C%26Hello%2B%28World%29%21%2C16%29.html) | -19.69% | 51.545843 | 41.397408 | +| System.Text.Json.Document.Tests.Perf_DocumentParse.Parse(IsDataIndented: False, TestRandomAccess: True, TestCase: HelloWorld) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Document.Tests.Perf_DocumentParse.Parse%28IsDataIndented%3A%20False%2C%20TestRandomAccess%3A%20True%2C%20TestCase%3A%20HelloWorld%29.html) | -15.43% | 253.133112 | 214.083033 | +| System.Text.Json.Document.Tests.Perf_EnumerateArray.Parse(TestCase: ArrayOfNumbers) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Document.Tests.Perf_EnumerateArray.Parse%28TestCase%3A%20ArrayOfNumbers%29.html) | -15.69% | 11143.324257 | 9394.998525 | +| System.Text.Json.Document.Tests.Perf_EnumerateObject.Parse(TestCase: NumericProperties) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Document.Tests.Perf_EnumerateObject.Parse%28TestCase%3A%20NumericProperties%29.html) | -15.06% | 17386.559809 | 14767.354786 | +| System.Text.Json.Document.Tests.Perf_ParseThenWrite.ParseThenWrite(IsDataIndented: False, TestCase: DeepTree) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Document.Tests.Perf_ParseThenWrite.ParseThenWrite%28IsDataIndented%3A%20False%2C%20TestCase%3A%20DeepTree%29.html) | -15.51% | 12042.707038 | 10175.144807 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromReader(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.ReadJson%28ArrayList%29.DeserializeFromReader%28Mode%3A%20Reflection%29.html) | -15.85% | 19798.646336 | 16659.815023 | +| System.Text.Json.Serialization.Tests.ReadJson>.DeserializeFromReader(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.ReadJson%28Dictionary%28String%2C%20String%29%29.DeserializeFromReader%28Mode%3A%20Reflection%29.html) | -17.07% | 22377.369543 | 18558.549140 | +| System.Text.Json.Serialization.Tests.ReadJson>.DeserializeFromReader(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.ReadJson%28Dictionary%28String%2C%20String%29%29.DeserializeFromReader%28Mode%3A%20SourceGen%29.html) | -16.64% | 22516.772866 | 18768.998845 | +| System.Text.Json.Serialization.Tests.ReadJson>.DeserializeFromStream(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.ReadJson%28Dictionary%28String%2C%20String%29%29.DeserializeFromStream%28Mode%3A%20Reflection%29.html) | -19.18% | 19028.002232 | 15379.069336 | +| System.Text.Json.Serialization.Tests.ReadJson>.DeserializeFromString(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.ReadJson%28Dictionary%28String%2C%20String%29%29.DeserializeFromString%28Mode%3A%20Reflection%29.html) | -17.28% | 18356.014414 | 15184.399217 | +| System.Text.Json.Serialization.Tests.ReadJson>.DeserializeFromUtf8Bytes(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.ReadJson%28Dictionary%28String%2C%20String%29%29.DeserializeFromUtf8Bytes%28Mode%3A%20Reflection%29.html) | -17.76% | 17858.440685 | 14686.975920 | +| System.Text.Json.Serialization.Tests.ReadJson>.DeserializeFromUtf8Bytes(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.ReadJson%28Dictionary%28String%2C%20String%29%29.DeserializeFromUtf8Bytes%28Mode%3A%20SourceGen%29.html) | -16.22% | 17945.164595 | 15035.076937 | +| System.Text.Json.Serialization.Tests.ReadJson>.DeserializeFromStream(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.ReadJson%28HashSet%28String%29%29.DeserializeFromStream%28Mode%3A%20Reflection%29.html) | -16.90% | 11109.650811 | 9231.880035 | +| System.Text.Json.Serialization.Tests.ReadJson>.DeserializeFromStream(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.ReadJson%28HashSet%28String%29%29.DeserializeFromStream%28Mode%3A%20SourceGen%29.html) | -16.13% | 11190.939133 | 9385.371696 | +| System.Text.Json.Serialization.Tests.ReadJson>.DeserializeFromReader(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.ReadJson%28ImmutableDictionary%28String%2C%20String%29%29.DeserializeFromReader%28Mode%3A%20Reflection%29.html) | -16.79% | 39794.082496 | 33111.681548 | +| System.Text.Json.Serialization.Tests.ReadJson>.DeserializeFromReader(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.ReadJson%28ImmutableDictionary%28String%2C%20String%29%29.DeserializeFromReader%28Mode%3A%20SourceGen%29.html) | -17.12% | 40261.601330 | 33369.966343 | +| System.Text.Json.Serialization.Tests.ReadJson>.DeserializeFromStream(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.ReadJson%28ImmutableDictionary%28String%2C%20String%29%29.DeserializeFromStream%28Mode%3A%20Reflection%29.html) | -17.45% | 37528.704767 | 30979.233023 | +| System.Text.Json.Serialization.Tests.ReadJson>.DeserializeFromString(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.ReadJson%28ImmutableDictionary%28String%2C%20String%29%29.DeserializeFromString%28Mode%3A%20Reflection%29.html) | -17.42% | 36076.671782 | 29792.522321 | +| System.Text.Json.Serialization.Tests.ReadJson>.DeserializeFromString(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.ReadJson%28ImmutableDictionary%28String%2C%20String%29%29.DeserializeFromString%28Mode%3A%20SourceGen%29.html) | -15.27% | 35717.344631 | 30264.590431 | +| System.Text.Json.Serialization.Tests.ReadJson>.DeserializeFromUtf8Bytes(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.ReadJson%28ImmutableDictionary%28String%2C%20String%29%29.DeserializeFromUtf8Bytes%28Mode%3A%20Reflection%29.html) | -17.10% | 35531.596189 | 29454.525256 | +| System.Text.Json.Serialization.Tests.ReadJson>.DeserializeFromUtf8Bytes(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.ReadJson%28ImmutableDictionary%28String%2C%20String%29%29.DeserializeFromUtf8Bytes%28Mode%3A%20SourceGen%29.html) | -16.98% | 35625.413360 | 29576.096437 | +| System.Text.Json.Serialization.Tests.ReadJson>.DeserializeFromReader(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.ReadJson%28ImmutableSortedDictionary%28String%2C%20String%29%29.DeserializeFromReader%28Mode%3A%20SourceGen%29.html) | -16.60% | 90443.565375 | 75425.920097 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromStream(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.ReadJson%28Int32%29.DeserializeFromStream%28Mode%3A%20Reflection%29.html) | -15.06% | 261.467694 | 222.094493 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromUtf8Bytes(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.ReadJson%28Int32%29.DeserializeFromUtf8Bytes%28Mode%3A%20Reflection%29.html) | -19.36% | 74.129508 | 59.776099 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromUtf8Bytes(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.ReadJson%28Int32%29.DeserializeFromUtf8Bytes%28Mode%3A%20SourceGen%29.html) | -17.36% | 73.014203 | 60.340355 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromReader(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.ReadJson%28Location%29.DeserializeFromReader%28Mode%3A%20Reflection%29.html) | -15.38% | 1490.378487 | 1261.218533 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromReader(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.ReadJson%28Location%29.DeserializeFromReader%28Mode%3A%20SourceGen%29.html) | -15.15% | 1483.725353 | 1259.008511 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromString(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.ReadJson%28Location%29.DeserializeFromString%28Mode%3A%20SourceGen%29.html) | -15.65% | 1067.136938 | 900.179438 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromUtf8Bytes(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.ReadJson%28Location%29.DeserializeFromUtf8Bytes%28Mode%3A%20Reflection%29.html) | -16.02% | 1013.725927 | 851.282879 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromUtf8Bytes(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.ReadJson%28Location%29.DeserializeFromUtf8Bytes%28Mode%3A%20SourceGen%29.html) | -15.67% | 1009.171611 | 851.010746 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromUtf8Bytes(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.ReadJson%28LoginViewModel%29.DeserializeFromUtf8Bytes%28Mode%3A%20SourceGen%29.html) | -15.16% | 370.375308 | 314.237756 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromString(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.ReadJson%28MyEventsListerViewModel%29.DeserializeFromString%28Mode%3A%20SourceGen%29.html) | -15.49% | 237492.131426 | 200704.200152 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromUtf8Bytes(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.ReadJson%28MyEventsListerViewModel%29.DeserializeFromUtf8Bytes%28Mode%3A%20SourceGen%29.html) | -16.17% | 231913.902870 | 194409.964661 | +| System.Text.Json.Serialization.Tests.ReadJson>.DeserializeFromUtf8Bytes(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.ReadJson%28Nullable%28DateTimeOffset%29%29.DeserializeFromUtf8Bytes%28Mode%3A%20Reflection%29.html) | -16.41% | 118.419764 | 98.990513 | +| System.Text.Json.Serialization.Tests.ReadJson>.DeserializeFromUtf8Bytes(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.ReadJson%28Nullable%28DateTimeOffset%29%29.DeserializeFromUtf8Bytes%28Mode%3A%20SourceGen%29.html) | -15.97% | 116.731731 | 98.088286 | +| System.Text.Json.Serialization.Tests.ReadMissingAndCaseInsensitive.CaseInsensitiveMatching | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.ReadMissingAndCaseInsensitive%28Location%29.CaseInsensitiveMatching.html) | -15.30% | 1064.951524 | 902.001254 | +| System.Text.Json.Serialization.Tests.ReadMissingAndCaseInsensitive.CaseInsensitiveNotMatching | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.ReadMissingAndCaseInsensitive%28Location%29.CaseInsensitiveNotMatching.html) | -15.28% | 1061.647418 | 899.442108 | +| System.Text.Json.Serialization.Tests.ReadMissingAndCaseInsensitive.MissingProperties | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.ReadMissingAndCaseInsensitive%28Location%29.MissingProperties.html) | -20.00% | 742.761256 | 594.237036 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToStream(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.WriteJson%28BinaryData%29.SerializeToStream%28Mode%3A%20Reflection%29.html) | -15.16% | 379.452124 | 321.928867 | +| System.Text.Json.Serialization.Tests.WriteJson>.SerializeObjectProperty(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.WriteJson%28Dictionary%28String%2C%20String%29%29.SerializeObjectProperty%28Mode%3A%20SourceGen%29.html) | -16.78% | 7849.056402 | 6532.176216 | +| System.Text.Json.Serialization.Tests.WriteJson>.SerializeToString(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.WriteJson%28Dictionary%28String%2C%20String%29%29.SerializeToString%28Mode%3A%20SourceGen%29.html) | -17.76% | 7647.270654 | 6288.835771 | +| System.Text.Json.Serialization.Tests.WriteJson>.SerializeToUtf8Bytes(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.WriteJson%28Dictionary%28String%2C%20String%29%29.SerializeToUtf8Bytes%28Mode%3A%20SourceGen%29.html) | -18.81% | 7101.580982 | 5765.889812 | +| System.Text.Json.Serialization.Tests.WriteJson>.SerializeToWriter(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.WriteJson%28Dictionary%28String%2C%20String%29%29.SerializeToWriter%28Mode%3A%20SourceGen%29.html) | -17.45% | 6613.562752 | 5459.535292 | +| System.Text.Json.Serialization.Tests.WriteJson>.SerializeToWriter(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.WriteJson%28HashSet%28String%29%29.SerializeToWriter%28Mode%3A%20SourceGen%29.html) | -15.80% | 3711.956957 | 3125.507176 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeObjectProperty(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.WriteJson%28Hashtable%29.SerializeObjectProperty%28Mode%3A%20Reflection%29.html) | -17.09% | 11133.061371 | 9230.177385 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeObjectProperty(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.WriteJson%28Hashtable%29.SerializeObjectProperty%28Mode%3A%20SourceGen%29.html) | -17.16% | 11065.608750 | 9166.777217 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToStream(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.WriteJson%28Hashtable%29.SerializeToStream%28Mode%3A%20Reflection%29.html) | -17.49% | 10143.078448 | 8369.327934 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToString(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.WriteJson%28Hashtable%29.SerializeToString%28Mode%3A%20Reflection%29.html) | -17.56% | 10764.788799 | 8874.487847 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToString(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.WriteJson%28Hashtable%29.SerializeToString%28Mode%3A%20SourceGen%29.html) | -15.99% | 10693.070086 | 8982.779079 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToUtf8Bytes(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.WriteJson%28Hashtable%29.SerializeToUtf8Bytes%28Mode%3A%20Reflection%29.html) | -16.61% | 10181.946951 | 8490.702027 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToUtf8Bytes(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.WriteJson%28Hashtable%29.SerializeToUtf8Bytes%28Mode%3A%20SourceGen%29.html) | -15.94% | 10202.955734 | 8576.387594 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToWriter(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.WriteJson%28Hashtable%29.SerializeToWriter%28Mode%3A%20Reflection%29.html) | -17.14% | 9693.153772 | 8031.809831 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToWriter(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.WriteJson%28Hashtable%29.SerializeToWriter%28Mode%3A%20SourceGen%29.html) | -16.68% | 9665.371024 | 8053.115513 | +| System.Text.Json.Serialization.Tests.WriteJson>.SerializeObjectProperty(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.WriteJson%28ImmutableDictionary%28String%2C%20String%29%29.SerializeObjectProperty%28Mode%3A%20Reflection%29.html) | -15.58% | 17622.817059 | 14877.658517 | +| System.Text.Json.Serialization.Tests.WriteJson>.SerializeObjectProperty(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.WriteJson%28ImmutableDictionary%28String%2C%20String%29%29.SerializeObjectProperty%28Mode%3A%20SourceGen%29.html) | -18.91% | 14496.797437 | 11754.885832 | +| System.Text.Json.Serialization.Tests.WriteJson>.SerializeToStream(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.WriteJson%28ImmutableDictionary%28String%2C%20String%29%29.SerializeToStream%28Mode%3A%20Reflection%29.html) | -17.38% | 16750.904361 | 13839.777177 | +| System.Text.Json.Serialization.Tests.WriteJson>.SerializeToString(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.WriteJson%28ImmutableDictionary%28String%2C%20String%29%29.SerializeToString%28Mode%3A%20Reflection%29.html) | -18.57% | 16702.490351 | 13600.610933 | +| System.Text.Json.Serialization.Tests.WriteJson>.SerializeToWriter(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.WriteJson%28ImmutableDictionary%28String%2C%20String%29%29.SerializeToWriter%28Mode%3A%20SourceGen%29.html) | -15.88% | 12386.768712 | 10419.574672 | +| System.Text.Json.Serialization.Tests.WriteJson>.SerializeObjectProperty(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.WriteJson%28ImmutableSortedDictionary%28String%2C%20String%29%29.SerializeObjectProperty%28Mode%3A%20Reflection%29.html) | -18.10% | 12489.929839 | 10229.459341 | +| System.Text.Json.Serialization.Tests.WriteJson>.SerializeToString(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.WriteJson%28ImmutableSortedDictionary%28String%2C%20String%29%29.SerializeToString%28Mode%3A%20Reflection%29.html) | -18.30% | 12226.743087 | 9989.588328 | +| System.Text.Json.Serialization.Tests.WriteJson>.SerializeToString(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.WriteJson%28ImmutableSortedDictionary%28String%2C%20String%29%29.SerializeToString%28Mode%3A%20SourceGen%29.html) | -16.23% | 8322.330014 | 6971.293713 | +| System.Text.Json.Serialization.Tests.WriteJson>.SerializeToUtf8Bytes(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.WriteJson%28ImmutableSortedDictionary%28String%2C%20String%29%29.SerializeToUtf8Bytes%28Mode%3A%20Reflection%29.html) | -18.47% | 11698.308916 | 9538.192586 | +| System.Text.Json.Serialization.Tests.WriteJson>.SerializeToUtf8Bytes(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.WriteJson%28ImmutableSortedDictionary%28String%2C%20String%29%29.SerializeToUtf8Bytes%28Mode%3A%20SourceGen%29.html) | -17.44% | 7840.063534 | 6472.589640 | +| System.Text.Json.Serialization.Tests.WriteJson>.SerializeToWriter(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.WriteJson%28ImmutableSortedDictionary%28String%2C%20String%29%29.SerializeToWriter%28Mode%3A%20Reflection%29.html) | -16.85% | 11281.433308 | 9380.119978 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeObjectProperty(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.WriteJson%28IndexViewModel%29.SerializeObjectProperty%28Mode%3A%20Reflection%29.html) | -15.06% | 14606.885517 | 12407.164642 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToStream(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.WriteJson%28IndexViewModel%29.SerializeToStream%28Mode%3A%20Reflection%29.html) | -16.84% | 13290.464374 | 11052.805658 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToStream(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.WriteJson%28IndexViewModel%29.SerializeToStream%28Mode%3A%20SourceGen%29.html) | -17.83% | 13304.372840 | 10932.224747 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToString(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.WriteJson%28IndexViewModel%29.SerializeToString%28Mode%3A%20Reflection%29.html) | -15.63% | 14362.155331 | 12117.178370 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToUtf8Bytes(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.WriteJson%28IndexViewModel%29.SerializeToUtf8Bytes%28Mode%3A%20Reflection%29.html) | -18.29% | 13495.335267 | 11027.261207 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToWriter(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.WriteJson%28IndexViewModel%29.SerializeToWriter%28Mode%3A%20Reflection%29.html) | -15.71% | 12392.211031 | 10444.916760 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToWriter(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.WriteJson%28IndexViewModel%29.SerializeToWriter%28Mode%3A%20SourceGen%29.html) | -15.65% | 9051.536582 | 7634.836211 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToString(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.WriteJson%28Int32%29.SerializeToString%28Mode%3A%20Reflection%29.html) | -15.72% | 116.304659 | 98.026119 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToStream(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.WriteJson%28LargeStructWithProperties%29.SerializeToStream%28Mode%3A%20SourceGen%29.html) | -15.20% | 458.898515 | 389.135673 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToUtf8Bytes(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.WriteJson%28LargeStructWithProperties%29.SerializeToUtf8Bytes%28Mode%3A%20Reflection%29.html) | -17.46% | 571.695242 | 471.854939 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToWriter(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.WriteJson%28LargeStructWithProperties%29.SerializeToWriter%28Mode%3A%20Reflection%29.html) | -19.28% | 527.591599 | 425.879139 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToWriter(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.WriteJson%28LoginViewModel%29.SerializeToWriter%28Mode%3A%20Reflection%29.html) | -16.17% | 211.401504 | 177.220675 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToWriter(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.WriteJson%28SimpleStructWithProperties%29.SerializeToWriter%28Mode%3A%20SourceGen%29.html) | -15.73% | 101.538635 | 85.569072 | +| System.Text.Json.Tests.Perf_DateTimes.WriteDateTimes(Formatted: False, SkipValidation: False) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Tests.Perf_DateTimes.WriteDateTimes%28Formatted%3A%20False%2C%20SkipValidation%3A%20False%29.html) | -17.11% | 4367548.399015 | 3620131.588670 | +| System.Text.Json.Tests.Perf_DateTimes.WriteDateTimes(Formatted: False, SkipValidation: True) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Tests.Perf_DateTimes.WriteDateTimes%28Formatted%3A%20False%2C%20SkipValidation%3A%20True%29.html) | -18.29% | 4266059.020936 | 3485878.817734 | +| System.Text.Json.Tests.Perf_DateTimes.WriteDateTimes(Formatted: True, SkipValidation: False) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Tests.Perf_DateTimes.WriteDateTimes%28Formatted%3A%20True%2C%20SkipValidation%3A%20False%29.html) | -15.93% | 4881554.714286 | 4104138.821429 | +| System.Text.Json.Tests.Perf_DateTimes.WriteDateTimes(Formatted: True, SkipValidation: True) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Tests.Perf_DateTimes.WriteDateTimes%28Formatted%3A%20True%2C%20SkipValidation%3A%20True%29.html) | -17.58% | 4879146.928571 | 4021527.142857 | +| System.Text.Json.Tests.Perf_Get.GetSByte | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Tests.Perf_Get.GetSByte.html) | -16.20% | 857.109940 | 718.271661 | +| System.Text.Json.Tests.Perf_Guids.WriteGuids(Formatted: False, SkipValidation: False) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Tests.Perf_Guids.WriteGuids%28Formatted%3A%20False%2C%20SkipValidation%3A%20False%29.html) | -17.54% | 1281775.349087 | 1056991.419173 | +| System.Text.Json.Tests.Perf_Guids.WriteGuids(Formatted: True, SkipValidation: False) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Tests.Perf_Guids.WriteGuids%28Formatted%3A%20True%2C%20SkipValidation%3A%20False%29.html) | -19.18% | 1958637.285714 | 1582993.428571 | +| System.Text.Json.Tests.Perf_Reader.ReadMultiSpanSequenceEmptyLoop(IsDataCompact: False, TestCase: HelloWorld) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Tests.Perf_Reader.ReadMultiSpanSequenceEmptyLoop%28IsDataCompact%3A%20False%2C%20TestCase%3A%20HelloWorld%29.html) | -18.31% | 149.684240 | 122.282959 | +| System.Text.Json.Tests.Perf_Reader.ReadMultiSpanSequenceEmptyLoop(IsDataCompact: True, TestCase: Json400B) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Tests.Perf_Reader.ReadMultiSpanSequenceEmptyLoop%28IsDataCompact%3A%20True%2C%20TestCase%3A%20Json400B%29.html) | -17.15% | 666.318870 | 552.014566 | +| System.Text.Json.Tests.Perf_Reader.ReadMultiSpanSequenceEmptyLoop(IsDataCompact: True, TestCase: LotsOfNumbers) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Tests.Perf_Reader.ReadMultiSpanSequenceEmptyLoop%28IsDataCompact%3A%20True%2C%20TestCase%3A%20LotsOfNumbers%29.html) | -18.10% | 2455.958757 | 2011.513309 | +| System.Text.Json.Tests.Perf_Reader.ReadReturnBytes(IsDataCompact: True, TestCase: Json40KB) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Tests.Perf_Reader.ReadReturnBytes%28IsDataCompact%3A%20True%2C%20TestCase%3A%20Json40KB%29.html) | -15.76% | 50093.415546 | 42196.237297 | +| System.Text.Json.Tests.Perf_Reader.ReadReturnBytes(IsDataCompact: True, TestCase: Json4KB) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Tests.Perf_Reader.ReadReturnBytes%28IsDataCompact%3A%20True%2C%20TestCase%3A%20Json4KB%29.html) | -16.17% | 4782.981010 | 4009.345861 | +| System.Text.Json.Tests.Perf_Reader.ReadSingleSpanSequenceEmptyLoop(IsDataCompact: False, TestCase: Json400B) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Tests.Perf_Reader.ReadSingleSpanSequenceEmptyLoop%28IsDataCompact%3A%20False%2C%20TestCase%3A%20Json400B%29.html) | -18.77% | 789.108145 | 640.965197 | +| System.Text.Json.Tests.Perf_Reader.ReadSingleSpanSequenceEmptyLoop(IsDataCompact: False, TestCase: LotsOfNumbers) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Tests.Perf_Reader.ReadSingleSpanSequenceEmptyLoop%28IsDataCompact%3A%20False%2C%20TestCase%3A%20LotsOfNumbers%29.html) | -19.86% | 2659.876495 | 2131.696372 | +| System.Text.Json.Tests.Perf_Reader.ReadSingleSpanSequenceEmptyLoop(IsDataCompact: True, TestCase: BroadTree) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Tests.Perf_Reader.ReadSingleSpanSequenceEmptyLoop%28IsDataCompact%3A%20True%2C%20TestCase%3A%20BroadTree%29.html) | -17.79% | 5990.372869 | 4924.431691 | +| System.Text.Json.Tests.Perf_Reader.ReadSingleSpanSequenceEmptyLoop(IsDataCompact: True, TestCase: DeepTree) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Tests.Perf_Reader.ReadSingleSpanSequenceEmptyLoop%28IsDataCompact%3A%20True%2C%20TestCase%3A%20DeepTree%29.html) | -19.31% | 2950.049222 | 2380.524860 | +| System.Text.Json.Tests.Perf_Reader.ReadSingleSpanSequenceEmptyLoop(IsDataCompact: True, TestCase: Json400B) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Tests.Perf_Reader.ReadSingleSpanSequenceEmptyLoop%28IsDataCompact%3A%20True%2C%20TestCase%3A%20Json400B%29.html) | -17.95% | 546.759147 | 448.619536 | +| System.Text.Json.Tests.Perf_Reader.ReadSingleSpanSequenceEmptyLoop(IsDataCompact: True, TestCase: Json40KB) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Tests.Perf_Reader.ReadSingleSpanSequenceEmptyLoop%28IsDataCompact%3A%20True%2C%20TestCase%3A%20Json40KB%29.html) | -16.55% | 40545.417132 | 33833.218529 | +| System.Text.Json.Tests.Perf_Reader.ReadSingleSpanSequenceEmptyLoop(IsDataCompact: True, TestCase: Json4KB) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Tests.Perf_Reader.ReadSingleSpanSequenceEmptyLoop%28IsDataCompact%3A%20True%2C%20TestCase%3A%20Json4KB%29.html) | -17.90% | 4035.237275 | 3312.992057 | +| System.Text.Json.Tests.Perf_Reader.ReadSingleSpanSequenceEmptyLoop(IsDataCompact: True, TestCase: LotsOfStrings) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Tests.Perf_Reader.ReadSingleSpanSequenceEmptyLoop%28IsDataCompact%3A%20True%2C%20TestCase%3A%20LotsOfStrings%29.html) | -17.21% | 1034.246869 | 856.204320 | +| System.Text.Json.Tests.Perf_Reader.ReadSpanEmptyLoop(IsDataCompact: False, TestCase: HelloWorld) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Tests.Perf_Reader.ReadSpanEmptyLoop%28IsDataCompact%3A%20False%2C%20TestCase%3A%20HelloWorld%29.html) | -19.35% | 89.540586 | 72.216268 | +| System.Text.Json.Tests.Perf_Reader.ReadSpanEmptyLoop(IsDataCompact: False, TestCase: Json400B) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Tests.Perf_Reader.ReadSpanEmptyLoop%28IsDataCompact%3A%20False%2C%20TestCase%3A%20Json400B%29.html) | -16.63% | 776.153263 | 647.063441 | +| System.Text.Json.Tests.Perf_Reader.ReadSpanEmptyLoop(IsDataCompact: False, TestCase: LotsOfNumbers) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Tests.Perf_Reader.ReadSpanEmptyLoop%28IsDataCompact%3A%20False%2C%20TestCase%3A%20LotsOfNumbers%29.html) | -19.41% | 2647.932557 | 2133.846970 | +| System.Text.Json.Tests.Perf_Reader.ReadSpanEmptyLoop(IsDataCompact: True, TestCase: Json400B) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Tests.Perf_Reader.ReadSpanEmptyLoop%28IsDataCompact%3A%20True%2C%20TestCase%3A%20Json400B%29.html) | -17.90% | 538.903886 | 442.438855 | +| System.Text.Json.Tests.Perf_Reader.ReadSpanEmptyLoop(IsDataCompact: True, TestCase: Json40KB) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Tests.Perf_Reader.ReadSpanEmptyLoop%28IsDataCompact%3A%20True%2C%20TestCase%3A%20Json40KB%29.html) | -17.31% | 40508.676583 | 33495.751953 | +| System.Text.Json.Tests.Perf_Reader.ReadSpanEmptyLoop(IsDataCompact: True, TestCase: Json4KB) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Tests.Perf_Reader.ReadSpanEmptyLoop%28IsDataCompact%3A%20True%2C%20TestCase%3A%20Json4KB%29.html) | -17.00% | 4016.475318 | 3333.644036 | +| System.Text.Json.Tests.Perf_Strings.WriteStringsUtf8(Formatted: True, SkipValidation: True, Escaped: NoneEscaped) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Tests.Perf_Strings.WriteStringsUtf8%28Formatted%3A%20True%2C%20SkipValidation%3A%20True%2C%20Escaped%3A%20NoneEscaped%29.html) | -19.75% | 6693062.956092 | 5371009.163059 | +| System.Text.Json.Tests.Utf8JsonReaderCommentsTests.Utf8JsonReaderCommentParsing(CommentHandling: Allow, SegmentSize: 0, TestCase: ShortSingleLine) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Tests.Utf8JsonReaderCommentsTests.Utf8JsonReaderCommentParsing%28CommentHandling%3A%20Allow%2C%20SegmentSize%3A%200%2C%20TestCase%3A%20ShortSingleLine%29.html) | -17.87% | 101.257109 | 83.162281 | +| System.Text.Json.Tests.Utf8JsonReaderCommentsTests.Utf8JsonReaderCommentParsing(CommentHandling: Allow, SegmentSize: 100, TestCase: LongSingleLine) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Tests.Utf8JsonReaderCommentsTests.Utf8JsonReaderCommentParsing%28CommentHandling%3A%20Allow%2C%20SegmentSize%3A%20100%2C%20TestCase%3A%20LongSingleLine%29.html) | -16.99% | 755.923891 | 627.464889 | +| System.Text.Json.Tests.Utf8JsonReaderCommentsTests.Utf8JsonReaderCommentParsing(CommentHandling: Allow, SegmentSize: 100, TestCase: ShortMultiLine) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Tests.Utf8JsonReaderCommentsTests.Utf8JsonReaderCommentParsing%28CommentHandling%3A%20Allow%2C%20SegmentSize%3A%20100%2C%20TestCase%3A%20ShortMultiLine%29.html) | -17.57% | 111.199909 | 91.659078 | +| System.Text.Json.Tests.Utf8JsonReaderCommentsTests.Utf8JsonReaderCommentParsing(CommentHandling: Allow, SegmentSize: 100, TestCase: ShortSingleLine) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Tests.Utf8JsonReaderCommentsTests.Utf8JsonReaderCommentParsing%28CommentHandling%3A%20Allow%2C%20SegmentSize%3A%20100%2C%20TestCase%3A%20ShortSingleLine%29.html) | -19.13% | 115.529142 | 93.431402 | +| System.Text.Json.Tests.Utf8JsonReaderCommentsTests.Utf8JsonReaderCommentParsing(CommentHandling: Skip, SegmentSize: 100, TestCase: LongSingleLine) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Tests.Utf8JsonReaderCommentsTests.Utf8JsonReaderCommentParsing%28CommentHandling%3A%20Skip%2C%20SegmentSize%3A%20100%2C%20TestCase%3A%20LongSingleLine%29.html) | -15.85% | 683.602762 | 575.239686 | +| System.Text.Json.Tests.Utf8JsonReaderCommentsTests.Utf8JsonReaderCommentParsing(CommentHandling: Skip, SegmentSize: 100, TestCase: ShortMultiLine) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Tests.Utf8JsonReaderCommentsTests.Utf8JsonReaderCommentParsing%28CommentHandling%3A%20Skip%2C%20SegmentSize%3A%20100%2C%20TestCase%3A%20ShortMultiLine%29.html) | -17.22% | 108.671774 | 89.957336 | +| System.Text.Json.Tests.Utf8JsonReaderCommentsTests.Utf8JsonReaderCommentParsing(CommentHandling: Skip, SegmentSize: 100, TestCase: ShortSingleLine) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Tests.Utf8JsonReaderCommentsTests.Utf8JsonReaderCommentParsing%28CommentHandling%3A%20Skip%2C%20SegmentSize%3A%20100%2C%20TestCase%3A%20ShortSingleLine%29.html) | -19.28% | 111.606874 | 90.087012 | +| System.Text.Perf_Ascii.IsValid_Chars(Size: 6) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Perf_Ascii.IsValid_Chars%28Size%3A%206%29.html) | -16.90% | 3.741737 | 3.109222 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Industry_BoostDocs_Simple.IsMatch(Id: 7, Options: Compiled) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.RegularExpressions.Tests.Perf_Regex_Industry_BoostDocs_Simple.IsMatch%28Id%3A%207%2C%20Options%3A%20Compiled%29.html) | -15.56% | 55.799829 | 47.120086 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Industry_BoostDocs_Simple.IsMatch(Id: 8, Options: Compiled) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.RegularExpressions.Tests.Perf_Regex_Industry_BoostDocs_Simple.IsMatch%28Id%3A%208%2C%20Options%3A%20Compiled%29.html) | -16.40% | 55.845735 | 46.686961 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Industry_RustLang_Sherlock.Count(Pattern: "(?s).*", Options: Compiled) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.RegularExpressions.Tests.Perf_Regex_Industry_RustLang_Sherlock.Count%28Pattern%3A%20%22%28%3Fs%29.%2A%22%2C%20Options%3A%20Compiled%29.html) | -19.59% | 81.456079 | 65.500412 | +| System.Threading.Tasks.ValueTaskPerfTest.Await_FromCompletedValueTaskSource | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Threading.Tasks.ValueTaskPerfTest.Await_FromCompletedValueTaskSource.html) | -16.21% | 34.236510 | 28.685800 | +| System.Threading.Tasks.ValueTaskPerfTest.Await_FromResult | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Threading.Tasks.ValueTaskPerfTest.Await_FromResult.html) | -15.40% | 11.300229 | 9.559985 | +| System.Threading.Tasks.ValueTaskPerfTest.CreateAndAwait_FromCompletedValueTaskSource_ConfigureAwait | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Threading.Tasks.ValueTaskPerfTest.CreateAndAwait_FromCompletedValueTaskSource_ConfigureAwait.html) | -16.33% | 22.140281 | 18.524432 | +| System.Threading.Tasks.ValueTaskPerfTest.CreateAndAwait_FromResult | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Threading.Tasks.ValueTaskPerfTest.CreateAndAwait_FromResult.html) | -16.52% | 11.324532 | 9.453786 | +| System.Threading.Tasks.ValueTaskPerfTest.CreateAndAwait_FromResult_ConfigureAwait | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Threading.Tasks.ValueTaskPerfTest.CreateAndAwait_FromResult_ConfigureAwait.html) | -16.54% | 11.110936 | 9.272927 | +| System.Threading.Tests.Perf_Lock.ReaderWriterLockSlimPerf | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Threading.Tests.Perf_Lock.ReaderWriterLockSlimPerf.html) | -19.02% | 27.501656 | 22.271183 | +| System.Xml.Linq.Perf_XElement.CreateElement | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Xml.Linq.Perf_XElement.CreateElement.html) | -15.29% | 38.405511 | 32.533094 | +| System.Xml.Linq.Perf_XElement.CreateElementWithNamespace | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Xml.Linq.Perf_XElement.CreateElementWithNamespace.html) | -16.58% | 75.576569 | 63.042221 | +| System.Xml.Linq.Perf_XElement.CreateElementsWithNamespace | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Xml.Linq.Perf_XElement.CreateElementsWithNamespace.html) | -15.54% | 98.088611 | 82.844634 | +| System.Xml.Linq.Perf_XName.CreateElementWithNamespaceImplicitOperator | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Xml.Linq.Perf_XName.CreateElementWithNamespaceImplicitOperator.html) | -18.81% | 62.260563 | 50.547933 | +| System.Xml.Tests.Perf_XmlConvert.DateTime_ToString_Local | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Xml.Tests.Perf_XmlConvert.DateTime_ToString_Local.html) | -15.94% | 175.739323 | 147.719696 | + +## 10-15% Improvement (657 tests) + +| Test Name | Link | Change % | .NET 9 | .NET 10 | +|-----------|------|----------|--------|-------| +| BenchmarksGame.PiDigits_3.RunBench(n: 3000, expected: "8649423196\t:3000") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/BenchmarksGame.PiDigits_3.RunBench%28n%3A%203000%2C%20expected%3A%20%228649423196%5Ct%3A3000%22%29.html) | -12.15% | 613793626.785714 | 539195625.000000 | +| Benchstone.MDBenchI.MDGeneralArray.Test2 | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/Benchstone.MDBenchI.MDGeneralArray.Test2.html) | -12.46% | 20085438.392857 | 17583683.630952 | +| Benchstone.MDBenchI.MDNDhrystone.Test | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/Benchstone.MDBenchI.MDNDhrystone.Test.html) | -13.95% | 429288532.142857 | 369398635.714286 | +| Devirtualization.EqualityComparer.ValueTupleCompareNoOpt | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/Devirtualization.EqualityComparer.ValueTupleCompareNoOpt.html) | -10.17% | 7.189865 | 6.458605 | +| Devirtualization.EqualityComparer.ValueTupleCompareWrapped | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/Devirtualization.EqualityComparer.ValueTupleCompareWrapped.html) | -10.73% | 3.250280 | 2.901437 | +| Exceptions.Handling.TryAndCatchDeep_CaugtAtTheTop(kind: Software) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/Exceptions.Handling.TryAndCatchDeep_CaugtAtTheTop%28kind%3A%20Software%29.html) | -14.81% | 10242.599876 | 8726.164825 | +| Exceptions.Handling.TryAndFinallyDeep(kind: Hardware) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/Exceptions.Handling.TryAndFinallyDeep%28kind%3A%20Hardware%29.html) | -11.31% | 11357.106585 | 10073.088564 | +| GuardedDevirtualization.ThreeClassInterface.Call(testInput: pB=0.33 pD=0.33) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/GuardedDevirtualization.ThreeClassInterface.Call%28testInput%3A%20pB%3D0.33%20pD%3D0.33%29.html) | -11.61% | 5.271419 | 4.659413 | +| JetStream.Poker.Play | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/JetStream.Poker.Play.html) | -10.05% | 8725073.852041 | 7847882.780612 | +| LinqBenchmarks.CountBy00AggregateByX | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/LinqBenchmarks.CountBy00AggregateByX.html) | -12.38% | 2104656141.071429 | 1844041617.857143 | +| LinqBenchmarks.Order00LinqMethodX | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/LinqBenchmarks.Order00LinqMethodX.html) | -12.70% | 59973533.928571 | 52355982.142857 | +| LinqBenchmarks.Order00LinqQueryX | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/LinqBenchmarks.Order00LinqQueryX.html) | -13.81% | 59939078.571429 | 51659802.380952 | +| LinqBenchmarks.Where01ForX | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/LinqBenchmarks.Where01ForX.html) | -13.06% | 154261136.734694 | 134113271.428571 | +| MicroBenchmarks.Serializers.Json_FromStream.SystemTextJson_Reflection_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/MicroBenchmarks.Serializers.Json_FromStream%28CollectionsOfPrimitives%29.SystemTextJson_Reflection_.html) | -10.91% | 257232.630878 | 229174.147811 | +| MicroBenchmarks.Serializers.Json_FromStream.SystemTextJson_SourceGen_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/MicroBenchmarks.Serializers.Json_FromStream%28CollectionsOfPrimitives%29.SystemTextJson_SourceGen_.html) | -11.74% | 263715.547421 | 232746.488033 | +| MicroBenchmarks.Serializers.Json_FromStream.SystemTextJson_Reflection_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/MicroBenchmarks.Serializers.Json_FromStream%28IndexViewModel%29.SystemTextJson_Reflection_.html) | -11.51% | 23633.305545 | 20912.657373 | +| MicroBenchmarks.Serializers.Json_FromStream.SystemTextJson_SourceGen_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/MicroBenchmarks.Serializers.Json_FromStream%28IndexViewModel%29.SystemTextJson_SourceGen_.html) | -13.07% | 24395.033849 | 21206.165560 | +| MicroBenchmarks.Serializers.Json_FromStream.SystemTextJson_Reflection_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/MicroBenchmarks.Serializers.Json_FromStream%28Location%29.SystemTextJson_Reflection_.html) | -13.88% | 1093.912643 | 942.039342 | +| MicroBenchmarks.Serializers.Json_FromStream.SystemTextJson_SourceGen_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/MicroBenchmarks.Serializers.Json_FromStream%28Location%29.SystemTextJson_SourceGen_.html) | -13.71% | 1075.278636 | 927.829524 | +| MicroBenchmarks.Serializers.Json_FromStream.SystemTextJson_Reflection_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/MicroBenchmarks.Serializers.Json_FromStream%28LoginViewModel%29.SystemTextJson_Reflection_.html) | -13.25% | 443.003311 | 384.315324 | +| MicroBenchmarks.Serializers.Json_FromStream.SystemTextJson_SourceGen_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/MicroBenchmarks.Serializers.Json_FromStream%28LoginViewModel%29.SystemTextJson_SourceGen_.html) | -14.32% | 427.578072 | 366.338983 | +| MicroBenchmarks.Serializers.Json_FromStream.SystemTextJson_SourceGen_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/MicroBenchmarks.Serializers.Json_FromStream%28MyEventsListerViewModel%29.SystemTextJson_SourceGen_.html) | -11.74% | 256927.623083 | 226754.798897 | +| MicroBenchmarks.Serializers.Json_FromString.SystemTextJson_Reflection_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/MicroBenchmarks.Serializers.Json_FromString%28CollectionsOfPrimitives%29.SystemTextJson_Reflection_.html) | -10.34% | 233164.242242 | 209064.936129 | +| MicroBenchmarks.Serializers.Json_FromString.SystemTextJson_Reflection_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/MicroBenchmarks.Serializers.Json_FromString%28IndexViewModel%29.SystemTextJson_Reflection_.html) | -13.75% | 23843.121699 | 20564.679572 | +| MicroBenchmarks.Serializers.Json_FromString.SystemTextJson_SourceGen_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/MicroBenchmarks.Serializers.Json_FromString%28IndexViewModel%29.SystemTextJson_SourceGen_.html) | -13.56% | 22914.644495 | 19807.820082 | +| MicroBenchmarks.Serializers.Json_FromString.SystemTextJson_SourceGen_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/MicroBenchmarks.Serializers.Json_FromString%28Location%29.SystemTextJson_SourceGen_.html) | -14.37% | 1043.953059 | 893.955961 | +| MicroBenchmarks.Serializers.Json_FromString.SystemTextJson_SourceGen_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/MicroBenchmarks.Serializers.Json_FromString%28LoginViewModel%29.SystemTextJson_SourceGen_.html) | -14.42% | 383.692787 | 328.374555 | +| MicroBenchmarks.Serializers.Json_ToStream.JsonNet_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/MicroBenchmarks.Serializers.Json_ToStream%28IndexViewModel%29.JsonNet_.html) | -12.38% | 30628.400530 | 26835.372271 | +| MicroBenchmarks.Serializers.Json_ToStream.SystemTextJson_Reflection_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/MicroBenchmarks.Serializers.Json_ToStream%28Location%29.SystemTextJson_Reflection_.html) | -14.20% | 660.861773 | 567.015475 | +| MicroBenchmarks.Serializers.Json_ToStream.SystemTextJson_SourceGen_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/MicroBenchmarks.Serializers.Json_ToStream%28Location%29.SystemTextJson_SourceGen_.html) | -12.04% | 506.105639 | 445.147149 | +| MicroBenchmarks.Serializers.Json_ToStream.SystemTextJson_SourceGen_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/MicroBenchmarks.Serializers.Json_ToStream%28LoginViewModel%29.SystemTextJson_SourceGen_.html) | -11.94% | 197.073636 | 173.537708 | +| MicroBenchmarks.Serializers.Json_ToStream.JsonNet_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/MicroBenchmarks.Serializers.Json_ToStream%28MyEventsListerViewModel%29.JsonNet_.html) | -13.22% | 477529.810354 | 414387.880676 | +| MicroBenchmarks.Serializers.Json_ToStream.SystemTextJson_Reflection_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/MicroBenchmarks.Serializers.Json_ToStream%28MyEventsListerViewModel%29.SystemTextJson_Reflection_.html) | -10.16% | 272783.534218 | 245065.323168 | +| MicroBenchmarks.Serializers.Json_ToStream.SystemTextJson_SourceGen_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/MicroBenchmarks.Serializers.Json_ToStream%28MyEventsListerViewModel%29.SystemTextJson_SourceGen_.html) | -11.58% | 274834.953777 | 243005.937895 | +| MicroBenchmarks.Serializers.Json_ToString.SystemTextJson_Reflection_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/MicroBenchmarks.Serializers.Json_ToString%28Location%29.SystemTextJson_Reflection_.html) | -10.78% | 696.404328 | 621.364812 | +| MicroBenchmarks.Serializers.Json_ToString.SystemTextJson_Reflection_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/MicroBenchmarks.Serializers.Json_ToString%28LoginViewModel%29.SystemTextJson_Reflection_.html) | -12.31% | 299.685183 | 262.804697 | +| MicroBenchmarks.Serializers.Json_ToString.SystemTextJson_SourceGen_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/MicroBenchmarks.Serializers.Json_ToString%28LoginViewModel%29.SystemTextJson_SourceGen_.html) | -11.64% | 232.667238 | 205.594107 | +| MicroBenchmarks.Serializers.Json_ToString.SystemTextJson_SourceGen_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/MicroBenchmarks.Serializers.Json_ToString%28MyEventsListerViewModel%29.SystemTextJson_SourceGen_.html) | -10.46% | 324720.246383 | 290759.563743 | +| MicroBenchmarks.Serializers.Xml_FromStream.DataContractSerializer_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/MicroBenchmarks.Serializers.Xml_FromStream%28SimpleStructWithProperties%29.DataContractSerializer_.html) | -10.32% | 2128.032173 | 1908.418142 | +| MicroBenchmarks.Serializers.Xml_ToStream.DataContractSerializer_BinaryXml_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/MicroBenchmarks.Serializers.Xml_ToStream%28ClassImplementingIXmlSerialiable%29.DataContractSerializer_BinaryXml_.html) | -11.18% | 262.971657 | 233.576601 | +| MicroBenchmarks.Serializers.Xml_ToStream.DataContractSerializer_BinaryXml_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/MicroBenchmarks.Serializers.Xml_ToStream%28CollectionsOfPrimitives%29.DataContractSerializer_BinaryXml_.html) | -12.37% | 263431.634804 | 230836.401099 | +| Microsoft.AspNetCore.Server.Kestrel.Performance.PipeThroughputBenchmark.Parse_SequentialAsync(Length: 128, Chunks: 16) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/Microsoft.AspNetCore.Server.Kestrel.Performance.PipeThroughputBenchmark.Parse_SequentialAsync%28Length%3A%20128%2C%20Chunks%3A%2016%29.html) | -13.50% | 583.192991 | 504.435821 | +| Microsoft.AspNetCore.Server.Kestrel.Performance.PipeThroughputBenchmark.Parse_SequentialAsync(Length: 4096, Chunks: 16) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/Microsoft.AspNetCore.Server.Kestrel.Performance.PipeThroughputBenchmark.Parse_SequentialAsync%28Length%3A%204096%2C%20Chunks%3A%2016%29.html) | -14.30% | 588.366501 | 504.240290 | +| Microsoft.Extensions.DependencyInjection.ActivatorUtilitiesBenchmark.CreateInstance_5 | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/Microsoft.Extensions.DependencyInjection.ActivatorUtilitiesBenchmark.CreateInstance_5.html) | -10.82% | 369.306258 | 329.347522 | +| Microsoft.Extensions.DependencyInjection.GetService.ServiceScope | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/Microsoft.Extensions.DependencyInjection.GetService.ServiceScope.html) | -14.39% | 39.594461 | 33.895812 | +| Microsoft.Extensions.DependencyInjection.GetService.ServiceScopeProvider | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/Microsoft.Extensions.DependencyInjection.GetService.ServiceScopeProvider.html) | -10.77% | 20.815381 | 18.573128 | +| Microsoft.Extensions.Logging.FormattingOverhead.FourArguments_DefineMessage | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/Microsoft.Extensions.Logging.FormattingOverhead.FourArguments_DefineMessage.html) | -10.01% | 248.031675 | 223.208343 | +| Microsoft.Extensions.Logging.LoggingOverhead.TwoArguments_FilteredByLevel | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/Microsoft.Extensions.Logging.LoggingOverhead.TwoArguments_FilteredByLevel.html) | -12.16% | 53.079698 | 46.623820 | +| Microsoft.Extensions.Logging.ScopesOverheadBenchmark.FilteredByLevel(HasISupportLoggingScopeLogger: False, CaptureScopes: True) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/Microsoft.Extensions.Logging.ScopesOverheadBenchmark.FilteredByLevel%28HasISupportLoggingScopeLogger%3A%20False%2C%20CaptureScopes%3A%20True%29.html) | -10.10% | 7.392483 | 6.646202 | +| Microsoft.Extensions.Logging.ScopesOverheadBenchmark.FilteredByLevel_InsideScope(HasISupportLoggingScopeLogger: False, CaptureScopes: True) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/Microsoft.Extensions.Logging.ScopesOverheadBenchmark.FilteredByLevel_InsideScope%28HasISupportLoggingScopeLogger%3A%20False%2C%20CaptureScopes%3A%20True%29.html) | -14.24% | 27.232646 | 23.353357 | +| Microsoft.Extensions.Logging.ScopesOverheadBenchmark.FilteredByLevel_InsideScope(HasISupportLoggingScopeLogger: True, CaptureScopes: False) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/Microsoft.Extensions.Logging.ScopesOverheadBenchmark.FilteredByLevel_InsideScope%28HasISupportLoggingScopeLogger%3A%20True%2C%20CaptureScopes%3A%20False%29.html) | -12.41% | 18.572632 | 16.267263 | +| Microsoft.Extensions.Primitives.Performance.StringValuesBenchmark.ForEach_Array | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/Microsoft.Extensions.Primitives.Performance.StringValuesBenchmark.ForEach_Array.html) | -11.05% | 6.339724 | 5.639472 | +| Microsoft.Extensions.Primitives.StringSegmentBenchmark.TrimStart | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/Microsoft.Extensions.Primitives.StringSegmentBenchmark.TrimStart.html) | -11.89% | 10.541077 | 9.287588 | +| PerfLabTests.CastingPerf.FooObjIsFoo | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/PerfLabTests.CastingPerf.FooObjIsFoo.html) | -13.99% | 312747.591518 | 268997.415179 | +| PerfLabTests.CastingPerf.IntObj | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/PerfLabTests.CastingPerf.IntObj.html) | -13.35% | 312737.448725 | 270985.192616 | +| PerfLabTests.CastingPerf2.CastingPerf.ObjrefValueTypeObj | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/PerfLabTests.CastingPerf2.CastingPerf.ObjrefValueTypeObj.html) | -14.79% | 1171606.499697 | 998313.559322 | +| PerfLabTests.EnumPerf.EnumEquals | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/PerfLabTests.EnumPerf.EnumEquals.html) | -13.17% | 13.862889 | 12.036983 | +| PerfLabTests.GetMember.GetMethod12 | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/PerfLabTests.GetMember.GetMethod12.html) | -13.63% | 904398.554728 | 781084.596608 | +| PerfLabTests.GetMember.GetMethod15 | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/PerfLabTests.GetMember.GetMethod15.html) | -14.96% | 1129030.795455 | 960095.738636 | +| PerfLabTests.GetMember.GetMethod20 | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/PerfLabTests.GetMember.GetMethod20.html) | -13.81% | 1504317.042607 | 1296595.426065 | +| PerfLabTests.LowLevelPerf.EmptyStaticFunction5Arg | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/PerfLabTests.LowLevelPerf.EmptyStaticFunction5Arg.html) | -11.58% | 1884926.253327 | 1666716.757510 | +| Span.IndexerBench.SameIndex1(length: 1024) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/Span.IndexerBench.SameIndex1%28length%3A%201024%29.html) | -12.68% | 823.081770 | 718.696907 | +| StoreBlock.AnyLocation.InitBlockAllOnes32 | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/StoreBlock.AnyLocation.InitBlockAllOnes32.html) | -14.14% | 0.690640 | 0.592963 | +| StoreBlock.LocalAddress.CopyBlock32 | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/StoreBlock.LocalAddress.CopyBlock32.html) | -12.13% | 0.613749 | 0.539329 | +| StoreBlock.LocalAddress.InitBlockAllOnes16 | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/StoreBlock.LocalAddress.InitBlockAllOnes16.html) | -12.08% | 0.493650 | 0.434007 | +| System.Buffers.Tests.ReadOnlySequenceTests.FirstSpanMemory | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Buffers.Tests.ReadOnlySequenceTests%28Byte%29.FirstSpanMemory.html) | -13.09% | 6.813428 | 5.921284 | +| System.Buffers.Tests.ReadOnlySequenceTests.FirstTenSegments | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Buffers.Tests.ReadOnlySequenceTests%28Byte%29.FirstTenSegments.html) | -10.21% | 4.114698 | 3.694551 | +| System.Buffers.Tests.ReadOnlySequenceTests.IterateTryGetArray | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Buffers.Tests.ReadOnlySequenceTests%28Byte%29.IterateTryGetArray.html) | -10.86% | 11.311548 | 10.082898 | +| System.Buffers.Tests.ReadOnlySequenceTests.FirstMemory | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Buffers.Tests.ReadOnlySequenceTests%28Char%29.FirstMemory.html) | -14.64% | 7.470445 | 6.376756 | +| System.Buffers.Tests.ReadOnlySequenceTests.FirstSpanSingleSegment | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Buffers.Tests.ReadOnlySequenceTests%28Char%29.FirstSpanSingleSegment.html) | -12.27% | 6.855496 | 6.014500 | +| System.Buffers.Tests.ReadOnlySequenceTests.FirstSpanTenSegments | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Buffers.Tests.ReadOnlySequenceTests%28Char%29.FirstSpanTenSegments.html) | -14.37% | 6.363734 | 5.449488 | +| System.Buffers.Tests.ReadOnlySequenceTests.IterateForEachTenSegments | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Buffers.Tests.ReadOnlySequenceTests%28Char%29.IterateForEachTenSegments.html) | -10.16% | 55.386527 | 49.758447 | +| System.Buffers.Tests.SearchValuesByteTests.ContainsAny(Values: "abcdefABCDEF0123456789Ü") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Buffers.Tests.SearchValuesByteTests.ContainsAny%28Values%3A%20%22abcdefABCDEF0123456789%C3%9C%22%29.html) | -14.60% | 14.711399 | 12.562916 | +| System.Buffers.Tests.SearchValuesCharTests.ContainsAny(Values: "abcdefABCDEF0123456789") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Buffers.Tests.SearchValuesCharTests.ContainsAny%28Values%3A%20%22abcdefABCDEF0123456789%22%29.html) | -10.43% | 10.059569 | 9.010459 | +| System.Buffers.Tests.SearchValuesCharTests.IndexOfAny(Values: "abcdefABCDEF0123456789") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Buffers.Tests.SearchValuesCharTests.IndexOfAny%28Values%3A%20%22abcdefABCDEF0123456789%22%29.html) | -10.04% | 11.766392 | 10.584643 | +| System.Buffers.Text.Tests.Utf8ParserTests.TryParseSingle(value: 12345) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Buffers.Text.Tests.Utf8ParserTests.TryParseSingle%28value%3A%2012345%29.html) | -13.09% | 38.517406 | 33.474314 | +| System.Buffers.Text.Tests.Utf8ParserTests.TryParseSingle(value: 3.4028235E+38) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Buffers.Text.Tests.Utf8ParserTests.TryParseSingle%28value%3A%203.4028235E%2B38%29.html) | -14.15% | 63.327443 | 54.366614 | +| System.Collections.AddGivenSize.ObservableCollection(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.AddGivenSize%28String%29.ObservableCollection%28Size%3A%20512%29.html) | -13.67% | 14444.726955 | 12469.737664 | +| System.Collections.Concurrent.Count.Queue_EnqueueCountDequeue(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.Concurrent.Count%28String%29.Queue_EnqueueCountDequeue%28Size%3A%20512%29.html) | -13.14% | 29.947576 | 26.013370 | +| System.Collections.ContainsFalse.SortedSet(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.ContainsFalse%28Int32%29.SortedSet%28Size%3A%20512%29.html) | -10.97% | 25636.177572 | 22823.685322 | +| System.Collections.ContainsFalse.HashSet(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.ContainsFalse%28String%29.HashSet%28Size%3A%20512%29.html) | -12.76% | 9530.916629 | 8314.414795 | +| System.Collections.ContainsFalse.ImmutableHashSet(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.ContainsFalse%28String%29.ImmutableHashSet%28Size%3A%20512%29.html) | -11.19% | 38738.289567 | 34403.589940 | +| System.Collections.ContainsKeyFalse.Dictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.ContainsKeyFalse%28String%2C%20String%29.Dictionary%28Size%3A%20512%29.html) | -14.08% | 9361.340956 | 8043.555839 | +| System.Collections.ContainsKeyFalse.IDictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.ContainsKeyFalse%28String%2C%20String%29.IDictionary%28Size%3A%20512%29.html) | -11.76% | 11734.443866 | 10354.047068 | +| System.Collections.ContainsTrue.ICollection(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.ContainsTrue%28String%29.ICollection%28Size%3A%20512%29.html) | -10.89% | 246850.643582 | 219974.546773 | +| System.Collections.ContainsTrueComparer.ImmutableHashSet(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.ContainsTrueComparer%28String%29.ImmutableHashSet%28Size%3A%20512%29.html) | -12.11% | 40446.353110 | 35547.055410 | +| System.Collections.CopyTo.Array(Size: 2048) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.CopyTo%28Int32%29.Array%28Size%3A%202048%29.html) | -11.31% | 148.636211 | 131.828104 | +| System.Collections.CreateAddAndClear.SortedDictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.CreateAddAndClear%28Int32%29.SortedDictionary%28Size%3A%20512%29.html) | -12.27% | 42286.020599 | 37097.258043 | +| System.Collections.CreateAddAndClear.ConcurrentBag(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.CreateAddAndClear%28String%29.ConcurrentBag%28Size%3A%20512%29.html) | -14.52% | 16995.760070 | 14527.204875 | +| System.Collections.CreateAddAndClear.Stack(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.CreateAddAndClear%28String%29.Stack%28Size%3A%20512%29.html) | -10.37% | 3090.482508 | 2770.023460 | +| System.Collections.CtorDefaultSize.Dictionary | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.CtorDefaultSize%28Int32%29.Dictionary.html) | -10.04% | 12.272614 | 11.040087 | +| System.Collections.CtorDefaultSize.List | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.CtorDefaultSize%28String%29.List.html) | -10.19% | 15.436246 | 13.863441 | +| System.Collections.CtorDefaultSize.SortedSet | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.CtorDefaultSize%28String%29.SortedSet.html) | -11.68% | 16.494103 | 14.566872 | +| System.Collections.CtorDefaultSizeNonGeneric.Hashtable | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.CtorDefaultSizeNonGeneric.Hashtable.html) | -13.52% | 22.870063 | 19.778052 | +| System.Collections.CtorDefaultSizeNonGeneric.Queue | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.CtorDefaultSizeNonGeneric.Queue.html) | -13.83% | 28.500016 | 24.558238 | +| System.Collections.CtorDefaultSizeNonGeneric.SortedList | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.CtorDefaultSizeNonGeneric.SortedList.html) | -13.50% | 24.348708 | 21.062475 | +| System.Collections.CtorFromCollection.ConcurrentStack(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.CtorFromCollection%28Int32%29.ConcurrentStack%28Size%3A%20512%29.html) | -13.92% | 3331.224583 | 2867.496593 | +| System.Collections.CtorFromCollection.ImmutableDictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.CtorFromCollection%28Int32%29.ImmutableDictionary%28Size%3A%20512%29.html) | -11.44% | 105479.302604 | 93414.951929 | +| System.Collections.CtorFromCollection.ImmutableList(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.CtorFromCollection%28Int32%29.ImmutableList%28Size%3A%20512%29.html) | -12.58% | 8428.180498 | 7368.229350 | +| System.Collections.CtorFromCollection.ImmutableSortedDictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.CtorFromCollection%28Int32%29.ImmutableSortedDictionary%28Size%3A%20512%29.html) | -10.68% | 62656.158111 | 55967.536756 | +| System.Collections.CtorFromCollection.ImmutableHashSet(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.CtorFromCollection%28String%29.ImmutableHashSet%28Size%3A%20512%29.html) | -13.38% | 129774.386132 | 112409.453014 | +| System.Collections.CtorFromCollection.ImmutableList(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.CtorFromCollection%28String%29.ImmutableList%28Size%3A%20512%29.html) | -13.97% | 12236.073479 | 10526.296509 | +| System.Collections.IndexerSet.ConcurrentDictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.IndexerSet%28Int32%29.ConcurrentDictionary%28Size%3A%20512%29.html) | -12.48% | 16369.547211 | 14327.195965 | +| System.Collections.IterateFor.ImmutableList(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.IterateFor%28Int32%29.ImmutableList%28Size%3A%20512%29.html) | -13.15% | 15424.409770 | 13395.712032 | +| System.Collections.IterateFor.ImmutableSortedSet(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.IterateFor%28Int32%29.ImmutableSortedSet%28Size%3A%20512%29.html) | -12.99% | 15305.213085 | 13317.642522 | +| System.Collections.IterateForEach.ConcurrentQueue(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.IterateForEach%28String%29.ConcurrentQueue%28Size%3A%20512%29.html) | -14.94% | 4321.650659 | 3675.821519 | +| System.Collections.IterateForEach.ConcurrentStack(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.IterateForEach%28String%29.ConcurrentStack%28Size%3A%20512%29.html) | -12.46% | 3173.842984 | 2778.270433 | +| System.Collections.Perf_DefaultFrozenDictionary.ToFrozenDictionary(Count: 10) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.Perf_DefaultFrozenDictionary.ToFrozenDictionary%28Count%3A%2010%29.html) | -12.76% | 877.626753 | 765.636516 | +| System.Collections.Perf_Frozen.Contains_True(Count: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.Perf_Frozen%28Int16%29.Contains_True%28Count%3A%204%29.html) | -11.31% | 21.060486 | 18.678834 | +| System.Collections.Perf_Frozen.ToFrozenDictionary(Count: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.Perf_Frozen%28NotKnownComparable%29.ToFrozenDictionary%28Count%3A%204%29.html) | -11.77% | 40.285205 | 35.544489 | +| System.Collections.Perf_Frozen.ToFrozenDictionary(Count: 64) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.Perf_Frozen%28NotKnownComparable%29.ToFrozenDictionary%28Count%3A%2064%29.html) | -14.99% | 3538.409301 | 3007.916099 | +| System.Collections.Perf_Frozen.ToFrozenSet(Count: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.Perf_Frozen%28ReferenceType%29.ToFrozenSet%28Count%3A%20512%29.html) | -13.68% | 53905.602059 | 46529.287962 | +| System.Collections.Perf_LengthBucketsFrozenDictionary.TryGetValue_True_FrozenDictionary(Count: 10000, ItemsPerBucket: 5) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.Perf_LengthBucketsFrozenDictionary.TryGetValue_True_FrozenDictionary%28Count%3A%2010000%2C%20ItemsPerBucket%3A%205%29.html) | -10.42% | 191333.358955 | 171397.728396 | +| System.Collections.Perf_SingleCharFrozenDictionary.ToFrozenDictionary(Count: 10) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.Perf_SingleCharFrozenDictionary.ToFrozenDictionary%28Count%3A%2010%29.html) | -11.33% | 854.518913 | 757.659539 | +| System.Collections.Perf_SingleCharFrozenDictionary.ToFrozenDictionary(Count: 100) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.Perf_SingleCharFrozenDictionary.ToFrozenDictionary%28Count%3A%20100%29.html) | -10.70% | 5476.835209 | 4890.919497 | +| System.Collections.Perf_SingleCharFrozenDictionary.ToFrozenDictionary(Count: 1000) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.Perf_SingleCharFrozenDictionary.ToFrozenDictionary%28Count%3A%201000%29.html) | -12.54% | 52005.468383 | 45485.080989 | +| System.Collections.Perf_SubstringFrozenDictionary.ToFrozenDictionary(Count: 10) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.Perf_SubstringFrozenDictionary.ToFrozenDictionary%28Count%3A%2010%29.html) | -11.34% | 1541.289563 | 1366.533614 | +| System.Collections.Perf_SubstringFrozenDictionary.ToFrozenDictionary(Count: 100) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.Perf_SubstringFrozenDictionary.ToFrozenDictionary%28Count%3A%20100%29.html) | -10.34% | 10131.012174 | 9083.516653 | +| System.Collections.Sort.LinqQuery(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.Sort%28BigStruct%29.LinqQuery%28Size%3A%20512%29.html) | -11.27% | N/A | N/A | +| System.Collections.Tests.Add_Remove_SteadyState.Queue(Count: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.Tests.Add_Remove_SteadyState%28Int32%29.Queue%28Count%3A%20512%29.html) | -10.73% | 8.885383 | 7.931662 | +| System.Collections.Tests.DictionarySequentialKeys.TryGetValue_3k_Int_32ByteRefsValue | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.Tests.DictionarySequentialKeys.TryGetValue_3k_Int_32ByteRefsValue.html) | -11.87% | 5.315501 | 4.684311 | +| System.Collections.Tests.DictionarySequentialKeys.TryGetValue_3k_Int_32ByteValue | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.Tests.DictionarySequentialKeys.TryGetValue_3k_Int_32ByteValue.html) | -11.90% | 5.317356 | 4.684674 | +| System.Collections.Tests.Perf_BitArray.BitArrayBoolArrayCtor(Size: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.Tests.Perf_BitArray.BitArrayBoolArrayCtor%28Size%3A%204%29.html) | -10.07% | 22.131616 | 19.902327 | +| System.Collections.Tests.Perf_BitArray.BitArraySetLengthGrow(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.Tests.Perf_BitArray.BitArraySetLengthGrow%28Size%3A%20512%29.html) | -12.49% | 321.539755 | 281.376591 | +| System.Collections.Tests.Perf_PriorityQueue.Enumerate(Size: 10) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.Tests.Perf_PriorityQueue%28Guid%2C%20Guid%29.Enumerate%28Size%3A%2010%29.html) | -13.19% | 14.523411 | 12.607299 | +| System.Collections.Tests.Perf_PriorityQueue.HeapSort(Size: 10) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.Tests.Perf_PriorityQueue%28Guid%2C%20Guid%29.HeapSort%28Size%3A%2010%29.html) | -13.07% | 185.716794 | 161.436941 | +| System.Collections.Tests.Perf_PriorityQueue.Enumerate(Size: 10) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.Tests.Perf_PriorityQueue%28Int32%2C%20Int32%29.Enumerate%28Size%3A%2010%29.html) | -14.44% | 14.729828 | 12.602691 | +| System.Collections.TryAddGiventSize.Dictionary(Count: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.TryAddGiventSize%28Int32%29.Dictionary%28Count%3A%20512%29.html) | -11.18% | 4309.561886 | 3827.904841 | +| System.Collections.TryAddGiventSize.Dictionary(Count: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.TryAddGiventSize%28String%29.Dictionary%28Count%3A%20512%29.html) | -14.24% | 12551.209108 | 10764.307094 | +| System.Collections.TryGetValueFalse.SortedList(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.TryGetValueFalse%28BigStruct%2C%20BigStruct%29.SortedList%28Size%3A%20512%29.html) | -11.82% | 31019.207546 | 27351.279340 | +| System.Collections.TryGetValueFalse.SortedDictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.TryGetValueFalse%28SmallClass%2C%20SmallClass%29.SortedDictionary%28Size%3A%20512%29.html) | -10.28% | 68425.069928 | 61392.570021 | +| System.Collections.TryGetValueFalse.Dictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.TryGetValueFalse%28String%2C%20String%29.Dictionary%28Size%3A%20512%29.html) | -12.65% | 9079.813584 | 7931.009639 | +| System.Collections.TryGetValueTrue.ConcurrentDictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.TryGetValueTrue%28Int32%2C%20Int32%29.ConcurrentDictionary%28Size%3A%20512%29.html) | -12.20% | 1603.494320 | 1407.884583 | +| System.Collections.TryGetValueTrue.ConcurrentDictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.TryGetValueTrue%28SmallClass%2C%20SmallClass%29.ConcurrentDictionary%28Size%3A%20512%29.html) | -11.82% | 6685.646382 | 5895.727231 | +| System.Collections.TryGetValueTrue.ImmutableDictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.TryGetValueTrue%28SmallClass%2C%20SmallClass%29.ImmutableDictionary%28Size%3A%20512%29.html) | -12.22% | 28622.200589 | 25123.620913 | +| System.Diagnostics.Perf_Activity.EnumerateActivityEventsLarge | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Diagnostics.Perf_Activity.EnumerateActivityEventsLarge.html) | -14.22% | 4556.060070 | 3908.405104 | +| System.Formats.Cbor.Tests.Perf_CborReader.SkipValue(encoding: (Map, Canonical)) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Formats.Cbor.Tests.Perf_CborReader.SkipValue%28encoding%3A%20%28Map%2C%20Canonical%29%29.html) | -13.30% | 638.183429 | 553.314666 | +| System.Formats.Cbor.Tests.Perf_CborReader.SkipValue(encoding: (Map, Strict)) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Formats.Cbor.Tests.Perf_CborReader.SkipValue%28encoding%3A%20%28Map%2C%20Strict%29%29.html) | -12.75% | 813.668747 | 709.938754 | +| System.Formats.Cbor.Tests.Perf_CborReader.SkipValue(encoding: (Text String, Strict)) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Formats.Cbor.Tests.Perf_CborReader.SkipValue%28encoding%3A%20%28Text%20String%2C%20Strict%29%29.html) | -11.16% | 54.491897 | 48.408806 | +| System.Formats.Tar.Tests.Perf_TarWriter.PaxTarEntry_WriteEntry | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Formats.Tar.Tests.Perf_TarWriter.PaxTarEntry_WriteEntry.html) | -10.61% | 1842.034369 | 1646.631464 | +| System.Formats.Tar.Tests.Perf_TarWriter.PaxTarEntry_WriteEntry_Async | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Formats.Tar.Tests.Perf_TarWriter.PaxTarEntry_WriteEntry_Async.html) | -11.26% | 2164.410623 | 1920.642171 | +| System.Globalization.Tests.StringSearch.IsPrefix_DifferentFirstChar(Options: (en-US, Ordinal, False)) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Globalization.Tests.StringSearch.IsPrefix_DifferentFirstChar%28Options%3A%20%28en-US%2C%20Ordinal%2C%20False%29%29.html) | -13.97% | 9.377551 | 8.067243 | +| System.IO.Compression.Deflate.Decompress(level: Optimal, file: "alice29.txt") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.IO.Compression.Deflate.Decompress%28level%3A%20Optimal%2C%20file%3A%20%22alice29.txt%22%29.html) | -12.04% | 483100.796332 | 424929.698704 | +| System.IO.Compression.Gzip.Decompress(level: Optimal, file: "alice29.txt") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.IO.Compression.Gzip.Decompress%28level%3A%20Optimal%2C%20file%3A%20%22alice29.txt%22%29.html) | -11.72% | 484695.453913 | 427907.790309 | +| System.IO.Compression.ZLib.Decompress(level: Optimal, file: "alice29.txt") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.IO.Compression.ZLib.Decompress%28level%3A%20Optimal%2C%20file%3A%20%22alice29.txt%22%29.html) | -12.00% | 484146.566464 | 426026.047987 | +| System.IO.Pipelines.Tests.Perf_Pipe.ReadAsyncWithCancellationToken | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.IO.Pipelines.Tests.Perf_Pipe.ReadAsyncWithCancellationToken.html) | -12.99% | 2918698.676471 | 2539470.105042 | +| System.IO.Tests.BinaryReaderTests.ReadNonAsciiChar | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.IO.Tests.BinaryReaderTests.ReadNonAsciiChar.html) | -12.89% | 95.702369 | 83.370788 | +| System.IO.Tests.BinaryWriterExtendedTests.WriteAsciiString(StringLengthInChars: 32) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.IO.Tests.BinaryWriterExtendedTests.WriteAsciiString%28StringLengthInChars%3A%2032%29.html) | -10.52% | 15.745599 | 14.088788 | +| System.IO.Tests.BinaryWriterTests.WriteNonAsciiChar | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.IO.Tests.BinaryWriterTests.WriteNonAsciiChar.html) | -11.89% | 6.912231 | 6.090683 | +| System.IO.Tests.Perf_Path.GetTempPath | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.IO.Tests.Perf_Path.GetTempPath.html) | -10.72% | 712.673728 | 636.239780 | +| System.IO.Tests.Perf_Path.IsPathRooted | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.IO.Tests.Perf_Path.IsPathRooted.html) | -13.39% | 3.914316 | 3.390116 | +| System.IO.Tests.Perf_StreamWriter.WriteString(writeLength: 2) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.IO.Tests.Perf_StreamWriter.WriteString%28writeLength%3A%202%29.html) | -10.78% | 137844916.326531 | 122979080.357143 | +| System.Linq.Tests.Perf_Enumerable.CastToSameType(input: IEnumerable) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Linq.Tests.Perf_Enumerable.CastToSameType%28input%3A%20IEnumerable%29.html) | -14.17% | 235.307040 | 201.966802 | +| System.Linq.Tests.Perf_Enumerable.Count(input: ICollection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Linq.Tests.Perf_Enumerable.Count%28input%3A%20ICollection%29.html) | -11.57% | 3.359737 | 2.970926 | +| System.Linq.Tests.Perf_Enumerable.Select(input: IEnumerable) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Linq.Tests.Perf_Enumerable.Select%28input%3A%20IEnumerable%29.html) | -11.97% | 385.185995 | 339.093657 | +| System.Linq.Tests.Perf_Enumerable.Select(input: IList) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Linq.Tests.Perf_Enumerable.Select%28input%3A%20IList%29.html) | -13.85% | 386.911497 | 333.309906 | +| System.Linq.Tests.Perf_Enumerable.SelectToList(input: List) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Linq.Tests.Perf_Enumerable.SelectToList%28input%3A%20List%29.html) | -14.75% | 122.930401 | 104.793522 | +| System.Linq.Tests.Perf_Enumerable.SingleWithPredicate_FirstElementMatches(input: List) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Linq.Tests.Perf_Enumerable.SingleWithPredicate_FirstElementMatches%28input%3A%20List%29.html) | -10.76% | 62.715981 | 55.969461 | +| System.Linq.Tests.Perf_Enumerable.SkipHalfTakeHalf(input: IEnumerable) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Linq.Tests.Perf_Enumerable.SkipHalfTakeHalf%28input%3A%20IEnumerable%29.html) | -11.84% | 366.075532 | 322.732686 | +| System.Linq.Tests.Perf_Enumerable.TakeLastHalf(input: List) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Linq.Tests.Perf_Enumerable.TakeLastHalf%28input%3A%20List%29.html) | -10.98% | 456.670547 | 406.547742 | +| System.Linq.Tests.Perf_Enumerable.WhereAny_LastElementMatches(input: List) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Linq.Tests.Perf_Enumerable.WhereAny_LastElementMatches%28input%3A%20List%29.html) | -12.45% | 74.235612 | 64.995734 | +| System.Linq.Tests.Perf_Enumerable.WhereSelect(input: Array) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Linq.Tests.Perf_Enumerable.WhereSelect%28input%3A%20Array%29.html) | -11.89% | 334.939715 | 295.118493 | +| System.MathBenchmarks.Double.CosPi | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.MathBenchmarks.Double.CosPi.html) | -12.45% | 46573.642927 | 40774.557757 | +| System.MathBenchmarks.Double.Sin | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.MathBenchmarks.Double.Sin.html) | -14.07% | 34489.419244 | 29636.877904 | +| System.MathBenchmarks.Double.SinCosPi | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.MathBenchmarks.Double.SinCosPi.html) | -12.22% | 85114.148104 | 74709.406424 | +| System.MathBenchmarks.Double.SinPi | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.MathBenchmarks.Double.SinPi.html) | -12.02% | 45476.797406 | 40012.113361 | +| System.MathBenchmarks.Single.CosPi | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.MathBenchmarks.Single.CosPi.html) | -12.54% | 44316.292745 | 38759.256085 | +| System.MathBenchmarks.Single.ExpM1 | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.MathBenchmarks.Single.ExpM1.html) | -14.21% | 32823.213805 | 28159.187144 | +| System.MathBenchmarks.Single.SinCosPi | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.MathBenchmarks.Single.SinCosPi.html) | -14.69% | 80157.269720 | 68385.587422 | +| System.MathBenchmarks.Single.SinPi | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.MathBenchmarks.Single.SinPi.html) | -14.08% | 43692.953214 | 37541.036868 | +| System.MathBenchmarks.Single.Tan | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.MathBenchmarks.Single.Tan.html) | -12.79% | 31265.834662 | 27266.051897 | +| System.MathBenchmarks.Single.TanPi | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.MathBenchmarks.Single.TanPi.html) | -13.49% | 45207.079414 | 39108.591425 | +| System.Memory.Constructors.ArrayAsSpan | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Memory.Constructors%28Byte%29.ArrayAsSpan.html) | -13.45% | 2.319878 | 2.007957 | +| System.Memory.Constructors.ArrayAsSpanStartLength | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Memory.Constructors%28Byte%29.ArrayAsSpanStartLength.html) | -13.41% | 2.319962 | 2.008784 | +| System.Memory.Constructors.ReadOnlySpanImplicitCastFromArray | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Memory.Constructors%28Byte%29.ReadOnlySpanImplicitCastFromArray.html) | -13.46% | 2.320983 | 2.008601 | +| System.Memory.Constructors.ReadOnlySpanImplicitCastFromArraySegment | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Memory.Constructors%28Byte%29.ReadOnlySpanImplicitCastFromArraySegment.html) | -12.97% | 2.733139 | 2.378755 | +| System.Memory.Constructors.SpanImplicitCastFromArray | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Memory.Constructors%28Byte%29.SpanImplicitCastFromArray.html) | -13.45% | 2.320040 | 2.008050 | +| System.Memory.Constructors.SpanImplicitCastFromArraySegment | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Memory.Constructors%28Byte%29.SpanImplicitCastFromArraySegment.html) | -12.60% | 2.723496 | 2.380251 | +| System.Memory.Constructors.ReadOnlySpanImplicitCastFromArray | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Memory.Constructors%28String%29.ReadOnlySpanImplicitCastFromArray.html) | -13.44% | 2.319891 | 2.008108 | +| System.Memory.MemoryMarshal.AsBytes | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Memory.MemoryMarshal%28Byte%29.AsBytes.html) | -13.53% | 2.322264 | 2.007985 | +| System.Memory.MemoryMarshal.AsBytes | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Memory.MemoryMarshal%28Int32%29.AsBytes.html) | -13.44% | 2.319907 | 2.008107 | +| System.Memory.ReadOnlySpan.IndexOfString(input: "More Test's", value: "Tests", comparisonType: OrdinalIgnoreCase) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Memory.ReadOnlySpan.IndexOfString%28input%3A%20%22More%20Test%27s%22%2C%20value%3A%20%22Tests%22%2C%20comparisonType%3A%20OrdinalIgnoreCase%29.html) | -12.51% | 20.720320 | 18.127641 | +| System.Memory.ReadOnlySpan.IndexOfString(input: "string1", value: "string2", comparisonType: InvariantCulture) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Memory.ReadOnlySpan.IndexOfString%28input%3A%20%22string1%22%2C%20value%3A%20%22string2%22%2C%20comparisonType%3A%20InvariantCulture%29.html) | -10.18% | 32.025419 | 28.764787 | +| System.Memory.ReadOnlySpan.IndexOfString(input: "だだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだだ... | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Memory.ReadOnlySpan.IndexOfString%28input%3A%20%22%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0%E3%81%A0.html) | -10.61% | 21.420519 | 19.147394 | +| System.Memory.Slice.ReadOnlyMemoryStartLengthSpan | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Memory.Slice%28Byte%29.ReadOnlyMemoryStartLengthSpan.html) | -10.90% | 2.353433 | 2.097010 | +| System.Memory.Slice.ReadOnlyMemoryStart | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Memory.Slice%28String%29.ReadOnlyMemoryStart.html) | -14.28% | 1.960827 | 1.680874 | +| System.Memory.Span.IndexOfAnyFiveValues(Size: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Memory.Span%28Byte%29.IndexOfAnyFiveValues%28Size%3A%204%29.html) | -11.66% | 9.985057 | 8.820600 | +| System.Memory.Span.IndexOfAnyThreeValues(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Memory.Span%28Byte%29.IndexOfAnyThreeValues%28Size%3A%20512%29.html) | -14.45% | 16.383098 | 14.016161 | +| System.Memory.Span.Reverse(Size: 33) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Memory.Span%28Byte%29.Reverse%28Size%3A%2033%29.html) | -11.18% | 4.168149 | 3.702347 | +| System.Memory.Span.Reverse(Size: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Memory.Span%28Byte%29.Reverse%28Size%3A%204%29.html) | -10.00% | 4.779004 | 4.301030 | +| System.Memory.Span.SequenceCompareTo(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Memory.Span%28Byte%29.SequenceCompareTo%28Size%3A%20512%29.html) | -14.13% | 16.596713 | 14.251832 | +| System.Memory.Span.Clear(Size: 33) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Memory.Span%28Char%29.Clear%28Size%3A%2033%29.html) | -12.90% | 5.371391 | 4.678265 | +| System.Memory.Span.Clear(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Memory.Span%28Char%29.Clear%28Size%3A%20512%29.html) | -10.06% | 13.491590 | 12.133716 | +| System.Memory.Span.IndexOfAnyFiveValues(Size: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Memory.Span%28Char%29.IndexOfAnyFiveValues%28Size%3A%204%29.html) | -13.40% | 10.212326 | 8.843374 | +| System.Memory.Span.IndexOfAnyTwoValues(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Memory.Span%28Char%29.IndexOfAnyTwoValues%28Size%3A%20512%29.html) | -11.97% | 21.492464 | 18.920217 | +| System.Memory.Span.LastIndexOfValue(Size: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Memory.Span%28Char%29.LastIndexOfValue%28Size%3A%204%29.html) | -13.21% | 3.948154 | 3.426771 | +| System.Memory.Span.Fill(Size: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Memory.Span%28Int32%29.Fill%28Size%3A%204%29.html) | -12.22% | 3.515539 | 3.086081 | +| System.Memory.Span.IndexOfAnyFiveValues(Size: 33) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Memory.Span%28Int32%29.IndexOfAnyFiveValues%28Size%3A%2033%29.html) | -10.30% | 65.573139 | 58.820027 | +| System.Memory.Span.IndexOfAnyFiveValues(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Memory.Span%28Int32%29.IndexOfAnyFiveValues%28Size%3A%20512%29.html) | -14.88% | 975.882312 | 830.660304 | +| System.Memory.Span.IndexOfAnyThreeValues(Size: 33) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Memory.Span%28Int32%29.IndexOfAnyThreeValues%28Size%3A%2033%29.html) | -10.01% | 18.596604 | 16.734466 | +| System.Memory.Span.IndexOfAnyThreeValues(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Memory.Span%28Int32%29.IndexOfAnyThreeValues%28Size%3A%20512%29.html) | -11.76% | 243.269664 | 214.662406 | +| System.Memory.Span.IndexOfValue(Size: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Memory.Span%28Int32%29.IndexOfValue%28Size%3A%204%29.html) | -14.31% | 4.018688 | 3.443604 | +| System.Memory.Span.LastIndexOfValue(Size: 33) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Memory.Span%28Int32%29.LastIndexOfValue%28Size%3A%2033%29.html) | -10.71% | 6.086019 | 5.434179 | +| System.Memory.Span.Reverse(Size: 33) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Memory.Span%28Int32%29.Reverse%28Size%3A%2033%29.html) | -13.69% | 5.490391 | 4.739026 | +| System.Memory.Span.Reverse(Size: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Memory.Span%28Int32%29.Reverse%28Size%3A%204%29.html) | -13.48% | N/A | N/A | +| System.Net.NetworkInformation.Tests.PhysicalAddressTests.PAMedium | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Net.NetworkInformation.Tests.PhysicalAddressTests.PAMedium.html) | -10.35% | 18.267803 | 16.377517 | +| System.Net.Primitives.Tests.CredentialCacheTests.ForEach(uriCount: 10, hostPortCount: 0) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Net.Primitives.Tests.CredentialCacheTests.ForEach%28uriCount%3A%2010%2C%20hostPortCount%3A%200%29.html) | -12.09% | 140.955849 | 123.920260 | +| System.Net.Primitives.Tests.CredentialCacheTests.GetCredential_Uri(uriString: "http://notfound", uriCount: 10) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Net.Primitives.Tests.CredentialCacheTests.GetCredential_Uri%28uriString%3A%20%22http%3A//notfound%22%2C%20uriCount%3A%2010%29.html) | -10.39% | 509.646138 | 456.702149 | +| System.Net.Primitives.Tests.IPAddressPerformanceTests.Ctor_Span(address: [16, 32, 48, 64, 80, ...]) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Net.Primitives.Tests.IPAddressPerformanceTests.Ctor_Span%28address%3A%20%5B16%2C%2032%2C%2048%2C%2064%2C%2080%2C%20...%5D%29.html) | -11.31% | 17.202173 | 15.257079 | +| System.Net.Tests.Perf_WebUtility.HtmlDecode_Entities | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Net.Tests.Perf_WebUtility.HtmlDecode_Entities.html) | -14.68% | 165.169371 | 140.915994 | +| System.Numerics.Tensors.Tests.Perf_BinaryIntegerTensorPrimitives.TrailingZeroCount(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tensors.Tests.Perf_BinaryIntegerTensorPrimitives%28Byte%29.TrailingZeroCount%28BufferLength%3A%20128%29.html) | -10.61% | 24.802788 | 22.170617 | +| System.Numerics.Tensors.Tests.Perf_BinaryIntegerTensorPrimitives.TrailingZeroCount(BufferLength: 3079) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tensors.Tests.Perf_BinaryIntegerTensorPrimitives%28Int32%29.TrailingZeroCount%28BufferLength%3A%203079%29.html) | -11.19% | 1322.791770 | 1174.803469 | +| System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives.FusedMultiplyAdd_ScalarAddend(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives%28Double%29.FusedMultiplyAdd_ScalarAddend%28BufferLength%3A%20128%29.html) | -13.02% | 30.584481 | 26.601759 | +| System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives.FusedMultiplyAdd_ScalarMultiplier(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives%28Double%29.FusedMultiplyAdd_ScalarMultiplier%28BufferLength%3A%20128%29.html) | -13.35% | 30.732430 | 26.629385 | +| System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives.Ieee754Remainder_ScalarDivisor(BufferLength: 3079) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives%28Double%29.Ieee754Remainder_ScalarDivisor%28BufferLength%3A%203079%29.html) | -12.76% | 78856.705018 | 68791.834454 | +| System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives.Ieee754Remainder_Vector(BufferLength: 3079) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives%28Double%29.Ieee754Remainder_Vector%28BufferLength%3A%203079%29.html) | -14.00% | 75636.263931 | 65047.644883 | +| System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives.Pow_ScalarExponent(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives%28Double%29.Pow_ScalarExponent%28BufferLength%3A%20128%29.html) | -13.10% | 935.429653 | 812.859920 | +| System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives.Ieee754Remainder_Vector(BufferLength: 3079) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives%28Single%29.Ieee754Remainder_Vector%28BufferLength%3A%203079%29.html) | -11.36% | 81068.115679 | 71858.705211 | +| System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives.Sigmoid(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives%28Single%29.Sigmoid%28BufferLength%3A%20128%29.html) | -14.78% | 215.596931 | 183.729698 | +| System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives.Abs(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives%28Int32%29.Abs%28BufferLength%3A%20128%29.html) | -12.06% | 34.465476 | 30.308311 | +| System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives.AddMultiply_ScalarMultiplier(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives%28Int32%29.AddMultiply_ScalarMultiplier%28BufferLength%3A%20128%29.html) | -14.85% | 26.503385 | 22.568745 | +| System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives.AddMultiply_Vectors(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives%28Int32%29.AddMultiply_Vectors%28BufferLength%3A%20128%29.html) | -13.13% | 30.165244 | 26.203084 | +| System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives.Add_Scalar(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives%28Int32%29.Add_Scalar%28BufferLength%3A%20128%29.html) | -12.54% | N/A | N/A | +| System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives.Add_Vector(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives%28Int32%29.Add_Vector%28BufferLength%3A%20128%29.html) | -13.33% | 21.770571 | 18.868748 | +| System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives.BitwiseAnd_Scalar(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives%28Int32%29.BitwiseAnd_Scalar%28BufferLength%3A%20128%29.html) | -13.81% | 16.542475 | 14.257980 | +| System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives.BitwiseAnd_Vector(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives%28Int32%29.BitwiseAnd_Vector%28BufferLength%3A%20128%29.html) | -13.74% | 21.572063 | 18.608443 | +| System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives.Negate(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives%28Int32%29.Negate%28BufferLength%3A%20128%29.html) | -10.38% | 17.545347 | 15.724167 | +| System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives.AddMultiply_ScalarAddend(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives%28Single%29.AddMultiply_ScalarAddend%28BufferLength%3A%20128%29.html) | -14.55% | 22.090314 | 18.876429 | +| System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives.AddMultiply_ScalarMultiplier(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives%28Single%29.AddMultiply_ScalarMultiplier%28BufferLength%3A%20128%29.html) | -12.13% | 23.437883 | 20.595884 | +| System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives.AddMultiply_Vectors(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives%28Single%29.AddMultiply_Vectors%28BufferLength%3A%20128%29.html) | -12.37% | 28.647210 | 25.102683 | +| System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives.Add_Vector(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives%28Single%29.Add_Vector%28BufferLength%3A%20128%29.html) | -12.60% | 21.575437 | 18.855976 | +| System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives.IndexOfMax(BufferLength: 3079) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives%28Single%29.IndexOfMax%28BufferLength%3A%203079%29.html) | -14.79% | 1099.311130 | 936.688789 | +| System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives.MaxMagnitude_Vector(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives%28Single%29.MaxMagnitude_Vector%28BufferLength%3A%20128%29.html) | -13.21% | 43.925692 | 38.124172 | +| System.Numerics.Tests.Perf_BigInteger.Divide(arguments: 16,8 bits) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tests.Perf_BigInteger.Divide%28arguments%3A%2016%2C8%20bits%29.html) | -14.22% | 11.620680 | 9.968402 | +| System.Numerics.Tests.Perf_BigInteger.Multiply(arguments: 16,16 bits) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tests.Perf_BigInteger.Multiply%28arguments%3A%2016%2C16%20bits%29.html) | -10.87% | 13.278344 | 11.835563 | +| System.Numerics.Tests.Perf_BigInteger.Multiply(arguments: 16,8 bits) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tests.Perf_BigInteger.Multiply%28arguments%3A%2016%2C8%20bits%29.html) | -10.54% | 13.314791 | 11.911647 | +| System.Numerics.Tests.Perf_BigInteger.Parse(numberString: 123) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tests.Perf_BigInteger.Parse%28numberString%3A%20123%29.html) | -10.10% | 94.226196 | 84.711116 | +| System.Numerics.Tests.Perf_BigInteger.Remainder(arguments: 16,8 bits) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tests.Perf_BigInteger.Remainder%28arguments%3A%2016%2C8%20bits%29.html) | -11.84% | 11.392226 | 10.043419 | +| System.Numerics.Tests.Perf_BigInteger.ToByteArray(numberString: -2147483648) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tests.Perf_BigInteger.ToByteArray%28numberString%3A%20-2147483648%29.html) | -13.82% | 20.749066 | 17.881789 | +| System.Numerics.Tests.Perf_BigInteger.ToStringD(numberString: -2147483648) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tests.Perf_BigInteger.ToStringD%28numberString%3A%20-2147483648%29.html) | -13.01% | 62.761570 | 54.594155 | +| System.Numerics.Tests.Perf_BigInteger.ToStringD(numberString: 123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678... | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tests.Perf_BigInteger.ToStringD%28numberString%3A%20123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678.html) | -14.84% | 978.381935 | 833.183696 | +| System.Numerics.Tests.Perf_BigInteger.ToStringX(numberString: 123) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tests.Perf_BigInteger.ToStringX%28numberString%3A%20123%29.html) | -13.35% | 57.902277 | 50.169843 | +| System.Numerics.Tests.Perf_Matrix3x2.AddBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tests.Perf_Matrix3x2.AddBenchmark.html) | -12.79% | 2.417621 | 2.108288 | +| System.Numerics.Tests.Perf_Matrix3x2.AddOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tests.Perf_Matrix3x2.AddOperatorBenchmark.html) | -12.78% | 2.417529 | 2.108633 | +| System.Numerics.Tests.Perf_Matrix3x2.CreateFromScalars | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tests.Perf_Matrix3x2.CreateFromScalars.html) | -12.73% | 2.417330 | 2.109719 | +| System.Numerics.Tests.Perf_Matrix3x2.CreateScaleFromScalarWithCenterBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tests.Perf_Matrix3x2.CreateScaleFromScalarWithCenterBenchmark.html) | -12.79% | 2.417703 | 2.108450 | +| System.Numerics.Tests.Perf_Matrix3x2.CreateScaleFromScalarXYBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tests.Perf_Matrix3x2.CreateScaleFromScalarXYBenchmark.html) | -10.95% | 2.418600 | 2.153656 | +| System.Numerics.Tests.Perf_Matrix3x2.CreateScaleFromVectorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tests.Perf_Matrix3x2.CreateScaleFromVectorBenchmark.html) | -12.81% | 2.418216 | 2.108542 | +| System.Numerics.Tests.Perf_Matrix3x2.CreateTranslationFromScalarXY | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tests.Perf_Matrix3x2.CreateTranslationFromScalarXY.html) | -12.78% | 2.417421 | 2.108433 | +| System.Numerics.Tests.Perf_Matrix3x2.EqualsBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tests.Perf_Matrix3x2.EqualsBenchmark.html) | -14.06% | 2.359443 | 2.027776 | +| System.Numerics.Tests.Perf_Matrix3x2.IdentityBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tests.Perf_Matrix3x2.IdentityBenchmark.html) | -12.78% | 2.417561 | 2.108504 | +| System.Numerics.Tests.Perf_Matrix3x2.MultiplyByScalarBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tests.Perf_Matrix3x2.MultiplyByScalarBenchmark.html) | -12.79% | 2.417357 | 2.108173 | +| System.Numerics.Tests.Perf_Matrix3x2.MultiplyByScalarOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tests.Perf_Matrix3x2.MultiplyByScalarOperatorBenchmark.html) | -12.79% | 2.417787 | 2.108664 | +| System.Numerics.Tests.Perf_Matrix3x2.SubtractBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tests.Perf_Matrix3x2.SubtractBenchmark.html) | -12.78% | 2.417623 | 2.108712 | +| System.Numerics.Tests.Perf_Matrix3x2.SubtractOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tests.Perf_Matrix3x2.SubtractOperatorBenchmark.html) | -12.77% | 2.417569 | 2.108848 | +| System.Numerics.Tests.Perf_Matrix4x4.CreateLookAtBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tests.Perf_Matrix4x4.CreateLookAtBenchmark.html) | -14.57% | 21.766896 | 18.596537 | +| System.Numerics.Tests.Perf_Matrix4x4.NegateBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tests.Perf_Matrix4x4.NegateBenchmark.html) | -12.43% | 2.414178 | 2.114195 | +| System.Numerics.Tests.Perf_Matrix4x4.NegationOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tests.Perf_Matrix4x4.NegationOperatorBenchmark.html) | -12.26% | 2.401867 | 2.107292 | +| System.Numerics.Tests.Perf_Matrix4x4.Transpose | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tests.Perf_Matrix4x4.Transpose.html) | -10.15% | 2.821446 | 2.535175 | +| System.Numerics.Tests.Perf_Plane.DotNormalBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tests.Perf_Plane.DotNormalBenchmark.html) | -12.96% | 3.086679 | 2.686580 | +| System.Numerics.Tests.Perf_Quaternion.CreateFromYawPitchRollBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tests.Perf_Quaternion.CreateFromYawPitchRollBenchmark.html) | -10.04% | 28.391331 | 25.541394 | +| System.Numerics.Tests.Perf_Vector2.NormalizeBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tests.Perf_Vector2.NormalizeBenchmark.html) | -13.02% | 3.473425 | 3.021254 | +| System.Numerics.Tests.Perf_Vector4.LengthBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tests.Perf_Vector4.LengthBenchmark.html) | -11.90% | 3.076565 | 2.710399 | +| System.Numerics.Tests.Perf_Vector4.LengthSquaredBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tests.Perf_Vector4.LengthSquaredBenchmark.html) | -12.39% | 3.072560 | 2.691764 | +| System.Numerics.Tests.Perf_VectorOf.ConditionalSelectBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tests.Perf_VectorOf%28Byte%29.ConditionalSelectBenchmark.html) | -13.32% | 2.320127 | 2.010997 | +| System.Numerics.Tests.Perf_VectorOf.GreaterThanOrEqualAnyBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tests.Perf_VectorOf%28Byte%29.GreaterThanOrEqualAnyBenchmark.html) | -11.60% | 2.339652 | 2.068271 | +| System.Numerics.Tests.Perf_VectorOf.LessThanOrEqualAnyBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tests.Perf_VectorOf%28Byte%29.LessThanOrEqualAnyBenchmark.html) | -12.33% | 2.339386 | 2.050968 | +| System.Numerics.Tests.Perf_VectorOf.OnesComplementBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tests.Perf_VectorOf%28Byte%29.OnesComplementBenchmark.html) | -13.42% | 2.319826 | 2.008569 | +| System.Numerics.Tests.Perf_VectorOf.AddOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tests.Perf_VectorOf%28Double%29.AddOperatorBenchmark.html) | -13.43% | 2.320597 | 2.009038 | +| System.Numerics.Tests.Perf_VectorOf.BitwiseOrOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tests.Perf_VectorOf%28Double%29.BitwiseOrOperatorBenchmark.html) | -13.44% | 2.319897 | 2.008002 | +| System.Numerics.Tests.Perf_VectorOf.DivisionOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tests.Perf_VectorOf%28Double%29.DivisionOperatorBenchmark.html) | -13.45% | 2.319907 | 2.007943 | +| System.Numerics.Tests.Perf_VectorOf.ExclusiveOrOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tests.Perf_VectorOf%28Double%29.ExclusiveOrOperatorBenchmark.html) | -13.45% | 2.320017 | 2.007926 | +| System.Numerics.Tests.Perf_VectorOf.MultiplyOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tests.Perf_VectorOf%28Double%29.MultiplyOperatorBenchmark.html) | -13.44% | 2.319868 | 2.008041 | +| System.Numerics.Tests.Perf_VectorOf.OnesComplementBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tests.Perf_VectorOf%28Double%29.OnesComplementBenchmark.html) | -13.41% | 2.322362 | 2.011046 | +| System.Numerics.Tests.Perf_VectorOf.SubtractionOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tests.Perf_VectorOf%28Double%29.SubtractionOperatorBenchmark.html) | -13.44% | 2.319902 | 2.008027 | +| System.Numerics.Tests.Perf_VectorOf.ConditionalSelectBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tests.Perf_VectorOf%28Int16%29.ConditionalSelectBenchmark.html) | -13.32% | 2.319890 | 2.010821 | +| System.Numerics.Tests.Perf_VectorOf.DivisionOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tests.Perf_VectorOf%28Int16%29.DivisionOperatorBenchmark.html) | -10.90% | 46.451828 | 41.388739 | +| System.Numerics.Tests.Perf_VectorOf.GreaterThanOrEqualAnyBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tests.Perf_VectorOf%28Int16%29.GreaterThanOrEqualAnyBenchmark.html) | -12.52% | 2.345091 | 2.051541 | +| System.Numerics.Tests.Perf_VectorOf.LessThanOrEqualAnyBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tests.Perf_VectorOf%28Int16%29.LessThanOrEqualAnyBenchmark.html) | -12.34% | 2.339406 | 2.050796 | +| System.Numerics.Tests.Perf_VectorOf.OnesComplementBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tests.Perf_VectorOf%28Int16%29.OnesComplementBenchmark.html) | -13.43% | 2.319896 | 2.008388 | +| System.Numerics.Tests.Perf_VectorOf.ConditionalSelectBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tests.Perf_VectorOf%28Int32%29.ConditionalSelectBenchmark.html) | -13.44% | 2.319824 | 2.008008 | +| System.Numerics.Tests.Perf_VectorOf.GreaterThanOrEqualAnyBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tests.Perf_VectorOf%28Int32%29.GreaterThanOrEqualAnyBenchmark.html) | -12.80% | 2.351895 | 2.050825 | +| System.Numerics.Tests.Perf_VectorOf.LessThanOrEqualAnyBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tests.Perf_VectorOf%28Int32%29.LessThanOrEqualAnyBenchmark.html) | -12.35% | 2.339677 | 2.050776 | +| System.Numerics.Tests.Perf_VectorOf.OnesComplementBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tests.Perf_VectorOf%28Int32%29.OnesComplementBenchmark.html) | -13.44% | 2.319794 | 2.008004 | +| System.Numerics.Tests.Perf_VectorOf.AddOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tests.Perf_VectorOf%28Int64%29.AddOperatorBenchmark.html) | -13.45% | 2.320133 | 2.007968 | +| System.Numerics.Tests.Perf_VectorOf.BitwiseOrOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tests.Perf_VectorOf%28Int64%29.BitwiseOrOperatorBenchmark.html) | -13.33% | 2.319913 | 2.010741 | +| System.Numerics.Tests.Perf_VectorOf.ExclusiveOrOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tests.Perf_VectorOf%28Int64%29.ExclusiveOrOperatorBenchmark.html) | -13.44% | 2.319870 | 2.007999 | +| System.Numerics.Tests.Perf_VectorOf.OnesComplementBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tests.Perf_VectorOf%28Int64%29.OnesComplementBenchmark.html) | -13.44% | 2.320005 | 2.008156 | +| System.Numerics.Tests.Perf_VectorOf.ConditionalSelectBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tests.Perf_VectorOf%28SByte%29.ConditionalSelectBenchmark.html) | -13.44% | 2.320798 | 2.008787 | +| System.Numerics.Tests.Perf_VectorOf.GreaterThanOrEqualAnyBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tests.Perf_VectorOf%28SByte%29.GreaterThanOrEqualAnyBenchmark.html) | -12.41% | 2.341665 | 2.050974 | +| System.Numerics.Tests.Perf_VectorOf.LessThanOrEqualAnyBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tests.Perf_VectorOf%28SByte%29.LessThanOrEqualAnyBenchmark.html) | -10.43% | 2.339402 | 2.095342 | +| System.Numerics.Tests.Perf_VectorOf.OnesComplementBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tests.Perf_VectorOf%28SByte%29.OnesComplementBenchmark.html) | -13.18% | 2.319841 | 2.014156 | +| System.Numerics.Tests.Perf_VectorOf.ConditionalSelectBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tests.Perf_VectorOf%28Single%29.ConditionalSelectBenchmark.html) | -13.43% | 2.319834 | 2.008259 | +| System.Numerics.Tests.Perf_VectorOf.DotBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tests.Perf_VectorOf%28Single%29.DotBenchmark.html) | -13.60% | 3.471308 | 2.999097 | +| System.Numerics.Tests.Perf_VectorOf.MaxBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tests.Perf_VectorOf%28Single%29.MaxBenchmark.html) | -13.45% | 2.319865 | 2.007927 | +| System.Numerics.Tests.Perf_VectorOf.MinBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tests.Perf_VectorOf%28Single%29.MinBenchmark.html) | -13.42% | 2.319873 | 2.008606 | +| System.Numerics.Tests.Perf_VectorOf.NegateBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tests.Perf_VectorOf%28Single%29.NegateBenchmark.html) | -13.45% | 2.319928 | 2.007976 | +| System.Numerics.Tests.Perf_VectorOf.OnesComplementBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tests.Perf_VectorOf%28Single%29.OnesComplementBenchmark.html) | -13.44% | 2.319781 | 2.007917 | +| System.Numerics.Tests.Perf_VectorOf.ConditionalSelectBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tests.Perf_VectorOf%28UInt16%29.ConditionalSelectBenchmark.html) | -13.61% | 2.325745 | 2.009155 | +| System.Numerics.Tests.Perf_VectorOf.GreaterThanOrEqualAnyBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tests.Perf_VectorOf%28UInt16%29.GreaterThanOrEqualAnyBenchmark.html) | -12.34% | 2.339375 | 2.050736 | +| System.Numerics.Tests.Perf_VectorOf.LessThanOrEqualAnyBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tests.Perf_VectorOf%28UInt16%29.LessThanOrEqualAnyBenchmark.html) | -12.35% | 2.339913 | 2.050946 | +| System.Numerics.Tests.Perf_VectorOf.OnesComplementBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tests.Perf_VectorOf%28UInt16%29.OnesComplementBenchmark.html) | -13.44% | 2.319884 | 2.008058 | +| System.Numerics.Tests.Perf_VectorOf.ConditionalSelectBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tests.Perf_VectorOf%28UInt32%29.ConditionalSelectBenchmark.html) | -13.38% | 2.319858 | 2.009453 | +| System.Numerics.Tests.Perf_VectorOf.GreaterThanOrEqualAnyBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tests.Perf_VectorOf%28UInt32%29.GreaterThanOrEqualAnyBenchmark.html) | -12.38% | 2.341171 | 2.051446 | +| System.Numerics.Tests.Perf_VectorOf.LessThanOrEqualAnyBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tests.Perf_VectorOf%28UInt32%29.LessThanOrEqualAnyBenchmark.html) | -12.76% | 2.351532 | 2.051528 | +| System.Numerics.Tests.Perf_VectorOf.OnesComplementBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tests.Perf_VectorOf%28UInt32%29.OnesComplementBenchmark.html) | -13.46% | 2.320201 | 2.007891 | +| System.Numerics.Tests.Perf_VectorOf.AddOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tests.Perf_VectorOf%28UInt64%29.AddOperatorBenchmark.html) | -13.45% | 2.319873 | 2.007939 | +| System.Numerics.Tests.Perf_VectorOf.BitwiseOrOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tests.Perf_VectorOf%28UInt64%29.BitwiseOrOperatorBenchmark.html) | -13.32% | 2.319939 | 2.010965 | +| System.Numerics.Tests.Perf_VectorOf.ExclusiveOrOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tests.Perf_VectorOf%28UInt64%29.ExclusiveOrOperatorBenchmark.html) | -13.45% | 2.319928 | 2.007964 | +| System.Numerics.Tests.Perf_VectorOf.GetHashCodeBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tests.Perf_VectorOf%28UInt64%29.GetHashCodeBenchmark.html) | -10.15% | 14.865541 | 13.356182 | +| System.Numerics.Tests.Perf_VectorOf.OnesComplementBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tests.Perf_VectorOf%28UInt64%29.OnesComplementBenchmark.html) | -13.37% | 2.319909 | 2.009747 | +| System.Perf_Convert.ChangeType | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Perf_Convert.ChangeType.html) | -13.14% | 24.560587 | 21.332395 | +| System.Perf_Convert.FromHexString | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Perf_Convert.FromHexString.html) | -13.21% | 27.714741 | 24.053860 | +| System.Perf_Convert.ToBase64CharArray(binaryDataSize: 1024, formattingOptions: InsertLineBreaks) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Perf_Convert.ToBase64CharArray%28binaryDataSize%3A%201024%2C%20formattingOptions%3A%20InsertLineBreaks%29.html) | -14.42% | 1776.940921 | 1520.677831 | +| System.Perf_Convert.ToDateTime_String(value: "12/12/1999") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Perf_Convert.ToDateTime_String%28value%3A%20%2212/12/1999%22%29.html) | -11.51% | 162.049741 | 143.400140 | +| System.Reflection.Activator.CreateInstanceNames | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Reflection.Activator%28EmptyClass%29.CreateInstanceNames.html) | -14.12% | 2198.047680 | 1887.755188 | +| System.Reflection.Invoke.Ctor0_ActivatorCreateInstance_NoParams | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Reflection.Invoke.Ctor0_ActivatorCreateInstance_NoParams.html) | -13.97% | 9.285225 | 7.987661 | +| System.Reflection.Invoke.Field_Set_class | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Reflection.Invoke.Field_Set_class.html) | -10.39% | N/A | N/A | +| System.Reflection.Invoke.Method0_NoParms_MethodInvoker | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Reflection.Invoke.Method0_NoParms_MethodInvoker.html) | -14.90% | 9.985404 | 8.497142 | +| System.Reflection.Invoke.Property_Set_class | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Reflection.Invoke.Property_Set_class.html) | -10.49% | 17.941523 | 16.059384 | +| System.Reflection.Invoke.StaticMethod4_ByRefParams_int_string_struct_class | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Reflection.Invoke.StaticMethod4_ByRefParams_int_string_struct_class.html) | -11.00% | 163.031911 | 145.093929 | +| System.Reflection.Invoke.StaticMethod4_int_string_struct_class | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Reflection.Invoke.StaticMethod4_int_string_struct_class.html) | -14.23% | 40.976535 | 35.146715 | +| System.Reflection.Invoke.StaticMethod5_ByRefParams_int_string_struct_class_bool | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Reflection.Invoke.StaticMethod5_ByRefParams_int_string_struct_class_bool.html) | -11.28% | 228.681019 | 202.879776 | +| System.Reflection.Metadata.Perf_TypeName.ParseAndGetAssemblyQualifiedName(input: typeof(System.Int32[*])) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Reflection.Metadata.Perf_TypeName.ParseAndGetAssemblyQualifiedName%28input%3A%20typeof%28System.Int32%5B%2A%5D%29%29.html) | -10.13% | 1292.869774 | 1161.944764 | +| System.Reflection.Metadata.Perf_TypeName.ParseAndGetAssemblyQualifiedName(input: typeof(System.Int32[,])) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Reflection.Metadata.Perf_TypeName.ParseAndGetAssemblyQualifiedName%28input%3A%20typeof%28System.Int32%5B%2C%5D%29%29.html) | -10.07% | 1303.944652 | 1172.701460 | +| System.Reflection.Metadata.Perf_TypeName.ParseAndGetAssemblyQualifiedName(input: typeof(System.Int32[])) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Reflection.Metadata.Perf_TypeName.ParseAndGetAssemblyQualifiedName%28input%3A%20typeof%28System.Int32%5B%5D%29%29.html) | -10.80% | 1293.949085 | 1154.253403 | +| System.Reflection.Metadata.Perf_TypeName.ParseAndGetFullName(input: typeof(System.Int32&)) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Reflection.Metadata.Perf_TypeName.ParseAndGetFullName%28input%3A%20typeof%28System.Int32%26%29%29.html) | -14.80% | 188.349854 | 160.475537 | +| System.Reflection.Metadata.Perf_TypeName.ParseAndGetFullName(input: typeof(System.Int32[,])) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Reflection.Metadata.Perf_TypeName.ParseAndGetFullName%28input%3A%20typeof%28System.Int32%5B%2C%5D%29%29.html) | -13.10% | 205.596210 | 178.671464 | +| System.Reflection.Metadata.Perf_TypeName.ParseAndGetFullName(input: typeof(System.Int32[])) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Reflection.Metadata.Perf_TypeName.ParseAndGetFullName%28input%3A%20typeof%28System.Int32%5B%5D%29%29.html) | -10.90% | 188.744778 | 168.169401 | +| System.Reflection.Metadata.Perf_TypeName.ParseAndGetFullName(input: typeof(System.Reflection.Metadata.Nested)) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Reflection.Metadata.Perf_TypeName.ParseAndGetFullName%28input%3A%20typeof%28System.Reflection.Metadata.Nested%29%29.html) | -11.22% | 150.302587 | 133.443763 | +| System.Reflection.Metadata.Perf_TypeName.Parse_AssemblyQualifiedName(input: typeof(System.Int32[*])) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Reflection.Metadata.Perf_TypeName.Parse_AssemblyQualifiedName%28input%3A%20typeof%28System.Int32%5B%2A%5D%29%29.html) | -10.27% | 1070.304454 | 960.373721 | +| System.Reflection.Metadata.Perf_TypeName.Parse_AssemblyQualifiedName(input: typeof(System.Int32[,])) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Reflection.Metadata.Perf_TypeName.Parse_AssemblyQualifiedName%28input%3A%20typeof%28System.Int32%5B%2C%5D%29%29.html) | -10.62% | 1065.715411 | 952.529788 | +| System.Reflection.Metadata.Perf_TypeName.Parse_AssemblyQualifiedName(input: typeof(System.Int32[])) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Reflection.Metadata.Perf_TypeName.Parse_AssemblyQualifiedName%28input%3A%20typeof%28System.Int32%5B%5D%29%29.html) | -10.01% | 1052.064127 | 946.735085 | +| System.Reflection.Metadata.Perf_TypeName.Parse_FullNames(input: typeof(System.Int32[])) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Reflection.Metadata.Perf_TypeName.Parse_FullNames%28input%3A%20typeof%28System.Int32%5B%5D%29%29.html) | -14.04% | 159.364594 | 136.990981 | +| System.Reflection.Metadata.Perf_TypeName.Parse_FullNames(input: typeof(System.Reflection.Metadata.Nested)) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Reflection.Metadata.Perf_TypeName.Parse_FullNames%28input%3A%20typeof%28System.Reflection.Metadata.Nested%29%29.html) | -11.32% | 148.175389 | 131.409146 | +| System.Reflection.Metadata.Perf_TypeName.Parse_FullNames(input: typeof(int)) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Reflection.Metadata.Perf_TypeName.Parse_FullNames%28input%3A%20typeof%28int%29%29.html) | -10.11% | 91.885717 | 82.597844 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128.ConvertDoubleToLongBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Runtime.Intrinsics.Tests.Perf_Vector128.ConvertDoubleToLongBenchmark.html) | -12.80% | 9.691158 | 8.451167 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128.ConvertFloatToUIntBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Runtime.Intrinsics.Tests.Perf_Vector128.ConvertFloatToUIntBenchmark.html) | -11.88% | 20.911760 | 18.427207 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128.ConvertUIntToFloatBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Runtime.Intrinsics.Tests.Perf_Vector128.ConvertUIntToFloatBenchmark.html) | -13.36% | 2.319919 | 2.009989 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Int.SquareRootBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Runtime.Intrinsics.Tests.Perf_Vector128Int.SquareRootBenchmark.html) | -11.83% | 20.901113 | 18.428534 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Int.SumBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Runtime.Intrinsics.Tests.Perf_Vector128Int.SumBenchmark.html) | -13.33% | 2.339472 | 2.027619 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.DotBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Byte%29.DotBenchmark.html) | -12.58% | 3.396347 | 2.969250 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.GetHashCodeBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Int32%29.GetHashCodeBenchmark.html) | -13.27% | 13.891354 | 12.047365 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.SquareRootBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Int32%29.SquareRootBenchmark.html) | -11.82% | 20.900006 | 18.428747 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.SumBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Int32%29.SumBenchmark.html) | -13.31% | 2.339526 | 2.028114 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.SquareRootBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Int64%29.SquareRootBenchmark.html) | -12.29% | 9.984480 | 8.757322 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.GetHashCodeBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28UInt32%29.GetHashCodeBenchmark.html) | -13.87% | 13.872171 | 11.947986 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.SquareRootBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28UInt32%29.SquareRootBenchmark.html) | -13.94% | 22.136621 | 19.051648 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.SumBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28UInt32%29.SumBenchmark.html) | -13.33% | 2.339364 | 2.027493 | +| System.Security.Cryptography.Tests.Perf_CryptoConfig.CreateFromName(name: "RSA") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Security.Cryptography.Tests.Perf_CryptoConfig.CreateFromName%28name%3A%20%22RSA%22%29.html) | -11.11% | 367.973034 | 327.083468 | +| System.Tests.Perf_Boolean.Parse(value: " True ") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_Boolean.Parse%28value%3A%20%22%20True%20%22%29.html) | -10.57% | 12.332507 | 11.028845 | +| System.Tests.Perf_Boolean.ToString(value: False) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_Boolean.ToString%28value%3A%20False%29.html) | -11.44% | 4.666504 | 4.132631 | +| System.Tests.Perf_Boolean.ToString(value: True) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_Boolean.ToString%28value%3A%20True%29.html) | -11.29% | 4.662759 | 4.136369 | +| System.Tests.Perf_Boolean.TryParse(value: " True ") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_Boolean.TryParse%28value%3A%20%22%20True%20%22%29.html) | -11.67% | 12.568770 | 11.102228 | +| System.Tests.Perf_DateTime.GetNow | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_DateTime.GetNow.html) | -11.09% | 105.166183 | 93.508058 | +| System.Tests.Perf_DateTime.ParseO | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_DateTime.ParseO.html) | -12.40% | 40.454966 | 35.438897 | +| System.Tests.Perf_DateTime.Year | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_DateTime.Year.html) | -11.98% | 3.061497 | 2.694723 | +| System.Tests.Perf_DateTime.op_Subtraction | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_DateTime.op_Subtraction.html) | -13.54% | 2.300430 | 1.988915 | +| System.Tests.Perf_DateTimeOffset.ToString(format: "o") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_DateTimeOffset.ToString%28format%3A%20%22o%22%29.html) | -11.61% | 52.342136 | 46.267282 | +| System.Tests.Perf_DateTimeOffset.ToString(format: "s") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_DateTimeOffset.ToString%28format%3A%20%22s%22%29.html) | -11.84% | 33.038652 | 29.127968 | +| System.Tests.Perf_Decimal.Floor | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_Decimal.Floor.html) | -13.78% | 13.833480 | 11.927107 | +| System.Tests.Perf_Decimal.Parse(value: "123456.789") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_Decimal.Parse%28value%3A%20%22123456.789%22%29.html) | -12.39% | 98.871432 | 86.617514 | +| System.Tests.Perf_Double.ToString(value: -1.7976931348623157E+308) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_Double.ToString%28value%3A%20-1.7976931348623157E%2B308%29.html) | -13.94% | 256.453725 | 220.705606 | +| System.Tests.Perf_Double.ToString(value: 1.7976931348623157E+308) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_Double.ToString%28value%3A%201.7976931348623157E%2B308%29.html) | -12.72% | 253.650502 | 221.395498 | +| System.Tests.Perf_Double.ToStringWithCultureInfo(value: -1.7976931348623157E+308, culture: zh) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_Double.ToStringWithCultureInfo%28value%3A%20-1.7976931348623157E%2B308%2C%20culture%3A%20zh%29.html) | -12.03% | 249.728526 | 219.693981 | +| System.Tests.Perf_Double.ToStringWithCultureInfo(value: 1.7976931348623157E+308, culture: zh) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_Double.ToStringWithCultureInfo%28value%3A%201.7976931348623157E%2B308%2C%20culture%3A%20zh%29.html) | -11.02% | 248.792382 | 221.371277 | +| System.Tests.Perf_Double.ToStringWithFormat(value: -1.7976931348623157E+308, format: "G") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_Double.ToStringWithFormat%28value%3A%20-1.7976931348623157E%2B308%2C%20format%3A%20%22G%22%29.html) | -13.98% | 257.210519 | 221.240212 | +| System.Tests.Perf_Double.ToStringWithFormat(value: -1.7976931348623157E+308, format: "R") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_Double.ToStringWithFormat%28value%3A%20-1.7976931348623157E%2B308%2C%20format%3A%20%22R%22%29.html) | -13.10% | 259.978607 | 225.919978 | +| System.Tests.Perf_Double.ToStringWithFormat(value: 1.7976931348623157E+308, format: "E") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_Double.ToStringWithFormat%28value%3A%201.7976931348623157E%2B308%2C%20format%3A%20%22E%22%29.html) | -13.41% | 177.323800 | 153.539051 | +| System.Tests.Perf_Double.ToStringWithFormat(value: 1.7976931348623157E+308, format: "R") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_Double.ToStringWithFormat%28value%3A%201.7976931348623157E%2B308%2C%20format%3A%20%22R%22%29.html) | -13.96% | 256.646087 | 220.817434 | +| System.Tests.Perf_Double.ToStringWithFormat(value: 12345, format: "E") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_Double.ToStringWithFormat%28value%3A%2012345%2C%20format%3A%20%22E%22%29.html) | -12.41% | 176.709143 | 154.786203 | +| System.Tests.Perf_Double.ToStringWithFormat(value: 12345, format: "F50") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_Double.ToStringWithFormat%28value%3A%2012345%2C%20format%3A%20%22F50%22%29.html) | -14.03% | 286.644239 | 246.415786 | +| System.Tests.Perf_Double.ToStringWithFormat(value: 12345, format: "G17") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_Double.ToStringWithFormat%28value%3A%2012345%2C%20format%3A%20%22G17%22%29.html) | -13.04% | 186.391303 | 162.090210 | +| System.Tests.Perf_Enum.GetName_NonGeneric_Flags | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_Enum.GetName_NonGeneric_Flags.html) | -11.18% | 38.597824 | 34.282496 | +| System.Tests.Perf_Enum.InterpolateIntoString(value: Red) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_Enum.InterpolateIntoString%28value%3A%20Red%29.html) | -11.12% | 123.398425 | 109.680333 | +| System.Tests.Perf_Enum.InterpolateIntoStringBuilder_Flags(value: Red) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_Enum.InterpolateIntoStringBuilder_Flags%28value%3A%20Red%29.html) | -10.83% | 96.557545 | 86.101875 | +| System.Tests.Perf_Enum.IsDefined_Generic_Flags | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_Enum.IsDefined_Generic_Flags.html) | -13.59% | 8.201668 | 7.086968 | +| System.Tests.Perf_Enum.TryParseGeneric_Flags(text: "Red, Orange, Yellow, Green, Blue") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_Enum.TryParseGeneric_Flags%28text%3A%20%22Red%2C%20Orange%2C%20Yellow%2C%20Green%2C%20Blue%22%29.html) | -13.87% | 118.495801 | 102.054823 | +| System.Tests.Perf_GC.AllocateUninitializedArray(length: 1000, pinned: True) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_GC%28Byte%29.AllocateUninitializedArray%28length%3A%201000%2C%20pinned%3A%20True%29.html) | -11.34% | 567.280227 | 502.965233 | +| System.Tests.Perf_Guid.GuidToString | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_Guid.GuidToString.html) | -12.29% | 22.998759 | 20.173291 | +| System.Tests.Perf_Guid.Parse | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_Guid.Parse.html) | -12.23% | 33.979544 | 29.825150 | +| System.Tests.Perf_Int128.CopySign(value: 1, sign: -1) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_Int128.CopySign%28value%3A%201%2C%20sign%3A%20-1%29.html) | -14.08% | 4.020491 | 3.454382 | +| System.Tests.Perf_Int128.ToString(value: -170141183460469231731687303715884105728) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_Int128.ToString%28value%3A%20-170141183460469231731687303715884105728%29.html) | -10.89% | 169.382434 | 150.942610 | +| System.Tests.Perf_Int32.ParseSpan(value: "2147483647") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_Int32.ParseSpan%28value%3A%20%222147483647%22%29.html) | -10.66% | 26.139173 | 23.353485 | +| System.Tests.Perf_Int32.ToStringHex(value: 2147483647) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_Int32.ToStringHex%28value%3A%202147483647%29.html) | -11.18% | 32.550682 | 28.913013 | +| System.Tests.Perf_Int32.TryParse(value: "2147483647") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_Int32.TryParse%28value%3A%20%222147483647%22%29.html) | -11.56% | 26.040509 | 23.029219 | +| System.Tests.Perf_Int64.Parse(value: "12345") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_Int64.Parse%28value%3A%20%2212345%22%29.html) | -14.35% | N/A | N/A | +| System.Tests.Perf_Int64.ParseSpan(value: "9223372036854775807") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_Int64.ParseSpan%28value%3A%20%229223372036854775807%22%29.html) | -10.61% | 38.712195 | 34.605662 | +| System.Tests.Perf_Int64.TryParse(value: "9223372036854775807") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_Int64.TryParse%28value%3A%20%229223372036854775807%22%29.html) | -12.32% | 39.876787 | 34.963373 | +| System.Tests.Perf_Single.ToStringWithCultureInfo(value: -3.4028235E+38, culture: zh) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_Single.ToStringWithCultureInfo%28value%3A%20-3.4028235E%2B38%2C%20culture%3A%20zh%29.html) | -13.51% | 169.026362 | 146.183711 | +| System.Tests.Perf_Single.ToStringWithFormat(value: -3.4028235E+38, format: "E") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_Single.ToStringWithFormat%28value%3A%20-3.4028235E%2B38%2C%20format%3A%20%22E%22%29.html) | -12.46% | 153.095444 | 134.017703 | +| System.Tests.Perf_Single.ToStringWithFormat(value: -3.4028235E+38, format: "G17") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_Single.ToStringWithFormat%28value%3A%20-3.4028235E%2B38%2C%20format%3A%20%22G17%22%29.html) | -11.20% | 199.912276 | 177.517524 | +| System.Tests.Perf_Single.ToStringWithFormat(value: 12345, format: "E") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_Single.ToStringWithFormat%28value%3A%2012345%2C%20format%3A%20%22E%22%29.html) | -11.27% | 174.371932 | 154.712418 | +| System.Tests.Perf_Single.ToStringWithFormat(value: 12345, format: "G17") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_Single.ToStringWithFormat%28value%3A%2012345%2C%20format%3A%20%22G17%22%29.html) | -12.64% | 172.417243 | 150.622913 | +| System.Tests.Perf_Single.ToStringWithFormat(value: 3.4028235E+38, format: "E") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_Single.ToStringWithFormat%28value%3A%203.4028235E%2B38%2C%20format%3A%20%22E%22%29.html) | -13.34% | 149.574678 | 129.614476 | +| System.Tests.Perf_String.Concat_CharEnumerable | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_String.Concat_CharEnumerable.html) | -10.35% | N/A | N/A | +| System.Tests.Perf_String.CtorCharCount(size: 1) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_String.CtorCharCount%28size%3A%201%29.html) | -11.26% | 14.203389 | 12.603975 | +| System.Tests.Perf_String.PadLeft(n: 18) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_String.PadLeft%28n%3A%2018%29.html) | -10.26% | 14.800127 | 13.280914 | +| System.Tests.Perf_String.Replace_String(text: "This is a very nice sentence", oldValue: "nice", newValue: "bad") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_String.Replace_String%28text%3A%20%22This%20is%20a%20very%20nice%20sentence%22%2C%20oldValue%3A%20%22nice%22%2C%20newValue%3A%20%22bad%22%29.html) | -12.09% | 60.082224 | 52.819130 | +| System.Tests.Perf_String.ToUpper(s: "This is a much longer piece of text that might benefit more from vectorization.") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_String.ToUpper%28s%3A%20%22This%20is%20a%20much%20longer%20piece%20of%20text%20that%20might%20benefit%20more%20from%20vectorization.%22%29.html) | -10.25% | 47.535195 | 42.660550 | +| System.Tests.Perf_String.TrimStart(s: "Test") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_String.TrimStart%28s%3A%20%22Test%22%29.html) | -11.56% | 5.781781 | 5.113139 | +| System.Tests.Perf_String.TrimStart_CharArr(s: " Test", c: [' ', ' ']) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_String.TrimStart_CharArr%28s%3A%20%22%20Test%22%2C%20c%3A%20%5B%27%20%27%2C%20%27%E2%80%85%27%5D%29.html) | -12.53% | 19.190527 | 16.786454 | +| System.Tests.Perf_String.Trim_CharArr(s: " Te st ", c: [' ', ' ']) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_String.Trim_CharArr%28s%3A%20%22%20Te%20st%20%20%22%2C%20c%3A%20%5B%27%20%27%2C%20%27%E2%80%85%27%5D%29.html) | -11.90% | 24.451709 | 21.542048 | +| System.Tests.Perf_Type.GetType_Resolvers(input: typeof(int)) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_Type.GetType_Resolvers%28input%3A%20typeof%28int%29%29.html) | -12.45% | 120.316390 | 105.333827 | +| System.Tests.Perf_UInt16.ToString(value: 12345) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_UInt16.ToString%28value%3A%2012345%29.html) | -14.33% | 16.381429 | 14.033472 | +| System.Tests.Perf_UInt16.ToString(value: 65535) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_UInt16.ToString%28value%3A%2065535%29.html) | -14.20% | 16.353112 | 14.031717 | +| System.Tests.Perf_UInt32.ToString(value: 12345) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_UInt32.ToString%28value%3A%2012345%29.html) | -14.49% | 16.689509 | 14.271065 | +| System.Tests.Perf_UInt32.TryFormat(value: 12345) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_UInt32.TryFormat%28value%3A%2012345%29.html) | -11.89% | 6.449617 | 5.682630 | +| System.Tests.Perf_UInt64.ToString(value: 0) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_UInt64.ToString%28value%3A%200%29.html) | -12.60% | 7.099283 | 6.204491 | +| System.Tests.Perf_UInt64.TryFormat(value: 12345) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_UInt64.TryFormat%28value%3A%2012345%29.html) | -12.35% | 8.247160 | 7.229024 | +| System.Tests.Perf_UInt64.TryParseHex(value: "3039") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_UInt64.TryParseHex%28value%3A%20%223039%22%29.html) | -11.49% | 13.982154 | 12.375652 | +| System.Tests.Perf_Uri.Ctor(input: "https://CONTOSO.com") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_Uri.Ctor%28input%3A%20%22https%3A//CONTOSO.com%22%29.html) | -14.18% | 109.355570 | 93.847031 | +| System.Tests.Perf_Uri.CtorIdnHostPathAndQuery(input: "http://host/") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_Uri.CtorIdnHostPathAndQuery%28input%3A%20%22http%3A//host/%22%29.html) | -12.54% | 224.710520 | 196.521934 | +| System.Tests.Perf_Uri.CtorIdnHostPathAndQuery(input: "http://xn--hst-sna.with.xn--nicode-2ya/path/with?key=value#fragment") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_Uri.CtorIdnHostPathAndQuery%28input%3A%20%22http%3A//xn--hst-sna.with.xn--nicode-2ya/path/with%3Fkey%3Dvalue%23fragment%22%29.html) | -11.31% | 492.507681 | 436.822923 | +| System.Tests.Perf_Uri.CtorIdnHostPathAndQuery(input: "https://CONTOSO.com/path/with?key=value#fragment") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_Uri.CtorIdnHostPathAndQuery%28input%3A%20%22https%3A//CONTOSO.com/path/with%3Fkey%3Dvalue%23fragment%22%29.html) | -12.31% | 413.670892 | 362.748376 | +| System.Tests.Perf_Uri.CtorIdnHostPathAndQuery(input: "https://a.much.longer.domain.name/path/with?key=value#fragment") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_Uri.CtorIdnHostPathAndQuery%28input%3A%20%22https%3A//a.much.longer.domain.name/path/with%3Fkey%3Dvalue%23fragment%22%29.html) | -13.07% | 504.427299 | 438.485479 | +| System.Tests.Perf_Uri.CtorIdnHostPathAndQuery(input: "https://contoso.com/path/with?key=value#fragment") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_Uri.CtorIdnHostPathAndQuery%28input%3A%20%22https%3A//contoso.com/path/with%3Fkey%3Dvalue%23fragment%22%29.html) | -11.01% | 406.955496 | 362.147774 | +| System.Tests.Perf_Uri.EscapeDataString(input: "üüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüü... | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_Uri.EscapeDataString%28input%3A%20%22%C3%BC%C3%BC%C3%BC%C3%BC%C3%BC%C3%BC%C3%BC%C3%BC%C3%BC%C3%BC%C3%BC%C3%BC%C3%BC%C3%BC%C3%BC%C3%BC%C3%BC%C3%BC%C3%BC%C3%BC%C3%BC%C3%BC%C3%BC%C3%BC%C3%BC%C3%BC%C3%BC%C3%BC%C3%BC%C3%BC%C3%BC%C3%BC%C3%BC%C3%BC%C3%BC%C3%BC%C3%BC%C3%BC%C3%BC%C3%BC%C3%BC%C3%BC%C3%BC%C3%BC%C3%BC%C3%BC%C3%BC%C3%BC%C3%BC%C3%BC%C3%BC%C3%BC%C3%BC%C3%BC%C3%BC%C3%BC%C3%BC%C3%BC%C3%BC%C3%BC%C3%BC%C3%BC%C3%BC%C3%BC%C3%BC%C3%BC%C3%BC%C3%BC%C3%BC%C3%BC%C3%BC%C3%BC%C3%BC%C3%BC%C3%BC%C3%BC%C3%BC%C3%BC%C3%BC%C3%BC%C3%BC%C3%BC%C3%BC%C3%BC%C3%BC%C3%BC%C3%BC%C3%BC%C3%BC%C3%BC%C3%BC%C3%BC%C3%BC%C3%BC%C3%BC%C3%BC%C3%BC%C3%BC%C3%BC%C3%BC%C3%BC%C3%BC%C3%BC%C3%BC%C3%BC%C3%BC%C3%BC%C3%BC%C3%BC%C3%BC%C3%BC%C3%BC%C3%BC%C3%BC%C3%BC%C3%BC%C3%BC%C3%BC%C3%BC%C3%BC%C3%BC%C3%BC%C3%BC%C3%BC%C3%BC%C3%BC%C3%BC%C3%BC%C3%BC%C3%BC%C3%BC%C3%BC%C3%BC%C3%BC%C3%BC%C3%BC%C3%BC%C3%BC%C3%BC%C3%BC%C3%BC%C3%BC%C3%BC%C3%BC%C3%BC%C3%BC%C3%BC%C3%BC%C3%BC%C3%BC%C3%BC%C3%BC%C3%BC.html) | -11.60% | 15592.491332 | 13783.848182 | +| System.Tests.Perf_Uri.UnescapeDataString(input: "%E4%BD%A0%E5%A5%BD") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_Uri.UnescapeDataString%28input%3A%20%22%25E4%25BD%25A0%25E5%25A5%25BD%22%29.html) | -13.38% | 74.093387 | 64.181454 | +| System.Tests.Perf_Version.TryParse3 | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_Version.TryParse3.html) | -13.93% | 48.949105 | 42.130299 | +| System.Text.Encodings.Web.Tests.Perf_Encoders.EncodeUtf16(arguments: Url,�2020,512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Encodings.Web.Tests.Perf_Encoders.EncodeUtf16%28arguments%3A%20Url%2C%EF%BF%BD2020%2C512%29.html) | -13.27% | 106.082961 | 92.004281 | +| System.Text.Encodings.Web.Tests.Perf_Encoders.EncodeUtf8(arguments: Url,�2020,16) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Encodings.Web.Tests.Perf_Encoders.EncodeUtf8%28arguments%3A%20Url%2C%EF%BF%BD2020%2C16%29.html) | -14.84% | 53.810508 | 45.824906 | +| System.Text.Json.Document.Tests.Perf_DocumentParse.Parse(IsDataIndented: False, TestRandomAccess: False, TestCase: BasicJson) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Document.Tests.Perf_DocumentParse.Parse%28IsDataIndented%3A%20False%2C%20TestRandomAccess%3A%20False%2C%20TestCase%3A%20BasicJson%29.html) | -10.09% | 724.737075 | 651.612511 | +| System.Text.Json.Document.Tests.Perf_DocumentParse.Parse(IsDataIndented: False, TestRandomAccess: False, TestCase: HelloWorld) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Document.Tests.Perf_DocumentParse.Parse%28IsDataIndented%3A%20False%2C%20TestRandomAccess%3A%20False%2C%20TestCase%3A%20HelloWorld%29.html) | -12.24% | 171.809003 | 150.785917 | +| System.Text.Json.Document.Tests.Perf_DocumentParse.Parse(IsDataIndented: True, TestRandomAccess: False, TestCase: BasicJson) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Document.Tests.Perf_DocumentParse.Parse%28IsDataIndented%3A%20True%2C%20TestRandomAccess%3A%20False%2C%20TestCase%3A%20BasicJson%29.html) | -12.42% | 925.228357 | 810.268830 | +| System.Text.Json.Document.Tests.Perf_DocumentParse.Parse(IsDataIndented: True, TestRandomAccess: False, TestCase: HelloWorld) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Document.Tests.Perf_DocumentParse.Parse%28IsDataIndented%3A%20True%2C%20TestRandomAccess%3A%20False%2C%20TestCase%3A%20HelloWorld%29.html) | -11.00% | 183.677470 | 163.477220 | +| System.Text.Json.Document.Tests.Perf_DocumentParse.Parse(IsDataIndented: True, TestRandomAccess: False, TestCase: Json400B) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Document.Tests.Perf_DocumentParse.Parse%28IsDataIndented%3A%20True%2C%20TestRandomAccess%3A%20False%2C%20TestCase%3A%20Json400B%29.html) | -11.13% | 1125.070070 | 999.846266 | +| System.Text.Json.Document.Tests.Perf_DocumentParse.Parse(IsDataIndented: True, TestRandomAccess: True, TestCase: BasicJson) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Document.Tests.Perf_DocumentParse.Parse%28IsDataIndented%3A%20True%2C%20TestRandomAccess%3A%20True%2C%20TestCase%3A%20BasicJson%29.html) | -12.77% | 1582.916776 | 1380.798895 | +| System.Text.Json.Document.Tests.Perf_DocumentParse.Parse(IsDataIndented: True, TestRandomAccess: True, TestCase: HelloWorld) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Document.Tests.Perf_DocumentParse.Parse%28IsDataIndented%3A%20True%2C%20TestRandomAccess%3A%20True%2C%20TestCase%3A%20HelloWorld%29.html) | -13.91% | 261.016380 | 224.714190 | +| System.Text.Json.Document.Tests.Perf_DocumentParse.Parse(IsDataIndented: True, TestRandomAccess: True, TestCase: Json400B) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Document.Tests.Perf_DocumentParse.Parse%28IsDataIndented%3A%20True%2C%20TestRandomAccess%3A%20True%2C%20TestCase%3A%20Json400B%29.html) | -10.80% | 2497.916378 | 2228.265807 | +| System.Text.Json.Document.Tests.Perf_EnumerateArray.EnumerateArray(TestCase: ArrayOfNumbers) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Document.Tests.Perf_EnumerateArray.EnumerateArray%28TestCase%3A%20ArrayOfNumbers%29.html) | -11.43% | 861.807793 | 763.290934 | +| System.Text.Json.Document.Tests.Perf_EnumerateArray.EnumerateArray(TestCase: ArrayOfStrings) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Document.Tests.Perf_EnumerateArray.EnumerateArray%28TestCase%3A%20ArrayOfStrings%29.html) | -14.05% | 861.982652 | 740.905121 | +| System.Text.Json.Document.Tests.Perf_EnumerateArray.Parse(TestCase: ArrayOfStrings) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Document.Tests.Perf_EnumerateArray.Parse%28TestCase%3A%20ArrayOfStrings%29.html) | -13.68% | 7298.162955 | 6299.509855 | +| System.Text.Json.Document.Tests.Perf_EnumerateObject.Parse(TestCase: StringProperties) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Document.Tests.Perf_EnumerateObject.Parse%28TestCase%3A%20StringProperties%29.html) | -14.84% | 13973.338150 | 11900.346680 | +| System.Text.Json.Document.Tests.Perf_ParseThenWrite.ParseThenWrite(IsDataIndented: False, TestCase: BroadTree) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Document.Tests.Perf_ParseThenWrite.ParseThenWrite%28IsDataIndented%3A%20False%2C%20TestCase%3A%20BroadTree%29.html) | -14.82% | 20617.513747 | 17561.080787 | +| System.Text.Json.Document.Tests.Perf_ParseThenWrite.ParseThenWrite(IsDataIndented: False, TestCase: HelloWorld) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Document.Tests.Perf_ParseThenWrite.ParseThenWrite%28IsDataIndented%3A%20False%2C%20TestCase%3A%20HelloWorld%29.html) | -13.56% | 286.912923 | 247.998425 | +| System.Text.Json.Document.Tests.Perf_ParseThenWrite.ParseThenWrite(IsDataIndented: False, TestCase: LotsOfStrings) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Document.Tests.Perf_ParseThenWrite.ParseThenWrite%28IsDataIndented%3A%20False%2C%20TestCase%3A%20LotsOfStrings%29.html) | -11.88% | 3189.800119 | 2810.920154 | +| System.Text.Json.Document.Tests.Perf_ParseThenWrite.ParseThenWrite(IsDataIndented: True, TestCase: HelloWorld) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Document.Tests.Perf_ParseThenWrite.ParseThenWrite%28IsDataIndented%3A%20True%2C%20TestCase%3A%20HelloWorld%29.html) | -13.17% | 319.342659 | 277.281423 | +| System.Text.Json.Document.Tests.Perf_ParseThenWrite.ParseThenWrite(IsDataIndented: True, TestCase: LotsOfNumbers) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Document.Tests.Perf_ParseThenWrite.ParseThenWrite%28IsDataIndented%3A%20True%2C%20TestCase%3A%20LotsOfNumbers%29.html) | -11.96% | 5785.146142 | 5093.364972 | +| System.Text.Json.Node.Tests.Perf_ParseThenWrite.ParseThenWrite(IsDataIndented: False, TestCase: DeepTree) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Node.Tests.Perf_ParseThenWrite.ParseThenWrite%28IsDataIndented%3A%20False%2C%20TestCase%3A%20DeepTree%29.html) | -12.58% | 23130.343856 | 20221.519917 | +| System.Text.Json.Node.Tests.Perf_ParseThenWrite.ParseThenWrite(IsDataIndented: False, TestCase: Json400B) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Node.Tests.Perf_ParseThenWrite.ParseThenWrite%28IsDataIndented%3A%20False%2C%20TestCase%3A%20Json400B%29.html) | -10.00% | 3308.226718 | 2977.381008 | +| System.Text.Json.Node.Tests.Perf_ParseThenWrite.ParseThenWrite(IsDataIndented: False, TestCase: LotsOfNumbers) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Node.Tests.Perf_ParseThenWrite.ParseThenWrite%28IsDataIndented%3A%20False%2C%20TestCase%3A%20LotsOfNumbers%29.html) | -11.63% | 9311.454089 | 8228.754957 | +| System.Text.Json.Node.Tests.Perf_ParseThenWrite.ParseThenWrite(IsDataIndented: True, TestCase: Json400B) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Node.Tests.Perf_ParseThenWrite.ParseThenWrite%28IsDataIndented%3A%20True%2C%20TestCase%3A%20Json400B%29.html) | -11.83% | 3735.742347 | 3293.699521 | +| System.Text.Json.Node.Tests.Perf_ParseThenWrite.ParseThenWrite(IsDataIndented: True, TestCase: LotsOfNumbers) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Node.Tests.Perf_ParseThenWrite.ParseThenWrite%28IsDataIndented%3A%20True%2C%20TestCase%3A%20LotsOfNumbers%29.html) | -14.25% | 10616.410006 | 9103.779466 | +| System.Text.Json.Reader.Tests.Perf_Base64.ReadBase64EncodedByteArray_NoEscaping(NumberOfBytes: 100) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Reader.Tests.Perf_Base64.ReadBase64EncodedByteArray_NoEscaping%28NumberOfBytes%3A%20100%29.html) | -11.36% | 97.241507 | 86.199190 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromReader(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.ReadJson%28ArrayList%29.DeserializeFromReader%28Mode%3A%20SourceGen%29.html) | -14.62% | 19673.928990 | 16797.517439 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromStream(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.ReadJson%28ArrayList%29.DeserializeFromStream%28Mode%3A%20Reflection%29.html) | -13.67% | 17910.837984 | 15462.398779 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromStream(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.ReadJson%28ArrayList%29.DeserializeFromStream%28Mode%3A%20SourceGen%29.html) | -14.78% | 18216.098379 | 15524.595424 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromString(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.ReadJson%28ArrayList%29.DeserializeFromString%28Mode%3A%20Reflection%29.html) | -14.04% | 17480.011922 | 15025.300071 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromString(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.ReadJson%28ArrayList%29.DeserializeFromString%28Mode%3A%20SourceGen%29.html) | -13.75% | 17483.374646 | 15078.666220 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromUtf8Bytes(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.ReadJson%28ArrayList%29.DeserializeFromUtf8Bytes%28Mode%3A%20Reflection%29.html) | -14.68% | 17356.804611 | 14808.015422 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromUtf8Bytes(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.ReadJson%28ArrayList%29.DeserializeFromUtf8Bytes%28Mode%3A%20SourceGen%29.html) | -13.25% | 17183.260174 | 14905.684491 | +| System.Text.Json.Serialization.Tests.ReadJson>.DeserializeFromStream(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.ReadJson%28Dictionary%28String%2C%20String%29%29.DeserializeFromStream%28Mode%3A%20SourceGen%29.html) | -12.09% | 23098.385959 | 20305.074637 | +| System.Text.Json.Serialization.Tests.ReadJson>.DeserializeFromString(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.ReadJson%28Dictionary%28String%2C%20String%29%29.DeserializeFromString%28Mode%3A%20SourceGen%29.html) | -14.77% | 18157.775074 | 15476.414406 | +| System.Text.Json.Serialization.Tests.ReadJson>.DeserializeFromReader(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.ReadJson%28HashSet%28String%29%29.DeserializeFromReader%28Mode%3A%20SourceGen%29.html) | -14.71% | 11930.607816 | 10175.979441 | +| System.Text.Json.Serialization.Tests.ReadJson>.DeserializeFromUtf8Bytes(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.ReadJson%28HashSet%28String%29%29.DeserializeFromUtf8Bytes%28Mode%3A%20Reflection%29.html) | -12.64% | 9349.182178 | 8167.129284 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromReader(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.ReadJson%28Hashtable%29.DeserializeFromReader%28Mode%3A%20Reflection%29.html) | -12.36% | 36024.698178 | 31573.279479 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromReader(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.ReadJson%28Hashtable%29.DeserializeFromReader%28Mode%3A%20SourceGen%29.html) | -11.95% | 36411.749335 | 32059.792454 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromStream(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.ReadJson%28Hashtable%29.DeserializeFromStream%28Mode%3A%20Reflection%29.html) | -13.18% | 33183.962487 | 28811.676141 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromStream(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.ReadJson%28Hashtable%29.DeserializeFromStream%28Mode%3A%20SourceGen%29.html) | -13.64% | 32988.401516 | 28488.903508 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromString(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.ReadJson%28Hashtable%29.DeserializeFromString%28Mode%3A%20Reflection%29.html) | -13.10% | 32410.195697 | 28164.861068 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromString(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.ReadJson%28Hashtable%29.DeserializeFromString%28Mode%3A%20SourceGen%29.html) | -12.57% | 32473.735279 | 28392.043902 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromUtf8Bytes(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.ReadJson%28Hashtable%29.DeserializeFromUtf8Bytes%28Mode%3A%20Reflection%29.html) | -12.50% | 31715.170433 | 27751.265811 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromUtf8Bytes(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.ReadJson%28Hashtable%29.DeserializeFromUtf8Bytes%28Mode%3A%20SourceGen%29.html) | -13.33% | 32198.420759 | 27905.073475 | +| System.Text.Json.Serialization.Tests.ReadJson>.DeserializeFromStream(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.ReadJson%28ImmutableDictionary%28String%2C%20String%29%29.DeserializeFromStream%28Mode%3A%20SourceGen%29.html) | -12.71% | 43574.211843 | 38037.979874 | +| System.Text.Json.Serialization.Tests.ReadJson>.DeserializeFromString(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.ReadJson%28ImmutableSortedDictionary%28String%2C%20String%29%29.DeserializeFromString%28Mode%3A%20SourceGen%29.html) | -10.37% | 79030.881414 | 70832.865393 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromReader(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.ReadJson%28IndexViewModel%29.DeserializeFromReader%28Mode%3A%20Reflection%29.html) | -13.54% | 29780.445426 | 25747.873143 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromReader(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.ReadJson%28IndexViewModel%29.DeserializeFromReader%28Mode%3A%20SourceGen%29.html) | -13.46% | 28903.804789 | 25012.193714 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromStream(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.ReadJson%28IndexViewModel%29.DeserializeFromStream%28Mode%3A%20Reflection%29.html) | -12.71% | 24106.724505 | 21043.927351 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromStream(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.ReadJson%28IndexViewModel%29.DeserializeFromStream%28Mode%3A%20SourceGen%29.html) | -13.70% | 23283.683750 | 20093.109620 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromString(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.ReadJson%28IndexViewModel%29.DeserializeFromString%28Mode%3A%20Reflection%29.html) | -14.19% | 23995.813541 | 20589.788457 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromString(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.ReadJson%28IndexViewModel%29.DeserializeFromString%28Mode%3A%20SourceGen%29.html) | -13.89% | 22954.297539 | 19766.757347 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromUtf8Bytes(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.ReadJson%28IndexViewModel%29.DeserializeFromUtf8Bytes%28Mode%3A%20Reflection%29.html) | -13.60% | 22672.506610 | 19588.961522 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromUtf8Bytes(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.ReadJson%28IndexViewModel%29.DeserializeFromUtf8Bytes%28Mode%3A%20SourceGen%29.html) | -14.51% | 22072.820173 | 18870.853731 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromStream(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.ReadJson%28Int32%29.DeserializeFromStream%28Mode%3A%20SourceGen%29.html) | -14.30% | 262.074030 | 224.585461 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromString(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.ReadJson%28Int32%29.DeserializeFromString%28Mode%3A%20Reflection%29.html) | -12.75% | 88.143595 | 76.904084 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromString(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.ReadJson%28Int32%29.DeserializeFromString%28Mode%3A%20SourceGen%29.html) | -14.86% | 89.239108 | 75.982023 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromReader(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.ReadJson%28LargeStructWithProperties%29.DeserializeFromReader%28Mode%3A%20Reflection%29.html) | -12.70% | 1448.482332 | 1264.559978 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromReader(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.ReadJson%28LargeStructWithProperties%29.DeserializeFromReader%28Mode%3A%20SourceGen%29.html) | -11.42% | 1422.899067 | 1260.391338 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromStream(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.ReadJson%28LargeStructWithProperties%29.DeserializeFromStream%28Mode%3A%20Reflection%29.html) | -12.90% | 1279.489218 | 1114.420924 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromStream(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.ReadJson%28LargeStructWithProperties%29.DeserializeFromStream%28Mode%3A%20SourceGen%29.html) | -10.35% | 1230.435447 | 1103.068794 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromString(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.ReadJson%28LargeStructWithProperties%29.DeserializeFromString%28Mode%3A%20Reflection%29.html) | -11.34% | 998.799208 | 885.561445 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromUtf8Bytes(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.ReadJson%28LargeStructWithProperties%29.DeserializeFromUtf8Bytes%28Mode%3A%20Reflection%29.html) | -11.76% | 947.322908 | 835.903739 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromStream(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.ReadJson%28Location%29.DeserializeFromStream%28Mode%3A%20Reflection%29.html) | -14.02% | 1283.963007 | 1103.939738 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromStream(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.ReadJson%28Location%29.DeserializeFromStream%28Mode%3A%20SourceGen%29.html) | -10.54% | 1296.265554 | 1159.595008 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromString(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.ReadJson%28Location%29.DeserializeFromString%28Mode%3A%20Reflection%29.html) | -13.99% | 1059.364567 | 911.137669 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromReader(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.ReadJson%28LoginViewModel%29.DeserializeFromReader%28Mode%3A%20Reflection%29.html) | -11.36% | 564.029162 | 499.939599 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromReader(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.ReadJson%28LoginViewModel%29.DeserializeFromReader%28Mode%3A%20SourceGen%29.html) | -13.49% | 569.421567 | 492.579813 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromStream(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.ReadJson%28LoginViewModel%29.DeserializeFromStream%28Mode%3A%20Reflection%29.html) | -14.41% | 619.260082 | 529.997366 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromStream(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.ReadJson%28LoginViewModel%29.DeserializeFromStream%28Mode%3A%20SourceGen%29.html) | -14.65% | 615.225438 | 525.088993 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromString(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.ReadJson%28LoginViewModel%29.DeserializeFromString%28Mode%3A%20Reflection%29.html) | -10.91% | 396.287069 | 353.055144 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromString(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.ReadJson%28LoginViewModel%29.DeserializeFromString%28Mode%3A%20SourceGen%29.html) | -14.13% | 399.086248 | 342.680664 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromUtf8Bytes(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.ReadJson%28LoginViewModel%29.DeserializeFromUtf8Bytes%28Mode%3A%20Reflection%29.html) | -13.04% | 378.292440 | 328.965267 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromReader(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.ReadJson%28MyEventsListerViewModel%29.DeserializeFromReader%28Mode%3A%20Reflection%29.html) | -14.37% | 319234.378443 | 273369.697943 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromReader(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.ReadJson%28MyEventsListerViewModel%29.DeserializeFromReader%28Mode%3A%20SourceGen%29.html) | -13.85% | 343046.244030 | 295521.155015 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromStream(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.ReadJson%28MyEventsListerViewModel%29.DeserializeFromStream%28Mode%3A%20Reflection%29.html) | -10.93% | 267197.971602 | 237994.277021 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromStream(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.ReadJson%28MyEventsListerViewModel%29.DeserializeFromStream%28Mode%3A%20SourceGen%29.html) | -11.78% | 257331.609063 | 227013.360215 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromString(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.ReadJson%28MyEventsListerViewModel%29.DeserializeFromString%28Mode%3A%20Reflection%29.html) | -13.07% | 247891.426101 | 215497.871965 | +| System.Text.Json.Serialization.Tests.ReadJson>.DeserializeFromReader(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.ReadJson%28Nullable%28DateTimeOffset%29%29.DeserializeFromReader%28Mode%3A%20SourceGen%29.html) | -12.00% | 198.097856 | 174.325113 | +| System.Text.Json.Serialization.Tests.ReadJson>.DeserializeFromStream(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.ReadJson%28Nullable%28DateTimeOffset%29%29.DeserializeFromStream%28Mode%3A%20Reflection%29.html) | -11.98% | 323.363750 | 284.635515 | +| System.Text.Json.Serialization.Tests.ReadJson>.DeserializeFromStream(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.ReadJson%28Nullable%28DateTimeOffset%29%29.DeserializeFromStream%28Mode%3A%20SourceGen%29.html) | -11.61% | 325.070699 | 287.338006 | +| System.Text.Json.Serialization.Tests.ReadJson>.DeserializeFromString(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.ReadJson%28Nullable%28DateTimeOffset%29%29.DeserializeFromString%28Mode%3A%20Reflection%29.html) | -12.45% | 135.837966 | 118.931396 | +| System.Text.Json.Serialization.Tests.ReadJson>.DeserializeFromString(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.ReadJson%28Nullable%28DateTimeOffset%29%29.DeserializeFromString%28Mode%3A%20SourceGen%29.html) | -14.20% | 137.190829 | 117.714540 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromStream(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.ReadJson%28SimpleStructWithProperties%29.DeserializeFromStream%28Mode%3A%20Reflection%29.html) | -10.01% | 474.105813 | 426.631360 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromStream(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.ReadJson%28StructRecord%29.DeserializeFromStream%28Mode%3A%20Reflection%29.html) | -11.08% | 800.371444 | 711.710062 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromString(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.ReadJson%28StructRecord%29.DeserializeFromString%28Mode%3A%20Reflection%29.html) | -10.20% | 588.058877 | 528.065685 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromUtf8Bytes(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.ReadJson%28StructRecord%29.DeserializeFromUtf8Bytes%28Mode%3A%20Reflection%29.html) | -13.86% | 544.579629 | 469.099536 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromUtf8Bytes(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.ReadJson%28StructRecord%29.DeserializeFromUtf8Bytes%28Mode%3A%20SourceGen%29.html) | -10.10% | 515.052116 | 463.056109 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromReader(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.ReadJson%28TreeRecord%29.DeserializeFromReader%28Mode%3A%20Reflection%29.html) | -10.18% | 30019.703456 | 26965.067618 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromString(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.ReadJson%28TreeRecord%29.DeserializeFromString%28Mode%3A%20Reflection%29.html) | -10.07% | 23603.389893 | 21226.963763 | +| System.Text.Json.Serialization.Tests.ReadMissingAndCaseInsensitive.Baseline | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.ReadMissingAndCaseInsensitive%28Location%29.Baseline.html) | -14.13% | 1060.068451 | 910.299776 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToStream(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.WriteJson%28BinaryData%29.SerializeToStream%28Mode%3A%20SourceGen%29.html) | -14.84% | 316.565649 | 269.584320 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeObjectProperty(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.WriteJson%28ClassRecord%29.SerializeObjectProperty%28Mode%3A%20Reflection%29.html) | -12.86% | 561.433297 | 489.205600 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeObjectProperty(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.WriteJson%28ClassRecord%29.SerializeObjectProperty%28Mode%3A%20SourceGen%29.html) | -10.36% | 469.279860 | 420.645909 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToStream(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.WriteJson%28ClassRecord%29.SerializeToStream%28Mode%3A%20Reflection%29.html) | -13.19% | 464.769618 | 403.468304 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToStream(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.WriteJson%28ClassRecord%29.SerializeToStream%28Mode%3A%20SourceGen%29.html) | -12.06% | 333.701701 | 293.450034 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToString(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.WriteJson%28ClassRecord%29.SerializeToString%28Mode%3A%20Reflection%29.html) | -12.84% | 407.324976 | 355.012577 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToUtf8Bytes(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.WriteJson%28ClassRecord%29.SerializeToUtf8Bytes%28Mode%3A%20Reflection%29.html) | -10.99% | 354.394087 | 315.442747 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToWriter(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.WriteJson%28ClassRecord%29.SerializeToWriter%28Mode%3A%20Reflection%29.html) | -11.15% | 291.494584 | 258.993400 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToStream(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.WriteJson%28Hashtable%29.SerializeToStream%28Mode%3A%20SourceGen%29.html) | -14.94% | 10014.652536 | 8518.728067 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeObjectProperty(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.WriteJson%28IndexViewModel%29.SerializeObjectProperty%28Mode%3A%20SourceGen%29.html) | -11.41% | 11269.723772 | 9984.067342 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToString(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.WriteJson%28IndexViewModel%29.SerializeToString%28Mode%3A%20SourceGen%29.html) | -14.73% | 11024.989898 | 9400.580726 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeObjectProperty(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.WriteJson%28Int32%29.SerializeObjectProperty%28Mode%3A%20SourceGen%29.html) | -10.59% | 212.619296 | 190.095372 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToString(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.WriteJson%28Int32%29.SerializeToString%28Mode%3A%20SourceGen%29.html) | -14.34% | 116.076977 | 99.427420 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeObjectProperty(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.WriteJson%28LargeStructWithProperties%29.SerializeObjectProperty%28Mode%3A%20SourceGen%29.html) | -12.56% | 600.949463 | 525.448767 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToStream(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.WriteJson%28LargeStructWithProperties%29.SerializeToStream%28Mode%3A%20Reflection%29.html) | -14.31% | 675.309039 | 578.675649 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToString(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.WriteJson%28LargeStructWithProperties%29.SerializeToString%28Mode%3A%20SourceGen%29.html) | -13.08% | 417.618931 | 363.005828 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToUtf8Bytes(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.WriteJson%28LargeStructWithProperties%29.SerializeToUtf8Bytes%28Mode%3A%20SourceGen%29.html) | -14.60% | 388.558631 | 331.818355 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToWriter(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.WriteJson%28LargeStructWithProperties%29.SerializeToWriter%28Mode%3A%20SourceGen%29.html) | -13.70% | 315.963958 | 272.675123 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeObjectProperty(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.WriteJson%28Location%29.SerializeObjectProperty%28Mode%3A%20Reflection%29.html) | -10.63% | 863.978597 | 772.130723 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToStream(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.WriteJson%28Location%29.SerializeToStream%28Mode%3A%20Reflection%29.html) | -12.67% | 761.776322 | 665.256210 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToStream(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.WriteJson%28Location%29.SerializeToStream%28Mode%3A%20SourceGen%29.html) | -12.23% | 595.633814 | 522.775014 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToString(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.WriteJson%28Location%29.SerializeToString%28Mode%3A%20Reflection%29.html) | -10.68% | 697.602785 | 623.086109 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToString(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.WriteJson%28Location%29.SerializeToString%28Mode%3A%20SourceGen%29.html) | -10.03% | 570.344698 | 513.162141 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToUtf8Bytes(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.WriteJson%28Location%29.SerializeToUtf8Bytes%28Mode%3A%20Reflection%29.html) | -10.12% | 637.442360 | 572.930328 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToWriter(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.WriteJson%28Location%29.SerializeToWriter%28Mode%3A%20Reflection%29.html) | -10.60% | 570.665728 | 510.180842 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeObjectProperty(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.WriteJson%28LoginViewModel%29.SerializeObjectProperty%28Mode%3A%20Reflection%29.html) | -10.88% | 457.895320 | 408.085640 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeObjectProperty(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.WriteJson%28LoginViewModel%29.SerializeObjectProperty%28Mode%3A%20SourceGen%29.html) | -10.61% | 415.809267 | 371.705978 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToStream(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.WriteJson%28LoginViewModel%29.SerializeToStream%28Mode%3A%20Reflection%29.html) | -13.26% | 367.380764 | 318.674390 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToStream(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.WriteJson%28LoginViewModel%29.SerializeToStream%28Mode%3A%20SourceGen%29.html) | -12.86% | 278.787979 | 242.939855 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToString(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.WriteJson%28LoginViewModel%29.SerializeToString%28Mode%3A%20Reflection%29.html) | -14.72% | 300.318742 | 256.104829 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToString(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.WriteJson%28LoginViewModel%29.SerializeToString%28Mode%3A%20SourceGen%29.html) | -10.18% | 237.426575 | 213.261615 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToUtf8Bytes(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.WriteJson%28LoginViewModel%29.SerializeToUtf8Bytes%28Mode%3A%20Reflection%29.html) | -10.72% | 260.894785 | 232.934128 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToStream(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.WriteJson%28MyEventsListerViewModel%29.SerializeToStream%28Mode%3A%20Reflection%29.html) | -11.81% | 277312.711776 | 244549.416963 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToStream(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.WriteJson%28MyEventsListerViewModel%29.SerializeToStream%28Mode%3A%20SourceGen%29.html) | -11.61% | 275983.064389 | 243942.807704 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToUtf8Bytes(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.WriteJson%28MyEventsListerViewModel%29.SerializeToUtf8Bytes%28Mode%3A%20Reflection%29.html) | -11.80% | 277778.327818 | 245001.031899 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToUtf8Bytes(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.WriteJson%28MyEventsListerViewModel%29.SerializeToUtf8Bytes%28Mode%3A%20SourceGen%29.html) | -11.36% | 255730.351137 | 226683.602258 | +| System.Text.Json.Serialization.Tests.WriteJson>.SerializeToStream(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.WriteJson%28Nullable%28DateTimeOffset%29%29.SerializeToStream%28Mode%3A%20Reflection%29.html) | -12.56% | 231.746434 | 202.640234 | +| System.Text.Json.Serialization.Tests.WriteJson>.SerializeToStream(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.WriteJson%28Nullable%28DateTimeOffset%29%29.SerializeToStream%28Mode%3A%20SourceGen%29.html) | -11.21% | 231.521153 | 205.575146 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeObjectProperty(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.WriteJson%28SimpleStructWithProperties%29.SerializeObjectProperty%28Mode%3A%20Reflection%29.html) | -12.96% | 384.247120 | 334.445443 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToString(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.WriteJson%28SimpleStructWithProperties%29.SerializeToString%28Mode%3A%20Reflection%29.html) | -11.90% | 233.469962 | 205.689855 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToString(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.WriteJson%28SimpleStructWithProperties%29.SerializeToString%28Mode%3A%20SourceGen%29.html) | -14.70% | 190.464278 | 162.461588 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeObjectProperty(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.WriteJson%28StructRecord%29.SerializeObjectProperty%28Mode%3A%20Reflection%29.html) | -10.62% | 555.403724 | 496.393627 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeObjectProperty(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.WriteJson%28StructRecord%29.SerializeObjectProperty%28Mode%3A%20SourceGen%29.html) | -11.83% | 478.488601 | 421.884427 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToStream(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.WriteJson%28StructRecord%29.SerializeToStream%28Mode%3A%20Reflection%29.html) | -10.33% | N/A | N/A | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToStream(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.WriteJson%28StructRecord%29.SerializeToStream%28Mode%3A%20SourceGen%29.html) | -14.26% | 336.038091 | 288.128104 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToUtf8Bytes(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.WriteJson%28StructRecord%29.SerializeToUtf8Bytes%28Mode%3A%20SourceGen%29.html) | -10.34% | 264.217213 | 236.894697 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToWriter(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.WriteJson%28StructRecord%29.SerializeToWriter%28Mode%3A%20Reflection%29.html) | -11.94% | 297.443688 | 261.918825 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToWriter(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.WriteJson%28StructRecord%29.SerializeToWriter%28Mode%3A%20SourceGen%29.html) | -12.78% | 205.920550 | 179.597315 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeObjectProperty(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.WriteJson%28TreeRecord%29.SerializeObjectProperty%28Mode%3A%20Reflection%29.html) | -12.74% | 11809.413365 | 10304.307253 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeObjectProperty(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.WriteJson%28TreeRecord%29.SerializeObjectProperty%28Mode%3A%20SourceGen%29.html) | -13.07% | 12031.764701 | 10459.364711 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToStream(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.WriteJson%28TreeRecord%29.SerializeToStream%28Mode%3A%20Reflection%29.html) | -13.46% | 11808.938524 | 10219.755995 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToStream(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.WriteJson%28TreeRecord%29.SerializeToStream%28Mode%3A%20SourceGen%29.html) | -11.06% | 11740.314252 | 10442.254192 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToString(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.WriteJson%28TreeRecord%29.SerializeToString%28Mode%3A%20Reflection%29.html) | -11.90% | 11601.259530 | 10220.551262 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToString(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.WriteJson%28TreeRecord%29.SerializeToString%28Mode%3A%20SourceGen%29.html) | -12.35% | 11899.811835 | 10430.625999 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToUtf8Bytes(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.WriteJson%28TreeRecord%29.SerializeToUtf8Bytes%28Mode%3A%20Reflection%29.html) | -12.52% | 11414.193871 | 9985.343923 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToUtf8Bytes(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.WriteJson%28TreeRecord%29.SerializeToUtf8Bytes%28Mode%3A%20SourceGen%29.html) | -12.94% | 11648.116798 | 10141.132947 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToWriter(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.WriteJson%28TreeRecord%29.SerializeToWriter%28Mode%3A%20Reflection%29.html) | -11.06% | 11578.309975 | 10298.288662 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToWriter(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.WriteJson%28TreeRecord%29.SerializeToWriter%28Mode%3A%20SourceGen%29.html) | -10.15% | 11738.425297 | 10547.423623 | +| System.Text.Json.Tests.Perf_Basic.WriteBasicUtf16(Formatted: False, SkipValidation: False, DataSize: 10) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Tests.Perf_Basic.WriteBasicUtf16%28Formatted%3A%20False%2C%20SkipValidation%3A%20False%2C%20DataSize%3A%2010%29.html) | -10.01% | 732.115560 | 658.847326 | +| System.Text.Json.Tests.Perf_Basic.WriteBasicUtf16(Formatted: True, SkipValidation: False, DataSize: 10) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Tests.Perf_Basic.WriteBasicUtf16%28Formatted%3A%20True%2C%20SkipValidation%3A%20False%2C%20DataSize%3A%2010%29.html) | -10.66% | 914.411389 | 816.955430 | +| System.Text.Json.Tests.Perf_Basic.WriteBasicUtf16(Formatted: True, SkipValidation: True, DataSize: 10) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Tests.Perf_Basic.WriteBasicUtf16%28Formatted%3A%20True%2C%20SkipValidation%3A%20True%2C%20DataSize%3A%2010%29.html) | -11.37% | 879.047481 | 779.056496 | +| System.Text.Json.Tests.Perf_Get.GetBoolean | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Tests.Perf_Get.GetBoolean.html) | -11.23% | 102.658359 | 91.126735 | +| System.Text.Json.Tests.Perf_Get.GetDateTime | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Tests.Perf_Get.GetDateTime.html) | -13.31% | 4825.592643 | 4183.293132 | +| System.Text.Json.Tests.Perf_Get.GetDateTimeOffset | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Tests.Perf_Get.GetDateTimeOffset.html) | -14.96% | 5754.559405 | 4893.578784 | +| System.Text.Json.Tests.Perf_Get.GetDecimal | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Tests.Perf_Get.GetDecimal.html) | -10.65% | 5265.555444 | 4704.547715 | +| System.Text.Json.Tests.Perf_Get.GetInt32 | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Tests.Perf_Get.GetInt32.html) | -10.30% | 732.991003 | 657.484109 | +| System.Text.Json.Tests.Perf_Get.GetSingle | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Tests.Perf_Get.GetSingle.html) | -11.46% | 5008.744493 | 4434.629489 | +| System.Text.Json.Tests.Perf_Get.GetUInt32 | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Tests.Perf_Get.GetUInt32.html) | -12.09% | 607.914583 | 534.400483 | +| System.Text.Json.Tests.Perf_Guids.WriteGuids(Formatted: True, SkipValidation: True) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Tests.Perf_Guids.WriteGuids%28Formatted%3A%20True%2C%20SkipValidation%3A%20True%29.html) | -13.23% | 1906185.714286 | 1654035.159632 | +| System.Text.Json.Tests.Perf_Reader.ReadMultiSpanSequenceEmptyLoop(IsDataCompact: False, TestCase: DeepTree) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Tests.Perf_Reader.ReadMultiSpanSequenceEmptyLoop%28IsDataCompact%3A%20False%2C%20TestCase%3A%20DeepTree%29.html) | -12.00% | 10243.292484 | 9014.497988 | +| System.Text.Json.Tests.Perf_Reader.ReadMultiSpanSequenceEmptyLoop(IsDataCompact: False, TestCase: Json400B) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Tests.Perf_Reader.ReadMultiSpanSequenceEmptyLoop%28IsDataCompact%3A%20False%2C%20TestCase%3A%20Json400B%29.html) | -12.81% | 891.627411 | 777.444888 | +| System.Text.Json.Tests.Perf_Reader.ReadMultiSpanSequenceEmptyLoop(IsDataCompact: True, TestCase: DeepTree) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Tests.Perf_Reader.ReadMultiSpanSequenceEmptyLoop%28IsDataCompact%3A%20True%2C%20TestCase%3A%20DeepTree%29.html) | -12.47% | 3330.786758 | 2915.553105 | +| System.Text.Json.Tests.Perf_Reader.ReadMultiSpanSequenceEmptyLoop(IsDataCompact: True, TestCase: LotsOfStrings) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Tests.Perf_Reader.ReadMultiSpanSequenceEmptyLoop%28IsDataCompact%3A%20True%2C%20TestCase%3A%20LotsOfStrings%29.html) | -11.30% | 1209.149408 | 1072.527992 | +| System.Text.Json.Tests.Perf_Reader.ReadReturnBytes(IsDataCompact: False, TestCase: BroadTree) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Tests.Perf_Reader.ReadReturnBytes%28IsDataCompact%3A%20False%2C%20TestCase%3A%20BroadTree%29.html) | -12.16% | 11498.308085 | 10099.960609 | +| System.Text.Json.Tests.Perf_Reader.ReadReturnBytes(IsDataCompact: False, TestCase: DeepTree) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Tests.Perf_Reader.ReadReturnBytes%28IsDataCompact%3A%20False%2C%20TestCase%3A%20DeepTree%29.html) | -13.11% | 10517.280184 | 9137.947319 | +| System.Text.Json.Tests.Perf_Reader.ReadReturnBytes(IsDataCompact: False, TestCase: Json40KB) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Tests.Perf_Reader.ReadReturnBytes%28IsDataCompact%3A%20False%2C%20TestCase%3A%20Json40KB%29.html) | -14.76% | 74480.113349 | 63488.780712 | +| System.Text.Json.Tests.Perf_Reader.ReadReturnBytes(IsDataCompact: False, TestCase: Json4KB) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Tests.Perf_Reader.ReadReturnBytes%28IsDataCompact%3A%20False%2C%20TestCase%3A%20Json4KB%29.html) | -12.30% | 7162.403113 | 6281.753207 | +| System.Text.Json.Tests.Perf_Reader.ReadReturnBytes(IsDataCompact: False, TestCase: LotsOfNumbers) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Tests.Perf_Reader.ReadReturnBytes%28IsDataCompact%3A%20False%2C%20TestCase%3A%20LotsOfNumbers%29.html) | -11.44% | 2998.035478 | 2654.956924 | +| System.Text.Json.Tests.Perf_Reader.ReadSingleSpanSequenceEmptyLoop(IsDataCompact: False, TestCase: DeepTree) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Tests.Perf_Reader.ReadSingleSpanSequenceEmptyLoop%28IsDataCompact%3A%20False%2C%20TestCase%3A%20DeepTree%29.html) | -12.40% | 9907.902611 | 8679.194735 | +| System.Text.Json.Tests.Perf_Reader.ReadSingleSpanSequenceEmptyLoop(IsDataCompact: False, TestCase: Json40KB) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Tests.Perf_Reader.ReadSingleSpanSequenceEmptyLoop%28IsDataCompact%3A%20False%2C%20TestCase%3A%20Json40KB%29.html) | -10.10% | 62821.633497 | 56474.467921 | +| System.Text.Json.Tests.Perf_Reader.ReadSingleSpanSequenceEmptyLoop(IsDataCompact: False, TestCase: Json4KB) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Tests.Perf_Reader.ReadSingleSpanSequenceEmptyLoop%28IsDataCompact%3A%20False%2C%20TestCase%3A%20Json4KB%29.html) | -10.96% | 6237.501192 | 5554.130656 | +| System.Text.Json.Tests.Perf_Reader.ReadSingleSpanSequenceEmptyLoop(IsDataCompact: False, TestCase: LotsOfStrings) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Tests.Perf_Reader.ReadSingleSpanSequenceEmptyLoop%28IsDataCompact%3A%20False%2C%20TestCase%3A%20LotsOfStrings%29.html) | -12.16% | 1612.582360 | 1416.452274 | +| System.Text.Json.Tests.Perf_Reader.ReadSpanEmptyLoop(IsDataCompact: False, TestCase: DeepTree) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Tests.Perf_Reader.ReadSpanEmptyLoop%28IsDataCompact%3A%20False%2C%20TestCase%3A%20DeepTree%29.html) | -13.70% | 9829.467704 | 8482.633371 | +| System.Text.Json.Tests.Perf_Reader.ReadSpanEmptyLoop(IsDataCompact: False, TestCase: Json4KB) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Tests.Perf_Reader.ReadSpanEmptyLoop%28IsDataCompact%3A%20False%2C%20TestCase%3A%20Json4KB%29.html) | -12.78% | 6176.390145 | 5387.162221 | +| System.Text.Json.Tests.Perf_Reader.ReadSpanEmptyLoop(IsDataCompact: False, TestCase: LotsOfStrings) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Tests.Perf_Reader.ReadSpanEmptyLoop%28IsDataCompact%3A%20False%2C%20TestCase%3A%20LotsOfStrings%29.html) | -14.47% | 1704.666431 | 1457.972769 | +| System.Text.Json.Tests.Perf_Reader.ReadSpanEmptyLoop(IsDataCompact: True, TestCase: BroadTree) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Tests.Perf_Reader.ReadSpanEmptyLoop%28IsDataCompact%3A%20True%2C%20TestCase%3A%20BroadTree%29.html) | -12.71% | 5847.422222 | 5104.438984 | +| System.Text.Json.Tests.Perf_Reader.ReadSpanEmptyLoop(IsDataCompact: True, TestCase: DeepTree) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Tests.Perf_Reader.ReadSpanEmptyLoop%28IsDataCompact%3A%20True%2C%20TestCase%3A%20DeepTree%29.html) | -13.21% | 2868.716887 | 2489.769433 | +| System.Text.Json.Tests.Perf_Reader.ReadSpanEmptyLoop(IsDataCompact: True, TestCase: HelloWorld) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Tests.Perf_Reader.ReadSpanEmptyLoop%28IsDataCompact%3A%20True%2C%20TestCase%3A%20HelloWorld%29.html) | -11.82% | 81.108663 | 71.521780 | +| System.Text.Json.Tests.Perf_Reader.ReadSpanEmptyLoop(IsDataCompact: True, TestCase: LotsOfStrings) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Tests.Perf_Reader.ReadSpanEmptyLoop%28IsDataCompact%3A%20True%2C%20TestCase%3A%20LotsOfStrings%29.html) | -14.75% | 1021.600315 | 870.893747 | +| System.Text.Json.Tests.Perf_Segment.ReadMultiSegmentSequenceUsingSpan(segmentSize: 4096, TestCase: Json400KB) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Tests.Perf_Segment.ReadMultiSegmentSequenceUsingSpan%28segmentSize%3A%204096%2C%20TestCase%3A%20Json400KB%29.html) | -11.87% | 651021.381455 | 573735.789672 | +| System.Text.Json.Tests.Perf_Segment.ReadMultiSegmentSequenceUsingSpan(segmentSize: 4096, TestCase: Json40KB) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Tests.Perf_Segment.ReadMultiSegmentSequenceUsingSpan%28segmentSize%3A%204096%2C%20TestCase%3A%20Json40KB%29.html) | -11.37% | 65210.735978 | 57796.508419 | +| System.Text.Json.Tests.Perf_Segment.ReadMultiSegmentSequenceUsingSpan(segmentSize: 8192, TestCase: Json400KB) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Tests.Perf_Segment.ReadMultiSegmentSequenceUsingSpan%28segmentSize%3A%208192%2C%20TestCase%3A%20Json400KB%29.html) | -11.83% | 650268.268875 | 573344.129349 | +| System.Text.Json.Tests.Perf_Segment.ReadMultiSegmentSequenceUsingSpan(segmentSize: 8192, TestCase: Json40KB) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Tests.Perf_Segment.ReadMultiSegmentSequenceUsingSpan%28segmentSize%3A%208192%2C%20TestCase%3A%20Json40KB%29.html) | -13.47% | 64677.962277 | 55964.524238 | +| System.Text.Json.Tests.Perf_Segment.ReadSingleSegmentSequence(TestCase: Json400KB) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Tests.Perf_Segment.ReadSingleSegmentSequence%28TestCase%3A%20Json400KB%29.html) | -12.14% | 640109.416853 | 562389.215960 | +| System.Text.Json.Tests.Perf_Segment.ReadSingleSegmentSequence(TestCase: Json4KB) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Tests.Perf_Segment.ReadSingleSegmentSequence%28TestCase%3A%20Json4KB%29.html) | -10.52% | 6244.611046 | 5587.926835 | +| System.Text.Json.Tests.Perf_Segment.ReadSingleSegmentSequenceByN(numberOfBytes: 4096, TestCase: Json40KB) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Tests.Perf_Segment.ReadSingleSegmentSequenceByN%28numberOfBytes%3A%204096%2C%20TestCase%3A%20Json40KB%29.html) | -12.31% | 64085.034100 | 56197.931635 | +| System.Text.Json.Tests.Perf_Segment.ReadSingleSegmentSequenceByN(numberOfBytes: 4096, TestCase: Json4KB) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Tests.Perf_Segment.ReadSingleSegmentSequenceByN%28numberOfBytes%3A%204096%2C%20TestCase%3A%20Json4KB%29.html) | -11.98% | 6385.688468 | 5620.441727 | +| System.Text.Json.Tests.Perf_Segment.ReadSingleSegmentSequenceByN(numberOfBytes: 8192, TestCase: Json400KB) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Tests.Perf_Segment.ReadSingleSegmentSequenceByN%28numberOfBytes%3A%208192%2C%20TestCase%3A%20Json400KB%29.html) | -11.95% | 651294.148425 | 573447.110215 | +| System.Text.Json.Tests.Perf_Segment.ReadSingleSegmentSequenceByN(numberOfBytes: 8192, TestCase: Json40KB) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Tests.Perf_Segment.ReadSingleSegmentSequenceByN%28numberOfBytes%3A%208192%2C%20TestCase%3A%20Json40KB%29.html) | -12.12% | 64184.387468 | 56404.809487 | +| System.Text.Json.Tests.Perf_Segment.ReadSingleSegmentSequenceByN(numberOfBytes: 8192, TestCase: Json4KB) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Tests.Perf_Segment.ReadSingleSegmentSequenceByN%28numberOfBytes%3A%208192%2C%20TestCase%3A%20Json4KB%29.html) | -13.68% | 6273.674532 | 5415.201408 | +| System.Text.Json.Tests.Perf_Strings.WriteStringsUtf8(Formatted: False, SkipValidation: True, Escaped: OneEscaped) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Tests.Perf_Strings.WriteStringsUtf8%28Formatted%3A%20False%2C%20SkipValidation%3A%20True%2C%20Escaped%3A%20OneEscaped%29.html) | -11.88% | N/A | N/A | +| System.Text.Json.Tests.Utf8JsonReaderCommentsTests.Utf8JsonReaderCommentParsing(CommentHandling: Allow, SegmentSize: 0, TestCase: LongSingleLine) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Tests.Utf8JsonReaderCommentsTests.Utf8JsonReaderCommentParsing%28CommentHandling%3A%20Allow%2C%20SegmentSize%3A%200%2C%20TestCase%3A%20LongSingleLine%29.html) | -10.94% | 163.468289 | 145.580144 | +| System.Text.Json.Tests.Utf8JsonReaderCommentsTests.Utf8JsonReaderCommentParsing(CommentHandling: Allow, SegmentSize: 0, TestCase: ShortMultiLine) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Tests.Utf8JsonReaderCommentsTests.Utf8JsonReaderCommentParsing%28CommentHandling%3A%20Allow%2C%20SegmentSize%3A%200%2C%20TestCase%3A%20ShortMultiLine%29.html) | -14.49% | 96.875297 | 82.840116 | +| System.Text.Json.Tests.Utf8JsonReaderCommentsTests.Utf8JsonReaderCommentParsing(CommentHandling: Allow, SegmentSize: 100, TestCase: LongMultiLine) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Tests.Utf8JsonReaderCommentsTests.Utf8JsonReaderCommentParsing%28CommentHandling%3A%20Allow%2C%20SegmentSize%3A%20100%2C%20TestCase%3A%20LongMultiLine%29.html) | -12.08% | 11630.773095 | 10225.606283 | +| System.Text.Json.Tests.Utf8JsonReaderCommentsTests.Utf8JsonReaderCommentParsing(CommentHandling: Skip, SegmentSize: 0, TestCase: ShortMultiLine) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Tests.Utf8JsonReaderCommentsTests.Utf8JsonReaderCommentParsing%28CommentHandling%3A%20Skip%2C%20SegmentSize%3A%200%2C%20TestCase%3A%20ShortMultiLine%29.html) | -11.80% | 93.849013 | 82.774155 | +| System.Text.Json.Tests.Utf8JsonReaderCommentsTests.Utf8JsonReaderCommentParsing(CommentHandling: Skip, SegmentSize: 0, TestCase: ShortSingleLine) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Tests.Utf8JsonReaderCommentsTests.Utf8JsonReaderCommentParsing%28CommentHandling%3A%20Skip%2C%20SegmentSize%3A%200%2C%20TestCase%3A%20ShortSingleLine%29.html) | -12.95% | 96.048756 | 83.607799 | +| System.Text.Json.Tests.Utf8JsonReaderCommentsTests.Utf8JsonReaderCommentParsing(CommentHandling: Skip, SegmentSize: 100, TestCase: LongMultiLine) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Tests.Utf8JsonReaderCommentsTests.Utf8JsonReaderCommentParsing%28CommentHandling%3A%20Skip%2C%20SegmentSize%3A%20100%2C%20TestCase%3A%20LongMultiLine%29.html) | -13.79% | 11503.169626 | 9917.268516 | +| System.Text.Perf_Ascii.IsValid_Bytes(Size: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Perf_Ascii.IsValid_Bytes%28Size%3A%20128%29.html) | -10.22% | 4.581366 | 4.113361 | +| System.Text.Perf_Ascii.IsValid_Bytes(Size: 6) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Perf_Ascii.IsValid_Bytes%28Size%3A%206%29.html) | -12.98% | 3.570461 | 3.107181 | +| System.Text.Perf_Ascii.IsValid_Chars(Size: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Perf_Ascii.IsValid_Chars%28Size%3A%20128%29.html) | -12.05% | N/A | N/A | +| System.Text.Perf_Ascii.ToLower_Bytes(Size: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Perf_Ascii.ToLower_Bytes%28Size%3A%20128%29.html) | -13.79% | 20.544495 | 17.710691 | +| System.Text.Perf_Ascii.ToLower_Bytes_Chars(Size: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Perf_Ascii.ToLower_Bytes_Chars%28Size%3A%20128%29.html) | -10.44% | 22.399818 | 20.060837 | +| System.Text.Perf_Ascii.ToLower_Chars(Size: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Perf_Ascii.ToLower_Chars%28Size%3A%20128%29.html) | -10.75% | 30.097786 | 26.863651 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Cache.IsMatch(total: 40000, unique: 7, cacheSize: 0) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.RegularExpressions.Tests.Perf_Regex_Cache.IsMatch%28total%3A%2040000%2C%20unique%3A%207%2C%20cacheSize%3A%200%29.html) | -11.09% | 39816700.595238 | 35400342.857143 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Cache.IsMatch(total: 400000, unique: 7, cacheSize: 15) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.RegularExpressions.Tests.Perf_Regex_Cache.IsMatch%28total%3A%20400000%2C%20unique%3A%207%2C%20cacheSize%3A%2015%29.html) | -11.41% | 49743101.785714 | 44068404.642857 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Common.IP_IsNotMatch(Options: Compiled) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.RegularExpressions.Tests.Perf_Regex_Common.IP_IsNotMatch%28Options%3A%20Compiled%29.html) | -12.23% | 180.558100 | 158.479612 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Industry_BoostDocs_Simple.IsMatch(Id: 0, Options: Compiled) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.RegularExpressions.Tests.Perf_Regex_Industry_BoostDocs_Simple.IsMatch%28Id%3A%200%2C%20Options%3A%20Compiled%29.html) | -12.02% | 43.503754 | 38.272802 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Industry_BoostDocs_Simple.IsMatch(Id: 10, Options: Compiled) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.RegularExpressions.Tests.Perf_Regex_Industry_BoostDocs_Simple.IsMatch%28Id%3A%2010%2C%20Options%3A%20Compiled%29.html) | -10.35% | 53.811065 | 48.241118 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Industry_BoostDocs_Simple.IsMatch(Id: 10, Options: NonBacktracking) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.RegularExpressions.Tests.Perf_Regex_Industry_BoostDocs_Simple.IsMatch%28Id%3A%2010%2C%20Options%3A%20NonBacktracking%29.html) | -11.44% | 95.165063 | 84.277715 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Industry_BoostDocs_Simple.IsMatch(Id: 12, Options: Compiled) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.RegularExpressions.Tests.Perf_Regex_Industry_BoostDocs_Simple.IsMatch%28Id%3A%2012%2C%20Options%3A%20Compiled%29.html) | -11.93% | 55.552863 | 48.926525 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Industry_BoostDocs_Simple.IsMatch(Id: 13, Options: Compiled) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.RegularExpressions.Tests.Perf_Regex_Industry_BoostDocs_Simple.IsMatch%28Id%3A%2013%2C%20Options%3A%20Compiled%29.html) | -10.54% | 55.387911 | 49.550871 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Industry_BoostDocs_Simple.IsMatch(Id: 2, Options: Compiled) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.RegularExpressions.Tests.Perf_Regex_Industry_BoostDocs_Simple.IsMatch%28Id%3A%202%2C%20Options%3A%20Compiled%29.html) | -10.52% | 92.755333 | 82.993540 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Industry_BoostDocs_Simple.IsMatch(Id: 6, Options: Compiled) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.RegularExpressions.Tests.Perf_Regex_Industry_BoostDocs_Simple.IsMatch%28Id%3A%206%2C%20Options%3A%20Compiled%29.html) | -14.95% | 56.283791 | 47.870801 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Industry_BoostDocs_Simple.IsMatch(Id: 8, Options: NonBacktracking) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.RegularExpressions.Tests.Perf_Regex_Industry_BoostDocs_Simple.IsMatch%28Id%3A%208%2C%20Options%3A%20NonBacktracking%29.html) | -12.20% | 82.109568 | 72.091768 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Industry_BoostDocs_Simple.IsMatch(Id: 9, Options: Compiled) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.RegularExpressions.Tests.Perf_Regex_Industry_BoostDocs_Simple.IsMatch%28Id%3A%209%2C%20Options%3A%20Compiled%29.html) | -13.67% | 53.556425 | 46.236412 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Industry_BoostDocs_Simple.IsMatch(Id: 9, Options: NonBacktracking) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.RegularExpressions.Tests.Perf_Regex_Industry_BoostDocs_Simple.IsMatch%28Id%3A%209%2C%20Options%3A%20NonBacktracking%29.html) | -10.91% | 86.740774 | 77.281064 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Industry_Leipzig.Count(Pattern: "(?i)Tom\|Sawyer\|Huckleberry\|Finn", Options: NonBacktracking) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.RegularExpressions.Tests.Perf_Regex_Industry_Leipzig.Count%28Pattern%3A%20%22%28%3Fi%29Tom%7CSawyer%7CHuckleberry%7CFinn%22%2C%20Options%3A%20NonBacktracking%29.html) | -14.89% | 98760465.178571 | 84054217.857143 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Industry_Leipzig.Count(Pattern: ".{2,4}(Tom\|Sawyer\|Huckleberry\|Finn)", Options: Compiled) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.RegularExpressions.Tests.Perf_Regex_Industry_Leipzig.Count%28Pattern%3A%20%22.%7B2%2C4%7D%28Tom%7CSawyer%7CHuckleberry%7CFinn%29%22%2C%20Options%3A%20Compiled%29.html) | -10.73% | 388150187.500000 | 346493337.500000 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Industry_RustLang_Sherlock.Count(Pattern: "(?m)^Sherlock Holmes\|Sherlock Holmes$", Options: None) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.RegularExpressions.Tests.Perf_Regex_Industry_RustLang_Sherlock.Count%28Pattern%3A%20%22%28%3Fm%29%5ESherlock%20Holmes%7CSherlock%20Holmes%24%22%2C%20Options%3A%20None%29.html) | -10.34% | 72722.007328 | 65199.354103 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Industry_RustLang_Sherlock.Count(Pattern: "(?s).*", Options: None) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.RegularExpressions.Tests.Perf_Regex_Industry_RustLang_Sherlock.Count%28Pattern%3A%20%22%28%3Fs%29.%2A%22%2C%20Options%3A%20None%29.html) | -11.64% | 1708184.483221 | 1509336.966443 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Industry_RustLang_Sherlock.Count(Pattern: "\\p{L}", Options: Compiled) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.RegularExpressions.Tests.Perf_Regex_Industry_RustLang_Sherlock.Count%28Pattern%3A%20%22%5C%5Cp%7BL%7D%22%2C%20Options%3A%20Compiled%29.html) | -11.47% | 15438904.761905 | 13667980.952381 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Industry_RustLang_Sherlock.Count(Pattern: "aqj", Options: None) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.RegularExpressions.Tests.Perf_Regex_Industry_RustLang_Sherlock.Count%28Pattern%3A%20%22aqj%22%2C%20Options%3A%20None%29.html) | -10.22% | 60333.836147 | 54167.169625 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Industry_RustLang_Sherlock.Count(Pattern: "the", Options: Compiled) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.RegularExpressions.Tests.Perf_Regex_Industry_RustLang_Sherlock.Count%28Pattern%3A%20%22the%22%2C%20Options%3A%20Compiled%29.html) | -10.39% | 399202.824427 | 357714.888222 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Industry_RustLang_Sherlock.Count(Pattern: "zqj", Options: None) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.RegularExpressions.Tests.Perf_Regex_Industry_RustLang_Sherlock.Count%28Pattern%3A%20%22zqj%22%2C%20Options%3A%20None%29.html) | -13.63% | 60413.366699 | 52177.345743 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Industry_SliceSlice.Count(Options: NonBacktracking) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.RegularExpressions.Tests.Perf_Regex_Industry_SliceSlice.Count%28Options%3A%20NonBacktracking%29.html) | -12.67% | 720826680.000000 | 629532688.000000 | +| System.Threading.Channels.Tests.BoundedChannelPerfTests.WriteAsyncThenReadAsync | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Threading.Channels.Tests.BoundedChannelPerfTests.WriteAsyncThenReadAsync.html) | -11.22% | 76.904737 | 68.279614 | +| System.Threading.Channels.Tests.SpscUnboundedChannelPerfTests.PingPong | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Threading.Channels.Tests.SpscUnboundedChannelPerfTests.PingPong.html) | -10.16% | N/A | N/A | +| System.Threading.Channels.Tests.SpscUnboundedChannelPerfTests.ReadAsyncThenWriteAsync | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Threading.Channels.Tests.SpscUnboundedChannelPerfTests.ReadAsyncThenWriteAsync.html) | -14.96% | 98.068368 | 83.400600 | +| System.Threading.Channels.Tests.UnboundedChannelPerfTests.ReadAsyncThenWriteAsync | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Threading.Channels.Tests.UnboundedChannelPerfTests.ReadAsyncThenWriteAsync.html) | -12.10% | 103.024514 | 90.555307 | +| System.Threading.Tasks.ValueTaskPerfTest.CreateAndAwait_FromCompletedTask_ConfigureAwait | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Threading.Tasks.ValueTaskPerfTest.CreateAndAwait_FromCompletedTask_ConfigureAwait.html) | -14.89% | 16.152048 | 13.746640 | +| System.Threading.Tests.Perf_CancellationToken.RegisterAndUnregister_Serial | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Threading.Tests.Perf_CancellationToken.RegisterAndUnregister_Serial.html) | -11.45% | 44.515072 | 39.418189 | +| System.Xml.Linq.Perf_XDocument.CreateWithRootlEement | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Xml.Linq.Perf_XDocument.CreateWithRootlEement.html) | -14.25% | 44.830567 | 38.443690 | +| System.Xml.Linq.Perf_XElement.CreateWithElements | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Xml.Linq.Perf_XElement.CreateWithElements.html) | -14.96% | 61.759745 | 52.518891 | +| System.Xml.Linq.Perf_XName.CreateElementWithNamespace | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Xml.Linq.Perf_XName.CreateElementWithNamespace.html) | -11.66% | 57.703817 | 50.976259 | +| System.Xml.Tests.Perf_XmlConvert.DateTime_ToString | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Xml.Tests.Perf_XmlConvert.DateTime_ToString.html) | -10.35% | 74.723041 | 66.985528 | +| System.Xml.Tests.Perf_XmlConvert.DateTime_ToString_Unspecified | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Xml.Tests.Perf_XmlConvert.DateTime_ToString_Unspecified.html) | -10.54% | 70.377719 | 62.960906 | + +## 7.5-10% Improvement (389 tests) + +| Test Name | Link | Change % | .NET 9 | .NET 10 | +|-----------|------|----------|--------|-------| +| ArrayDeAbstraction.foreach_member_array_via_interface_property_in_loop | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/ArrayDeAbstraction.foreach_member_array_via_interface_property_in_loop.html) | -9.01% | 1375.060758 | 1251.120302 | +| ArrayDeAbstraction.foreach_static_array_via_interface_property_in_loop | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/ArrayDeAbstraction.foreach_static_array_via_interface_property_in_loop.html) | -8.92% | 1373.689310 | 1251.193663 | +| ArrayDeAbstraction.foreach_static_readonly_array_via_interface_property_in_loop | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/ArrayDeAbstraction.foreach_static_readonly_array_via_interface_property_in_loop.html) | -8.95% | 1376.496352 | 1253.367189 | +| BenchmarksGame.FannkuchRedux_5.RunBench(n: 10, expectedSum: 38) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/BenchmarksGame.FannkuchRedux_5.RunBench%28n%3A%2010%2C%20expectedSum%3A%2038%29.html) | -8.98% | N/A | N/A | +| BenchmarksGame.KNucleotide_1.RunBench | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/BenchmarksGame.KNucleotide_1.RunBench.html) | -9.63% | 274582958.928571 | 248147766.071429 | +| Benchstone.BenchF.Trap.Test | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/Benchstone.BenchF.Trap.Test.html) | -7.66% | 188861153.061224 | 174394432.653061 | +| Benchstone.BenchF.Whetsto.Test | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/Benchstone.BenchF.Whetsto.Test.html) | -8.20% | 611357630.357143 | 561207712.500000 | +| Benchstone.MDBenchF.MDLLoops.Test | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/Benchstone.MDBenchF.MDLLoops.Test.html) | -9.83% | 1000874592.857143 | 902489183.928572 | +| Benchstone.MDBenchI.MDLogicArray.Test | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/Benchstone.MDBenchI.MDLogicArray.Test.html) | -8.41% | 464492387.500000 | 425408128.571428 | +| ByteMark.BenchLUDecomp | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/ByteMark.BenchLUDecomp.html) | -7.57% | 1489932698.214286 | 1377166728.571428 | +| Exceptions.Handling.MultipleNestedTryCatch_FirstCatches(kind: Hardware) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/Exceptions.Handling.MultipleNestedTryCatch_FirstCatches%28kind%3A%20Hardware%29.html) | -7.52% | 3899.688430 | 3606.602430 | +| Exceptions.Handling.ThrowAndCatch(kind: Hardware) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/Exceptions.Handling.ThrowAndCatch%28kind%3A%20Hardware%29.html) | -8.56% | 3932.460973 | 3596.034605 | +| Exceptions.Handling.ThrowAndCatchFinally(kind: Hardware) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/Exceptions.Handling.ThrowAndCatchFinally%28kind%3A%20Hardware%29.html) | -7.55% | 3901.221207 | 3606.778173 | +| Exceptions.Handling.ThrowAndCatchWhen(kind: Hardware) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/Exceptions.Handling.ThrowAndCatchWhen%28kind%3A%20Hardware%29.html) | -7.73% | 4023.926646 | 3713.011715 | +| Exceptions.Handling.ThrowAndCatchWhenFinally(kind: Hardware) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/Exceptions.Handling.ThrowAndCatchWhenFinally%28kind%3A%20Hardware%29.html) | -7.54% | 3996.106039 | 3694.609553 | +| GuardedDevirtualization.TwoClassVirtual.Call(testInput: pB = 0.30) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/GuardedDevirtualization.TwoClassVirtual.Call%28testInput%3A%20pB%20%3D%200.30%29.html) | -8.99% | 1.518823 | 1.382333 | +| IfStatements.IfStatements.AndAndAnd | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/IfStatements.IfStatements.AndAndAnd.html) | -7.89% | 47286.237095 | 43555.182059 | +| LinqBenchmarks.AggregateBy00LinqMethodX | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/LinqBenchmarks.AggregateBy00LinqMethodX.html) | -8.07% | 3156225241.071429 | 2901402503.571428 | +| MicroBenchmarks.Serializers.Json_FromStream.DataContractJsonSerializer_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/MicroBenchmarks.Serializers.Json_FromStream%28CollectionsOfPrimitives%29.DataContractJsonSerializer_.html) | -8.99% | 2576475.699558 | 2344933.891753 | +| MicroBenchmarks.Serializers.Json_FromStream.DataContractJsonSerializer_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/MicroBenchmarks.Serializers.Json_FromStream%28IndexViewModel%29.DataContractJsonSerializer_.html) | -7.97% | 245835.123141 | 226248.475653 | +| MicroBenchmarks.Serializers.Json_FromStream.DataContractJsonSerializer_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/MicroBenchmarks.Serializers.Json_FromStream%28Location%29.DataContractJsonSerializer_.html) | -8.93% | 8919.950982 | 8123.519430 | +| MicroBenchmarks.Serializers.Json_FromStream.SystemTextJson_Reflection_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/MicroBenchmarks.Serializers.Json_FromStream%28MyEventsListerViewModel%29.SystemTextJson_Reflection_.html) | -9.35% | 267907.920168 | 242851.211485 | +| MicroBenchmarks.Serializers.Json_FromString.SystemTextJson_SourceGen_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/MicroBenchmarks.Serializers.Json_FromString%28CollectionsOfPrimitives%29.SystemTextJson_SourceGen_.html) | -8.94% | 230483.863485 | 209884.661215 | +| MicroBenchmarks.Serializers.Json_FromString.JsonNet_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/MicroBenchmarks.Serializers.Json_FromString%28Location%29.JsonNet_.html) | -7.71% | 1865.424091 | 1721.608753 | +| MicroBenchmarks.Serializers.Json_FromString.JsonNet_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/MicroBenchmarks.Serializers.Json_FromString%28LoginViewModel%29.JsonNet_.html) | -7.56% | 797.183911 | 736.894426 | +| MicroBenchmarks.Serializers.Json_ToStream.DataContractJsonSerializer_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/MicroBenchmarks.Serializers.Json_ToStream%28CollectionsOfPrimitives%29.DataContractJsonSerializer_.html) | -8.97% | 866196.237685 | 788469.304187 | +| MicroBenchmarks.Serializers.Json_ToStream.JsonNet_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/MicroBenchmarks.Serializers.Json_ToStream%28LoginViewModel%29.JsonNet_.html) | -8.86% | 420.307279 | 383.048218 | +| MicroBenchmarks.Serializers.Json_ToString.SystemTextJson_SourceGen_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/MicroBenchmarks.Serializers.Json_ToString%28Location%29.SystemTextJson_SourceGen_.html) | -9.78% | 558.050296 | 503.472900 | +| MicroBenchmarks.Serializers.Json_ToString.JsonNet_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/MicroBenchmarks.Serializers.Json_ToString%28LoginViewModel%29.JsonNet_.html) | -9.63% | 475.222202 | 429.461665 | +| MicroBenchmarks.Serializers.Json_ToString.JsonNet_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/MicroBenchmarks.Serializers.Json_ToString%28MyEventsListerViewModel%29.JsonNet_.html) | -8.93% | 542175.810979 | 493766.009046 | +| MicroBenchmarks.Serializers.Xml_FromStream.DataContractSerializer_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/MicroBenchmarks.Serializers.Xml_FromStream%28ClassImplementingIXmlSerialiable%29.DataContractSerializer_.html) | -8.37% | 1640.109425 | 1502.773762 | +| MicroBenchmarks.Serializers.Xml_FromStream.DataContractSerializer_BinaryXml_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/MicroBenchmarks.Serializers.Xml_FromStream%28ClassImplementingIXmlSerialiable%29.DataContractSerializer_BinaryXml_.html) | -9.20% | 615.447255 | 558.833067 | +| MicroBenchmarks.Serializers.Xml_FromStream.DataContractSerializer_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/MicroBenchmarks.Serializers.Xml_FromStream%28IndexViewModel%29.DataContractSerializer_.html) | -9.47% | 139130.183559 | 125959.784517 | +| MicroBenchmarks.Serializers.Xml_FromStream.DataContractSerializer_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/MicroBenchmarks.Serializers.Xml_FromStream%28Location%29.DataContractSerializer_.html) | -9.03% | 5859.642840 | 5330.437403 | +| MicroBenchmarks.Serializers.Xml_FromStream.DataContractSerializer_BinaryXml_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/MicroBenchmarks.Serializers.Xml_FromStream%28Location%29.DataContractSerializer_BinaryXml_.html) | -7.68% | 1635.857141 | 1510.297255 | +| MicroBenchmarks.Serializers.Xml_FromStream.DataContractSerializer_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/MicroBenchmarks.Serializers.Xml_FromStream%28LoginViewModel%29.DataContractSerializer_.html) | -9.28% | 3275.705395 | 2971.597164 | +| MicroBenchmarks.Serializers.Xml_FromStream.DataContractSerializer_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/MicroBenchmarks.Serializers.Xml_FromStream%28MyEventsListerViewModel%29.DataContractSerializer_.html) | -8.41% | 1458331.052741 | 1335737.365033 | +| MicroBenchmarks.Serializers.Xml_ToStream.XmlSerializer_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/MicroBenchmarks.Serializers.Xml_ToStream%28IndexViewModel%29.XmlSerializer_.html) | -7.68% | 39030.473772 | 36031.316685 | +| MicroBenchmarks.Serializers.Xml_ToStream.DataContractSerializer_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/MicroBenchmarks.Serializers.Xml_ToStream%28Location%29.DataContractSerializer_.html) | -8.03% | 1489.438089 | 1369.843812 | +| MicroBenchmarks.Serializers.Xml_ToStream.DataContractSerializer_BinaryXml_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/MicroBenchmarks.Serializers.Xml_ToStream%28Location%29.DataContractSerializer_BinaryXml_.html) | -8.90% | 946.800797 | 862.545828 | +| MicroBenchmarks.Serializers.Xml_ToStream.DataContractSerializer_BinaryXml_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/MicroBenchmarks.Serializers.Xml_ToStream%28LoginViewModel%29.DataContractSerializer_BinaryXml_.html) | -9.11% | 497.505277 | 452.197761 | +| MicroBenchmarks.Serializers.Xml_ToStream.DataContractSerializer_BinaryXml_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/MicroBenchmarks.Serializers.Xml_ToStream%28MyEventsListerViewModel%29.DataContractSerializer_BinaryXml_.html) | -9.82% | 353402.461735 | 318681.318878 | +| MicroBenchmarks.Serializers.Xml_ToStream.DataContractSerializer_BinaryXml_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/MicroBenchmarks.Serializers.Xml_ToStream%28SimpleStructWithProperties%29.DataContractSerializer_BinaryXml_.html) | -9.33% | 394.900712 | 358.043635 | +| Microsoft.Extensions.Caching.Memory.Tests.MemoryCacheTests.CreateEntry | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/Microsoft.Extensions.Caching.Memory.Tests.MemoryCacheTests.CreateEntry.html) | -8.71% | 15.431284 | 14.086905 | +| Microsoft.Extensions.Caching.Memory.Tests.MemoryCacheTests.GetHit | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/Microsoft.Extensions.Caching.Memory.Tests.MemoryCacheTests.GetHit.html) | -8.25% | 40.321354 | 36.996394 | +| Microsoft.Extensions.DependencyInjection.ActivatorUtilitiesBenchmark.GetService_3Injected | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/Microsoft.Extensions.DependencyInjection.ActivatorUtilitiesBenchmark.GetService_3Injected.html) | -8.42% | 12.957787 | 11.867165 | +| Microsoft.Extensions.DependencyInjection.GetService.Transient | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/Microsoft.Extensions.DependencyInjection.GetService.Transient.html) | -8.11% | 20.377912 | 18.726072 | +| Microsoft.Extensions.Logging.EventSourceLogger.NestedScopes_TwoMessages(HasSubscribers: False, Json: True) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/Microsoft.Extensions.Logging.EventSourceLogger.NestedScopes_TwoMessages%28HasSubscribers%3A%20False%2C%20Json%3A%20True%29.html) | -8.08% | 110.858899 | 101.900455 | +| Microsoft.Extensions.Logging.FormattingOverhead.NoArguments | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/Microsoft.Extensions.Logging.FormattingOverhead.NoArguments.html) | -9.99% | 35.179947 | 31.667004 | +| Microsoft.Extensions.Logging.ScopesOverheadBenchmark.FilteredByLevel(HasISupportLoggingScopeLogger: False, CaptureScopes: False) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/Microsoft.Extensions.Logging.ScopesOverheadBenchmark.FilteredByLevel%28HasISupportLoggingScopeLogger%3A%20False%2C%20CaptureScopes%3A%20False%29.html) | -9.39% | 6.827266 | 6.185896 | +| Microsoft.Extensions.Logging.ScopesOverheadBenchmark.NotFiltered_InsideScope(HasISupportLoggingScopeLogger: False, CaptureScopes: True) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/Microsoft.Extensions.Logging.ScopesOverheadBenchmark.NotFiltered_InsideScope%28HasISupportLoggingScopeLogger%3A%20False%2C%20CaptureScopes%3A%20True%29.html) | -8.30% | 65.140325 | 59.732237 | +| Microsoft.Extensions.Primitives.StringSegmentBenchmark.GetSegmentHashCode | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/Microsoft.Extensions.Primitives.StringSegmentBenchmark.GetSegmentHashCode.html) | -8.94% | 15.054580 | 13.708669 | +| PerfLabTests.CastingPerf.CheckArrayIsArrayByVariance | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/PerfLabTests.CastingPerf.CheckArrayIsArrayByVariance.html) | -8.53% | 2.321346 | 2.123246 | +| PerfLabTests.CastingPerf.CheckListIsVariantGenericInterface | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/PerfLabTests.CastingPerf.CheckListIsVariantGenericInterface.html) | -8.53% | 2.320218 | 2.122203 | +| PerfLabTests.CastingPerf2.CastingPerf.FooObjCastIfIsa | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/PerfLabTests.CastingPerf2.CastingPerf.FooObjCastIfIsa.html) | -8.43% | N/A | N/A | +| PerfLabTests.CastingPerf2.CastingPerf.IFooFooIsIFoo | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/PerfLabTests.CastingPerf2.CastingPerf.IFooFooIsIFoo.html) | -7.80% | 625360.135245 | 576600.753158 | +| PerfLabTests.CastingPerf2.CastingPerf.ObjFooIsObj | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/PerfLabTests.CastingPerf2.CastingPerf.ObjFooIsObj.html) | -8.94% | 625409.683745 | 569526.959756 | +| PerfLabTests.LowLevelPerf.InterfaceInterfaceMethodLongHierarchy | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/PerfLabTests.LowLevelPerf.InterfaceInterfaceMethodLongHierarchy.html) | -8.33% | 374368.141053 | 343184.971344 | +| Span.IndexerBench.SameIndex2(length: 1024) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/Span.IndexerBench.SameIndex2%28length%3A%201024%29.html) | -8.84% | 892.169972 | 813.343997 | +| System.Buffers.Tests.ReadOnlySequenceTests.FirstSpanSingleSegment | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Buffers.Tests.ReadOnlySequenceTests%28Byte%29.FirstSpanSingleSegment.html) | -8.21% | 6.126027 | 5.623097 | +| System.Buffers.Tests.ReadOnlySequenceTests.IterateForEachArray | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Buffers.Tests.ReadOnlySequenceTests%28Byte%29.IterateForEachArray.html) | -9.31% | 9.573089 | 8.681387 | +| System.Buffers.Tests.ReadOnlySequenceTests.IterateGetPositionSingleSegment | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Buffers.Tests.ReadOnlySequenceTests%28Byte%29.IterateGetPositionSingleSegment.html) | -8.35% | 26.420407 | 24.214419 | +| System.Buffers.Tests.ReadOnlySequenceTests.IterateTryGetTenSegments | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Buffers.Tests.ReadOnlySequenceTests%28Byte%29.IterateTryGetTenSegments.html) | -9.35% | 49.863732 | 45.203759 | +| System.Buffers.Tests.ReadOnlySequenceTests.FirstTenSegments | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Buffers.Tests.ReadOnlySequenceTests%28Char%29.FirstTenSegments.html) | -8.21% | 3.773255 | 3.463591 | +| System.Buffers.Tests.RentReturnArrayPoolTests.SingleParallel(RentalSize: 4096, ManipulateArray: False, Async: False, UseSharedPool: True) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Buffers.Tests.RentReturnArrayPoolTests%28Byte%29.SingleParallel%28RentalSize%3A%204096%2C%20ManipulateArray%3A%20False%2C%20Async%3A%20False%2C%20UseSharedPool%3A%20True%29.html) | -8.22% | 28.406813 | 26.070768 | +| System.Buffers.Tests.RentReturnArrayPoolTests.SingleSerial(RentalSize: 4096, ManipulateArray: False, Async: False, UseSharedPool: True) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Buffers.Tests.RentReturnArrayPoolTests%28Byte%29.SingleSerial%28RentalSize%3A%204096%2C%20ManipulateArray%3A%20False%2C%20Async%3A%20False%2C%20UseSharedPool%3A%20True%29.html) | -8.39% | 12.336091 | 11.300737 | +| System.Buffers.Tests.SearchValuesByteTests.IndexOfAnyExcept(Values: "abcdefABCDEF0123456789") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Buffers.Tests.SearchValuesByteTests.IndexOfAnyExcept%28Values%3A%20%22abcdefABCDEF0123456789%22%29.html) | -9.54% | 11.075871 | 10.018854 | +| System.Buffers.Tests.SearchValuesByteTests.IndexOfAnyExcept(Values: "abcdefABCDEF0123456789Ü") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Buffers.Tests.SearchValuesByteTests.IndexOfAnyExcept%28Values%3A%20%22abcdefABCDEF0123456789%C3%9C%22%29.html) | -9.02% | 14.681091 | 13.356839 | +| System.Buffers.Tests.SearchValuesCharTests.IndexOfAnyExcept(Values: "abcdefABCDEF0123456789") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Buffers.Tests.SearchValuesCharTests.IndexOfAnyExcept%28Values%3A%20%22abcdefABCDEF0123456789%22%29.html) | -9.73% | 12.239753 | 11.049318 | +| System.Buffers.Text.Tests.Utf8FormatterTests.FormatterDouble(value: -1.7976931348623157E+308) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Buffers.Text.Tests.Utf8FormatterTests.FormatterDouble%28value%3A%20-1.7976931348623157E%2B308%29.html) | -9.46% | 231.667896 | 209.745121 | +| System.Buffers.Text.Tests.Utf8FormatterTests.FormatterDouble(value: 1.7976931348623157E+308) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Buffers.Text.Tests.Utf8FormatterTests.FormatterDouble%28value%3A%201.7976931348623157E%2B308%29.html) | -8.42% | 231.502230 | 212.004147 | +| System.Buffers.Text.Tests.Utf8ParserTests.TryParseDouble(value: 12345) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Buffers.Text.Tests.Utf8ParserTests.TryParseDouble%28value%3A%2012345%29.html) | -7.94% | 36.455763 | 33.560496 | +| System.Collections.AddGivenSize.SortedList(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.AddGivenSize%28Int32%29.SortedList%28Size%3A%20512%29.html) | -7.57% | 69813.383078 | 64525.769148 | +| System.Collections.AddGivenSize.ConcurrentDictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.AddGivenSize%28String%29.ConcurrentDictionary%28Size%3A%20512%29.html) | -7.69% | 41024.098348 | 37871.195999 | +| System.Collections.Concurrent.IsEmpty.Dictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.Concurrent.IsEmpty%28Int32%29.Dictionary%28Size%3A%20512%29.html) | -8.23% | 5.340218 | 4.900453 | +| System.Collections.Concurrent.IsEmpty.Dictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.Concurrent.IsEmpty%28String%29.Dictionary%28Size%3A%20512%29.html) | -9.99% | 5.471190 | 4.924515 | +| System.Collections.ContainsFalse.ImmutableArray(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.ContainsFalse%28Int32%29.ImmutableArray%28Size%3A%20512%29.html) | -9.48% | 27390.821309 | 24793.551698 | +| System.Collections.ContainsFalse.Span(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.ContainsFalse%28String%29.Span%28Size%3A%20512%29.html) | -8.89% | 954893.491003 | 869993.661396 | +| System.Collections.ContainsTrue.ImmutableHashSet(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.ContainsTrue%28Int32%29.ImmutableHashSet%28Size%3A%20512%29.html) | -10.00% | 15961.608466 | 14365.727467 | +| System.Collections.ContainsTrue.ImmutableSortedSet(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.ContainsTrue%28Int32%29.ImmutableSortedSet%28Size%3A%20512%29.html) | -7.96% | 22809.553850 | 20994.628627 | +| System.Collections.ContainsTrue.Stack(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.ContainsTrue%28Int32%29.Stack%28Size%3A%20512%29.html) | -7.59% | 16869.270221 | 15589.116590 | +| System.Collections.ContainsTrueComparer.HashSet(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.ContainsTrueComparer%28String%29.HashSet%28Size%3A%20512%29.html) | -9.61% | 22232.908761 | 20095.512308 | +| System.Collections.ContainsTrueComparer.ImmutableSortedSet(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.ContainsTrueComparer%28String%29.ImmutableSortedSet%28Size%3A%20512%29.html) | -8.57% | 218919.948980 | 200150.529557 | +| System.Collections.CreateAddAndClear.SortedList(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.CreateAddAndClear%28Int32%29.SortedList%28Size%3A%20512%29.html) | -8.37% | 69934.133238 | 64082.630475 | +| System.Collections.CreateAddAndClear.ImmutableArray(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.CreateAddAndClear%28String%29.ImmutableArray%28Size%3A%20512%29.html) | -9.48% | 96627.852163 | 87471.860822 | +| System.Collections.CreateAddAndRemove.HashSet(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.CreateAddAndRemove%28Int32%29.HashSet%28Size%3A%20512%29.html) | -8.18% | 10620.431548 | 9752.126349 | +| System.Collections.CreateAddAndRemove.SortedList(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.CreateAddAndRemove%28Int32%29.SortedList%28Size%3A%20512%29.html) | -8.04% | 134061.096733 | 123287.381144 | +| System.Collections.CtorDefaultSize.Dictionary | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.CtorDefaultSize%28String%29.Dictionary.html) | -7.84% | 24.495626 | 22.573973 | +| System.Collections.CtorDefaultSize.Stack | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.CtorDefaultSize%28String%29.Stack.html) | -9.47% | 16.181055 | 14.648085 | +| System.Collections.CtorFromCollection.HashSet(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.CtorFromCollection%28String%29.HashSet%28Size%3A%20512%29.html) | -9.56% | 12980.128482 | 11738.893342 | +| System.Collections.CtorFromCollection.ImmutableArray(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.CtorFromCollection%28String%29.ImmutableArray%28Size%3A%20512%29.html) | -9.10% | 350.746676 | 318.830104 | +| System.Collections.CtorFromCollectionNonGeneric.SortedList(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.CtorFromCollectionNonGeneric%28String%29.SortedList%28Size%3A%20512%29.html) | -8.85% | 273912.461053 | 249669.426702 | +| System.Collections.IndexerSet.IList(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.IndexerSet%28String%29.IList%28Size%3A%20512%29.html) | -9.21% | 3368.745758 | 3058.345192 | +| System.Collections.IterateForEach.HashSet(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.IterateForEach%28String%29.HashSet%28Size%3A%20512%29.html) | -8.22% | N/A | N/A | +| System.Collections.IterateForEach.ImmutableList(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.IterateForEach%28String%29.ImmutableList%28Size%3A%20512%29.html) | -8.64% | 12800.600613 | 11694.070146 | +| System.Collections.IterateForEach.Queue(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.IterateForEach%28String%29.Queue%28Size%3A%20512%29.html) | -9.14% | 1975.691206 | 1795.064624 | +| System.Collections.IterateForEach.Stack(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.IterateForEach%28String%29.Stack%28Size%3A%20512%29.html) | -8.23% | 1807.532822 | 1658.715697 | +| System.Collections.Perf_Frozen.ToFrozenSet(Count: 64) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.Perf_Frozen%28Int16%29.ToFrozenSet%28Count%3A%2064%29.html) | -9.78% | 3600.141928 | 3247.973002 | +| System.Collections.Perf_Frozen.ToFrozenDictionary(Count: 64) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.Perf_Frozen%28ReferenceType%29.ToFrozenDictionary%28Count%3A%2064%29.html) | -9.88% | 4276.165661 | 3853.807674 | +| System.Collections.Perf_LengthBucketsFrozenDictionary.TryGetValue_True_FrozenDictionary(Count: 100, ItemsPerBucket: 5) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.Perf_LengthBucketsFrozenDictionary.TryGetValue_True_FrozenDictionary%28Count%3A%20100%2C%20ItemsPerBucket%3A%205%29.html) | -7.78% | 1452.683808 | 1339.718642 | +| System.Collections.Perf_LengthBucketsFrozenDictionary.TryGetValue_True_FrozenDictionary(Count: 1000, ItemsPerBucket: 5) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.Perf_LengthBucketsFrozenDictionary.TryGetValue_True_FrozenDictionary%28Count%3A%201000%2C%20ItemsPerBucket%3A%205%29.html) | -9.58% | 14613.154339 | 13212.611919 | +| System.Collections.Perf_SubstringFrozenDictionary.TryGetValue_False_FrozenDictionary(Count: 100) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.Perf_SubstringFrozenDictionary.TryGetValue_False_FrozenDictionary%28Count%3A%20100%29.html) | -9.29% | 931.616404 | 845.050655 | +| System.Collections.Perf_SubstringFrozenDictionary.TryGetValue_False_FrozenDictionary(Count: 1000) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.Perf_SubstringFrozenDictionary.TryGetValue_False_FrozenDictionary%28Count%3A%201000%29.html) | -8.27% | 10652.033755 | 9770.935490 | +| System.Collections.Sort.LinqOrderByExtension(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.Sort%28IntStruct%29.LinqOrderByExtension%28Size%3A%20512%29.html) | -7.96% | 16991.822073 | 15639.933727 | +| System.Collections.Sort.LinqQuery(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.Sort%28IntStruct%29.LinqQuery%28Size%3A%20512%29.html) | -8.74% | 17098.063778 | 15603.469764 | +| System.Collections.Tests.Add_Remove_SteadyState.ConcurrentQueue(Count: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.Tests.Add_Remove_SteadyState%28Int32%29.ConcurrentQueue%28Count%3A%20512%29.html) | -9.96% | 20.916240 | 18.833878 | +| System.Collections.Tests.Perf_BitArray.BitArrayCopyToBoolArray(Size: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.Tests.Perf_BitArray.BitArrayCopyToBoolArray%28Size%3A%204%29.html) | -8.35% | 9.785030 | 8.968082 | +| System.Collections.Tests.Perf_BitArray.BitArrayCopyToByteArray(Size: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.Tests.Perf_BitArray.BitArrayCopyToByteArray%28Size%3A%204%29.html) | -8.16% | 9.442340 | 8.671432 | +| System.Collections.Tests.Perf_BitArray.BitArrayIntArrayCtor(Size: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.Tests.Perf_BitArray.BitArrayIntArrayCtor%28Size%3A%204%29.html) | -8.97% | 21.012940 | 19.128085 | +| System.Collections.Tests.Perf_BitArray.BitArraySetLengthShrink(Size: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.Tests.Perf_BitArray.BitArraySetLengthShrink%28Size%3A%204%29.html) | -8.77% | 21.714258 | 19.809241 | +| System.Collections.Tests.Perf_PriorityQueue.Dequeue_And_Enqueue(Size: 1000) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.Tests.Perf_PriorityQueue%28Int32%2C%20Int32%29.Dequeue_And_Enqueue%28Size%3A%201000%29.html) | -8.41% | 175925.686235 | 161132.775245 | +| System.Collections.Tests.Perf_PriorityQueue.K_Max_Elements(Size: 100) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.Tests.Perf_PriorityQueue%28String%2C%20String%29.K_Max_Elements%28Size%3A%20100%29.html) | -7.83% | 8392.176140 | 7734.894322 | +| System.Collections.Tests.Perf_SortedSet.EnumerateViewBetween | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.Tests.Perf_SortedSet.EnumerateViewBetween.html) | -8.03% | 1094.794988 | 1006.930153 | +| System.Collections.TryAddGiventSize.ConcurrentDictionary(Count: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.TryAddGiventSize%28String%29.ConcurrentDictionary%28Count%3A%20512%29.html) | -9.30% | 41012.787813 | 37197.484593 | +| System.Collections.TryGetValueFalse.IDictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.TryGetValueFalse%28String%2C%20String%29.IDictionary%28Size%3A%20512%29.html) | -9.57% | 10702.469998 | 9677.758827 | +| System.Collections.TryGetValueTrue.IDictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.TryGetValueTrue%28SmallClass%2C%20SmallClass%29.IDictionary%28Size%3A%20512%29.html) | -9.36% | 11699.039553 | 10603.947060 | +| System.Collections.TryGetValueTrue.ImmutableDictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.TryGetValueTrue%28String%2C%20String%29.ImmutableDictionary%28Size%3A%20512%29.html) | -9.47% | 38313.546854 | 34683.866329 | +| System.ComponentModel.Tests.Perf_TypeDescriptorTests.GetConverter(typeToConvert: typeof(System.ComponentModel.Tests.SomeEnum)) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.ComponentModel.Tests.Perf_TypeDescriptorTests.GetConverter%28typeToConvert%3A%20typeof%28System.ComponentModel.Tests.SomeEnum%29%29.html) | -9.27% | 138.086036 | 125.292363 | +| System.ComponentModel.Tests.Perf_TypeDescriptorTests.GetConverter(typeToConvert: typeof(int?)) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.ComponentModel.Tests.Perf_TypeDescriptorTests.GetConverter%28typeToConvert%3A%20typeof%28int%3F%29%29.html) | -9.54% | 126.051750 | 114.023388 | +| System.Diagnostics.Perf_Process.GetProcessesByName | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Diagnostics.Perf_Process.GetProcessesByName.html) | -9.17% | N/A | N/A | +| System.Formats.Cbor.Tests.Perf_CborReader.SkipValue(encoding: (Array, Strict)) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Formats.Cbor.Tests.Perf_CborReader.SkipValue%28encoding%3A%20%28Array%2C%20Strict%29%29.html) | -8.38% | 219.149863 | 200.783176 | +| System.Formats.Cbor.Tests.Perf_CborReader.SkipValue(encoding: (Byte String, Strict)) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Formats.Cbor.Tests.Perf_CborReader.SkipValue%28encoding%3A%20%28Byte%20String%2C%20Strict%29%29.html) | -9.10% | 43.071932 | 39.152396 | +| System.Formats.Cbor.Tests.Perf_CborReader.SkipValue(encoding: (Integer, Strict)) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Formats.Cbor.Tests.Perf_CborReader.SkipValue%28encoding%3A%20%28Integer%2C%20Strict%29%29.html) | -9.02% | 45.128769 | 41.059967 | +| System.Formats.Cbor.Tests.Perf_CborReader.SkipValue(encoding: (Map, Lax)) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Formats.Cbor.Tests.Perf_CborReader.SkipValue%28encoding%3A%20%28Map%2C%20Lax%29%29.html) | -9.20% | 577.709689 | 524.552025 | +| System.Formats.Tar.Tests.Perf_TarWriter.GnuTarEntry_WriteEntry_Async | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Formats.Tar.Tests.Perf_TarWriter.GnuTarEntry_WriteEntry_Async.html) | -8.12% | 429.858771 | 394.972345 | +| System.Globalization.Tests.Perf_DateTimeCultureInfo.Parse(culturestring: da) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Globalization.Tests.Perf_DateTimeCultureInfo.Parse%28culturestring%3A%20da%29.html) | -7.58% | 350.569762 | 324.002531 | +| System.Globalization.Tests.StringSearch.IsPrefix_DifferentFirstChar(Options: (pl-PL, None, False)) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Globalization.Tests.StringSearch.IsPrefix_DifferentFirstChar%28Options%3A%20%28pl-PL%2C%20None%2C%20False%29%29.html) | -8.40% | N/A | N/A | +| System.IO.Compression.Deflate.Decompress(level: Fastest, file: "alice29.txt") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.IO.Compression.Deflate.Decompress%28level%3A%20Fastest%2C%20file%3A%20%22alice29.txt%22%29.html) | -8.89% | 596455.489576 | 543438.512474 | +| System.IO.Compression.Gzip.Decompress(level: Fastest, file: "alice29.txt") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.IO.Compression.Gzip.Decompress%28level%3A%20Fastest%2C%20file%3A%20%22alice29.txt%22%29.html) | -8.87% | 601166.609706 | 547820.048701 | +| System.IO.Compression.ZLib.Decompress(level: Fastest, file: "alice29.txt") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.IO.Compression.ZLib.Decompress%28level%3A%20Fastest%2C%20file%3A%20%22alice29.txt%22%29.html) | -9.06% | 599058.116883 | 544766.631066 | +| System.IO.Tests.Perf_Path.GetPathRoot | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.IO.Tests.Perf_Path.GetPathRoot.html) | -9.98% | 32.545859 | 29.296370 | +| System.IO.Tests.Perf_StreamWriter.WritePartialCharArray(writeLength: 2) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.IO.Tests.Perf_StreamWriter.WritePartialCharArray%28writeLength%3A%202%29.html) | -9.18% | 154934458.928571 | 140705210.714286 | +| System.IO.Tests.StreamReaderReadLineTests.ReadLineAsync(LineLengthRange: [ 1, 1]) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.IO.Tests.StreamReaderReadLineTests.ReadLineAsync%28LineLengthRange%3A%20%5B%20%20%201%2C%20%20%20%201%5D%29.html) | -9.96% | 223893.519505 | 201598.086140 | +| System.IO.Tests.StreamReaderReadLineTests.ReadLineAsync(LineLengthRange: [ 1, 8]) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.IO.Tests.StreamReaderReadLineTests.ReadLineAsync%28LineLengthRange%3A%20%5B%20%20%201%2C%20%20%20%208%5D%29.html) | -9.05% | 144078.311884 | 131035.225098 | +| System.IO.Tests.StringReaderReadToEndTests.ReadToEnd(LineLengthRange: [ 0, 0]) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.IO.Tests.StringReaderReadToEndTests.ReadToEnd%28LineLengthRange%3A%20%5B%20%20%200%2C%20%20%20%200%5D%29.html) | -9.23% | 11.621543 | 10.548450 | +| System.IO.Tests.StringReaderReadToEndTests.ReadToEnd(LineLengthRange: [ 0, 1024]) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.IO.Tests.StringReaderReadToEndTests.ReadToEnd%28LineLengthRange%3A%20%5B%20%20%200%2C%201024%5D%29.html) | -8.95% | 11.571023 | 10.535421 | +| System.IO.Tests.StringReaderReadToEndTests.ReadToEnd(LineLengthRange: [ 1, 1]) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.IO.Tests.StringReaderReadToEndTests.ReadToEnd%28LineLengthRange%3A%20%5B%20%20%201%2C%20%20%20%201%5D%29.html) | -8.05% | 11.617971 | 10.683115 | +| System.IO.Tests.StringReaderReadToEndTests.ReadToEnd(LineLengthRange: [ 9, 32]) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.IO.Tests.StringReaderReadToEndTests.ReadToEnd%28LineLengthRange%3A%20%5B%20%20%209%2C%20%20%2032%5D%29.html) | -8.79% | 11.619853 | 10.598556 | +| System.IO.Tests.StringReaderReadToEndTests.ReadToEnd(LineLengthRange: [ 129, 1024]) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.IO.Tests.StringReaderReadToEndTests.ReadToEnd%28LineLengthRange%3A%20%5B%20129%2C%201024%5D%29.html) | -7.79% | 11.593765 | 10.690851 | +| System.IO.Tests.StringReaderReadToEndTests.ReadToEnd(LineLengthRange: [1025, 2048]) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.IO.Tests.StringReaderReadToEndTests.ReadToEnd%28LineLengthRange%3A%20%5B1025%2C%202048%5D%29.html) | -9.28% | 11.608395 | 10.530917 | +| System.IO.Tests.StringReaderReadToEndTests.ReadToEndAsync(LineLengthRange: [ 0, 0]) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.IO.Tests.StringReaderReadToEndTests.ReadToEndAsync%28LineLengthRange%3A%20%5B%20%20%200%2C%20%20%20%200%5D%29.html) | -7.57% | 19.424207 | 17.953372 | +| System.IO.Tests.StringReaderReadToEndTests.ReadToEndAsync(LineLengthRange: [ 1, 1]) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.IO.Tests.StringReaderReadToEndTests.ReadToEndAsync%28LineLengthRange%3A%20%5B%20%20%201%2C%20%20%20%201%5D%29.html) | -7.84% | 19.501204 | 17.972593 | +| System.IO.Tests.StringReaderReadToEndTests.ReadToEndAsync(LineLengthRange: [ 1, 8]) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.IO.Tests.StringReaderReadToEndTests.ReadToEndAsync%28LineLengthRange%3A%20%5B%20%20%201%2C%20%20%20%208%5D%29.html) | -9.72% | 20.006124 | 18.062515 | +| System.IO.Tests.StringReaderReadToEndTests.ReadToEndAsync(LineLengthRange: [ 9, 32]) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.IO.Tests.StringReaderReadToEndTests.ReadToEndAsync%28LineLengthRange%3A%20%5B%20%20%209%2C%20%20%2032%5D%29.html) | -8.32% | 19.429477 | 17.813054 | +| System.IO.Tests.StringReaderReadToEndTests.ReadToEndAsync(LineLengthRange: [ 33, 128]) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.IO.Tests.StringReaderReadToEndTests.ReadToEndAsync%28LineLengthRange%3A%20%5B%20%2033%2C%20%20128%5D%29.html) | -9.50% | 19.904451 | 18.014321 | +| System.IO.Tests.StringReaderReadToEndTests.ReadToEndAsync(LineLengthRange: [ 129, 1024]) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.IO.Tests.StringReaderReadToEndTests.ReadToEndAsync%28LineLengthRange%3A%20%5B%20129%2C%201024%5D%29.html) | -9.99% | 19.932094 | 17.941784 | +| System.Linq.Tests.Perf_Enumerable.Aggregate_Seed(input: IEnumerable) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Linq.Tests.Perf_Enumerable.Aggregate_Seed%28input%3A%20IEnumerable%29.html) | -7.56% | 215.232509 | 198.955276 | +| System.Linq.Tests.Perf_Enumerable.AnyWithPredicate_LastElementMatches(input: List) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Linq.Tests.Perf_Enumerable.AnyWithPredicate_LastElementMatches%28input%3A%20List%29.html) | -9.62% | 57.279239 | 51.766370 | +| System.Linq.Tests.Perf_Enumerable.FirstWithPredicate_LastElementMatches(input: IOrderedEnumerable) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Linq.Tests.Perf_Enumerable.FirstWithPredicate_LastElementMatches%28input%3A%20IOrderedEnumerable%29.html) | -7.66% | 1643.836750 | 1517.857607 | +| System.Linq.Tests.Perf_Enumerable.Select(input: List) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Linq.Tests.Perf_Enumerable.Select%28input%3A%20List%29.html) | -9.44% | 366.323524 | 331.757268 | +| System.Linq.Tests.Perf_Enumerable.ToArray(input: ICollection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Linq.Tests.Perf_Enumerable.ToArray%28input%3A%20ICollection%29.html) | -8.58% | 41.831308 | 38.243814 | +| System.Linq.Tests.Perf_Enumerable.WhereFirst_LastElementMatches(input: List) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Linq.Tests.Perf_Enumerable.WhereFirst_LastElementMatches%28input%3A%20List%29.html) | -7.70% | 70.770750 | 65.320759 | +| System.Linq.Tests.Perf_Enumerable.WhereSingle_LastElementMatches(input: List) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Linq.Tests.Perf_Enumerable.WhereSingle_LastElementMatches%28input%3A%20List%29.html) | -8.20% | 288.715363 | 265.034511 | +| System.MathBenchmarks.Double.TanPi | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.MathBenchmarks.Double.TanPi.html) | -9.50% | 69172.258337 | 62603.470222 | +| System.Memory.Constructors.MemoryFromArray | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Memory.Constructors%28String%29.MemoryFromArray.html) | -9.07% | 4.830277 | 4.391953 | +| System.Memory.Constructors.SpanFromMemory | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Memory.Constructors%28String%29.SpanFromMemory.html) | -7.73% | 4.394886 | 4.055082 | +| System.Memory.MemoryMarshal.CastToInt | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Memory.MemoryMarshal%28Byte%29.CastToInt.html) | -7.69% | 2.175208 | 2.007934 | +| System.Memory.ReadOnlySequence.Slice_Start_And_Length(Segment: Multiple) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Memory.ReadOnlySequence.Slice_Start_And_Length%28Segment%3A%20Multiple%29.html) | -8.36% | 12.188093 | 11.169774 | +| System.Memory.ReadOnlySpan.IndexOfString(input: "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", value: "x", comparisonType: InvariantCultureIgno... | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Memory.ReadOnlySpan.IndexOfString%28input%3A%20%22AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXAAAAAAAAAAAAAAAAAAAAAAAAAAAAA%22%2C%20value%3A%20%22x%22%2C%20comparisonType%3A%20InvariantCultureIgno.html) | -9.96% | 322.974831 | 290.795082 | +| System.Memory.Slice.MemoryStart | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Memory.Slice%28Byte%29.MemoryStart.html) | -7.58% | N/A | N/A | +| System.Memory.Slice.ReadOnlyMemoryStart | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Memory.Slice%28Byte%29.ReadOnlyMemoryStart.html) | -8.69% | 1.735268 | 1.584516 | +| System.Memory.Slice.MemorySpanStart | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Memory.Slice%28String%29.MemorySpanStart.html) | -8.85% | 3.421002 | 3.118266 | +| System.Memory.Slice.ReadOnlyMemoryStartLengthSpan | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Memory.Slice%28String%29.ReadOnlyMemoryStartLengthSpan.html) | -8.09% | 2.546049 | 2.340146 | +| System.Memory.Span.IndexOfAnyFiveValues(Size: 33) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Memory.Span%28Byte%29.IndexOfAnyFiveValues%28Size%3A%2033%29.html) | -8.10% | 8.974380 | 8.247679 | +| System.Memory.Span.LastIndexOfAnyValues(Size: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Memory.Span%28Byte%29.LastIndexOfAnyValues%28Size%3A%204%29.html) | -9.77% | 5.241526 | 4.729249 | +| System.Memory.Span.LastIndexOfValue(Size: 33) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Memory.Span%28Byte%29.LastIndexOfValue%28Size%3A%2033%29.html) | -8.62% | 4.421912 | 4.040847 | +| System.Memory.Span.StartsWith(Size: 33) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Memory.Span%28Byte%29.StartsWith%28Size%3A%2033%29.html) | -8.61% | 5.520584 | 5.045118 | +| System.Memory.Span.IndexOfAnyFourValues(Size: 33) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Memory.Span%28Char%29.IndexOfAnyFourValues%28Size%3A%2033%29.html) | -9.52% | 10.149312 | 9.183296 | +| System.Memory.Span.IndexOfAnyThreeValues(Size: 33) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Memory.Span%28Char%29.IndexOfAnyThreeValues%28Size%3A%2033%29.html) | -9.27% | 8.674639 | 7.870512 | +| System.Memory.Span.LastIndexOfAnyValues(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Memory.Span%28Char%29.LastIndexOfAnyValues%28Size%3A%20512%29.html) | -8.07% | N/A | N/A | +| System.Memory.Span.Reverse(Size: 33) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Memory.Span%28Char%29.Reverse%28Size%3A%2033%29.html) | -9.27% | 4.423618 | 4.013411 | +| System.Memory.Span.Reverse(Size: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Memory.Span%28Char%29.Reverse%28Size%3A%204%29.html) | -8.71% | 4.389477 | 4.007255 | +| System.Memory.Span.IndexOfAnyFourValues(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Memory.Span%28Int32%29.IndexOfAnyFourValues%28Size%3A%20512%29.html) | -8.50% | 890.691082 | 814.992950 | +| System.Memory.Span.IndexOfAnyTwoValues(Size: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Memory.Span%28Int32%29.IndexOfAnyTwoValues%28Size%3A%204%29.html) | -9.15% | 4.545819 | 4.129652 | +| System.Net.Primitives.Tests.IPAddressPerformanceTests.Ctor_Bytes(address: [143, 24, 20, 36]) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Net.Primitives.Tests.IPAddressPerformanceTests.Ctor_Bytes%28address%3A%20%5B143%2C%2024%2C%2020%2C%2036%5D%29.html) | -8.44% | 11.788733 | 10.794317 | +| System.Net.Primitives.Tests.IPAddressPerformanceTests.Ctor_Span(address: [143, 24, 20, 36]) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Net.Primitives.Tests.IPAddressPerformanceTests.Ctor_Span%28address%3A%20%5B143%2C%2024%2C%2020%2C%2036%5D%29.html) | -8.81% | 11.545195 | 10.527818 | +| System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives.Pow_ScalarBase(BufferLength: 3079) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives%28Double%29.Pow_ScalarBase%28BufferLength%3A%203079%29.html) | -9.82% | N/A | N/A | +| System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives.FusedMultiplyAdd_Vectors(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives%28Single%29.FusedMultiplyAdd_Vectors%28BufferLength%3A%20128%29.html) | -9.83% | 28.674607 | 25.855923 | +| System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives.Ieee754Remainder_ScalarDivisor(BufferLength: 3079) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives%28Single%29.Ieee754Remainder_ScalarDivisor%28BufferLength%3A%203079%29.html) | -8.07% | 81102.266528 | 74554.329635 | +| System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives.AddMultiply_Vectors(BufferLength: 3079) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives%28Double%29.AddMultiply_Vectors%28BufferLength%3A%203079%29.html) | -8.78% | 1179.058934 | 1075.541256 | +| System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives.Add_Vector(BufferLength: 3079) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives%28Int32%29.Add_Vector%28BufferLength%3A%203079%29.html) | -8.13% | N/A | N/A | +| System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives.BitwiseAnd_Vector(BufferLength: 3079) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives%28Int32%29.BitwiseAnd_Vector%28BufferLength%3A%203079%29.html) | -8.57% | 512.181225 | 468.305799 | +| System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives.MaxMagnitude_Scalar(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives%28Int32%29.MaxMagnitude_Scalar%28BufferLength%3A%20128%29.html) | -8.04% | 37.568217 | 34.546636 | +| System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives.Add_Scalar(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives%28Single%29.Add_Scalar%28BufferLength%3A%20128%29.html) | -9.59% | 16.155985 | 14.606405 | +| System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives.BitwiseAnd_Scalar(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives%28Single%29.BitwiseAnd_Scalar%28BufferLength%3A%20128%29.html) | -9.86% | 16.774277 | 15.120415 | +| System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives.BitwiseAnd_Vector(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives%28Single%29.BitwiseAnd_Vector%28BufferLength%3A%20128%29.html) | -9.03% | 21.529246 | 19.586002 | +| System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives.MaxMagnitude_Scalar(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives%28Single%29.MaxMagnitude_Scalar%28BufferLength%3A%20128%29.html) | -8.44% | 37.289140 | 34.140542 | +| System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives.Max_Vector(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives%28Single%29.Max_Vector%28BufferLength%3A%20128%29.html) | -9.45% | 36.708486 | 33.238075 | +| System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives.SumOfSquares(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives%28Single%29.SumOfSquares%28BufferLength%3A%20128%29.html) | -8.77% | 17.949684 | 16.375667 | +| System.Numerics.Tests.Constructor.SpanCastBenchmark_SByte | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tests.Constructor.SpanCastBenchmark_SByte.html) | -8.44% | 2.384732 | 2.183442 | +| System.Numerics.Tests.Perf_BigInteger.Ctor_ByteArray(numberString: 123) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tests.Perf_BigInteger.Ctor_ByteArray%28numberString%3A%20123%29.html) | -8.18% | 9.525183 | 8.745601 | +| System.Numerics.Tests.Perf_BigInteger.Parse(numberString: -2147483648) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tests.Perf_BigInteger.Parse%28numberString%3A%20-2147483648%29.html) | -9.64% | 151.111408 | 136.544821 | +| System.Numerics.Tests.Perf_BigInteger.ToStringX(numberString: -2147483648) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tests.Perf_BigInteger.ToStringX%28numberString%3A%20-2147483648%29.html) | -9.86% | 69.226756 | 62.404148 | +| System.Numerics.Tests.Perf_Vector3.LerpBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tests.Perf_Vector3.LerpBenchmark.html) | -9.18% | 2.300522 | 2.089432 | +| System.Numerics.Tests.Perf_VectorOf.DotBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tests.Perf_VectorOf%28UInt16%29.DotBenchmark.html) | -9.67% | 2.754640 | 2.488345 | +| System.Perf_Convert.ToDateTime_String(value: "February 26, 2009") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Perf_Convert.ToDateTime_String%28value%3A%20%22February%2026%2C%202009%22%29.html) | -7.61% | 209.137336 | 193.228039 | +| System.Reflection.Activator.CreateInstanceType | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Reflection.Activator%28EmptyClass%29.CreateInstanceType.html) | -7.89% | 15.464502 | 14.244107 | +| System.Reflection.Invoke.StaticMethod4_arrayNotCached_int_string_struct_class | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Reflection.Invoke.StaticMethod4_arrayNotCached_int_string_struct_class.html) | -8.34% | N/A | N/A | +| System.Reflection.Metadata.Perf_TypeName.ParseAndGetAssemblyQualifiedName(input: typeof(System.Collections.Generic.Dictionary)) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Reflection.Metadata.Perf_TypeName.ParseAndGetAssemblyQualifiedName%28input%3A%20typeof%28System.Collections.Generic.Dictionary%28String%2C%20Boolean%29%29%29.html) | -8.23% | 3646.585783 | 3346.420143 | +| System.Reflection.Metadata.Perf_TypeName.ParseAndGetAssemblyQualifiedName(input: typeof(System.Collections.Generic.Dictionary`2[])) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Reflection.Metadata.Perf_TypeName.ParseAndGetAssemblyQualifiedName%28input%3A%20typeof%28System.Collections.Generic.Dictionary%602%5B%5D%29%29.html) | -9.74% | 3851.080441 | 3475.956808 | +| System.Reflection.Metadata.Perf_TypeName.ParseAndGetAssemblyQualifiedName(input: typeof(System.Int32&)) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Reflection.Metadata.Perf_TypeName.ParseAndGetAssemblyQualifiedName%28input%3A%20typeof%28System.Int32%26%29%29.html) | -9.31% | 1280.299234 | 1161.148053 | +| System.Reflection.Metadata.Perf_TypeName.ParseAndGetAssemblyQualifiedName(input: typeof(System.Int32*)) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Reflection.Metadata.Perf_TypeName.ParseAndGetAssemblyQualifiedName%28input%3A%20typeof%28System.Int32%2A%29%29.html) | -8.80% | 1279.278684 | 1166.717145 | +| System.Reflection.Metadata.Perf_TypeName.ParseAndGetAssemblyQualifiedName(input: typeof(System.Reflection.Metadata.Nested)) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Reflection.Metadata.Perf_TypeName.ParseAndGetAssemblyQualifiedName%28input%3A%20typeof%28System.Reflection.Metadata.Nested%29%29.html) | -8.39% | 1102.259625 | 1009.731215 | +| System.Reflection.Metadata.Perf_TypeName.ParseAndGetAssemblyQualifiedName(input: typeof(System.Reflection.Metadata.NestedGeneric)) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Reflection.Metadata.Perf_TypeName.ParseAndGetAssemblyQualifiedName%28input%3A%20typeof%28System.Reflection.Metadata.NestedGeneric%28String%2C%20Boolean%29%29%29.html) | -9.87% | 3645.788965 | 3286.085989 | +| System.Reflection.Metadata.Perf_TypeName.ParseAndGetFullName(input: typeof(System.Collections.Generic.Dictionary`2[])) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Reflection.Metadata.Perf_TypeName.ParseAndGetFullName%28input%3A%20typeof%28System.Collections.Generic.Dictionary%602%5B%5D%29%29.html) | -9.33% | 2708.119013 | 2455.371966 | +| System.Reflection.Metadata.Perf_TypeName.ParseAndGetFullName(input: typeof(System.Int32[*])) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Reflection.Metadata.Perf_TypeName.ParseAndGetFullName%28input%3A%20typeof%28System.Int32%5B%2A%5D%29%29.html) | -9.60% | 199.106516 | 179.990950 | +| System.Reflection.Metadata.Perf_TypeName.ParseAndGetFullName(input: typeof(System.Reflection.Metadata.NestedGeneric)) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Reflection.Metadata.Perf_TypeName.ParseAndGetFullName%28input%3A%20typeof%28System.Reflection.Metadata.NestedGeneric%28String%2C%20Boolean%29%29%29.html) | -8.06% | 2602.649161 | 2392.999348 | +| System.Reflection.Metadata.Perf_TypeName.Parse_AssemblyQualifiedName(input: typeof(System.Collections.Generic.Dictionary)) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Reflection.Metadata.Perf_TypeName.Parse_AssemblyQualifiedName%28input%3A%20typeof%28System.Collections.Generic.Dictionary%28String%2C%20Boolean%29%29%29.html) | -8.38% | 2912.181385 | 2668.171435 | +| System.Reflection.Metadata.Perf_TypeName.Parse_AssemblyQualifiedName(input: typeof(System.Collections.Generic.Dictionary`2[])) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Reflection.Metadata.Perf_TypeName.Parse_AssemblyQualifiedName%28input%3A%20typeof%28System.Collections.Generic.Dictionary%602%5B%5D%29%29.html) | -7.64% | 6226.751202 | 5751.049472 | +| System.Reflection.Metadata.Perf_TypeName.Parse_AssemblyQualifiedName(input: typeof(System.Int32&)) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Reflection.Metadata.Perf_TypeName.Parse_AssemblyQualifiedName%28input%3A%20typeof%28System.Int32%26%29%29.html) | -9.37% | 1051.424437 | 952.917017 | +| System.Reflection.Metadata.Perf_TypeName.Parse_AssemblyQualifiedName(input: typeof(System.Int32*)) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Reflection.Metadata.Perf_TypeName.Parse_AssemblyQualifiedName%28input%3A%20typeof%28System.Int32%2A%29%29.html) | -9.46% | 1058.657142 | 958.522132 | +| System.Reflection.Metadata.Perf_TypeName.Parse_AssemblyQualifiedName(input: typeof(System.Reflection.Metadata.Nested)) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Reflection.Metadata.Perf_TypeName.Parse_AssemblyQualifiedName%28input%3A%20typeof%28System.Reflection.Metadata.Nested%29%29.html) | -8.49% | 920.284106 | 842.165137 | +| System.Reflection.Metadata.Perf_TypeName.Parse_AssemblyQualifiedName(input: typeof(int)) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Reflection.Metadata.Perf_TypeName.Parse_AssemblyQualifiedName%28input%3A%20typeof%28int%29%29.html) | -9.36% | 982.983246 | 890.990575 | +| System.Runtime.InteropServices.Tests.SafeHandleTests.AddRef_GetHandle_Release | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Runtime.InteropServices.Tests.SafeHandleTests.AddRef_GetHandle_Release.html) | -9.43% | 23.083871 | 20.906234 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Int.GetHashCodeBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Runtime.Intrinsics.Tests.Perf_Vector128Int.GetHashCodeBenchmark.html) | -9.12% | 13.376391 | 12.157021 | +| System.Security.Cryptography.Tests.Perf_CryptoConfig.CreateFromName(name: "X509Chain") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Security.Cryptography.Tests.Perf_CryptoConfig.CreateFromName%28name%3A%20%22X509Chain%22%29.html) | -8.30% | 296.956975 | 272.320164 | +| System.Security.Cryptography.X509Certificates.Tests.X509Certificate2Tests.CertProp | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Security.Cryptography.X509Certificates.Tests.X509Certificate2Tests.CertProp.html) | -9.44% | 26.872192 | 24.334823 | +| System.Tests.Perf_Char.Char_ToUpperInvariant(input: "Hello World!") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_Char.Char_ToUpperInvariant%28input%3A%20%22Hello%20World%21%22%29.html) | -9.55% | 19.967413 | 18.059791 | +| System.Tests.Perf_DateTime.Day | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_DateTime.Day.html) | -9.95% | 4.297464 | 3.869849 | +| System.Tests.Perf_DateTime.Month | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_DateTime.Month.html) | -8.93% | 4.535367 | 4.130274 | +| System.Tests.Perf_DateTimeOffset.ToString(format: "G") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_DateTimeOffset.ToString%28format%3A%20%22G%22%29.html) | -7.89% | 150.254614 | 138.396798 | +| System.Tests.Perf_DateTimeOffset.ToString(format: null) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_DateTimeOffset.ToString%28format%3A%20null%29.html) | -8.41% | 175.890893 | 161.089775 | +| System.Tests.Perf_DateTimeOffset.ToString(value: 12/30/2017 3:45:22 AM -08:00) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_DateTimeOffset.ToString%28value%3A%2012/30/2017%203%3A45%3A22%20AM%20-08%3A00%29.html) | -9.35% | 183.336017 | 166.192926 | +| System.Tests.Perf_Decimal.Multiply | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_Decimal.Multiply.html) | -8.13% | 8.848638 | 8.129661 | +| System.Tests.Perf_Double.Parse(value: "-1.7976931348623157e+308") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_Double.Parse%28value%3A%20%22-1.7976931348623157e%2B308%22%29.html) | -7.84% | 127.305607 | 117.325697 | +| System.Tests.Perf_Enum.GetValues_Generic | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_Enum.GetValues_Generic.html) | -9.55% | 39.586048 | 35.803993 | +| System.Tests.Perf_Enum.ToString_NonFlags_Large(value: Control) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_Enum.ToString_NonFlags_Large%28value%3A%20Control%29.html) | -8.03% | 15.977788 | 14.695354 | +| System.Tests.Perf_Enum.ToString_NonFlags_Large(value: Format) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_Enum.ToString_NonFlags_Large%28value%3A%20Format%29.html) | -8.87% | 16.161593 | 14.728116 | +| System.Tests.Perf_Enum.ToString_NonFlags_Large(value: OtherNotAssigned) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_Enum.ToString_NonFlags_Large%28value%3A%20OtherNotAssigned%29.html) | -7.69% | 15.864827 | 14.644661 | +| System.Tests.Perf_Enum.ToString_NonFlags_Large(value: UppercaseLetter) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_Enum.ToString_NonFlags_Large%28value%3A%20UppercaseLetter%29.html) | -8.32% | 16.044012 | 14.708655 | +| System.Tests.Perf_Enum.ToString_NonFlags_Small(value: AllDirectories) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_Enum.ToString_NonFlags_Small%28value%3A%20AllDirectories%29.html) | -9.59% | 16.115924 | 14.570414 | +| System.Tests.Perf_Enum.ToString_NonFlags_Small(value: TopDirectoryOnly) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_Enum.ToString_NonFlags_Small%28value%3A%20TopDirectoryOnly%29.html) | -9.97% | 16.052988 | 14.452583 | +| System.Tests.Perf_GC.AllocateUninitializedArray(length: 1000, pinned: True) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_GC%28Char%29.AllocateUninitializedArray%28length%3A%201000%2C%20pinned%3A%20True%29.html) | -8.39% | 889.618641 | 815.018539 | +| System.Tests.Perf_Int128.TryFormat(value: 12345) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_Int128.TryFormat%28value%3A%2012345%29.html) | -8.10% | 10.457708 | 9.610998 | +| System.Tests.Perf_Int16.ToString(value: 32767) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_Int16.ToString%28value%3A%2032767%29.html) | -7.73% | 17.237513 | 15.904903 | +| System.Tests.Perf_Int32.Parse(value: "2147483647") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_Int32.Parse%28value%3A%20%222147483647%22%29.html) | -8.16% | 24.876981 | 22.847325 | +| System.Tests.Perf_Int32.ParseSpan(value: "4") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_Int32.ParseSpan%28value%3A%20%224%22%29.html) | -9.64% | 11.593223 | 10.475667 | +| System.Tests.Perf_Random.NextDouble | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_Random.NextDouble.html) | -9.96% | 5.635214 | 5.074000 | +| System.Tests.Perf_Single.ToStringWithFormat(value: 3.4028235E+38, format: "G17") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_Single.ToStringWithFormat%28value%3A%203.4028235E%2B38%2C%20format%3A%20%22G17%22%29.html) | -9.88% | 195.591816 | 176.266381 | +| System.Tests.Perf_String.Remove_Int(s: "dzsdzsDDZSDZSDZSddsz", i: 7) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_String.Remove_Int%28s%3A%20%22dzsdzsDDZSDZSDZSddsz%22%2C%20i%3A%207%29.html) | -8.34% | 14.530205 | 13.318019 | +| System.Tests.Perf_String.Split(s: "A B C D E F G H I J K L M N O P Q R S T U V W X Y Z", arr: [' '], options: None) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_String.Split%28s%3A%20%22A%20B%20C%20D%20E%20F%20G%20H%20I%20J%20K%20L%20M%20N%20O%20P%20Q%20R%20S%20T%20U%20V%20W%20X%20Y%20Z%22%2C%20arr%3A%20%5B%27%20%27%5D%2C%20options%3A%20None%29.html) | -9.51% | 367.347909 | 332.421416 | +| System.Tests.Perf_String.Split(s: "A B C D E F G H I J K L M N O P Q R S T U V W X Y Z", arr: [' '], options: RemoveEmptyEntries) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_String.Split%28s%3A%20%22A%20B%20C%20D%20E%20F%20G%20H%20I%20J%20K%20L%20M%20N%20O%20P%20Q%20R%20S%20T%20U%20V%20W%20X%20Y%20Z%22%2C%20arr%3A%20%5B%27%20%27%5D%2C%20options%3A%20RemoveEmptyEntries%29.html) | -9.70% | 472.721532 | 426.889268 | +| System.Tests.Perf_String.Substring_Int(s: "dzsdzsDDZSDZSDZSddsz", i: 0) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_String.Substring_Int%28s%3A%20%22dzsdzsDDZSDZSDZSddsz%22%2C%20i%3A%200%29.html) | -9.00% | 4.685686 | 4.264156 | +| System.Tests.Perf_String.ToLowerInvariant(s: "This is a much longer piece of text that might benefit more from vectorization.") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_String.ToLowerInvariant%28s%3A%20%22This%20is%20a%20much%20longer%20piece%20of%20text%20that%20might%20benefit%20more%20from%20vectorization.%22%29.html) | -9.45% | 43.148793 | 39.071891 | +| System.Tests.Perf_String.ToUpper(s: "test") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_String.ToUpper%28s%3A%20%22test%22%29.html) | -7.71% | 27.315216 | 25.208837 | +| System.Tests.Perf_String.ToUpperInvariant(s: "This is a much longer piece of text that might benefit more from vectorization.") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_String.ToUpperInvariant%28s%3A%20%22This%20is%20a%20much%20longer%20piece%20of%20text%20that%20might%20benefit%20more%20from%20vectorization.%22%29.html) | -9.96% | 43.396569 | 39.075280 | +| System.Tests.Perf_String.TrimEnd_CharArr(s: "Test ", c: [' ', ' ']) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_String.TrimEnd_CharArr%28s%3A%20%22Test%20%22%2C%20c%3A%20%5B%27%20%27%2C%20%27%E2%80%85%27%5D%29.html) | -8.40% | 20.273809 | 18.570257 | +| System.Tests.Perf_Type.GetType_FullyQualifiedNames(input: typeof(System.Tests.NestedGeneric)) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_Type.GetType_FullyQualifiedNames%28input%3A%20typeof%28System.Tests.NestedGeneric%28String%2C%20Boolean%29%29%29.html) | -9.47% | 5036.197308 | 4559.194880 | +| System.Tests.Perf_UInt32.TryParse(value: "0") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_UInt32.TryParse%28value%3A%20%220%22%29.html) | -7.91% | 10.047322 | 9.252545 | +| System.Tests.Perf_Uri.CtorIdnHostPathAndQuery(input: "http://dot.net/path/with?key=value#fragment") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_Uri.CtorIdnHostPathAndQuery%28input%3A%20%22http%3A//dot.net/path/with%3Fkey%3Dvalue%23fragment%22%29.html) | -8.47% | 389.620616 | 356.635181 | +| System.Tests.Perf_Uri.CtorIdnHostPathAndQuery(input: "http://host/path with escapable values?key=ünicode") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_Uri.CtorIdnHostPathAndQuery%28input%3A%20%22http%3A//host/path%20with%20escapable%20values%3Fkey%3D%C3%BCnicode%22%29.html) | -9.26% | 803.172334 | 728.831347 | +| System.Tests.Perf_Uri.DnsSafeHost | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_Uri.DnsSafeHost.html) | -8.84% | 267.469308 | 243.831111 | +| System.Tests.Perf_Uri.EscapeDataString(input: "{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{... | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_Uri.EscapeDataString%28input%3A%20%22%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B%7B.html) | -8.90% | N/A | N/A | +| System.Tests.Perf_Uri.ParseAbsoluteUri | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_Uri.ParseAbsoluteUri.html) | -7.56% | 326.143899 | 301.503162 | +| System.Tests.Perf_Uri.PathAndQuery | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_Uri.PathAndQuery.html) | -9.35% | 6.508116 | 5.899350 | +| System.Tests.Perf_Uri.UriBuilderReplacePort | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_Uri.UriBuilderReplacePort.html) | -9.13% | 123.883432 | 112.572747 | +| System.Tests.Perf_Version.ToString2 | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_Version.ToString2.html) | -9.20% | 30.805520 | 27.971867 | +| System.Tests.Perf_Version.TryFormat2 | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_Version.TryFormat2.html) | -8.57% | 15.877457 | 14.516644 | +| System.Text.Json.Document.Tests.Perf_DocumentParse.Parse(IsDataIndented: False, TestRandomAccess: False, TestCase: Json400B) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Document.Tests.Perf_DocumentParse.Parse%28IsDataIndented%3A%20False%2C%20TestRandomAccess%3A%20False%2C%20TestCase%3A%20Json400B%29.html) | -8.68% | 886.900887 | 809.956558 | +| System.Text.Json.Document.Tests.Perf_DocumentParse.Parse(IsDataIndented: False, TestRandomAccess: True, TestCase: BasicJson) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Document.Tests.Perf_DocumentParse.Parse%28IsDataIndented%3A%20False%2C%20TestRandomAccess%3A%20True%2C%20TestCase%3A%20BasicJson%29.html) | -9.88% | 1352.769918 | 1219.105487 | +| System.Text.Json.Document.Tests.Perf_DocumentParse.Parse(IsDataIndented: False, TestRandomAccess: True, TestCase: Json400B) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Document.Tests.Perf_DocumentParse.Parse%28IsDataIndented%3A%20False%2C%20TestRandomAccess%3A%20True%2C%20TestCase%3A%20Json400B%29.html) | -9.80% | 2249.739999 | 2029.319808 | +| System.Text.Json.Document.Tests.Perf_ParseThenWrite.ParseThenWrite(IsDataIndented: False, TestCase: LotsOfNumbers) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Document.Tests.Perf_ParseThenWrite.ParseThenWrite%28IsDataIndented%3A%20False%2C%20TestCase%3A%20LotsOfNumbers%29.html) | -8.18% | 4605.325203 | 4228.496801 | +| System.Text.Json.Document.Tests.Perf_ParseThenWrite.ParseThenWrite(IsDataIndented: True, TestCase: Json400B) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Document.Tests.Perf_ParseThenWrite.ParseThenWrite%28IsDataIndented%3A%20True%2C%20TestCase%3A%20Json400B%29.html) | -8.04% | 2199.400033 | 2022.575765 | +| System.Text.Json.Document.Tests.Perf_ParseThenWrite.ParseThenWrite(IsDataIndented: True, TestCase: LotsOfStrings) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Document.Tests.Perf_ParseThenWrite.ParseThenWrite%28IsDataIndented%3A%20True%2C%20TestCase%3A%20LotsOfStrings%29.html) | -8.97% | 4102.491755 | 3734.498412 | +| System.Text.Json.Node.Tests.Perf_ParseThenWrite.ParseThenWrite(IsDataIndented: False, TestCase: HelloWorld) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Node.Tests.Perf_ParseThenWrite.ParseThenWrite%28IsDataIndented%3A%20False%2C%20TestCase%3A%20HelloWorld%29.html) | -8.68% | 483.510244 | 441.550827 | +| System.Text.Json.Node.Tests.Perf_ParseThenWrite.ParseThenWrite(IsDataIndented: True, TestCase: BroadTree) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Node.Tests.Perf_ParseThenWrite.ParseThenWrite%28IsDataIndented%3A%20True%2C%20TestCase%3A%20BroadTree%29.html) | -7.97% | 43767.807318 | 40278.219002 | +| System.Text.Json.Node.Tests.Perf_ParseThenWrite.ParseThenWrite(IsDataIndented: True, TestCase: HelloWorld) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Node.Tests.Perf_ParseThenWrite.ParseThenWrite%28IsDataIndented%3A%20True%2C%20TestCase%3A%20HelloWorld%29.html) | -9.86% | 515.249865 | 464.442582 | +| System.Text.Json.Serialization.Tests.ColdStartSerialization.CachedDefaultOptions | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.ColdStartSerialization%28SimpleStructWithProperties%29.CachedDefaultOptions.html) | -8.27% | 517.192875 | 474.397442 | +| System.Text.Json.Serialization.Tests.ColdStartSerialization.CachedJsonSerializerContext | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.ColdStartSerialization%28SimpleStructWithProperties%29.CachedJsonSerializerContext.html) | -9.90% | 464.744870 | 418.748456 | +| System.Text.Json.Serialization.Tests.ColdStartSerialization.NewCustomizedOptions | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.ColdStartSerialization%28SimpleStructWithProperties%29.NewCustomizedOptions.html) | -7.92% | 1179.992543 | 1086.515520 | +| System.Text.Json.Serialization.Tests.ColdStartSerialization.NewDefaultOptions | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.ColdStartSerialization%28SimpleStructWithProperties%29.NewDefaultOptions.html) | -8.43% | 1094.605203 | 1002.340076 | +| System.Text.Json.Serialization.Tests.ColdStartSerialization.NewJsonSerializerContext | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.ColdStartSerialization%28SimpleStructWithProperties%29.NewJsonSerializerContext.html) | -8.44% | 1038.696235 | 951.081630 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromStream(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.ReadJson%28ClassRecord%29.DeserializeFromStream%28Mode%3A%20Reflection%29.html) | -8.81% | 1005.967955 | 917.356068 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromStream(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.ReadJson%28ClassRecord%29.DeserializeFromStream%28Mode%3A%20SourceGen%29.html) | -9.93% | 1007.106259 | 907.058466 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromUtf8Bytes(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.ReadJson%28ClassRecord%29.DeserializeFromUtf8Bytes%28Mode%3A%20SourceGen%29.html) | -7.91% | 755.543518 | 695.809628 | +| System.Text.Json.Serialization.Tests.ReadJson>.DeserializeFromReader(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.ReadJson%28ImmutableSortedDictionary%28String%2C%20String%29%29.DeserializeFromReader%28Mode%3A%20Reflection%29.html) | -7.85% | 73956.047996 | 68151.215053 | +| System.Text.Json.Serialization.Tests.ReadJson>.DeserializeFromUtf8Bytes(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.ReadJson%28ImmutableSortedDictionary%28String%2C%20String%29%29.DeserializeFromUtf8Bytes%28Mode%3A%20Reflection%29.html) | -8.34% | 68980.977387 | 63230.199753 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromReader(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.ReadJson%28Int32%29.DeserializeFromReader%28Mode%3A%20Reflection%29.html) | -7.94% | 141.929341 | 130.666913 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromString(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.ReadJson%28LargeStructWithProperties%29.DeserializeFromString%28Mode%3A%20SourceGen%29.html) | -9.68% | 974.087021 | 879.764636 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromUtf8Bytes(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.ReadJson%28LargeStructWithProperties%29.DeserializeFromUtf8Bytes%28Mode%3A%20SourceGen%29.html) | -9.18% | 918.254724 | 833.940384 | +| System.Text.Json.Serialization.Tests.ReadJson>.DeserializeFromReader(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.ReadJson%28Nullable%28DateTimeOffset%29%29.DeserializeFromReader%28Mode%3A%20Reflection%29.html) | -9.98% | 196.020250 | 176.448269 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromReader(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.ReadJson%28SimpleStructWithProperties%29.DeserializeFromReader%28Mode%3A%20SourceGen%29.html) | -8.25% | 407.133673 | 373.552835 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromStream(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.ReadJson%28SimpleStructWithProperties%29.DeserializeFromStream%28Mode%3A%20SourceGen%29.html) | -9.87% | 469.494249 | 423.150603 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromString(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.ReadJson%28SimpleStructWithProperties%29.DeserializeFromString%28Mode%3A%20Reflection%29.html) | -9.35% | 268.876297 | 243.728070 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromString(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.ReadJson%28SimpleStructWithProperties%29.DeserializeFromString%28Mode%3A%20SourceGen%29.html) | -9.18% | 261.769567 | 237.749016 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromUtf8Bytes(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.ReadJson%28SimpleStructWithProperties%29.DeserializeFromUtf8Bytes%28Mode%3A%20Reflection%29.html) | -9.70% | 244.359956 | 220.655019 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromUtf8Bytes(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.ReadJson%28SimpleStructWithProperties%29.DeserializeFromUtf8Bytes%28Mode%3A%20SourceGen%29.html) | -9.11% | 238.466574 | 216.735346 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromReader(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.ReadJson%28StructRecord%29.DeserializeFromReader%28Mode%3A%20Reflection%29.html) | -9.27% | 843.047569 | 764.856576 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromReader(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.ReadJson%28StructRecord%29.DeserializeFromReader%28Mode%3A%20SourceGen%29.html) | -8.71% | 842.196582 | 768.851505 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromStream(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.ReadJson%28StructRecord%29.DeserializeFromStream%28Mode%3A%20SourceGen%29.html) | -8.72% | 778.624771 | 710.730204 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromString(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.ReadJson%28StructRecord%29.DeserializeFromString%28Mode%3A%20SourceGen%29.html) | -9.68% | 579.656950 | 523.557457 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromReader(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.ReadJson%28TreeRecord%29.DeserializeFromReader%28Mode%3A%20SourceGen%29.html) | -9.19% | 32307.273996 | 29338.362398 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromStream(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.ReadJson%28TreeRecord%29.DeserializeFromStream%28Mode%3A%20Reflection%29.html) | -9.22% | 23511.393116 | 21343.773648 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromStream(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.ReadJson%28TreeRecord%29.DeserializeFromStream%28Mode%3A%20SourceGen%29.html) | -8.21% | 26087.524995 | 23945.274523 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromString(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.ReadJson%28TreeRecord%29.DeserializeFromString%28Mode%3A%20SourceGen%29.html) | -8.50% | 25856.061474 | 23657.508974 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromUtf8Bytes(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.ReadJson%28TreeRecord%29.DeserializeFromUtf8Bytes%28Mode%3A%20Reflection%29.html) | -9.44% | 23295.455412 | 21095.873088 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromUtf8Bytes(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.ReadJson%28TreeRecord%29.DeserializeFromUtf8Bytes%28Mode%3A%20SourceGen%29.html) | -9.48% | 25789.769957 | 23346.086407 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeObjectProperty(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.WriteJson%28BinaryData%29.SerializeObjectProperty%28Mode%3A%20Reflection%29.html) | -8.19% | 645.959828 | 593.049572 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToString(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.WriteJson%28BinaryData%29.SerializeToString%28Mode%3A%20Reflection%29.html) | -9.67% | 500.879268 | 452.435625 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToUtf8Bytes(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.WriteJson%28BinaryData%29.SerializeToUtf8Bytes%28Mode%3A%20Reflection%29.html) | -9.99% | 341.634931 | 307.514410 | +| System.Text.Json.Serialization.Tests.WriteJson>.SerializeToWriter(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.WriteJson%28ImmutableDictionary%28String%2C%20String%29%29.SerializeToWriter%28Mode%3A%20Reflection%29.html) | -8.75% | 16183.308672 | 14767.054509 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeObjectProperty(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.WriteJson%28Int32%29.SerializeObjectProperty%28Mode%3A%20Reflection%29.html) | -8.79% | 212.034989 | 193.400707 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToStream(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.WriteJson%28Int32%29.SerializeToStream%28Mode%3A%20Reflection%29.html) | -9.74% | 182.731615 | 164.935971 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToStream(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.WriteJson%28Int32%29.SerializeToStream%28Mode%3A%20SourceGen%29.html) | -9.94% | 186.244910 | 167.737648 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeObjectProperty(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.WriteJson%28Location%29.SerializeObjectProperty%28Mode%3A%20SourceGen%29.html) | -8.89% | 741.249156 | 675.373046 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToUtf8Bytes(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.WriteJson%28Location%29.SerializeToUtf8Bytes%28Mode%3A%20SourceGen%29.html) | -8.79% | 518.616007 | 473.013131 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToWriter(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.WriteJson%28Location%29.SerializeToWriter%28Mode%3A%20SourceGen%29.html) | -9.23% | 447.028447 | 405.752222 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToWriter(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.WriteJson%28LoginViewModel%29.SerializeToWriter%28Mode%3A%20SourceGen%29.html) | -9.34% | 144.796779 | 131.272955 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeObjectProperty(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.WriteJson%28MyEventsListerViewModel%29.SerializeObjectProperty%28Mode%3A%20Reflection%29.html) | -8.71% | 348914.253472 | 318540.386905 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToString(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.WriteJson%28MyEventsListerViewModel%29.SerializeToString%28Mode%3A%20Reflection%29.html) | -8.23% | 342943.933464 | 314734.070450 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToString(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.WriteJson%28MyEventsListerViewModel%29.SerializeToString%28Mode%3A%20SourceGen%29.html) | -8.40% | 319391.037507 | 292552.250921 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToWriter(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.WriteJson%28MyEventsListerViewModel%29.SerializeToWriter%28Mode%3A%20Reflection%29.html) | -8.60% | 265351.655234 | 242525.853713 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToWriter(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.WriteJson%28MyEventsListerViewModel%29.SerializeToWriter%28Mode%3A%20SourceGen%29.html) | -8.31% | 242402.533040 | 222268.474670 | +| System.Text.Json.Serialization.Tests.WriteJson>.SerializeObjectProperty(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.WriteJson%28Nullable%28DateTimeOffset%29%29.SerializeObjectProperty%28Mode%3A%20Reflection%29.html) | -7.70% | 264.128816 | 243.798155 | +| System.Text.Json.Serialization.Tests.WriteJson>.SerializeObjectProperty(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.WriteJson%28Nullable%28DateTimeOffset%29%29.SerializeObjectProperty%28Mode%3A%20SourceGen%29.html) | -8.03% | 261.952487 | 240.905027 | +| System.Text.Json.Serialization.Tests.WriteJson>.SerializeToString(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.WriteJson%28Nullable%28DateTimeOffset%29%29.SerializeToString%28Mode%3A%20Reflection%29.html) | -8.28% | 165.650753 | 151.932224 | +| System.Text.Json.Serialization.Tests.WriteJson>.SerializeToString(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.WriteJson%28Nullable%28DateTimeOffset%29%29.SerializeToString%28Mode%3A%20SourceGen%29.html) | -8.03% | 164.280370 | 151.095151 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToUtf8Bytes(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.WriteJson%28SimpleStructWithProperties%29.SerializeToUtf8Bytes%28Mode%3A%20Reflection%29.html) | -9.52% | 196.103490 | 177.436246 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToUtf8Bytes(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.WriteJson%28SimpleStructWithProperties%29.SerializeToUtf8Bytes%28Mode%3A%20SourceGen%29.html) | -9.60% | 151.862180 | 137.277874 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToWriter(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.WriteJson%28SimpleStructWithProperties%29.SerializeToWriter%28Mode%3A%20Reflection%29.html) | -9.16% | 141.182804 | 128.245980 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToString(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.WriteJson%28StructRecord%29.SerializeToString%28Mode%3A%20Reflection%29.html) | -9.36% | 402.214948 | 364.578495 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToString(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.WriteJson%28StructRecord%29.SerializeToString%28Mode%3A%20SourceGen%29.html) | -9.56% | 309.013968 | 279.465071 | +| System.Text.Json.Tests.Perf_Basic.WriteBasicUtf16(Formatted: False, SkipValidation: True, DataSize: 10) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Tests.Perf_Basic.WriteBasicUtf16%28Formatted%3A%20False%2C%20SkipValidation%3A%20True%2C%20DataSize%3A%2010%29.html) | -9.87% | 694.033944 | 625.500069 | +| System.Text.Json.Tests.Perf_Doubles.WriteDoubles(Formatted: False, SkipValidation: False) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Tests.Perf_Doubles.WriteDoubles%28Formatted%3A%20False%2C%20SkipValidation%3A%20False%29.html) | -8.91% | 22252670.292208 | 20269008.603896 | +| System.Text.Json.Tests.Perf_Doubles.WriteDoubles(Formatted: False, SkipValidation: True) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Tests.Perf_Doubles.WriteDoubles%28Formatted%3A%20False%2C%20SkipValidation%3A%20True%29.html) | -8.59% | 22173648.701299 | 20268294.318182 | +| System.Text.Json.Tests.Perf_Get.GetDouble | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Tests.Perf_Get.GetDouble.html) | -9.23% | 4710.183906 | 4275.432232 | +| System.Text.Json.Tests.Perf_Reader.ReadMultiSpanSequenceEmptyLoop(IsDataCompact: False, TestCase: LotsOfNumbers) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Tests.Perf_Reader.ReadMultiSpanSequenceEmptyLoop%28IsDataCompact%3A%20False%2C%20TestCase%3A%20LotsOfNumbers%29.html) | -8.35% | 2974.544054 | 2726.109096 | +| System.Text.Json.Tests.Perf_Reader.ReadMultiSpanSequenceEmptyLoop(IsDataCompact: True, TestCase: BroadTree) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Tests.Perf_Reader.ReadMultiSpanSequenceEmptyLoop%28IsDataCompact%3A%20True%2C%20TestCase%3A%20BroadTree%29.html) | -8.44% | 6831.466927 | 6255.209430 | +| System.Text.Json.Tests.Perf_Reader.ReadMultiSpanSequenceEmptyLoop(IsDataCompact: True, TestCase: Json40KB) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Tests.Perf_Reader.ReadMultiSpanSequenceEmptyLoop%28IsDataCompact%3A%20True%2C%20TestCase%3A%20Json40KB%29.html) | -9.99% | 45363.827992 | 40833.922925 | +| System.Text.Json.Tests.Perf_Reader.ReadMultiSpanSequenceEmptyLoop(IsDataCompact: True, TestCase: Json4KB) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Tests.Perf_Reader.ReadMultiSpanSequenceEmptyLoop%28IsDataCompact%3A%20True%2C%20TestCase%3A%20Json4KB%29.html) | -9.84% | 4492.045623 | 4049.867791 | +| System.Text.Json.Tests.Perf_Reader.ReadSpanEmptyLoop(IsDataCompact: False, TestCase: Json40KB) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Tests.Perf_Reader.ReadSpanEmptyLoop%28IsDataCompact%3A%20False%2C%20TestCase%3A%20Json40KB%29.html) | -9.86% | 62746.610307 | 56562.556058 | +| System.Text.Json.Tests.Perf_Segment.ReadMultiSegmentSequence(segmentSize: 4096, TestCase: Json400KB) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Tests.Perf_Segment.ReadMultiSegmentSequence%28segmentSize%3A%204096%2C%20TestCase%3A%20Json400KB%29.html) | -7.63% | 696977.760645 | 643800.691405 | +| System.Text.Json.Tests.Perf_Segment.ReadMultiSegmentSequence(segmentSize: 4096, TestCase: Json40KB) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Tests.Perf_Segment.ReadMultiSegmentSequence%28segmentSize%3A%204096%2C%20TestCase%3A%20Json40KB%29.html) | -8.01% | 69646.118930 | 64068.321360 | +| System.Text.Json.Tests.Perf_Segment.ReadMultiSegmentSequence(segmentSize: 8192, TestCase: Json40KB) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Tests.Perf_Segment.ReadMultiSegmentSequence%28segmentSize%3A%208192%2C%20TestCase%3A%20Json40KB%29.html) | -8.33% | 68892.313922 | 63156.115676 | +| System.Text.Json.Tests.Perf_Segment.ReadMultiSegmentSequence(segmentSize: 8192, TestCase: Json4KB) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Tests.Perf_Segment.ReadMultiSegmentSequence%28segmentSize%3A%208192%2C%20TestCase%3A%20Json4KB%29.html) | -8.93% | 6254.686368 | 5696.401938 | +| System.Text.Json.Tests.Perf_Segment.ReadSingleSegmentSequence(TestCase: Json40KB) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Tests.Perf_Segment.ReadSingleSegmentSequence%28TestCase%3A%20Json40KB%29.html) | -9.96% | 63587.966546 | 57256.303797 | +| System.Text.Json.Tests.Perf_Segment.ReadSingleSegmentSequenceByN(numberOfBytes: 4096, TestCase: Json400KB) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Tests.Perf_Segment.ReadSingleSegmentSequenceByN%28numberOfBytes%3A%204096%2C%20TestCase%3A%20Json400KB%29.html) | -9.82% | 646374.921558 | 582930.426357 | +| System.Text.Json.Tests.Utf8JsonReaderCommentsTests.Utf8JsonReaderCommentParsing(CommentHandling: Skip, SegmentSize: 0, TestCase: LongSingleLine) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Tests.Utf8JsonReaderCommentsTests.Utf8JsonReaderCommentParsing%28CommentHandling%3A%20Skip%2C%20SegmentSize%3A%200%2C%20TestCase%3A%20LongSingleLine%29.html) | -8.86% | 160.647566 | 146.416528 | +| System.Text.Perf_Ascii.EqualsIgnoreCase_ExactlyTheSame_Bytes(Size: 6) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Perf_Ascii.EqualsIgnoreCase_ExactlyTheSame_Bytes%28Size%3A%206%29.html) | -7.93% | 8.978820 | 8.266612 | +| System.Text.Perf_Ascii.EqualsIgnoreCase_ExactlyTheSame_Bytes_Chars(Size: 6) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Perf_Ascii.EqualsIgnoreCase_ExactlyTheSame_Bytes_Chars%28Size%3A%206%29.html) | -8.81% | 9.047304 | 8.249850 | +| System.Text.Perf_Ascii.ToUpperInPlace_Chars(Size: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Perf_Ascii.ToUpperInPlace_Chars%28Size%3A%20128%29.html) | -8.39% | 32.858545 | 30.103205 | +| System.Text.Perf_Ascii.ToUpper_Bytes(Size: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Perf_Ascii.ToUpper_Bytes%28Size%3A%20128%29.html) | -8.89% | 19.026341 | 17.334520 | +| System.Text.Perf_Ascii.ToUpper_Chars(Size: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Perf_Ascii.ToUpper_Chars%28Size%3A%20128%29.html) | -8.62% | 29.676497 | 27.119799 | +| System.Text.Perf_Utf8Encoding.GetString(Input: Chinese) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Perf_Utf8Encoding.GetString%28Input%3A%20Chinese%29.html) | -9.36% | 348162.886824 | 315584.429739 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Cache.IsMatch(total: 40000, unique: 1600, cacheSize: 800) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.RegularExpressions.Tests.Perf_Regex_Cache.IsMatch%28total%3A%2040000%2C%20unique%3A%201600%2C%20cacheSize%3A%20800%29.html) | -9.03% | 85039189.285714 | 77359569.387755 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Cache.IsMatch(total: 400000, unique: 1, cacheSize: 15) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.RegularExpressions.Tests.Perf_Regex_Cache.IsMatch%28total%3A%20400000%2C%20unique%3A%201%2C%20cacheSize%3A%2015%29.html) | -9.09% | 40550509.821429 | 36864951.190476 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Cache.IsMatch_Multithreading(total: 40000, unique: 1600, cacheSize: 3200) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.RegularExpressions.Tests.Perf_Regex_Cache.IsMatch_Multithreading%28total%3A%2040000%2C%20unique%3A%201600%2C%20cacheSize%3A%203200%29.html) | -8.04% | 4498757.080201 | 4136919.692087 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Common.Backtracking(Options: Compiled) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.RegularExpressions.Tests.Perf_Regex_Common.Backtracking%28Options%3A%20Compiled%29.html) | -9.20% | 116.429767 | 105.712976 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Common.Backtracking(Options: IgnoreCase, Compiled) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.RegularExpressions.Tests.Perf_Regex_Common.Backtracking%28Options%3A%20IgnoreCase%2C%20Compiled%29.html) | -9.30% | 144.077201 | 130.676471 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Common.Ctor(Options: None) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.RegularExpressions.Tests.Perf_Regex_Common.Ctor%28Options%3A%20None%29.html) | -7.76% | 5337.113483 | 4923.153289 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Common.Date_IsMatch(Options: IgnoreCase, Compiled) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.RegularExpressions.Tests.Perf_Regex_Common.Date_IsMatch%28Options%3A%20IgnoreCase%2C%20Compiled%29.html) | -9.75% | 74.635938 | 67.356016 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Common.Email_IsMatch(Options: IgnoreCase, Compiled) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.RegularExpressions.Tests.Perf_Regex_Common.Email_IsMatch%28Options%3A%20IgnoreCase%2C%20Compiled%29.html) | -9.50% | 131.015470 | 118.564775 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Common.Email_IsNotMatch(Options: Compiled) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.RegularExpressions.Tests.Perf_Regex_Common.Email_IsNotMatch%28Options%3A%20Compiled%29.html) | -8.89% | 137.040929 | 124.855399 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Common.Email_IsNotMatch(Options: IgnoreCase, Compiled) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.RegularExpressions.Tests.Perf_Regex_Common.Email_IsNotMatch%28Options%3A%20IgnoreCase%2C%20Compiled%29.html) | -9.54% | 148.293251 | 134.142532 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Common.MatchesWord(Options: Compiled) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.RegularExpressions.Tests.Perf_Regex_Common.MatchesWord%28Options%3A%20Compiled%29.html) | -8.60% | 872.591928 | 797.506712 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Common.OneNodeBacktracking(Options: IgnoreCase, Compiled) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.RegularExpressions.Tests.Perf_Regex_Common.OneNodeBacktracking%28Options%3A%20IgnoreCase%2C%20Compiled%29.html) | -7.89% | 108.057318 | 99.530449 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Common.Uri_IsMatch(Options: IgnoreCase, Compiled) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.RegularExpressions.Tests.Perf_Regex_Common.Uri_IsMatch%28Options%3A%20IgnoreCase%2C%20Compiled%29.html) | -9.36% | 91.385907 | 82.829472 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Common.Uri_IsNotMatch(Options: IgnoreCase, Compiled) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.RegularExpressions.Tests.Perf_Regex_Common.Uri_IsNotMatch%28Options%3A%20IgnoreCase%2C%20Compiled%29.html) | -9.91% | 96.436330 | 86.877131 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Industry_BoostDocs_Simple.IsMatch(Id: 0, Options: NonBacktracking) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.RegularExpressions.Tests.Perf_Regex_Industry_BoostDocs_Simple.IsMatch%28Id%3A%200%2C%20Options%3A%20NonBacktracking%29.html) | -9.92% | 80.589056 | 72.592320 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Industry_BoostDocs_Simple.IsMatch(Id: 1, Options: Compiled) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.RegularExpressions.Tests.Perf_Regex_Industry_BoostDocs_Simple.IsMatch%28Id%3A%201%2C%20Options%3A%20Compiled%29.html) | -7.77% | 80.268063 | 74.028662 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Industry_BoostDocs_Simple.IsMatch(Id: 11, Options: Compiled) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.RegularExpressions.Tests.Perf_Regex_Industry_BoostDocs_Simple.IsMatch%28Id%3A%2011%2C%20Options%3A%20Compiled%29.html) | -9.27% | 51.210704 | 46.462667 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Industry_BoostDocs_Simple.IsMatch(Id: 11, Options: NonBacktracking) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.RegularExpressions.Tests.Perf_Regex_Industry_BoostDocs_Simple.IsMatch%28Id%3A%2011%2C%20Options%3A%20NonBacktracking%29.html) | -8.07% | 67.660685 | 62.203660 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Industry_BoostDocs_Simple.IsMatch(Id: 3, Options: Compiled) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.RegularExpressions.Tests.Perf_Regex_Industry_BoostDocs_Simple.IsMatch%28Id%3A%203%2C%20Options%3A%20Compiled%29.html) | -8.23% | 137.048933 | 125.763149 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Industry_BoostDocs_Simple.IsMatch(Id: 4, Options: NonBacktracking) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.RegularExpressions.Tests.Perf_Regex_Industry_BoostDocs_Simple.IsMatch%28Id%3A%204%2C%20Options%3A%20NonBacktracking%29.html) | -8.09% | 110.068295 | 101.159159 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Industry_BoostDocs_Simple.IsMatch(Id: 5, Options: Compiled) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.RegularExpressions.Tests.Perf_Regex_Industry_BoostDocs_Simple.IsMatch%28Id%3A%205%2C%20Options%3A%20Compiled%29.html) | -7.98% | 121.728232 | 112.018606 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Industry_BoostDocs_Simple.IsMatch(Id: 6, Options: NonBacktracking) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.RegularExpressions.Tests.Perf_Regex_Industry_BoostDocs_Simple.IsMatch%28Id%3A%206%2C%20Options%3A%20NonBacktracking%29.html) | -9.61% | 86.680431 | 78.347857 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Industry_BoostDocs_Simple.IsMatch(Id: 7, Options: NonBacktracking) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.RegularExpressions.Tests.Perf_Regex_Industry_BoostDocs_Simple.IsMatch%28Id%3A%207%2C%20Options%3A%20NonBacktracking%29.html) | -9.88% | 76.278699 | 68.742415 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Industry_Leipzig.Count(Pattern: "\\p{Sm}", Options: None) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.RegularExpressions.Tests.Perf_Regex_Industry_Leipzig.Count%28Pattern%3A%20%22%5C%5Cp%7BSm%7D%22%2C%20Options%3A%20None%29.html) | -8.62% | 44292989.540816 | 40472754.591837 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Industry_Mariomkas.Ctor(Pattern: "(?:(?:25[0-5]\|2[0-4][0-9]\|[01]?[0-9][0-9])\\.){3}(?:25[0-5]\|2[0-4][0-9]\|[01]?[0-9][0-9])", Options: NonBacktracking) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.RegularExpressions.Tests.Perf_Regex_Industry_Mariomkas.Ctor%28Pattern%3A%20%22%28%3F%3A%28%3F%3A25%5B0-5%5D%7C2%5B0-4%5D%5B0-9%5D%7C%5B01%5D%3F%5B0-9%5D%5B0-9%5D%29%5C%5C.%29%7B3%7D%28%3F%3A25%5B0-5%5D%7C2%5B0-4%5D%5B0-9%5D%7C%5B01%5D%3F%5B0-9%5D%5B0-9%5D%29%22%2C%20Options%3A%20NonBacktracking%29.html) | -8.93% | 242072.437813 | 220464.676556 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Industry_RustLang_Sherlock.Count(Pattern: "(?i)Sherlock\|Holmes\|Watson\|Irene\|Adler\|John\|Baker", Options: NonBacktracking) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.RegularExpressions.Tests.Perf_Regex_Industry_RustLang_Sherlock.Count%28Pattern%3A%20%22%28%3Fi%29Sherlock%7CHolmes%7CWatson%7CIrene%7CAdler%7CJohn%7CBaker%22%2C%20Options%3A%20NonBacktracking%29.html) | -7.68% | 5020149.760000 | 4634389.120000 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Industry_RustLang_Sherlock.Count(Pattern: ".*", Options: Compiled) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.RegularExpressions.Tests.Perf_Regex_Industry_RustLang_Sherlock.Count%28Pattern%3A%20%22.%2A%22%2C%20Options%3A%20Compiled%29.html) | -9.90% | 1171547.254043 | 1055551.591981 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Industry_RustLang_Sherlock.Count(Pattern: "Sherlock Holmes", Options: NonBacktracking) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.RegularExpressions.Tests.Perf_Regex_Industry_RustLang_Sherlock.Count%28Pattern%3A%20%22Sherlock%20Holmes%22%2C%20Options%3A%20NonBacktracking%29.html) | -9.19% | 73425.771819 | 66675.870604 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Industry_RustLang_Sherlock.Count(Pattern: "Sherlock Holmes", Options: None) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.RegularExpressions.Tests.Perf_Regex_Industry_RustLang_Sherlock.Count%28Pattern%3A%20%22Sherlock%20Holmes%22%2C%20Options%3A%20None%29.html) | -9.08% | 69439.570218 | 63131.526096 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Industry_RustLang_Sherlock.Count(Pattern: "Sherlock\\s+Holmes", Options: None) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.RegularExpressions.Tests.Perf_Regex_Industry_RustLang_Sherlock.Count%28Pattern%3A%20%22Sherlock%5C%5Cs%2BHolmes%22%2C%20Options%3A%20None%29.html) | -8.48% | 70707.893129 | 64711.111419 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Industry_RustLang_Sherlock.Count(Pattern: "[^\\n]*", Options: Compiled) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.RegularExpressions.Tests.Perf_Regex_Industry_RustLang_Sherlock.Count%28Pattern%3A%20%22%5B%5E%5C%5Cn%5D%2A%22%2C%20Options%3A%20Compiled%29.html) | -9.39% | 1164311.728706 | 1055024.882629 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Industry_RustLang_Sherlock.Count(Pattern: "\\p{Lu}", Options: Compiled) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.RegularExpressions.Tests.Perf_Regex_Industry_RustLang_Sherlock.Count%28Pattern%3A%20%22%5C%5Cp%7BLu%7D%22%2C%20Options%3A%20Compiled%29.html) | -9.09% | 717443.331006 | 652247.306464 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Industry_RustLang_Sherlock.Count(Pattern: "\\p{Lu}", Options: NonBacktracking) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.RegularExpressions.Tests.Perf_Regex_Industry_RustLang_Sherlock.Count%28Pattern%3A%20%22%5C%5Cp%7BLu%7D%22%2C%20Options%3A%20NonBacktracking%29.html) | -7.80% | N/A | N/A | +| System.Text.RegularExpressions.Tests.Perf_Regex_Industry_RustLang_Sherlock.Count(Pattern: "aei", Options: None) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.RegularExpressions.Tests.Perf_Regex_Industry_RustLang_Sherlock.Count%28Pattern%3A%20%22aei%22%2C%20Options%3A%20None%29.html) | -9.06% | 81789.726857 | 74378.406857 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Industry_RustLang_Sherlock.Count(Pattern: "zqj", Options: NonBacktracking) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.RegularExpressions.Tests.Perf_Regex_Industry_RustLang_Sherlock.Count%28Pattern%3A%20%22zqj%22%2C%20Options%3A%20NonBacktracking%29.html) | -7.85% | 56669.809126 | 52223.595773 | +| System.Text.Tests.Perf_Encoding.GetChars(size: 16, encName: "utf-8") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Tests.Perf_Encoding.GetChars%28size%3A%2016%2C%20encName%3A%20%22utf-8%22%29.html) | -9.35% | 34.362079 | 31.147872 | +| System.Text.Tests.Perf_StringBuilder.Append_Memory | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Tests.Perf_StringBuilder.Append_Memory.html) | -9.69% | 421.501717 | 380.668600 | +| System.Text.Tests.Perf_StringBuilder.Append_Primitives | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Tests.Perf_StringBuilder.Append_Primitives.html) | -9.68% | 998.201873 | 901.614291 | +| System.Text.Tests.Perf_StringBuilder.Append_ValueTypes_Interpolated | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Tests.Perf_StringBuilder.Append_ValueTypes_Interpolated.html) | -7.80% | 2443.769226 | 2253.036349 | +| System.Threading.Channels.Tests.BoundedChannelPerfTests.ReadAsyncThenWriteAsync | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Threading.Channels.Tests.BoundedChannelPerfTests.ReadAsyncThenWriteAsync.html) | -8.58% | 94.479579 | 86.373743 | +| System.Threading.Channels.Tests.SpscUnboundedChannelPerfTests.TryWriteThenTryRead | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Threading.Channels.Tests.SpscUnboundedChannelPerfTests.TryWriteThenTryRead.html) | -9.76% | 31.270546 | 28.217130 | +| System.Threading.Channels.Tests.UnboundedChannelPerfTests.PingPong | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Threading.Channels.Tests.UnboundedChannelPerfTests.PingPong.html) | -9.58% | 12195472.053571 | 11027474.017857 | +| System.Threading.Tests.Perf_CancellationToken.CancelAfter | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Threading.Tests.Perf_CancellationToken.CancelAfter.html) | -9.56% | 114.639208 | 103.678141 | +| System.Threading.Tests.Perf_Timer.AsynchronousContention | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Threading.Tests.Perf_Timer.AsynchronousContention.html) | -8.78% | 3370746972.000000 | 3074837088.000000 | +| System.Xml.Tests.Perf_XmlConvert.DateTime_ToString_RoundtripKind | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Xml.Tests.Perf_XmlConvert.DateTime_ToString_RoundtripKind.html) | -9.89% | 70.787320 | 63.783207 | + +## 5-7.5% Improvement (386 tests) + +| Test Name | Link | Change % | .NET 9 | .NET 10 | +|-----------|------|----------|--------|-------| +| Benchstone.BenchF.Bisect.Test | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/Benchstone.BenchF.Bisect.Test.html) | -6.73% | 228664742.857143 | 213280332.142857 | +| Benchstone.BenchI.TreeInsert.Test | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/Benchstone.BenchI.TreeInsert.Test.html) | -5.54% | 68734.119007 | 64927.144181 | +| ByteMark.BenchAssignJagged | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/ByteMark.BenchAssignJagged.html) | -5.15% | 1190965078.571428 | 1129687080.357143 | +| CscBench.DatflowTest | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/CscBench.DatflowTest.html) | -6.55% | 316341732.000000 | 295621688.000000 | +| Exceptions.Handling.MultipleNestedTryCatch_LastCatches(kind: Hardware) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/Exceptions.Handling.MultipleNestedTryCatch_LastCatches%28kind%3A%20Hardware%29.html) | -5.01% | 4163.462251 | 3954.777902 | +| Exceptions.Handling.MultipleNestedTryFinally(kind: Hardware) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/Exceptions.Handling.MultipleNestedTryFinally%28kind%3A%20Hardware%29.html) | -5.06% | 4136.752749 | 3927.416845 | +| Exceptions.Handling.TryAndCatchDeep_CaugtAtTheTop(kind: Hardware) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/Exceptions.Handling.TryAndCatchDeep_CaugtAtTheTop%28kind%3A%20Hardware%29.html) | -6.37% | 11049.322510 | 10345.329780 | +| GuardedDevirtualization.ThreeClassInterface.Call(testInput: pB=0.00 pD=0.67) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/GuardedDevirtualization.ThreeClassInterface.Call%28testInput%3A%20pB%3D0.00%20pD%3D0.67%29.html) | -5.81% | N/A | N/A | +| Inlining.InlineGCStruct.WithoutFormat | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/Inlining.InlineGCStruct.WithoutFormat.html) | -6.15% | 2.895768 | 2.717641 | +| Interop.StructureToPtr.MarshalDestroyStructure | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/Interop.StructureToPtr.MarshalDestroyStructure.html) | -5.05% | N/A | N/A | +| MicroBenchmarks.Serializers.Json_FromStream.JsonNet_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/MicroBenchmarks.Serializers.Json_FromStream%28CollectionsOfPrimitives%29.JsonNet_.html) | -5.57% | 424575.276382 | 400909.132328 | +| MicroBenchmarks.Serializers.Json_FromStream.JsonNet_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/MicroBenchmarks.Serializers.Json_FromStream%28IndexViewModel%29.JsonNet_.html) | -5.01% | 53822.576032 | 51124.627201 | +| MicroBenchmarks.Serializers.Json_FromStream.JsonNet_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/MicroBenchmarks.Serializers.Json_FromStream%28Location%29.JsonNet_.html) | -7.49% | 2106.793569 | 1949.069824 | +| MicroBenchmarks.Serializers.Json_FromStream.DataContractJsonSerializer_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/MicroBenchmarks.Serializers.Json_FromStream%28LoginViewModel%29.DataContractJsonSerializer_.html) | -6.42% | 3928.756078 | 3676.629567 | +| MicroBenchmarks.Serializers.Json_FromStream.JsonNet_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/MicroBenchmarks.Serializers.Json_FromStream%28LoginViewModel%29.JsonNet_.html) | -6.76% | 1012.013544 | 943.627313 | +| MicroBenchmarks.Serializers.Json_FromStream.DataContractJsonSerializer_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/MicroBenchmarks.Serializers.Json_FromStream%28MyEventsListerViewModel%29.DataContractJsonSerializer_.html) | -6.84% | 2278399.805195 | 2122507.678571 | +| MicroBenchmarks.Serializers.Json_FromStream.JsonNet_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/MicroBenchmarks.Serializers.Json_FromStream%28MyEventsListerViewModel%29.JsonNet_.html) | -6.39% | 496503.027950 | 464766.664314 | +| MicroBenchmarks.Serializers.Json_FromString.JsonNet_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/MicroBenchmarks.Serializers.Json_FromString%28IndexViewModel%29.JsonNet_.html) | -5.82% | 52582.311430 | 49523.468114 | +| MicroBenchmarks.Serializers.Json_FromString.JsonNet_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/MicroBenchmarks.Serializers.Json_FromString%28MyEventsListerViewModel%29.JsonNet_.html) | -6.16% | 483430.832629 | 453636.513807 | +| MicroBenchmarks.Serializers.Json_ToStream.JsonNet_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/MicroBenchmarks.Serializers.Json_ToStream%28Location%29.JsonNet_.html) | -7.36% | 1028.855301 | 953.146953 | +| MicroBenchmarks.Serializers.Xml_FromStream.XmlSerializer_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/MicroBenchmarks.Serializers.Xml_FromStream%28ClassImplementingIXmlSerialiable%29.XmlSerializer_.html) | -7.12% | 2209.091321 | 2051.848982 | +| MicroBenchmarks.Serializers.Xml_FromStream.DataContractSerializer_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/MicroBenchmarks.Serializers.Xml_FromStream%28CollectionsOfPrimitives%29.DataContractSerializer_.html) | -7.49% | 1357713.614838 | 1256010.378848 | +| MicroBenchmarks.Serializers.Xml_FromStream.XmlSerializer_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/MicroBenchmarks.Serializers.Xml_FromStream%28Location%29.XmlSerializer_.html) | -5.22% | 5045.411945 | 4782.276643 | +| MicroBenchmarks.Serializers.Xml_FromStream.DataContractSerializer_BinaryXml_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/MicroBenchmarks.Serializers.Xml_FromStream%28LoginViewModel%29.DataContractSerializer_BinaryXml_.html) | -5.30% | 847.798056 | 802.839490 | +| MicroBenchmarks.Serializers.Xml_FromStream.DataContractSerializer_BinaryXml_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/MicroBenchmarks.Serializers.Xml_FromStream%28SimpleStructWithProperties%29.DataContractSerializer_BinaryXml_.html) | -6.68% | 524.518353 | 489.492513 | +| MicroBenchmarks.Serializers.Xml_ToStream.DataContractSerializer_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/MicroBenchmarks.Serializers.Xml_ToStream%28CollectionsOfPrimitives%29.DataContractSerializer_.html) | -5.02% | 482557.516118 | 458351.870546 | +| MicroBenchmarks.Serializers.Xml_ToStream.DataContractSerializer_BinaryXml_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/MicroBenchmarks.Serializers.Xml_ToStream%28IndexViewModel%29.DataContractSerializer_BinaryXml_.html) | -6.95% | 28131.302111 | 26175.181772 | +| MicroBenchmarks.Serializers.Xml_ToStream.XmlSerializer_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/MicroBenchmarks.Serializers.Xml_ToStream%28Location%29.XmlSerializer_.html) | -5.76% | 2281.975728 | 2150.444175 | +| MicroBenchmarks.Serializers.Xml_ToStream.XmlSerializer_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/MicroBenchmarks.Serializers.Xml_ToStream%28LoginViewModel%29.XmlSerializer_.html) | -5.95% | N/A | N/A | +| MicroBenchmarks.Serializers.Xml_ToStream.XmlSerializer_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/MicroBenchmarks.Serializers.Xml_ToStream%28SimpleStructWithProperties%29.XmlSerializer_.html) | -5.45% | 1404.377302 | 1327.804936 | +| MicroBenchmarks.Serializers.Xml_ToStream.XmlSerializer_ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/MicroBenchmarks.Serializers.Xml_ToStream%28XmlElement%29.XmlSerializer_.html) | -5.64% | 768.452810 | 725.111183 | +| Microsoft.AspNetCore.Server.Kestrel.Performance.PipeThroughputBenchmark.Parse_ParallelAsync(Length: 4096, Chunks: 16) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/Microsoft.AspNetCore.Server.Kestrel.Performance.PipeThroughputBenchmark.Parse_ParallelAsync%28Length%3A%204096%2C%20Chunks%3A%2016%29.html) | -6.69% | N/A | N/A | +| Microsoft.Extensions.Caching.Memory.Tests.MemoryCacheTests.AddThenRemove_NoExpiration | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/Microsoft.Extensions.Caching.Memory.Tests.MemoryCacheTests.AddThenRemove_NoExpiration.html) | -6.89% | N/A | N/A | +| Microsoft.Extensions.Caching.Memory.Tests.MemoryCacheTests.GetMiss | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/Microsoft.Extensions.Caching.Memory.Tests.MemoryCacheTests.GetMiss.html) | -7.30% | 39.178083 | 36.317426 | +| Microsoft.Extensions.Caching.Memory.Tests.MemoryCacheTests.SetOverride | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/Microsoft.Extensions.Caching.Memory.Tests.MemoryCacheTests.SetOverride.html) | -7.24% | 102.090511 | 94.695823 | +| Microsoft.Extensions.Caching.Memory.Tests.MemoryCacheTests.TryGetValueHit | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/Microsoft.Extensions.Caching.Memory.Tests.MemoryCacheTests.TryGetValueHit.html) | -7.10% | 38.007277 | 35.306917 | +| Microsoft.Extensions.Caching.Memory.Tests.MemoryCacheTests.TryGetValueMiss | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/Microsoft.Extensions.Caching.Memory.Tests.MemoryCacheTests.TryGetValueMiss.html) | -7.39% | 37.422797 | 34.658102 | +| Microsoft.Extensions.DependencyInjection.ActivatorUtilitiesBenchmark.CreateInstance_3 | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/Microsoft.Extensions.DependencyInjection.ActivatorUtilitiesBenchmark.CreateInstance_3.html) | -6.11% | 172.167264 | 161.651161 | +| Microsoft.Extensions.DependencyInjection.ActivatorUtilitiesBenchmark.GetService_1Injected | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/Microsoft.Extensions.DependencyInjection.ActivatorUtilitiesBenchmark.GetService_1Injected.html) | -6.78% | 12.884862 | 12.011482 | +| Microsoft.Extensions.DependencyInjection.ActivatorUtilitiesBenchmark.GetService_5Injected | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/Microsoft.Extensions.DependencyInjection.ActivatorUtilitiesBenchmark.GetService_5Injected.html) | -6.30% | 12.865243 | 12.055189 | +| Microsoft.Extensions.DependencyInjection.ScopeValidation.Transient | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/Microsoft.Extensions.DependencyInjection.ScopeValidation.Transient.html) | -6.29% | 20.122551 | 18.857648 | +| Microsoft.Extensions.DependencyInjection.TimeToFirstService.BuildProvider(Mode: "Default") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/Microsoft.Extensions.DependencyInjection.TimeToFirstService.BuildProvider%28Mode%3A%20%22Default%22%29.html) | -6.77% | 1267.089880 | 1181.330930 | +| Microsoft.Extensions.DependencyInjection.TimeToFirstService.Scoped(Mode: "Default") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/Microsoft.Extensions.DependencyInjection.TimeToFirstService.Scoped%28Mode%3A%20%22Default%22%29.html) | -5.22% | N/A | N/A | +| Microsoft.Extensions.Logging.EventSourceLogger.NestedScopes_TwoMessages(HasSubscribers: False, Json: False) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/Microsoft.Extensions.Logging.EventSourceLogger.NestedScopes_TwoMessages%28HasSubscribers%3A%20False%2C%20Json%3A%20False%29.html) | -7.36% | N/A | N/A | +| Microsoft.Extensions.Logging.EventSourceLogger.NestedScopes_TwoMessages(HasSubscribers: True, Json: False) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/Microsoft.Extensions.Logging.EventSourceLogger.NestedScopes_TwoMessages%28HasSubscribers%3A%20True%2C%20Json%3A%20False%29.html) | -7.38% | 928.471759 | 859.932600 | +| Microsoft.Extensions.Logging.EventSourceLogger.NestedScopes_TwoMessages(HasSubscribers: True, Json: True) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/Microsoft.Extensions.Logging.EventSourceLogger.NestedScopes_TwoMessages%28HasSubscribers%3A%20True%2C%20Json%3A%20True%29.html) | -7.28% | 1694.493215 | 1571.182367 | +| Microsoft.Extensions.Logging.Formatting.TwoArguments | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/Microsoft.Extensions.Logging.Formatting.TwoArguments.html) | -5.12% | 110.806325 | 105.136433 | +| Microsoft.Extensions.Logging.FormattingOverhead.TwoArguments_DefineMessage | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/Microsoft.Extensions.Logging.FormattingOverhead.TwoArguments_DefineMessage.html) | -6.00% | 111.212762 | 104.535770 | +| Microsoft.Extensions.Logging.LoggingOverhead.TwoArguments_DefineMessage | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/Microsoft.Extensions.Logging.LoggingOverhead.TwoArguments_DefineMessage.html) | -7.03% | 44.400465 | 41.277182 | +| Microsoft.Extensions.Logging.ScopesOverheadBenchmark.NotFiltered(HasISupportLoggingScopeLogger: True, CaptureScopes: False) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/Microsoft.Extensions.Logging.ScopesOverheadBenchmark.NotFiltered%28HasISupportLoggingScopeLogger%3A%20True%2C%20CaptureScopes%3A%20False%29.html) | -5.54% | 44.705298 | 42.229605 | +| Microsoft.Extensions.Logging.ScopesOverheadBenchmark.NotFiltered_InsideScope(HasISupportLoggingScopeLogger: True, CaptureScopes: False) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/Microsoft.Extensions.Logging.ScopesOverheadBenchmark.NotFiltered_InsideScope%28HasISupportLoggingScopeLogger%3A%20True%2C%20CaptureScopes%3A%20False%29.html) | -5.31% | 53.604690 | 50.756192 | +| Microsoft.Extensions.Primitives.StringSegmentBenchmark.IndexOf | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/Microsoft.Extensions.Primitives.StringSegmentBenchmark.IndexOf.html) | -6.12% | 6.278846 | 5.894285 | +| Microsoft.Extensions.Primitives.StringSegmentBenchmark.IndexOfAny | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/Microsoft.Extensions.Primitives.StringSegmentBenchmark.IndexOfAny.html) | -5.73% | N/A | N/A | +| Microsoft.Extensions.Primitives.StringSegmentBenchmark.TrimEnd | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/Microsoft.Extensions.Primitives.StringSegmentBenchmark.TrimEnd.html) | -6.31% | 12.487960 | 11.700202 | +| PerfLabTests.EnumPerf.ObjectGetType | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/PerfLabTests.EnumPerf.ObjectGetType.html) | -5.15% | 4.045017 | 3.836842 | +| Span.IndexerBench.WriteViaIndexer1(length: 1024) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/Span.IndexerBench.WriteViaIndexer1%28length%3A%201024%29.html) | -5.35% | 1839.169403 | 1740.856874 | +| System.Buffers.Tests.ReadOnlySequenceTests.IterateForEachTenSegments | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Buffers.Tests.ReadOnlySequenceTests%28Byte%29.IterateForEachTenSegments.html) | -5.41% | 52.769850 | 49.913302 | +| System.Buffers.Tests.ReadOnlySequenceTests.FirstSingleSegment | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Buffers.Tests.ReadOnlySequenceTests%28Char%29.FirstSingleSegment.html) | -5.73% | 4.507915 | 4.249515 | +| System.Buffers.Tests.ReadOnlySequenceTests.IterateGetPositionMemory | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Buffers.Tests.ReadOnlySequenceTests%28Char%29.IterateGetPositionMemory.html) | -7.42% | 40.579237 | 37.570020 | +| System.Buffers.Tests.RentReturnArrayPoolTests.ProducerConsumer(RentalSize: 4096, ManipulateArray: False, Async: True, UseSharedPool: False) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Buffers.Tests.RentReturnArrayPoolTests%28Byte%29.ProducerConsumer%28RentalSize%3A%204096%2C%20ManipulateArray%3A%20False%2C%20Async%3A%20True%2C%20UseSharedPool%3A%20False%29.html) | -7.49% | N/A | N/A | +| System.Buffers.Tests.RentReturnArrayPoolTests.SingleSerial(RentalSize: 4096, ManipulateArray: False, Async: True, UseSharedPool: True) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Buffers.Tests.RentReturnArrayPoolTests%28Byte%29.SingleSerial%28RentalSize%3A%204096%2C%20ManipulateArray%3A%20False%2C%20Async%3A%20True%2C%20UseSharedPool%3A%20True%29.html) | -6.47% | N/A | N/A | +| System.Buffers.Tests.RentReturnArrayPoolTests.ProducerConsumer(RentalSize: 4096, ManipulateArray: False, Async: True, UseSharedPool: False) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Buffers.Tests.RentReturnArrayPoolTests%28Object%29.ProducerConsumer%28RentalSize%3A%204096%2C%20ManipulateArray%3A%20False%2C%20Async%3A%20True%2C%20UseSharedPool%3A%20False%29.html) | -6.06% | 687.690815 | 645.991042 | +| System.Buffers.Text.Tests.Utf8FormatterTests.FormatterUInt64(value: 0) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Buffers.Text.Tests.Utf8FormatterTests.FormatterUInt64%28value%3A%200%29.html) | -6.06% | 5.077374 | 4.769763 | +| System.Buffers.Text.Tests.Utf8ParserTests.TryParseInt32(value: 12345) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Buffers.Text.Tests.Utf8ParserTests.TryParseInt32%28value%3A%2012345%29.html) | -5.41% | 9.653325 | 9.131230 | +| System.Collections.AddGivenSize.ConcurrentDictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.AddGivenSize%28Int32%29.ConcurrentDictionary%28Size%3A%20512%29.html) | -5.20% | 28299.142463 | 26828.551011 | +| System.Collections.Concurrent.AddRemoveFromDifferentThreads.ConcurrentBag(Size: 2000000) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.Concurrent.AddRemoveFromDifferentThreads%28Int32%29.ConcurrentBag%28Size%3A%202000000%29.html) | -5.09% | 281404692.000000 | 267068728.000000 | +| System.Collections.Concurrent.AddRemoveFromDifferentThreads.ConcurrentBag(Size: 2000000) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.Concurrent.AddRemoveFromDifferentThreads%28String%29.ConcurrentBag%28Size%3A%202000000%29.html) | -5.42% | 309524020.000000 | 292739496.000000 | +| System.Collections.Concurrent.AddRemoveFromSameThreads.ConcurrentBag(Size: 2000000) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.Concurrent.AddRemoveFromSameThreads%28Int32%29.ConcurrentBag%28Size%3A%202000000%29.html) | -5.48% | 368510270.000000 | 348310920.000000 | +| System.Collections.Concurrent.AddRemoveFromSameThreads.ConcurrentQueue(Size: 2000000) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.Concurrent.AddRemoveFromSameThreads%28Int32%29.ConcurrentQueue%28Size%3A%202000000%29.html) | -5.36% | 408370205.357143 | 386472105.357143 | +| System.Collections.Concurrent.Count.Dictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.Concurrent.Count%28Int32%29.Dictionary%28Size%3A%20512%29.html) | -5.35% | 222.358797 | 210.453928 | +| System.Collections.Concurrent.IsEmpty.Dictionary(Size: 0) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.Concurrent.IsEmpty%28Int32%29.Dictionary%28Size%3A%200%29.html) | -5.93% | 225.857799 | 212.463013 | +| System.Collections.Concurrent.IsEmpty.Stack(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.Concurrent.IsEmpty%28Int32%29.Stack%28Size%3A%20512%29.html) | -5.84% | 2.091266 | 1.969096 | +| System.Collections.Concurrent.IsEmpty.Dictionary(Size: 0) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.Concurrent.IsEmpty%28String%29.Dictionary%28Size%3A%200%29.html) | -7.49% | 228.943466 | 211.788171 | +| System.Collections.ContainsKeyFalse.SortedDictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.ContainsKeyFalse%28String%2C%20String%29.SortedDictionary%28Size%3A%20512%29.html) | -6.29% | 296441.644144 | 277800.162162 | +| System.Collections.ContainsKeyTrue.SortedDictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.ContainsKeyTrue%28String%2C%20String%29.SortedDictionary%28Size%3A%20512%29.html) | -6.59% | N/A | N/A | +| System.Collections.ContainsTrue.Span(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.ContainsTrue%28Int32%29.Span%28Size%3A%20512%29.html) | -5.79% | 16045.360754 | 15115.804917 | +| System.Collections.ContainsTrue.HashSet(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.ContainsTrue%28String%29.HashSet%28Size%3A%20512%29.html) | -6.19% | 11241.205669 | 10545.845749 | +| System.Collections.ContainsTrueComparer.SortedSet(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.ContainsTrueComparer%28String%29.SortedSet%28Size%3A%20512%29.html) | -6.01% | 211303.145310 | 198593.266401 | +| System.Collections.CopyTo.ImmutableArray(Size: 2048) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.CopyTo%28Int32%29.ImmutableArray%28Size%3A%202048%29.html) | -6.12% | 171.282350 | 160.794165 | +| System.Collections.CreateAddAndClear.Dictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.CreateAddAndClear%28String%29.Dictionary%28Size%3A%20512%29.html) | -7.20% | 17728.074751 | 16451.917214 | +| System.Collections.CreateAddAndClear.ImmutableList(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.CreateAddAndClear%28String%29.ImmutableList%28Size%3A%20512%29.html) | -5.20% | 88935.298370 | 84313.713678 | +| System.Collections.CreateAddAndClear.ImmutableSortedDictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.CreateAddAndClear%28String%29.ImmutableSortedDictionary%28Size%3A%20512%29.html) | -5.80% | 368737.020025 | 347361.196841 | +| System.Collections.CreateAddAndRemove.List(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.CreateAddAndRemove%28Int32%29.List%28Size%3A%20512%29.html) | -7.31% | 17123.122748 | 15872.256814 | +| System.Collections.CreateAddAndRemove.LinkedList(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.CreateAddAndRemove%28String%29.LinkedList%28Size%3A%20512%29.html) | -5.30% | N/A | N/A | +| System.Collections.CtorDefaultSize.Queue | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.CtorDefaultSize%28String%29.Queue.html) | -6.94% | 16.480282 | 15.337101 | +| System.Collections.CtorFromCollection.ImmutableArray(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.CtorFromCollection%28Int32%29.ImmutableArray%28Size%3A%20512%29.html) | -6.82% | 142.861804 | 133.112162 | +| System.Collections.CtorFromCollection.ImmutableHashSet(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.CtorFromCollection%28Int32%29.ImmutableHashSet%28Size%3A%20512%29.html) | -6.34% | 87948.133690 | 82374.735294 | +| System.Collections.CtorFromCollection.LinkedList(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.CtorFromCollection%28Int32%29.LinkedList%28Size%3A%20512%29.html) | -5.85% | 7160.440756 | 6741.639825 | +| System.Collections.CtorFromCollection.ConcurrentDictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.CtorFromCollection%28String%29.ConcurrentDictionary%28Size%3A%20512%29.html) | -5.95% | 39163.039725 | 36831.276573 | +| System.Collections.CtorFromCollection.ImmutableDictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.CtorFromCollection%28String%29.ImmutableDictionary%28Size%3A%20512%29.html) | -5.36% | 131219.726311 | 124183.494234 | +| System.Collections.CtorFromCollection.ImmutableSortedSet(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.CtorFromCollection%28String%29.ImmutableSortedSet%28Size%3A%20512%29.html) | -6.67% | 317006.539216 | 295863.666667 | +| System.Collections.CtorFromCollection.List(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.CtorFromCollection%28String%29.List%28Size%3A%20512%29.html) | -6.17% | 358.862241 | 336.711962 | +| System.Collections.CtorFromCollection.Queue(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.CtorFromCollection%28String%29.Queue%28Size%3A%20512%29.html) | -6.17% | 363.837901 | 341.386813 | +| System.Collections.CtorFromCollection.Stack(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.CtorFromCollection%28String%29.Stack%28Size%3A%20512%29.html) | -6.80% | 366.372801 | 341.442969 | +| System.Collections.CtorFromCollectionNonGeneric.ArrayList(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.CtorFromCollectionNonGeneric%28String%29.ArrayList%28Size%3A%20512%29.html) | -6.95% | 720.782173 | 670.671446 | +| System.Collections.CtorGivenSize.Stack(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.CtorGivenSize%28String%29.Stack%28Size%3A%20512%29.html) | -5.66% | N/A | N/A | +| System.Collections.IndexerSet.SortedList(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.IndexerSet%28String%29.SortedList%28Size%3A%20512%29.html) | -5.35% | 215560.380629 | 204031.819881 | +| System.Collections.IterateFor.ImmutableList(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.IterateFor%28String%29.ImmutableList%28Size%3A%20512%29.html) | -5.16% | 14962.312244 | 14190.380635 | +| System.Collections.IterateForEach.SortedSet(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.IterateForEach%28Int32%29.SortedSet%28Size%3A%20512%29.html) | -6.66% | 2779.357771 | 2594.369111 | +| System.Collections.Perf_Frozen.ToFrozenSet(Count: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.Perf_Frozen%28Int16%29.ToFrozenSet%28Count%3A%20512%29.html) | -7.45% | 36883.565000 | 34135.696250 | +| System.Collections.Perf_Frozen.ToFrozenSet(Count: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.Perf_Frozen%28ReferenceType%29.ToFrozenSet%28Count%3A%204%29.html) | -5.50% | 194.135229 | 183.452577 | +| System.Collections.Perf_LengthBucketsFrozenDictionary.ToFrozenDictionary(Count: 10, ItemsPerBucket: 1) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.Perf_LengthBucketsFrozenDictionary.ToFrozenDictionary%28Count%3A%2010%2C%20ItemsPerBucket%3A%201%29.html) | -7.25% | 242.279180 | 224.704089 | +| System.Collections.Perf_LengthBucketsFrozenDictionary.ToFrozenDictionary(Count: 10, ItemsPerBucket: 5) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.Perf_LengthBucketsFrozenDictionary.ToFrozenDictionary%28Count%3A%2010%2C%20ItemsPerBucket%3A%205%29.html) | -6.93% | 240.976050 | 224.286991 | +| System.Collections.Perf_LengthBucketsFrozenDictionary.TryGetValue_True_FrozenDictionary(Count: 10, ItemsPerBucket: 5) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.Perf_LengthBucketsFrozenDictionary.TryGetValue_True_FrozenDictionary%28Count%3A%2010%2C%20ItemsPerBucket%3A%205%29.html) | -6.64% | 134.346067 | 125.423613 | +| System.Collections.Perf_LengthBucketsFrozenDictionary.TryGetValue_True_FrozenDictionary(Count: 100, ItemsPerBucket: 1) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.Perf_LengthBucketsFrozenDictionary.TryGetValue_True_FrozenDictionary%28Count%3A%20100%2C%20ItemsPerBucket%3A%201%29.html) | -5.42% | 541.576623 | 512.232795 | +| System.Collections.Perf_SingleCharFrozenDictionary.ToFrozenDictionary(Count: 10000) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.Perf_SingleCharFrozenDictionary.ToFrozenDictionary%28Count%3A%2010000%29.html) | -5.80% | 895535.001501 | 843637.434349 | +| System.Collections.Perf_SubstringFrozenDictionary.ToFrozenDictionary(Count: 10000) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.Perf_SubstringFrozenDictionary.ToFrozenDictionary%28Count%3A%2010000%29.html) | -6.63% | 1821960.224868 | 1701120.876795 | +| System.Collections.Perf_SubstringFrozenDictionary.TryGetValue_False_FrozenDictionary(Count: 10) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.Perf_SubstringFrozenDictionary.TryGetValue_False_FrozenDictionary%28Count%3A%2010%29.html) | -5.53% | 92.090411 | 86.994807 | +| System.Collections.Perf_SubstringFrozenDictionary.TryGetValue_False_FrozenDictionary(Count: 10000) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.Perf_SubstringFrozenDictionary.TryGetValue_False_FrozenDictionary%28Count%3A%2010000%29.html) | -5.39% | 131345.797338 | 124263.345633 | +| System.Collections.Sort.LinqQuery(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.Sort%28Int32%29.LinqQuery%28Size%3A%20512%29.html) | -5.57% | 17399.449576 | 16430.274669 | +| System.Collections.Sort.Array(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.Sort%28String%29.Array%28Size%3A%20512%29.html) | -5.11% | N/A | N/A | +| System.Collections.Sort.Array_Comparison(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.Sort%28String%29.Array_Comparison%28Size%3A%20512%29.html) | -5.93% | 279590.529993 | 263018.153400 | +| System.Collections.Tests.Add_Remove_SteadyState.ConcurrentStack(Count: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.Tests.Add_Remove_SteadyState%28String%29.ConcurrentStack%28Count%3A%20512%29.html) | -5.05% | 25.827513 | 24.523750 | +| System.Collections.Tests.Add_Remove_SteadyState.Queue(Count: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.Tests.Add_Remove_SteadyState%28String%29.Queue%28Count%3A%20512%29.html) | -6.78% | 10.757932 | 10.028025 | +| System.Collections.Tests.DictionarySequentialKeys.TryGetValue_17_Int_32ByteRefsValue | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.Tests.DictionarySequentialKeys.TryGetValue_17_Int_32ByteRefsValue.html) | -7.00% | 3.869466 | 3.598525 | +| System.Collections.Tests.Perf_PriorityQueue.K_Max_Elements(Size: 10) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.Tests.Perf_PriorityQueue%28Int32%2C%20Int32%29.K_Max_Elements%28Size%3A%2010%29.html) | -5.54% | N/A | N/A | +| System.Collections.Tests.Perf_PriorityQueue.Dequeue_And_Enqueue(Size: 10) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.Tests.Perf_PriorityQueue%28String%2C%20String%29.Dequeue_And_Enqueue%28Size%3A%2010%29.html) | -7.30% | 6087.818952 | 5643.450492 | +| System.Collections.Tests.Perf_PriorityQueue.Dequeue_And_Enqueue(Size: 100) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.Tests.Perf_PriorityQueue%28String%2C%20String%29.Dequeue_And_Enqueue%28Size%3A%20100%29.html) | -5.55% | 143431.471019 | 135467.763647 | +| System.Collections.Tests.Perf_PriorityQueue.Dequeue_And_Enqueue(Size: 1000) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.Tests.Perf_PriorityQueue%28String%2C%20String%29.Dequeue_And_Enqueue%28Size%3A%201000%29.html) | -5.89% | N/A | N/A | +| System.Collections.Tests.Perf_PriorityQueue.HeapSort(Size: 1000) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.Tests.Perf_PriorityQueue%28String%2C%20String%29.HeapSort%28Size%3A%201000%29.html) | -5.26% | N/A | N/A | +| System.Collections.Tests.Perf_PriorityQueue.K_Max_Elements(Size: 10) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.Tests.Perf_PriorityQueue%28String%2C%20String%29.K_Max_Elements%28Size%3A%2010%29.html) | -5.40% | 1060.554894 | 1003.293427 | +| System.Collections.TryAddDefaultSize.Dictionary(Count: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.TryAddDefaultSize%28String%29.Dictionary%28Count%3A%20512%29.html) | -6.17% | 16844.269295 | 15804.690070 | +| System.Collections.TryAddGiventSize.ConcurrentDictionary(Count: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.TryAddGiventSize%28Int32%29.ConcurrentDictionary%28Count%3A%20512%29.html) | -5.21% | 28448.882492 | 26968.010398 | +| System.Collections.TryGetValueFalse.ConcurrentDictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.TryGetValueFalse%28BigStruct%2C%20BigStruct%29.ConcurrentDictionary%28Size%3A%20512%29.html) | -5.05% | 26600.815922 | 25258.653041 | +| System.Collections.TryGetValueFalse.Dictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.TryGetValueFalse%28BigStruct%2C%20BigStruct%29.Dictionary%28Size%3A%20512%29.html) | -6.85% | 32230.490398 | 30023.298232 | +| System.Collections.TryGetValueFalse.IDictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.TryGetValueFalse%28BigStruct%2C%20BigStruct%29.IDictionary%28Size%3A%20512%29.html) | -5.33% | 31790.908668 | 30096.496931 | +| System.Collections.TryGetValueFalse.ConcurrentDictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.TryGetValueFalse%28SmallClass%2C%20SmallClass%29.ConcurrentDictionary%28Size%3A%20512%29.html) | -7.12% | 2342.724793 | 2175.865460 | +| System.Collections.TryGetValueTrue.FrozenDictionaryOptimized(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.TryGetValueTrue%28SmallClass%2C%20SmallClass%29.FrozenDictionaryOptimized%28Size%3A%20512%29.html) | -5.07% | 6971.295166 | 6617.599384 | +| System.Collections.TryGetValueTrue.ConcurrentDictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.TryGetValueTrue%28String%2C%20String%29.ConcurrentDictionary%28Size%3A%20512%29.html) | -5.98% | 9505.226841 | 8936.446073 | +| System.Collections.TryGetValueTrue.SortedDictionary(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.TryGetValueTrue%28String%2C%20String%29.SortedDictionary%28Size%3A%20512%29.html) | -5.87% | 233153.113636 | 219462.512987 | +| System.Diagnostics.Perf_Activity.ActivityAllocations(idFormat: Hierarchical) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Diagnostics.Perf_Activity.ActivityAllocations%28idFormat%3A%20Hierarchical%29.html) | -5.19% | 172.507039 | 163.560893 | +| System.Diagnostics.Tracing.Perf_EventListener.WriteEvent_StringParams | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Diagnostics.Tracing.Perf_EventListener.WriteEvent_StringParams.html) | -6.00% | 104.212963 | 97.960420 | +| System.Formats.Tar.Tests.Perf_TarFile.CreateFromDirectory_Path | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Formats.Tar.Tests.Perf_TarFile.CreateFromDirectory_Path.html) | -5.04% | 274736.501969 | 260879.582886 | +| System.Formats.Tar.Tests.Perf_TarFile.CreateFromDirectory_Stream | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Formats.Tar.Tests.Perf_TarFile.CreateFromDirectory_Stream.html) | -5.30% | 106445.503399 | 100802.067973 | +| System.Globalization.Tests.Perf_CultureInfo.GetCurrentCulture | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Globalization.Tests.Perf_CultureInfo.GetCurrentCulture.html) | -7.36% | 5.892953 | 5.459192 | +| System.Globalization.Tests.Perf_DateTimeCultureInfo.Parse(culturestring: fr) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Globalization.Tests.Perf_DateTimeCultureInfo.Parse%28culturestring%3A%20fr%29.html) | -5.17% | 324.785978 | 307.998159 | +| System.Globalization.Tests.Perf_DateTimeCultureInfo.Parse(culturestring: ja) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Globalization.Tests.Perf_DateTimeCultureInfo.Parse%28culturestring%3A%20ja%29.html) | -7.39% | 325.276676 | 301.229269 | +| System.Globalization.Tests.Perf_DateTimeCultureInfo.ToString(culturestring: ) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Globalization.Tests.Perf_DateTimeCultureInfo.ToString%28culturestring%3A%20%29.html) | -5.76% | 120.046460 | 113.129858 | +| System.Globalization.Tests.Perf_DateTimeCultureInfo.ToString(culturestring: fr) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Globalization.Tests.Perf_DateTimeCultureInfo.ToString%28culturestring%3A%20fr%29.html) | -6.03% | 120.001476 | 112.766090 | +| System.Globalization.Tests.Perf_DateTimeCultureInfo.ToString(culturestring: ja) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Globalization.Tests.Perf_DateTimeCultureInfo.ToString%28culturestring%3A%20ja%29.html) | -6.12% | 120.857557 | 113.456160 | +| System.Globalization.Tests.Perf_DateTimeCultureInfo.ToStringHebrewIsrael | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Globalization.Tests.Perf_DateTimeCultureInfo.ToStringHebrewIsrael.html) | -5.28% | 264.905795 | 250.920042 | +| System.Globalization.Tests.StringEquality.Compare_DifferentFirstChar(Count: 1024, Options: (, None)) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Globalization.Tests.StringEquality.Compare_DifferentFirstChar%28Count%3A%201024%2C%20Options%3A%20%28%2C%20None%29%29.html) | -5.79% | 37.950908 | 35.754160 | +| System.Globalization.Tests.StringEquality.Compare_DifferentFirstChar(Count: 1024, Options: (en-US, IgnoreCase)) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Globalization.Tests.StringEquality.Compare_DifferentFirstChar%28Count%3A%201024%2C%20Options%3A%20%28en-US%2C%20IgnoreCase%29%29.html) | -5.37% | N/A | N/A | +| System.Globalization.Tests.StringEquality.Compare_DifferentFirstChar(Count: 1024, Options: (en-US, None)) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Globalization.Tests.StringEquality.Compare_DifferentFirstChar%28Count%3A%201024%2C%20Options%3A%20%28en-US%2C%20None%29%29.html) | -6.46% | 38.548866 | 36.057855 | +| System.Globalization.Tests.StringEquality.Compare_DifferentFirstChar(Count: 1024, Options: (pl-PL, None)) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Globalization.Tests.StringEquality.Compare_DifferentFirstChar%28Count%3A%201024%2C%20Options%3A%20%28pl-PL%2C%20None%29%29.html) | -6.25% | 38.196796 | 35.809429 | +| System.Globalization.Tests.StringSearch.IndexOf_Word_NotFound(Options: (, IgnoreCase, False)) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Globalization.Tests.StringSearch.IndexOf_Word_NotFound%28Options%3A%20%28%2C%20IgnoreCase%2C%20False%29%29.html) | -5.59% | N/A | N/A | +| System.Globalization.Tests.StringSearch.IndexOf_Word_NotFound(Options: (en-US, Ordinal, False)) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Globalization.Tests.StringSearch.IndexOf_Word_NotFound%28Options%3A%20%28en-US%2C%20Ordinal%2C%20False%29%29.html) | -7.22% | 29.362148 | 27.243568 | +| System.Globalization.Tests.StringSearch.IsPrefix_DifferentFirstChar(Options: (en-US, OrdinalIgnoreCase, False)) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Globalization.Tests.StringSearch.IsPrefix_DifferentFirstChar%28Options%3A%20%28en-US%2C%20OrdinalIgnoreCase%2C%20False%29%29.html) | -6.88% | 11.131538 | 10.365966 | +| System.IO.MemoryMappedFiles.Tests.Perf_MemoryMappedFile.CreateFromFile(capacity: 10000000) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.IO.MemoryMappedFiles.Tests.Perf_MemoryMappedFile.CreateFromFile%28capacity%3A%2010000000%29.html) | -6.15% | N/A | N/A | +| System.IO.Tests.BinaryWriterExtendedTests.WriteAsciiCharArray(StringLengthInChars: 2000000) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.IO.Tests.BinaryWriterExtendedTests.WriteAsciiCharArray%28StringLengthInChars%3A%202000000%29.html) | -6.88% | 116815.476723 | 108781.288641 | +| System.IO.Tests.BinaryWriterExtendedTests.WriteAsciiCharArray(StringLengthInChars: 32) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.IO.Tests.BinaryWriterExtendedTests.WriteAsciiCharArray%28StringLengthInChars%3A%2032%29.html) | -7.35% | N/A | N/A | +| System.IO.Tests.Perf_FileStream.LockUnlock(fileSize: 1024, options: None) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.IO.Tests.Perf_FileStream.LockUnlock%28fileSize%3A%201024%2C%20options%3A%20None%29.html) | -5.04% | N/A | N/A | +| System.IO.Tests.Perf_StreamWriter.WriteString(writeLength: 100) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.IO.Tests.Perf_StreamWriter.WriteString%28writeLength%3A%20100%29.html) | -5.59% | 375224668.000000 | 354257064.000000 | +| System.IO.Tests.StreamReaderReadLineTests.ReadLine(LineLengthRange: [ 1, 1]) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.IO.Tests.StreamReaderReadLineTests.ReadLine%28LineLengthRange%3A%20%5B%20%20%201%2C%20%20%20%201%5D%29.html) | -6.72% | 120670.519512 | 112564.249807 | +| System.IO.Tests.StreamReaderReadLineTests.ReadLineAsync(LineLengthRange: [ 9, 32]) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.IO.Tests.StreamReaderReadLineTests.ReadLineAsync%28LineLengthRange%3A%20%5B%20%20%209%2C%20%20%2032%5D%29.html) | -6.95% | 41985.613293 | 39066.824777 | +| System.IO.Tests.StreamReaderReadLineTests.ReadLineAsync(LineLengthRange: [ 33, 128]) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.IO.Tests.StreamReaderReadLineTests.ReadLineAsync%28LineLengthRange%3A%20%5B%20%2033%2C%20%20128%5D%29.html) | -7.19% | 15651.414441 | 14526.715622 | +| System.IO.Tests.StringReaderReadLineTests.ReadLineAsync(LineLengthRange: [ 1, 1]) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.IO.Tests.StringReaderReadLineTests.ReadLineAsync%28LineLengthRange%3A%20%5B%20%20%201%2C%20%20%20%201%5D%29.html) | -5.90% | 129658.301701 | 122003.239027 | +| System.IO.Tests.StringReaderReadToEndTests.ReadToEnd(LineLengthRange: [ 1, 8]) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.IO.Tests.StringReaderReadToEndTests.ReadToEnd%28LineLengthRange%3A%20%5B%20%20%201%2C%20%20%20%208%5D%29.html) | -5.24% | 11.421834 | 10.823038 | +| System.IO.Tests.StringReaderReadToEndTests.ReadToEnd(LineLengthRange: [ 33, 128]) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.IO.Tests.StringReaderReadToEndTests.ReadToEnd%28LineLengthRange%3A%20%5B%20%2033%2C%20%20128%5D%29.html) | -6.74% | 11.304650 | 10.543009 | +| System.IO.Tests.StringReaderReadToEndTests.ReadToEndAsync(LineLengthRange: [ 0, 1024]) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.IO.Tests.StringReaderReadToEndTests.ReadToEndAsync%28LineLengthRange%3A%20%5B%20%20%200%2C%201024%5D%29.html) | -7.07% | 19.438904 | 18.065497 | +| System.IO.Tests.StringReaderReadToEndTests.ReadToEndAsync(LineLengthRange: [1025, 2048]) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.IO.Tests.StringReaderReadToEndTests.ReadToEndAsync%28LineLengthRange%3A%20%5B1025%2C%202048%5D%29.html) | -7.19% | 19.398534 | 18.003709 | +| System.Linq.Tests.Perf_Enumerable.Contains_ElementNotFound(input: ICollection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Linq.Tests.Perf_Enumerable.Contains_ElementNotFound%28input%3A%20ICollection%29.html) | -5.61% | 13.551464 | 12.790722 | +| System.Linq.Tests.Perf_Enumerable.Distinct(input: IEnumerable) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Linq.Tests.Perf_Enumerable.Distinct%28input%3A%20IEnumerable%29.html) | -7.39% | 1958.772064 | 1814.027581 | +| System.Linq.Tests.Perf_Enumerable.Except(input: IEnumerable) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Linq.Tests.Perf_Enumerable.Except%28input%3A%20IEnumerable%29.html) | -6.48% | 2609.057127 | 2439.907380 | +| System.Linq.Tests.Perf_Enumerable.Select(input: Array) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Linq.Tests.Perf_Enumerable.Select%28input%3A%20Array%29.html) | -5.45% | 215.640481 | 203.884565 | +| System.Linq.Tests.Perf_Enumerable.Take_All(input: IEnumerable) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Linq.Tests.Perf_Enumerable.Take_All%28input%3A%20IEnumerable%29.html) | -6.11% | 493.852885 | 463.685819 | +| System.Linq.Tests.Perf_Enumerable.ToDictionary(input: List) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Linq.Tests.Perf_Enumerable.ToDictionary%28input%3A%20List%29.html) | -6.76% | 820.660280 | 765.176029 | +| System.MathBenchmarks.Double.Cos | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.MathBenchmarks.Double.Cos.html) | -5.98% | 38397.251875 | 36102.118125 | +| System.MathBenchmarks.Single.Asin | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.MathBenchmarks.Single.Asin.html) | -6.42% | 41410.676376 | 38754.128554 | +| System.MathBenchmarks.Single.Atan | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.MathBenchmarks.Single.Atan.html) | -6.12% | 35922.882048 | 33723.925781 | +| System.MathBenchmarks.Single.Sin | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.MathBenchmarks.Single.Sin.html) | -6.35% | 35002.086655 | 32780.476722 | +| System.Memory.Constructors.ArrayAsMemoryStartLength | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Memory.Constructors%28String%29.ArrayAsMemoryStartLength.html) | -6.99% | 5.761849 | 5.359187 | +| System.Memory.Constructors.ArrayAsSpanStartLength | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Memory.Constructors%28String%29.ArrayAsSpanStartLength.html) | -5.46% | 5.173499 | 4.891122 | +| System.Memory.MemoryMarshal.GetReference | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Memory.MemoryMarshal%28Byte%29.GetReference.html) | -5.50% | 2.132597 | 2.015204 | +| System.Memory.ReadOnlySpan.IndexOfString(input: "AAAAA5AAAA", value: "5", comparisonType: InvariantCulture) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Memory.ReadOnlySpan.IndexOfString%28input%3A%20%22AAAAA5AAAA%22%2C%20value%3A%20%225%22%2C%20comparisonType%3A%20InvariantCulture%29.html) | -6.53% | N/A | N/A | +| System.Memory.SequenceReader.TryReadTo | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Memory.SequenceReader.TryReadTo.html) | -6.52% | N/A | N/A | +| System.Memory.Slice.MemoryStartLength | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Memory.Slice%28Byte%29.MemoryStartLength.html) | -7.44% | 1.673857 | 1.549364 | +| System.Memory.Slice.MemoryStartSpan | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Memory.Slice%28Byte%29.MemoryStartSpan.html) | -5.74% | 2.481251 | 2.338805 | +| System.Memory.Slice.ReadOnlyMemoryStartLength | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Memory.Slice%28Byte%29.ReadOnlyMemoryStartLength.html) | -7.44% | 1.672439 | 1.548022 | +| System.Memory.Slice.ReadOnlyMemoryStartSpan | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Memory.Slice%28Byte%29.ReadOnlyMemoryStartSpan.html) | -5.96% | 2.493443 | 2.344801 | +| System.Memory.Slice.MemoryStartLength | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Memory.Slice%28String%29.MemoryStartLength.html) | -7.41% | 2.224403 | 2.059568 | +| System.Memory.Slice.ReadOnlyMemoryStartSpan | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Memory.Slice%28String%29.ReadOnlyMemoryStartSpan.html) | -5.94% | 2.782337 | 2.617148 | +| System.Memory.Span.IndexOfAnyFourValues(Size: 33) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Memory.Span%28Byte%29.IndexOfAnyFourValues%28Size%3A%2033%29.html) | -5.31% | N/A | N/A | +| System.Memory.Span.IndexOfAnyFourValues(Size: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Memory.Span%28Byte%29.IndexOfAnyFourValues%28Size%3A%204%29.html) | -5.87% | 8.117762 | 7.641571 | +| System.Memory.Span.SequenceEqual(Size: 33) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Memory.Span%28Byte%29.SequenceEqual%28Size%3A%2033%29.html) | -7.13% | 4.781077 | 4.440151 | +| System.Memory.Span.IndexOfAnyFiveValues(Size: 33) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Memory.Span%28Char%29.IndexOfAnyFiveValues%28Size%3A%2033%29.html) | -7.12% | 11.172192 | 10.377157 | +| System.Memory.Span.IndexOfAnyThreeValues(Size: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Memory.Span%28Char%29.IndexOfAnyThreeValues%28Size%3A%204%29.html) | -6.51% | 6.731001 | 6.293066 | +| System.Memory.Span.IndexOfAnyThreeValues(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Memory.Span%28Char%29.IndexOfAnyThreeValues%28Size%3A%20512%29.html) | -5.48% | N/A | N/A | +| System.Memory.Span.Reverse(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Memory.Span%28Char%29.Reverse%28Size%3A%20512%29.html) | -7.38% | 22.876060 | 21.188700 | +| System.Memory.Span.SequenceEqual(Size: 33) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Memory.Span%28Char%29.SequenceEqual%28Size%3A%2033%29.html) | -5.01% | 5.342696 | 5.075265 | +| System.Memory.Span.StartsWith(Size: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Memory.Span%28Char%29.StartsWith%28Size%3A%204%29.html) | -5.86% | 4.908228 | 4.620836 | +| System.Memory.Span.Clear(Size: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Memory.Span%28Int32%29.Clear%28Size%3A%204%29.html) | -6.86% | 3.490443 | 3.250927 | +| System.Net.Security.Tests.SslStreamTests.ConcurrentReadWrite | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Net.Security.Tests.SslStreamTests.ConcurrentReadWrite.html) | -6.10% | 19700.910640 | 18500.032960 | +| System.Net.Security.Tests.SslStreamTests.WriteReadAsync | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Net.Security.Tests.SslStreamTests.WriteReadAsync.html) | -5.05% | N/A | N/A | +| System.Numerics.Tensors.Tests.Perf_BinaryIntegerTensorPrimitives.OnesComplement(BufferLength: 3079) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tensors.Tests.Perf_BinaryIntegerTensorPrimitives%28Byte%29.OnesComplement%28BufferLength%3A%203079%29.html) | -5.13% | N/A | N/A | +| System.Numerics.Tensors.Tests.Perf_BinaryIntegerTensorPrimitives.LeadingZeroCount(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tensors.Tests.Perf_BinaryIntegerTensorPrimitives%28Int32%29.LeadingZeroCount%28BufferLength%3A%20128%29.html) | -5.84% | 75.263207 | 70.864510 | +| System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives.Exp(BufferLength: 3079) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives%28Double%29.Exp%28BufferLength%3A%203079%29.html) | -5.62% | 5824.158734 | 5496.878892 | +| System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives.Ieee754Remainder_ScalarDividend(BufferLength: 3079) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives%28Double%29.Ieee754Remainder_ScalarDividend%28BufferLength%3A%203079%29.html) | -5.26% | 55216.569737 | 52314.095633 | +| System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives.Round(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives%28Double%29.Round%28BufferLength%3A%20128%29.html) | -5.88% | 24.525976 | 23.084230 | +| System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives.FusedMultiplyAdd_ScalarAddend(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives%28Single%29.FusedMultiplyAdd_ScalarAddend%28BufferLength%3A%20128%29.html) | -5.59% | N/A | N/A | +| System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives.Ieee754Remainder_ScalarDividend(BufferLength: 3079) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives%28Single%29.Ieee754Remainder_ScalarDividend%28BufferLength%3A%203079%29.html) | -5.24% | 57816.031756 | 54788.687134 | +| System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives.Pow_ScalarBase(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives%28Single%29.Pow_ScalarBase%28BufferLength%3A%20128%29.html) | -6.02% | N/A | N/A | +| System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives.Pow_Vectors(BufferLength: 3079) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives%28Single%29.Pow_Vectors%28BufferLength%3A%203079%29.html) | -6.91% | 16158.080889 | 15041.192115 | +| System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives.Round(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives%28Single%29.Round%28BufferLength%3A%20128%29.html) | -5.42% | 17.498165 | 16.549316 | +| System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives.Sin(BufferLength: 3079) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives%28Single%29.Sin%28BufferLength%3A%203079%29.html) | -6.10% | 10799.519600 | 10141.025493 | +| System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives.BitwiseAnd_Vector(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives%28Double%29.BitwiseAnd_Vector%28BufferLength%3A%20128%29.html) | -6.42% | 30.067858 | 28.138472 | +| System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives.SumOfSquares(BufferLength: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives%28Double%29.SumOfSquares%28BufferLength%3A%20128%29.html) | -5.94% | 30.044972 | 28.259110 | +| System.Numerics.Tests.Constructor.SpanCastBenchmark_Byte | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tests.Constructor.SpanCastBenchmark_Byte.html) | -6.75% | 2.341605 | 2.183498 | +| System.Numerics.Tests.Perf_BigInteger.Ctor_ByteArray(numberString: -2147483648) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tests.Perf_BigInteger.Ctor_ByteArray%28numberString%3A%20-2147483648%29.html) | -6.70% | 14.570466 | 13.594030 | +| System.Numerics.Tests.Perf_BigInteger.Ctor_ByteArray(numberString: 1234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123... | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tests.Perf_BigInteger.Ctor_ByteArray%28numberString%3A%201234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123.html) | -5.40% | 27.143441 | 25.678033 | +| System.Numerics.Tests.Perf_BigInteger.Equals(arguments: 67 bytes, DiffMiddleByte) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tests.Perf_BigInteger.Equals%28arguments%3A%2067%20bytes%2C%20DiffMiddleByte%29.html) | -5.05% | N/A | N/A | +| System.Numerics.Tests.Perf_Matrix3x2.GetDeterminantBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tests.Perf_Matrix3x2.GetDeterminantBenchmark.html) | -5.63% | 2.943272 | 2.777645 | +| System.Numerics.Tests.Perf_Matrix3x2.InvertBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tests.Perf_Matrix3x2.InvertBenchmark.html) | -5.09% | 3.123954 | 2.965097 | +| System.Numerics.Tests.Perf_Matrix4x4.AddBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tests.Perf_Matrix4x4.AddBenchmark.html) | -6.81% | 2.267993 | 2.113513 | +| System.Numerics.Tests.Perf_Matrix4x4.AddOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tests.Perf_Matrix4x4.AddOperatorBenchmark.html) | -7.35% | 2.275176 | 2.107991 | +| System.Numerics.Tests.Perf_Matrix4x4.CreateFromYawPitchRollBenchmarkBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tests.Perf_Matrix4x4.CreateFromYawPitchRollBenchmarkBenchmark.html) | -6.82% | 43.461574 | 40.497027 | +| System.Numerics.Tests.Perf_Matrix4x4.CreateOrthographicBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tests.Perf_Matrix4x4.CreateOrthographicBenchmark.html) | -6.62% | 2.263614 | 2.113834 | +| System.Numerics.Tests.Perf_Matrix4x4.CreateScaleFromScalarBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tests.Perf_Matrix4x4.CreateScaleFromScalarBenchmark.html) | -7.39% | N/A | N/A | +| System.Numerics.Tests.Perf_Matrix4x4.CreateTranslationFromScalarXYZ | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tests.Perf_Matrix4x4.CreateTranslationFromScalarXYZ.html) | -7.28% | 2.272590 | 2.107111 | +| System.Numerics.Tests.Perf_Matrix4x4.MultiplyByScalarOperatorBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tests.Perf_Matrix4x4.MultiplyByScalarOperatorBenchmark.html) | -5.03% | 2.413312 | 2.291959 | +| System.Numerics.Tests.Perf_Quaternion.CreateFromRotationMatrixBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tests.Perf_Quaternion.CreateFromRotationMatrixBenchmark.html) | -5.54% | 7.353738 | 6.946169 | +| System.Numerics.Tests.Perf_Vector2.TransformByMatrix4x4Benchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tests.Perf_Vector2.TransformByMatrix4x4Benchmark.html) | -7.15% | 2.183589 | 2.027439 | +| System.Perf_Convert.ToDateTime_String(value: "12/12/1999 11:59:59 PM") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Perf_Convert.ToDateTime_String%28value%3A%20%2212/12/1999%2011%3A59%3A59%20PM%22%29.html) | -6.22% | 325.528720 | 305.290624 | +| System.Perf_Convert.ToDateTime_String(value: "Fri, 27 Feb 2009 03:11:21 GMT") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Perf_Convert.ToDateTime_String%28value%3A%20%22Fri%2C%2027%20Feb%202009%2003%3A11%3A21%20GMT%22%29.html) | -6.49% | 913.709419 | 854.383735 | +| System.Perf_Convert.ToDateTime_String(value: "Thursday, February 26, 2009") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Perf_Convert.ToDateTime_String%28value%3A%20%22Thursday%2C%20February%2026%2C%202009%22%29.html) | -6.44% | 348.610710 | 326.155092 | +| System.Perf_Convert.ToHexString | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Perf_Convert.ToHexString.html) | -6.27% | 42.124320 | 39.482723 | +| System.Reflection.Activator.CreateInstanceGeneric | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Reflection.Activator%28EmptyClass%29.CreateInstanceGeneric.html) | -7.13% | 17.881508 | 16.607443 | +| System.Reflection.Attributes.GetCustomAttributesMethodBaseMissInherit | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Reflection.Attributes.GetCustomAttributesMethodBaseMissInherit.html) | -5.82% | 128.306798 | 120.844417 | +| System.Reflection.Attributes.IsDefinedMethodBaseMiss | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Reflection.Attributes.IsDefinedMethodBaseMiss.html) | -5.99% | 80.800532 | 75.959075 | +| System.Reflection.Attributes.IsDefinedMethodBaseMissInherit | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Reflection.Attributes.IsDefinedMethodBaseMissInherit.html) | -7.30% | 97.356276 | 90.245377 | +| System.Reflection.Invoke.StaticMethod4_int_string_struct_class_MethodInvokerWithSpan | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Reflection.Invoke.StaticMethod4_int_string_struct_class_MethodInvokerWithSpan.html) | -6.88% | 21.023210 | 19.575786 | +| System.Reflection.Metadata.Perf_TypeName.ParseAndGetAssemblyQualifiedName(input: typeof(int)) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Reflection.Metadata.Perf_TypeName.ParseAndGetAssemblyQualifiedName%28input%3A%20typeof%28int%29%29.html) | -6.50% | 1173.051010 | 1096.800925 | +| System.Reflection.Metadata.Perf_TypeName.ParseAndGetFullName(input: typeof(System.Collections.Generic.Dictionary)) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Reflection.Metadata.Perf_TypeName.ParseAndGetFullName%28input%3A%20typeof%28System.Collections.Generic.Dictionary%28String%2C%20Boolean%29%29%29.html) | -6.90% | 2507.958396 | 2335.015028 | +| System.Reflection.Metadata.Perf_TypeName.Parse_AssemblyQualifiedName(input: typeof(System.Reflection.Metadata.NestedGeneric)) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Reflection.Metadata.Perf_TypeName.Parse_AssemblyQualifiedName%28input%3A%20typeof%28System.Reflection.Metadata.NestedGeneric%28String%2C%20Boolean%29%29%29.html) | -7.10% | 2878.694097 | 2674.287101 | +| System.Reflection.Metadata.Perf_TypeName.Parse_FullNames(input: typeof(System.Collections.Generic.Dictionary)) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Reflection.Metadata.Perf_TypeName.Parse_FullNames%28input%3A%20typeof%28System.Collections.Generic.Dictionary%28String%2C%20Boolean%29%29%29.html) | -6.29% | 1982.734458 | 1858.060720 | +| System.Reflection.Metadata.Perf_TypeName.Parse_FullNames(input: typeof(System.Collections.Generic.Dictionary`2[])) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Reflection.Metadata.Perf_TypeName.Parse_FullNames%28input%3A%20typeof%28System.Collections.Generic.Dictionary%602%5B%5D%29%29.html) | -6.74% | 5228.696107 | 4876.230316 | +| System.Reflection.Metadata.Perf_TypeName.Parse_FullNames(input: typeof(System.Reflection.Metadata.NestedGeneric)) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Reflection.Metadata.Perf_TypeName.Parse_FullNames%28input%3A%20typeof%28System.Reflection.Metadata.NestedGeneric%28String%2C%20Boolean%29%29%29.html) | -7.24% | 2054.317385 | 1905.620455 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128.ConvertDoubleToULongBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Runtime.Intrinsics.Tests.Perf_Vector128.ConvertDoubleToULongBenchmark.html) | -6.08% | 10.324323 | 9.696194 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.DotBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Int64%29.DotBenchmark.html) | -5.79% | 2.462301 | 2.319796 | +| System.Runtime.Intrinsics.Tests.Perf_Vector128Of.GetHashCodeBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Runtime.Intrinsics.Tests.Perf_Vector128Of%28Single%29.GetHashCodeBenchmark.html) | -6.29% | 15.573229 | 14.594140 | +| System.Tests.Perf_Array.ArrayCopy2D | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_Array.ArrayCopy2D.html) | -5.80% | 353.262084 | 332.783973 | +| System.Tests.Perf_DateTimeOffset.Parse(value: "12/30/2017 3:45:22 AM -08:00") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_DateTimeOffset.Parse%28value%3A%20%2212/30/2017%203%3A45%3A22%20AM%20-08%3A00%22%29.html) | -6.23% | 376.782454 | 353.308783 | +| System.Tests.Perf_DateTimeOffset.TryParse(value: "12/30/2017 3:45:22 AM -08:00") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_DateTimeOffset.TryParse%28value%3A%20%2212/30/2017%203%3A45%3A22%20AM%20-08%3A00%22%29.html) | -6.31% | 381.304060 | 357.248765 | +| System.Tests.Perf_Enum.GetValuesAsUnderlyingType_NonGeneric | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_Enum.GetValuesAsUnderlyingType_NonGeneric.html) | -5.26% | 22.917662 | 21.713020 | +| System.Tests.Perf_Enum.InterpolateIntoStringBuilder_Flags(value: Red, Green) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_Enum.InterpolateIntoStringBuilder_Flags%28value%3A%20Red%2C%20Green%29.html) | -5.60% | N/A | N/A | +| System.Tests.Perf_Guid.ctor_bytes | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_Guid.ctor_bytes.html) | -5.03% | 2.114649 | 2.008200 | +| System.Tests.Perf_Half.SingleToHalf(value: 12345) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_Half.SingleToHalf%28value%3A%2012345%29.html) | -6.29% | 3.407870 | 3.193460 | +| System.Tests.Perf_Half.SingleToHalf(value: 6.097555E-05) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_Half.SingleToHalf%28value%3A%206.097555E-05%29.html) | -5.66% | 3.436106 | 3.241635 | +| System.Tests.Perf_Half.SingleToHalf(value: 65520) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_Half.SingleToHalf%28value%3A%2065520%29.html) | -7.13% | 3.428910 | 3.184390 | +| System.Tests.Perf_Half.SingleToHalf(value: NaN) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_Half.SingleToHalf%28value%3A%20NaN%29.html) | -5.88% | 3.404864 | 3.204500 | +| System.Tests.Perf_Int128.ParseSpan(value: "-170141183460469231731687303715884105728") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_Int128.ParseSpan%28value%3A%20%22-170141183460469231731687303715884105728%22%29.html) | -5.43% | N/A | N/A | +| System.Tests.Perf_Int128.TryFormat(value: -170141183460469231731687303715884105728) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_Int128.TryFormat%28value%3A%20-170141183460469231731687303715884105728%29.html) | -6.69% | 160.504066 | 149.764323 | +| System.Tests.Perf_Int128.TryParseSpan(value: "170141183460469231731687303715884105727") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_Int128.TryParseSpan%28value%3A%20%22170141183460469231731687303715884105727%22%29.html) | -5.85% | 110.101736 | 103.661697 | +| System.Tests.Perf_Int16.ToString(value: 0) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_Int16.ToString%28value%3A%200%29.html) | -6.33% | 6.679812 | 6.256719 | +| System.Tests.Perf_Int32.Parse(value: "12345") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_Int32.Parse%28value%3A%20%2212345%22%29.html) | -6.15% | 15.570983 | 14.612769 | +| System.Tests.Perf_Int32.ToString(value: 12345) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_Int32.ToString%28value%3A%2012345%29.html) | -6.38% | 17.641790 | 16.515796 | +| System.Tests.Perf_Int32.ToStringHex(value: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_Int32.ToStringHex%28value%3A%204%29.html) | -6.20% | 18.502788 | 17.354876 | +| System.Tests.Perf_Int32.TryFormat(value: -2147483648) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_Int32.TryFormat%28value%3A%20-2147483648%29.html) | -6.59% | 20.303614 | 18.965943 | +| System.Tests.Perf_Random.NextSingle_unseeded | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_Random.NextSingle_unseeded.html) | -5.49% | 4.995988 | 4.721744 | +| System.Tests.Perf_Random.ctor_seeded | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_Random.ctor_seeded.html) | -7.29% | 452.296297 | 419.328920 | +| System.Tests.Perf_SByte.ToString(value: 127) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_SByte.ToString%28value%3A%20127%29.html) | -6.41% | 6.683664 | 6.255392 | +| System.Tests.Perf_Single.ToStringWithFormat(value: -3.4028235E+38, format: "F50") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_Single.ToStringWithFormat%28value%3A%20-3.4028235E%2B38%2C%20format%3A%20%22F50%22%29.html) | -6.93% | 1361.219190 | 1266.844851 | +| System.Tests.Perf_Single.ToStringWithFormat(value: 3.4028235E+38, format: "F50") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_Single.ToStringWithFormat%28value%3A%203.4028235E%2B38%2C%20format%3A%20%22F50%22%29.html) | -7.02% | 1358.342168 | 1263.011840 | +| System.Tests.Perf_Single.TryParse(value: "3.4028235E+38") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_Single.TryParse%28value%3A%20%223.4028235E%2B38%22%29.html) | -5.41% | 94.959499 | 89.825883 | +| System.Tests.Perf_String.Interpolation_MultipleArgs(c: '1', s: "Foo") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_String.Interpolation_MultipleArgs%28c%3A%20%271%27%2C%20s%3A%20%22Foo%22%29.html) | -6.73% | 79.399470 | 74.052590 | +| System.Tests.Perf_String.Join_List | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_String.Join_List.html) | -5.19% | 60.667904 | 57.521451 | +| System.Tests.Perf_String.Remove_Int(s: "dzsdzsDDZSDZSDZSddsz", i: 0) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_String.Remove_Int%28s%3A%20%22dzsdzsDDZSDZSDZSddsz%22%2C%20i%3A%200%29.html) | -6.68% | 4.684559 | 4.371845 | +| System.Tests.Perf_String.Remove_Int(s: "dzsdzsDDZSDZSDZSddsz", i: 10) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_String.Remove_Int%28s%3A%20%22dzsdzsDDZSDZSDZSddsz%22%2C%20i%3A%2010%29.html) | -6.78% | 14.754117 | 13.754395 | +| System.Tests.Perf_String.Remove_IntInt(s: "dzsdzsDDZSDZSDZSddsz", i1: 10, i2: 1) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_String.Remove_IntInt%28s%3A%20%22dzsdzsDDZSDZSDZSddsz%22%2C%20i1%3A%2010%2C%20i2%3A%201%29.html) | -7.13% | 19.390579 | 18.008033 | +| System.Tests.Perf_String.ToLower(s: "TEST") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_String.ToLower%28s%3A%20%22TEST%22%29.html) | -6.44% | 28.425782 | 26.595591 | +| System.Tests.Perf_String.ToLower(s: "TeSt") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_String.ToLower%28s%3A%20%22TeSt%22%29.html) | -6.40% | 28.337336 | 26.524699 | +| System.Tests.Perf_String.ToLower(s: "test") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_String.ToLower%28s%3A%20%22test%22%29.html) | -7.33% | 12.726526 | 11.794153 | +| System.Tests.Perf_String.ToUpper(s: "TeSt") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_String.ToUpper%28s%3A%20%22TeSt%22%29.html) | -7.29% | 27.278100 | 25.289437 | +| System.Tests.Perf_String.Trim_CharArr(s: " Test", c: [' ', ' ']) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_String.Trim_CharArr%28s%3A%20%22%20Test%22%2C%20c%3A%20%5B%27%20%27%2C%20%27%E2%80%85%27%5D%29.html) | -5.71% | 20.743577 | 19.559665 | +| System.Tests.Perf_Type.GetType_FullyQualifiedNames(input: typeof(System.Collections.Generic.Dictionary)) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_Type.GetType_FullyQualifiedNames%28input%3A%20typeof%28System.Collections.Generic.Dictionary%28String%2C%20Boolean%29%29%29.html) | -7.40% | 4505.325512 | 4171.843948 | +| System.Tests.Perf_Type.GetType_FullyQualifiedNames(input: typeof(System.Collections.Generic.Dictionary`2[])) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_Type.GetType_FullyQualifiedNames%28input%3A%20typeof%28System.Collections.Generic.Dictionary%602%5B%5D%29%29.html) | -7.10% | 4673.196123 | 4341.523013 | +| System.Tests.Perf_Type.GetType_Resolvers(input: typeof(System.Int32[])) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_Type.GetType_Resolvers%28input%3A%20typeof%28System.Int32%5B%5D%29%29.html) | -6.53% | 255.531289 | 238.835945 | +| System.Tests.Perf_Type.GetType_Resolvers(input: typeof(System.Tests.Nested)) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_Type.GetType_Resolvers%28input%3A%20typeof%28System.Tests.Nested%29%29.html) | -6.05% | 240.054508 | 225.525747 | +| System.Tests.Perf_UInt32.ToString(value: 0) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_UInt32.ToString%28value%3A%200%29.html) | -7.10% | 6.660126 | 6.187317 | +| System.Tests.Perf_UInt32.TryFormat(value: 0) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_UInt32.TryFormat%28value%3A%200%29.html) | -6.91% | 3.754141 | 3.494839 | +| System.Tests.Perf_UInt32.TryFormat(value: 4294967295) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_UInt32.TryFormat%28value%3A%204294967295%29.html) | -5.18% | 8.111182 | 7.690705 | +| System.Tests.Perf_Uri.CtorIdnHostPathAndQuery(input: "http://host/path with escapable values?key=va lue") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_Uri.CtorIdnHostPathAndQuery%28input%3A%20%22http%3A//host/path%20with%20escapable%20values%3Fkey%3Dva%20lue%22%29.html) | -7.04% | 535.590547 | 497.873313 | +| System.Tests.Perf_Uri.CtorIdnHostPathAndQuery(input: "http://host/path%20with%20escapable%20values?key=%C3%BCnicode") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_Uri.CtorIdnHostPathAndQuery%28input%3A%20%22http%3A//host/path%2520with%2520escapable%2520values%3Fkey%3D%25C3%25BCnicode%22%29.html) | -5.32% | 854.174989 | 808.725903 | +| System.Tests.Perf_Uri.CtorIdnHostPathAndQuery(input: "http://host/path?key1=value1&key2=value2&key3=value3&key4=value4") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_Uri.CtorIdnHostPathAndQuery%28input%3A%20%22http%3A//host/path%3Fkey1%3Dvalue1%26key2%3Dvalue2%26key3%3Dvalue3%26key4%3Dvalue4%22%29.html) | -6.71% | 472.096009 | 440.440784 | +| System.Tests.Perf_Uri.EscapeDataString(input: "a{üa{üa{üa{üa{üa{üa{üa{üa{üa{üa{üa{üa{üa{üa{üa{üa{üa{üa{üa{üa{üa{üa{üa{üa{üa{üa{üa{üa{üa{üa{üa{üa{üa{üa{üa{üa{üa{üa{üa{üa{üa{üa{üa{üa{üa{üa{üa{üa{üa{üa{ü... | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_Uri.EscapeDataString%28input%3A%20%22a%7B%C3%BCa%7B%C3%BCa%7B%C3%BCa%7B%C3%BCa%7B%C3%BCa%7B%C3%BCa%7B%C3%BCa%7B%C3%BCa%7B%C3%BCa%7B%C3%BCa%7B%C3%BCa%7B%C3%BCa%7B%C3%BCa%7B%C3%BCa%7B%C3%BCa%7B%C3%BCa%7B%C3%BCa%7B%C3%BCa%7B%C3%BCa%7B%C3%BCa%7B%C3%BCa%7B%C3%BCa%7B%C3%BCa%7B%C3%BCa%7B%C3%BCa%7B%C3%BCa%7B%C3%BCa%7B%C3%BCa%7B%C3%BCa%7B%C3%BCa%7B%C3%BCa%7B%C3%BCa%7B%C3%BCa%7B%C3%BCa%7B%C3%BCa%7B%C3%BCa%7B%C3%BCa%7B%C3%BCa%7B%C3%BCa%7B%C3%BCa%7B%C3%BCa%7B%C3%BCa%7B%C3%BCa%7B%C3%BCa%7B%C3%BCa%7B%C3%BCa%7B%C3%BCa%7B%C3%BCa%7B%C3%BCa%7B%C3%BCa%7B%C3%BC.html) | -6.66% | 11123.610832 | 10382.235485 | +| System.Tests.Perf_Version.ToString4 | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_Version.ToString4.html) | -7.25% | 42.025323 | 38.978779 | +| System.Tests.Perf_Version.TryParse4 | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_Version.TryParse4.html) | -6.84% | 55.151060 | 51.377917 | +| System.Text.Json.Document.Tests.Perf_ParseThenWrite.ParseThenWrite(IsDataIndented: True, TestCase: BroadTree) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Document.Tests.Perf_ParseThenWrite.ParseThenWrite%28IsDataIndented%3A%20True%2C%20TestCase%3A%20BroadTree%29.html) | -5.82% | N/A | N/A | +| System.Text.Json.Node.Tests.Perf_ParseThenWrite.ParseThenWrite(IsDataIndented: False, TestCase: Json4KB) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Node.Tests.Perf_ParseThenWrite.ParseThenWrite%28IsDataIndented%3A%20False%2C%20TestCase%3A%20Json4KB%29.html) | -7.01% | 24168.249860 | 22473.252825 | +| System.Text.Json.Node.Tests.Perf_ParseThenWrite.ParseThenWrite(IsDataIndented: False, TestCase: LotsOfStrings) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Node.Tests.Perf_ParseThenWrite.ParseThenWrite%28IsDataIndented%3A%20False%2C%20TestCase%3A%20LotsOfStrings%29.html) | -7.29% | 5374.009913 | 4981.976066 | +| System.Text.Json.Node.Tests.Perf_ParseThenWrite.ParseThenWrite(IsDataIndented: True, TestCase: DeepTree) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Node.Tests.Perf_ParseThenWrite.ParseThenWrite%28IsDataIndented%3A%20True%2C%20TestCase%3A%20DeepTree%29.html) | -6.43% | 30678.258659 | 28704.183918 | +| System.Text.Json.Node.Tests.Perf_ParseThenWrite.ParseThenWrite(IsDataIndented: True, TestCase: Json4KB) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Node.Tests.Perf_ParseThenWrite.ParseThenWrite%28IsDataIndented%3A%20True%2C%20TestCase%3A%20Json4KB%29.html) | -6.61% | 27961.401572 | 26112.907653 | +| System.Text.Json.Node.Tests.Perf_ParseThenWrite.ParseThenWrite(IsDataIndented: True, TestCase: LotsOfStrings) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Node.Tests.Perf_ParseThenWrite.ParseThenWrite%28IsDataIndented%3A%20True%2C%20TestCase%3A%20LotsOfStrings%29.html) | -6.07% | 6242.975953 | 5863.722572 | +| System.Text.Json.Reader.Tests.Perf_Base64.ReadBase64EncodedByteArray_HeavyEscaping(NumberOfBytes: 100) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Reader.Tests.Perf_Base64.ReadBase64EncodedByteArray_HeavyEscaping%28NumberOfBytes%3A%20100%29.html) | -5.32% | 95.411516 | 90.331605 | +| System.Text.Json.Serialization.Tests.ColdStartSerialization.NewCachedCustomConverter | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.ColdStartSerialization%28SimpleStructWithProperties%29.NewCachedCustomConverter.html) | -6.29% | 1250.842610 | 1172.102171 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromReader(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.ReadJson%28BinaryData%29.DeserializeFromReader%28Mode%3A%20SourceGen%29.html) | -5.33% | N/A | N/A | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromStream(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.ReadJson%28BinaryData%29.DeserializeFromStream%28Mode%3A%20Reflection%29.html) | -5.11% | 749.082228 | 710.836319 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromStream(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.ReadJson%28BinaryData%29.DeserializeFromStream%28Mode%3A%20SourceGen%29.html) | -5.85% | 741.133355 | 697.749754 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromString(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.ReadJson%28BinaryData%29.DeserializeFromString%28Mode%3A%20Reflection%29.html) | -5.75% | N/A | N/A | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromReader(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.ReadJson%28ClassRecord%29.DeserializeFromReader%28Mode%3A%20Reflection%29.html) | -5.72% | 1057.732943 | 997.281127 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromReader(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.ReadJson%28ClassRecord%29.DeserializeFromReader%28Mode%3A%20SourceGen%29.html) | -5.64% | 1059.945653 | 1000.188017 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromString(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.ReadJson%28ClassRecord%29.DeserializeFromString%28Mode%3A%20Reflection%29.html) | -5.16% | 796.484796 | 755.354180 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromString(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.ReadJson%28ClassRecord%29.DeserializeFromString%28Mode%3A%20SourceGen%29.html) | -5.31% | 794.196047 | 752.034224 | +| System.Text.Json.Serialization.Tests.ReadJson>.DeserializeFromStream(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.ReadJson%28ImmutableSortedDictionary%28String%2C%20String%29%29.DeserializeFromStream%28Mode%3A%20Reflection%29.html) | -5.62% | 71509.979193 | 67490.877081 | +| System.Text.Json.Serialization.Tests.ReadJson>.DeserializeFromUtf8Bytes(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.ReadJson%28ImmutableSortedDictionary%28String%2C%20String%29%29.DeserializeFromUtf8Bytes%28Mode%3A%20SourceGen%29.html) | -5.75% | 68473.968792 | 64538.259941 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromReader(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.ReadJson%28Int32%29.DeserializeFromReader%28Mode%3A%20SourceGen%29.html) | -6.03% | 141.040418 | 132.530364 | +| System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromReader(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.ReadJson%28SimpleStructWithProperties%29.DeserializeFromReader%28Mode%3A%20Reflection%29.html) | -6.22% | 408.637708 | 383.210712 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeObjectProperty(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.WriteJson%28BinaryData%29.SerializeObjectProperty%28Mode%3A%20SourceGen%29.html) | -6.71% | 628.027366 | 585.914249 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToUtf8Bytes(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.WriteJson%28BinaryData%29.SerializeToUtf8Bytes%28Mode%3A%20SourceGen%29.html) | -5.90% | N/A | N/A | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToWriter(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.WriteJson%28BinaryData%29.SerializeToWriter%28Mode%3A%20SourceGen%29.html) | -6.90% | 155.162331 | 144.456918 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToString(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.WriteJson%28ClassRecord%29.SerializeToString%28Mode%3A%20SourceGen%29.html) | -7.36% | 300.500692 | 278.381252 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToUtf8Bytes(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.WriteJson%28ClassRecord%29.SerializeToUtf8Bytes%28Mode%3A%20SourceGen%29.html) | -5.79% | 256.159102 | 241.320831 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToWriter(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.WriteJson%28ClassRecord%29.SerializeToWriter%28Mode%3A%20SourceGen%29.html) | -7.34% | 196.175957 | 181.772237 | +| System.Text.Json.Serialization.Tests.WriteJson>.SerializeObjectProperty(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.WriteJson%28ImmutableSortedDictionary%28String%2C%20String%29%29.SerializeObjectProperty%28Mode%3A%20SourceGen%29.html) | -5.12% | 8540.973466 | 8103.904781 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToWriter(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.WriteJson%28Int32%29.SerializeToWriter%28Mode%3A%20Reflection%29.html) | -6.39% | 43.981512 | 41.172108 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToUtf8Bytes(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.WriteJson%28LoginViewModel%29.SerializeToUtf8Bytes%28Mode%3A%20SourceGen%29.html) | -7.14% | 204.643743 | 190.033104 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeObjectProperty(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.WriteJson%28MyEventsListerViewModel%29.SerializeObjectProperty%28Mode%3A%20SourceGen%29.html) | -6.64% | 318032.256199 | 296904.677091 | +| System.Text.Json.Serialization.Tests.WriteJson>.SerializeToUtf8Bytes(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.WriteJson%28Nullable%28DateTimeOffset%29%29.SerializeToUtf8Bytes%28Mode%3A%20Reflection%29.html) | -6.87% | 133.039689 | 123.902700 | +| System.Text.Json.Serialization.Tests.WriteJson>.SerializeToWriter(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.WriteJson%28Nullable%28DateTimeOffset%29%29.SerializeToWriter%28Mode%3A%20Reflection%29.html) | -6.37% | 80.097882 | 74.998238 | +| System.Text.Json.Serialization.Tests.WriteJson>.SerializeToWriter(Mode: SourceGen) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.WriteJson%28Nullable%28DateTimeOffset%29%29.SerializeToWriter%28Mode%3A%20SourceGen%29.html) | -5.34% | 78.316591 | 74.133288 | +| System.Text.Json.Serialization.Tests.WriteJson.SerializeToUtf8Bytes(Mode: Reflection) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Serialization.Tests.WriteJson%28StructRecord%29.SerializeToUtf8Bytes%28Mode%3A%20Reflection%29.html) | -7.30% | 353.939555 | 328.102131 | +| System.Text.Json.Tests.Perf_Deep.WriteDeepUtf8(Formatted: False, SkipValidation: False) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Tests.Perf_Deep.WriteDeepUtf8%28Formatted%3A%20False%2C%20SkipValidation%3A%20False%29.html) | -5.22% | 5077830.962099 | 4812866.516035 | +| System.Text.Json.Tests.Perf_Doubles.WriteDoubles(Formatted: True, SkipValidation: False) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Tests.Perf_Doubles.WriteDoubles%28Formatted%3A%20True%2C%20SkipValidation%3A%20False%29.html) | -7.30% | 23111498.214286 | 21424703.928571 | +| System.Text.Json.Tests.Perf_Doubles.WriteDoubles(Formatted: True, SkipValidation: True) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Tests.Perf_Doubles.WriteDoubles%28Formatted%3A%20True%2C%20SkipValidation%3A%20True%29.html) | -6.49% | 22939668.571429 | 21450964.464286 | +| System.Text.Json.Tests.Perf_Get.GetString | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Tests.Perf_Get.GetString.html) | -6.73% | 3528.123315 | 3290.545059 | +| System.Text.Json.Tests.Perf_Get.GetUInt16 | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Tests.Perf_Get.GetUInt16.html) | -7.40% | 606.081200 | 561.248578 | +| System.Text.Json.Tests.Perf_Reader.ReadMultiSpanSequenceEmptyLoop(IsDataCompact: False, TestCase: Json40KB) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Tests.Perf_Reader.ReadMultiSpanSequenceEmptyLoop%28IsDataCompact%3A%20False%2C%20TestCase%3A%20Json40KB%29.html) | -5.59% | 68226.837403 | 64409.693669 | +| System.Text.Json.Tests.Perf_Reader.ReadMultiSpanSequenceEmptyLoop(IsDataCompact: False, TestCase: Json4KB) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Tests.Perf_Reader.ReadMultiSpanSequenceEmptyLoop%28IsDataCompact%3A%20False%2C%20TestCase%3A%20Json4KB%29.html) | -7.40% | 6806.561134 | 6302.688017 | +| System.Text.Json.Tests.Perf_Reader.ReadMultiSpanSequenceEmptyLoop(IsDataCompact: False, TestCase: LotsOfStrings) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Tests.Perf_Reader.ReadMultiSpanSequenceEmptyLoop%28IsDataCompact%3A%20False%2C%20TestCase%3A%20LotsOfStrings%29.html) | -5.43% | N/A | N/A | +| System.Text.Json.Tests.Perf_Reader.ReadSingleSpanSequenceEmptyLoop(IsDataCompact: False, TestCase: BroadTree) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Tests.Perf_Reader.ReadSingleSpanSequenceEmptyLoop%28IsDataCompact%3A%20False%2C%20TestCase%3A%20BroadTree%29.html) | -7.45% | 10171.987630 | 9414.206055 | +| System.Text.Json.Tests.Perf_Segment.ReadMultiSegmentSequence(segmentSize: 4096, TestCase: Json4KB) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Tests.Perf_Segment.ReadMultiSegmentSequence%28segmentSize%3A%204096%2C%20TestCase%3A%20Json4KB%29.html) | -5.95% | 6817.033507 | 6411.490013 | +| System.Text.Json.Tests.Perf_Segment.ReadMultiSegmentSequence(segmentSize: 8192, TestCase: Json400KB) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Tests.Perf_Segment.ReadMultiSegmentSequence%28segmentSize%3A%208192%2C%20TestCase%3A%20Json400KB%29.html) | -6.99% | 691230.862345 | 642890.861345 | +| System.Text.Json.Tests.Perf_Segment.ReadMultiSegmentSequenceUsingSpan(segmentSize: 4096, TestCase: Json4KB) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Tests.Perf_Segment.ReadMultiSegmentSequenceUsingSpan%28segmentSize%3A%204096%2C%20TestCase%3A%20Json4KB%29.html) | -5.00% | 6487.238650 | 6162.802422 | +| System.Text.Json.Tests.Perf_Strings.WriteStringsUtf8(Formatted: True, SkipValidation: True, Escaped: OneEscaped) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Tests.Perf_Strings.WriteStringsUtf8%28Formatted%3A%20True%2C%20SkipValidation%3A%20True%2C%20Escaped%3A%20OneEscaped%29.html) | -5.16% | 11512882.714286 | 10918742.428571 | +| System.Text.Json.Tests.Utf8JsonReaderCommentsTests.Utf8JsonReaderCommentParsing(CommentHandling: Allow, SegmentSize: 0, TestCase: LongMultiLine) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Tests.Utf8JsonReaderCommentsTests.Utf8JsonReaderCommentParsing%28CommentHandling%3A%20Allow%2C%20SegmentSize%3A%200%2C%20TestCase%3A%20LongMultiLine%29.html) | -5.92% | 654.655776 | 615.931618 | +| System.Text.Json.Tests.Utf8JsonReaderCommentsTests.Utf8JsonReaderCommentParsing(CommentHandling: Skip, SegmentSize: 0, TestCase: LongMultiLine) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Tests.Utf8JsonReaderCommentsTests.Utf8JsonReaderCommentParsing%28CommentHandling%3A%20Skip%2C%20SegmentSize%3A%200%2C%20TestCase%3A%20LongMultiLine%29.html) | -7.26% | 661.585303 | 613.546811 | +| System.Text.Perf_Ascii.EqualsIgnoreCase_ExactlyTheSame_Chars(Size: 6) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Perf_Ascii.EqualsIgnoreCase_ExactlyTheSame_Chars%28Size%3A%206%29.html) | -6.68% | 9.039086 | 8.435024 | +| System.Text.Perf_Ascii.Equals_Bytes(Size: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Perf_Ascii.Equals_Bytes%28Size%3A%20128%29.html) | -5.03% | 8.049144 | 7.644446 | +| System.Text.Perf_Ascii.ToLowerInPlace_Chars(Size: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Perf_Ascii.ToLowerInPlace_Chars%28Size%3A%20128%29.html) | -7.24% | 32.499685 | 30.147610 | +| System.Text.Perf_Ascii.ToUtf16(Size: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Perf_Ascii.ToUtf16%28Size%3A%20128%29.html) | -5.76% | 13.505810 | 12.728077 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Cache.IsMatch(total: 40000, unique: 1600, cacheSize: 15) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.RegularExpressions.Tests.Perf_Regex_Cache.IsMatch%28total%3A%2040000%2C%20unique%3A%201600%2C%20cacheSize%3A%2015%29.html) | -6.85% | 96026981.250000 | 89452724.107143 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Cache.IsMatch_Multithreading(total: 40000, unique: 7, cacheSize: 0) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.RegularExpressions.Tests.Perf_Regex_Cache.IsMatch_Multithreading%28total%3A%2040000%2C%20unique%3A%207%2C%20cacheSize%3A%200%29.html) | -6.59% | 13875289.722222 | 12960843.555556 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Cache.IsMatch_Multithreading(total: 400000, unique: 7, cacheSize: 15) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.RegularExpressions.Tests.Perf_Regex_Cache.IsMatch_Multithreading%28total%3A%20400000%2C%20unique%3A%207%2C%20cacheSize%3A%2015%29.html) | -5.17% | 44463380.800000 | 42163939.200000 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Common.CtorInvoke(Options: None) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.RegularExpressions.Tests.Perf_Regex_Common.CtorInvoke%28Options%3A%20None%29.html) | -7.46% | 5536.237735 | 5123.316052 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Common.Date_IsMatch(Options: Compiled) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.RegularExpressions.Tests.Perf_Regex_Common.Date_IsMatch%28Options%3A%20Compiled%29.html) | -5.76% | N/A | N/A | +| System.Text.RegularExpressions.Tests.Perf_Regex_Common.Date_IsNotMatch(Options: Compiled) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.RegularExpressions.Tests.Perf_Regex_Common.Date_IsNotMatch%28Options%3A%20Compiled%29.html) | -5.40% | 123.441741 | 116.780290 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Common.Email_IsMatch(Options: Compiled) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.RegularExpressions.Tests.Perf_Regex_Common.Email_IsMatch%28Options%3A%20Compiled%29.html) | -7.04% | 124.275568 | 115.521774 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Common.IP_IsMatch(Options: IgnoreCase, Compiled) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.RegularExpressions.Tests.Perf_Regex_Common.IP_IsMatch%28Options%3A%20IgnoreCase%2C%20Compiled%29.html) | -5.40% | 161.340010 | 152.627027 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Common.IP_IsNotMatch(Options: IgnoreCase, Compiled) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.RegularExpressions.Tests.Perf_Regex_Common.IP_IsNotMatch%28Options%3A%20IgnoreCase%2C%20Compiled%29.html) | -6.16% | 162.491729 | 152.488162 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Common.MatchesWord(Options: IgnoreCase, Compiled) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.RegularExpressions.Tests.Perf_Regex_Common.MatchesWord%28Options%3A%20IgnoreCase%2C%20Compiled%29.html) | -6.55% | 976.921252 | 912.968707 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Common.MatchesWord(Options: None) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.RegularExpressions.Tests.Perf_Regex_Common.MatchesWord%28Options%3A%20None%29.html) | -6.45% | 1199.873632 | 1122.487017 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Common.MatchesWords(Options: Compiled) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.RegularExpressions.Tests.Perf_Regex_Common.MatchesWords%28Options%3A%20Compiled%29.html) | -6.21% | 3343.798466 | 3136.250816 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Common.MatchesWords(Options: IgnoreCase, Compiled) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.RegularExpressions.Tests.Perf_Regex_Common.MatchesWords%28Options%3A%20IgnoreCase%2C%20Compiled%29.html) | -7.25% | 2516.037395 | 2333.523064 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Common.Uri_IsNotMatch(Options: Compiled) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.RegularExpressions.Tests.Perf_Regex_Common.Uri_IsNotMatch%28Options%3A%20Compiled%29.html) | -7.11% | 95.956061 | 89.134705 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Industry_BoostDocs_Simple.IsMatch(Id: 10, Options: None) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.RegularExpressions.Tests.Perf_Regex_Industry_BoostDocs_Simple.IsMatch%28Id%3A%2010%2C%20Options%3A%20None%29.html) | -5.07% | 136.188712 | 129.282935 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Industry_BoostDocs_Simple.IsMatch(Id: 2, Options: None) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.RegularExpressions.Tests.Perf_Regex_Industry_BoostDocs_Simple.IsMatch%28Id%3A%202%2C%20Options%3A%20None%29.html) | -5.87% | 272.323192 | 256.333656 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Industry_BoostDocs_Simple.IsMatch(Id: 4, Options: Compiled) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.RegularExpressions.Tests.Perf_Regex_Industry_BoostDocs_Simple.IsMatch%28Id%3A%204%2C%20Options%3A%20Compiled%29.html) | -7.10% | 123.045645 | 114.310759 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Industry_BoostDocs_Simple.IsMatch(Id: 5, Options: NonBacktracking) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.RegularExpressions.Tests.Perf_Regex_Industry_BoostDocs_Simple.IsMatch%28Id%3A%205%2C%20Options%3A%20NonBacktracking%29.html) | -5.44% | 121.193990 | 114.597444 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Industry_BoostDocs_Simple.IsMatch(Id: 9, Options: None) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.RegularExpressions.Tests.Perf_Regex_Industry_BoostDocs_Simple.IsMatch%28Id%3A%209%2C%20Options%3A%20None%29.html) | -7.27% | N/A | N/A | +| System.Text.RegularExpressions.Tests.Perf_Regex_Industry_Leipzig.Count(Pattern: "Tom\|Sawyer\|Huckleberry\|Finn", Options: Compiled) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.RegularExpressions.Tests.Perf_Regex_Industry_Leipzig.Count%28Pattern%3A%20%22Tom%7CSawyer%7CHuckleberry%7CFinn%22%2C%20Options%3A%20Compiled%29.html) | -7.24% | 3699797.574627 | 3432110.794243 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Industry_Leipzig.Count(Pattern: "Twain", Options: None) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.RegularExpressions.Tests.Perf_Regex_Industry_Leipzig.Count%28Pattern%3A%20%22Twain%22%2C%20Options%3A%20None%29.html) | -6.96% | 2370672.975128 | 2205741.278699 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Industry_Mariomkas.Ctor(Pattern: "(?:(?:25[0-5]\|2[0-4][0-9]\|[01]?[0-9][0-9])\\.){3}(?:25[0-5]\|2[0-4][0-9]\|[01]?[0-9][0-9])", Options: None) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.RegularExpressions.Tests.Perf_Regex_Industry_Mariomkas.Ctor%28Pattern%3A%20%22%28%3F%3A%28%3F%3A25%5B0-5%5D%7C2%5B0-4%5D%5B0-9%5D%7C%5B01%5D%3F%5B0-9%5D%5B0-9%5D%29%5C%5C.%29%7B3%7D%28%3F%3A25%5B0-5%5D%7C2%5B0-4%5D%5B0-9%5D%7C%5B01%5D%3F%5B0-9%5D%5B0-9%5D%29%22%2C%20Options%3A%20None%29.html) | -6.51% | 7527.864854 | 7037.998014 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Industry_RustLang_Sherlock.Count(Pattern: "(?i)the", Options: Compiled) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.RegularExpressions.Tests.Perf_Regex_Industry_RustLang_Sherlock.Count%28Pattern%3A%20%22%28%3Fi%29the%22%2C%20Options%3A%20Compiled%29.html) | -5.85% | 507467.570644 | 477756.173469 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Industry_RustLang_Sherlock.Count(Pattern: ".*", Options: None) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.RegularExpressions.Tests.Perf_Regex_Industry_RustLang_Sherlock.Count%28Pattern%3A%20%22.%2A%22%2C%20Options%3A%20None%29.html) | -5.86% | 1672404.393797 | 1574468.291823 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Industry_RustLang_Sherlock.Count(Pattern: "Holmes", Options: None) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.RegularExpressions.Tests.Perf_Regex_Industry_RustLang_Sherlock.Count%28Pattern%3A%20%22Holmes%22%2C%20Options%3A%20None%29.html) | -7.40% | 101647.876663 | 94130.952863 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Industry_RustLang_Sherlock.Count(Pattern: "Sherlock", Options: NonBacktracking) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.RegularExpressions.Tests.Perf_Regex_Industry_RustLang_Sherlock.Count%28Pattern%3A%20%22Sherlock%22%2C%20Options%3A%20NonBacktracking%29.html) | -6.67% | 68181.653586 | 63633.588974 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Industry_RustLang_Sherlock.Count(Pattern: "Sherlock", Options: None) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.RegularExpressions.Tests.Perf_Regex_Industry_RustLang_Sherlock.Count%28Pattern%3A%20%22Sherlock%22%2C%20Options%3A%20None%29.html) | -5.39% | 65083.062599 | 61576.722512 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Industry_RustLang_Sherlock.Count(Pattern: "Sherlock\|Holmes\|Watson\|Irene\|Adler\|John\|Baker", Options: Compiled) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.RegularExpressions.Tests.Perf_Regex_Industry_RustLang_Sherlock.Count%28Pattern%3A%20%22Sherlock%7CHolmes%7CWatson%7CIrene%7CAdler%7CJohn%7CBaker%22%2C%20Options%3A%20Compiled%29.html) | -7.38% | N/A | N/A | +| System.Text.RegularExpressions.Tests.Perf_Regex_Industry_RustLang_Sherlock.Count(Pattern: "Sherlock\|Street", Options: Compiled) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.RegularExpressions.Tests.Perf_Regex_Industry_RustLang_Sherlock.Count%28Pattern%3A%20%22Sherlock%7CStreet%22%2C%20Options%3A%20Compiled%29.html) | -7.40% | 47767.467448 | 44233.878348 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Industry_RustLang_Sherlock.Count(Pattern: "Sherlock\|Street", Options: NonBacktracking) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.RegularExpressions.Tests.Perf_Regex_Industry_RustLang_Sherlock.Count%28Pattern%3A%20%22Sherlock%7CStreet%22%2C%20Options%3A%20NonBacktracking%29.html) | -5.06% | N/A | N/A | +| System.Text.RegularExpressions.Tests.Perf_Regex_Industry_RustLang_Sherlock.Count(Pattern: "\\p{Lu}", Options: None) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.RegularExpressions.Tests.Perf_Regex_Industry_RustLang_Sherlock.Count%28Pattern%3A%20%22%5C%5Cp%7BLu%7D%22%2C%20Options%3A%20None%29.html) | -5.02% | 2616899.720982 | 2485468.805804 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Industry_RustLang_Sherlock.Count(Pattern: "\\p{L}", Options: None) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.RegularExpressions.Tests.Perf_Regex_Industry_RustLang_Sherlock.Count%28Pattern%3A%20%22%5C%5Cp%7BL%7D%22%2C%20Options%3A%20None%29.html) | -5.75% | 29892511.830357 | 28173646.651786 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Industry_RustLang_Sherlock.Count(Pattern: "aqj", Options: NonBacktracking) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.RegularExpressions.Tests.Perf_Regex_Industry_RustLang_Sherlock.Count%28Pattern%3A%20%22aqj%22%2C%20Options%3A%20NonBacktracking%29.html) | -6.72% | 58328.211510 | 54407.986227 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Industry_RustLang_Sherlock.Count(Pattern: "the", Options: None) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.RegularExpressions.Tests.Perf_Regex_Industry_RustLang_Sherlock.Count%28Pattern%3A%20%22the%22%2C%20Options%3A%20None%29.html) | -6.75% | 696797.828845 | 649740.749415 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Industry_RustLang_Sherlock.Count(Pattern: "the\\s+\\w+", Options: Compiled) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.RegularExpressions.Tests.Perf_Regex_Industry_RustLang_Sherlock.Count%28Pattern%3A%20%22the%5C%5Cs%2B%5C%5Cw%2B%22%2C%20Options%3A%20Compiled%29.html) | -5.12% | 555779.977629 | 527314.305689 | +| System.Text.RegularExpressions.Tests.Perf_Regex_Industry_SliceSlice.Count(Options: IgnoreCase) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.RegularExpressions.Tests.Perf_Regex_Industry_SliceSlice.Count%28Options%3A%20IgnoreCase%29.html) | -5.82% | 1259338028.571428 | 1186088383.673469 | +| System.Text.Tests.Perf_Encoding.GetByteCount(size: 512, encName: "ascii") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Tests.Perf_Encoding.GetByteCount%28size%3A%20512%2C%20encName%3A%20%22ascii%22%29.html) | -5.57% | 5.773445 | 5.451734 | +| System.Text.Tests.Perf_StringBuilder.Append_NonEmptySpan | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Tests.Perf_StringBuilder.Append_NonEmptySpan.html) | -5.39% | 381.085699 | 360.541168 | +| System.Text.Tests.Perf_StringBuilder.Append_ValueTypes | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Tests.Perf_StringBuilder.Append_ValueTypes.html) | -6.39% | 2009.601300 | 1881.237555 | +| System.Text.Tests.Perf_StringBuilder.ctor_capacity(length: 100) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Tests.Perf_StringBuilder.ctor_capacity%28length%3A%20100%29.html) | -6.51% | 25.155419 | 23.517596 | +| System.Text.Tests.Perf_StringBuilder.ctor_string(length: 100) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Tests.Perf_StringBuilder.ctor_string%28length%3A%20100%29.html) | -7.07% | 33.372630 | 31.011697 | +| System.Threading.Channels.Tests.BoundedChannelPerfTests.PingPong | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Threading.Channels.Tests.BoundedChannelPerfTests.PingPong.html) | -6.40% | 11806650.535714 | 11050685.267857 | +| System.Threading.Tests.Perf_CancellationToken.Cancel | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Threading.Tests.Perf_CancellationToken.Cancel.html) | -5.64% | 100.023866 | 94.384335 | +| System.Threading.Tests.Perf_CancellationToken.CreateTokenDispose | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Threading.Tests.Perf_CancellationToken.CreateTokenDispose.html) | -7.25% | 9.671966 | 8.971044 | +| System.Threading.Tests.Perf_Monitor.TryEnterExit | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Threading.Tests.Perf_Monitor.TryEnterExit.html) | -5.57% | 22.151044 | 20.918220 | +| System.Xml.Linq.Perf_XDocument.Parse | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Xml.Linq.Perf_XDocument.Parse.html) | -5.13% | N/A | N/A | \ No newline at end of file diff --git a/reports/windows-x64-tiger_changepoint_report.md b/reports/net9to10/windows-x64-tiger_regression_report.md similarity index 97% rename from reports/windows-x64-tiger_changepoint_report.md rename to reports/net9to10/windows-x64-tiger_regression_report.md index 818cf88b2de..bf0bccf2844 100644 --- a/reports/windows-x64-tiger_changepoint_report.md +++ b/reports/net9to10/windows-x64-tiger_regression_report.md @@ -1,4 +1,4 @@ -# Changepoint Impact Report - windows-x64-tiger +# Regression Report - windows-x64-tiger ## 1. ffcd1c5442 - Trust single-edge synthetic profile (#116054) @@ -6,7 +6,7 @@ **Commit:** [ffcd1c5442](https://github.com/dotnet/runtime/commit/ffcd1c5442a0c6e5317efa46d6ce381003397476) **Affected Tests:** 61 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.IO.Hashing.Tests.Crc64_AppendPerf.Append(BufferSize: 256) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.IO.Hashing.Tests.Crc64_AppendPerf.Append%28BufferSize%3A%20256%29.html) | +412.79% | 21.595596 | 110.739071 | None | | System.IO.Hashing.Tests.Crc64_AppendPerf.Append(BufferSize: 10240) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.IO.Hashing.Tests.Crc64_AppendPerf.Append%28BufferSize%3A%2010240%29.html) | +338.34% | 608.026998 | 2665.240759 | None | @@ -78,7 +78,7 @@ **Commit:** [ddf8075a2f](https://github.com/dotnet/runtime/commit/ddf8075a2fa3044554ded41c375a82a318ae01eb) **Affected Tests:** 40 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | GuardedDevirtualization.TwoClassInterface.Call(testInput: pB = 1.00) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/GuardedDevirtualization.TwoClassInterface.Call%28testInput%3A%20pB%20%3D%201.00%29.html) | +98.94% | 0.634053 | 1.261365 | None | | GuardedDevirtualization.ThreeClassVirtual.Call(testInput: pB=0.00 pD=1.00) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/GuardedDevirtualization.ThreeClassVirtual.Call%28testInput%3A%20pB%3D0.00%20pD%3D1.00%29.html) | +98.81% | 0.634654 | 1.261769 | None | @@ -129,7 +129,7 @@ **Commit:** [41be5e229b](https://github.com/dotnet/runtime/commit/41be5e229b30fc3e7aaed9361b9db4487c5bb7f8) **Affected Tests:** 40 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | Burgers.Test0 | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/Burgers.Test0.html) | +1164.90% | 303518264.285714 | 3839188166.071428 | None | | System.Globalization.Tests.StringEquality.Compare_Same_Upper(Count: 1024, Options: (en-US, OrdinalIgnoreCase)) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Globalization.Tests.StringEquality.Compare_Same_Upper%28Count%3A%201024%2C%20Options%3A%20%28en-US%2C%20OrdinalIgnoreCase%29%29.html) | +152.42% | 1097.182800 | 2769.504408 | None | @@ -180,7 +180,7 @@ **Commit:** [b146d7512c](https://github.com/dotnet/runtime/commit/b146d7512ce67051e127ab48dc2d4f65d30e818f) **Affected Tests:** 22 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Net.Tests.Perf_WebUtility.Decode_NoDecodingRequired | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Net.Tests.Perf_WebUtility.Decode_NoDecodingRequired.html) | +55.94% | 57.972514 | 90.399890 | [1](#1-ffcd1c5442---trust-single-edge-synthetic-profile-116054) | | Benchstone.BenchI.IniArray.Test | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/Benchstone.BenchI.IniArray.Test.html) | +41.33% | 75125806.547619 | 106172767.261905 | None | @@ -213,7 +213,7 @@ **Commit:** [6d12a304b3](https://github.com/dotnet/runtime/commit/6d12a304b3068f8a9308a1aec4f3b95dd636a693) **Affected Tests:** 18 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Collections.IterateForNonGeneric.ArrayList(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.IterateForNonGeneric%28String%29.ArrayList%28Size%3A%20512%29.html) | +57.42% | 414.761986 | 652.934814 | None | | System.Collections.IterateForNonGeneric.ArrayList(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.IterateForNonGeneric%28Int32%29.ArrayList%28Size%3A%20512%29.html) | +57.45% | 414.727107 | 652.979192 | None | @@ -242,7 +242,7 @@ **Commit:** [1c10ceecbf](https://github.com/dotnet/runtime/commit/1c10ceecbf5356c33c67f6325072d753707f854e) **Affected Tests:** 17 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | Span.Sorting.BubbleSortSpan(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/Span.Sorting.BubbleSortSpan%28Size%3A%20512%29.html) | +56.16% | 212227.260218 | 331405.043971 | [55](#55-48ace183c4---jit-re-introduce-late-fgoptimizebranch-pass-113491) | | System.Text.RegularExpressions.Tests.Perf_Regex_Industry_RustLang_Sherlock.Count(Pattern: "\\w+\\s+Holmes", Options: NonBacktracking) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.RegularExpressions.Tests.Perf_Regex_Industry_RustLang_Sherlock.Count%28Pattern%3A%20%22%5C%5Cw%2B%5C%5Cs%2BHolmes%22%2C%20Options%3A%20NonBacktracking%29.html) | +49.67% | 2481196.183473 | 3713627.433473 | [1](#1-ffcd1c5442---trust-single-edge-synthetic-profile-116054), [8](#8-d3e2f5e13a---jit-exclude-bb_unity_weight-scaling-from-basicblockisbbweightcold-116548) | @@ -270,7 +270,7 @@ **Commit:** [34545d790e](https://github.com/dotnet/runtime/commit/34545d790e0f92be34b13f0d41b7df93f04bbe02) **Affected Tests:** 16 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | Benchmark.GetChildKeysTests.AddChainedConfigurationEmpty | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/Benchmark.GetChildKeysTests.AddChainedConfigurationEmpty.html) | +45.60% | 11834931.547619 | 17231858.758503 | [5](#5-6d12a304b3---jit-do-greedy-4-opt-for-backward-jumps-in-3-opt-layout-110277), [9](#9-34f1db49db---jit-use-root-compiler-instance-for-sufficient-pgo-observation-115119) | | System.Text.Json.Tests.Perf_Basic.WriteBasicUtf8(Formatted: False, SkipValidation: True, DataSize: 100000) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Tests.Perf_Basic.WriteBasicUtf8%28Formatted%3A%20False%2C%20SkipValidation%3A%20True%2C%20DataSize%3A%20100000%29.html) | +18.55% | 1808378.059349 | 2143873.293067 | None | @@ -297,7 +297,7 @@ **Commit:** [d3e2f5e13a](https://github.com/dotnet/runtime/commit/d3e2f5e13aac894737a90ba8494ad57465ba639f) **Affected Tests:** 12 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Linq.Tests.Perf_Enumerable.AnyWithPredicate_LastElementMatches(input: Array) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Linq.Tests.Perf_Enumerable.AnyWithPredicate_LastElementMatches%28input%3A%20Array%29.html) | +102.15% | 53.173735 | 107.490999 | None | | System.Text.RegularExpressions.Tests.Perf_Regex_Industry_RustLang_Sherlock.Count(Pattern: "\\w+\\s+Holmes", Options: NonBacktracking) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.RegularExpressions.Tests.Perf_Regex_Industry_RustLang_Sherlock.Count%28Pattern%3A%20%22%5C%5Cw%2B%5C%5Cs%2BHolmes%22%2C%20Options%3A%20NonBacktracking%29.html) | +49.67% | 2481196.183473 | 3713627.433473 | [1](#1-ffcd1c5442---trust-single-edge-synthetic-profile-116054), [6](#6-1c10ceecbf---jit-add-3-opt-implementation-for-improving-upon-rpo-based-block-layout-103450) | @@ -320,7 +320,7 @@ **Commit:** [34f1db49db](https://github.com/dotnet/runtime/commit/34f1db49dbf702697483ee2809d493f5ef441768) **Affected Tests:** 11 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | Benchmark.GetChildKeysTests.AddChainedConfigurationEmpty | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/Benchmark.GetChildKeysTests.AddChainedConfigurationEmpty.html) | +45.60% | 11834931.547619 | 17231858.758503 | [5](#5-6d12a304b3---jit-do-greedy-4-opt-for-backward-jumps-in-3-opt-layout-110277), [7](#7-34545d790e---jit-dont-mark-callees-noinline-for-non-fatal-observations-with-pgo-114821) | | System.Globalization.Tests.StringEquality.Compare_DifferentFirstChar(Count: 1024, Options: (en-US, Ordinal)) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Globalization.Tests.StringEquality.Compare_DifferentFirstChar%28Count%3A%201024%2C%20Options%3A%20%28en-US%2C%20Ordinal%29%29.html) | +30.70% | 11.155881 | 14.580874 | None | @@ -342,7 +342,7 @@ **Commit:** [ea43e17c95](https://github.com/dotnet/runtime/commit/ea43e17c953a1230667c684a9f57d241e8a95171) **Affected Tests:** 10 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | Benchstone.MDBenchI.MDArray2.Test | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/Benchstone.MDBenchI.MDArray2.Test.html) | +42.29% | 1341308426.785714 | 1908533569.642857 | [6](#6-1c10ceecbf---jit-add-3-opt-implementation-for-improving-upon-rpo-based-block-layout-103450), [34](#34-c37cfcc645---jit-use-fgcalledcount-in-inlinee-weight-computation-112499) | | System.Tests.Perf_Boolean.TryParse(value: "true") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_Boolean.TryParse%28value%3A%20%22true%22%29.html) | +30.83% | 3.281270 | 4.292922 | [4](#4-b146d7512c---jit-move-loop-inversion-to-after-loop-recognition-115850), [20](#20-f9fc62ab41---main-update-dependencies-from-dncenginternaldotnet-optimization-112832) | @@ -363,7 +363,7 @@ **Commit:** [6f221b41da](https://github.com/dotnet/runtime/commit/6f221b41da8b4fbd09dcf7ac4b796ff3c86cbeb9) **Affected Tests:** 7 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.MathBenchmarks.Single.AcosPi | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.MathBenchmarks.Single.AcosPi.html) | +13.68% | 45652.995456 | 51899.327700 | None | | System.MathBenchmarks.Double.AtanPi | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.MathBenchmarks.Double.AtanPi.html) | +13.04% | 50140.840137 | 56679.084307 | None | @@ -381,7 +381,7 @@ **Commit:** [1b5c48dc59](https://github.com/dotnet/runtime/commit/1b5c48dc5958e20b4aa0f4cbfc21fddb8f81052c) **Affected Tests:** 6 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.IO.Compression.Brotli.Decompress_WithoutState(level: Optimal, file: "TestDocument.pdf") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.IO.Compression.Brotli.Decompress_WithoutState%28level%3A%20Optimal%2C%20file%3A%20%22TestDocument.pdf%22%29.html) | +12.63% | 514434.418262 | 579400.832106 | None | | System.IO.Compression.Brotli.Decompress_WithState(level: Optimal, file: "TestDocument.pdf") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.IO.Compression.Brotli.Decompress_WithState%28level%3A%20Optimal%2C%20file%3A%20%22TestDocument.pdf%22%29.html) | +12.66% | 514625.047865 | 579777.076583 | None | @@ -398,7 +398,7 @@ **Commit:** [5cb6a06da6](https://github.com/dotnet/runtime/commit/5cb6a06da634ee4be4f426711e9c5f66535a78c8) **Affected Tests:** 5 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | BenchmarksGame.ReverseComplement_1.RunBench | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/BenchmarksGame.ReverseComplement_1.RunBench.html) | +37.79% | 474918.025993 | 654375.491199 | None | | JetStream.TimeSeriesSegmentation.MaximizeSchwarzCriterion | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/JetStream.TimeSeriesSegmentation.MaximizeSchwarzCriterion.html) | +28.92% | 68931008.333333 | 88867979.166667 | [3](#3-41be5e229b---jit-graph-based-loop-inversion-116017) | @@ -414,7 +414,7 @@ **Commit:** [02127c782a](https://github.com/dotnet/runtime/commit/02127c782adbf0cded3ed0778d4bf694e5e75996) **Affected Tests:** 5 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Numerics.Tests.Perf_BigInteger.Equals(arguments: 259 bytes, Same) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tests.Perf_BigInteger.Equals%28arguments%3A%20259%20bytes%2C%20Same%29.html) | +21.05% | 9.046885 | 10.951312 | [57](#57-33b5215c15---smaller-funclet-prologsepilogs-x64-115284) | | Microsoft.Extensions.Primitives.StringSegmentBenchmark.Equals_Valid | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/Microsoft.Extensions.Primitives.StringSegmentBenchmark.Equals_Valid.html) | +10.43% | 6.605060 | 7.294275 | None | @@ -430,7 +430,7 @@ **Commit:** [8b00880aad](https://github.com/dotnet/runtime/commit/8b00880aadf2a5a8e62f2f3e41d5e9c05d64dd58) **Affected Tests:** 5 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Text.Perf_Ascii.EqualsIgnoreCase_ExactlyTheSame_Bytes_Chars(Size: 128) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Perf_Ascii.EqualsIgnoreCase_ExactlyTheSame_Bytes_Chars%28Size%3A%20128%29.html) | +14.25% | 19.133889 | 21.860490 | None | | System.Text.RegularExpressions.Tests.Perf_Regex_Common.CtorInvoke(Options: IgnoreCase, Compiled) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.RegularExpressions.Tests.Perf_Regex_Common.CtorInvoke%28Options%3A%20IgnoreCase%2C%20Compiled%29.html) | +12.94% | 337287.419076 | 380922.283664 | [51](#51-fc8b63c3b3---update-dependencies-from-httpsgithubcomdotnetroslyn-build-2025020510-112224) | @@ -446,7 +446,7 @@ **Commit:** [30082a461a](https://github.com/dotnet/runtime/commit/30082a461a68e3305b507910aba7457bdc98115c) **Affected Tests:** 5 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Tests.Perf_Enum.ToString_Flags(value: Red, Orange, Yellow, Green, Blue) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_Enum.ToString_Flags%28value%3A%20Red%2C%20Orange%2C%20Yellow%2C%20Green%2C%20Blue%29.html) | +11.99% | 58.137628 | 65.108616 | [54](#54-2ec50bd313---jit-switch-optoptimizelayout-to-pre-layout-optimization-phase-113224) | | System.Tests.Perf_Array.ArrayAssign3D | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_Array.ArrayAssign3D.html) | +8.71% | 645752.771577 | 701975.255766 | [31](#31-eb456e6121---move-unboxing-helpers-to-managed-code-109135), [35](#35-c8cb0f87fe---jit-dont-clone-or-unroll-cold-loops-115744) | @@ -462,7 +462,7 @@ **Commit:** [39a31f082e](https://github.com/dotnet/runtime/commit/39a31f082e77fb8893016c30c0858f0e5f8c89ea) **Affected Tests:** 5 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | GuardedDevirtualization.TwoClassVirtual.Call(testInput: pB = 0.10) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/GuardedDevirtualization.TwoClassVirtual.Call%28testInput%3A%20pB%20%3D%200.10%29.html) | +61.24% | 0.816818 | 1.317040 | [2](#2-ddf8075a2f---jit-visit-blocks-in-rpo-during-lsra-107927) | | System.Collections.ContainsFalse.ICollection(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.ContainsFalse%28String%29.ICollection%28Size%3A%20512%29.html) | +21.32% | 342799.077463 | 415884.455382 | [1](#1-ffcd1c5442---trust-single-edge-synthetic-profile-116054) | @@ -478,7 +478,7 @@ **Commit:** [cf7a7444c2](https://github.com/dotnet/runtime/commit/cf7a7444c255e0400f1ab078f85d8e3ad746bfb1) **Affected Tests:** 4 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Text.Perf_Utf8Encoding.GetByteCount(Input: EnglishAllAscii) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Perf_Utf8Encoding.GetByteCount%28Input%3A%20EnglishAllAscii%29.html) | +32.55% | 6958.242653 | 9223.157562 | None | | System.Text.Tests.Perf_Encoding.GetByteCount(size: 512, encName: "utf-8") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Tests.Perf_Encoding.GetByteCount%28size%3A%20512%2C%20encName%3A%20%22utf-8%22%29.html) | +19.72% | 25.394609 | 30.401743 | None | @@ -493,7 +493,7 @@ **Commit:** [75b550d7d3](https://github.com/dotnet/runtime/commit/75b550d7d3b5b27a74b5bff9c1cb09c42f4fb3ab) **Affected Tests:** 4 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Text.Json.Tests.Perf_Ctor.Ctor(Formatted: False, SkipValidation: False) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Tests.Perf_Ctor.Ctor%28Formatted%3A%20False%2C%20SkipValidation%3A%20False%29.html) | +5.70% | 17.511885 | 18.510652 | None | | System.Text.Json.Tests.Perf_Ctor.Ctor(Formatted: False, SkipValidation: True) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Tests.Perf_Ctor.Ctor%28Formatted%3A%20False%2C%20SkipValidation%3A%20True%29.html) | +6.41% | 17.405632 | 18.521971 | None | @@ -508,7 +508,7 @@ **Commit:** [f9fc62ab41](https://github.com/dotnet/runtime/commit/f9fc62ab41d53d331544b4da5a187b036df8c1bb) **Affected Tests:** 4 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Tests.Perf_Boolean.TryParse(value: "true") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_Boolean.TryParse%28value%3A%20%22true%22%29.html) | +30.83% | 3.281270 | 4.292922 | [4](#4-b146d7512c---jit-move-loop-inversion-to-after-loop-recognition-115850), [10](#10-ea43e17c95---jit-run-profile-repair-after-frontend-phases-111915) | | System.Tests.Perf_Boolean.TryParse(value: "TRUE") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_Boolean.TryParse%28value%3A%20%22TRUE%22%29.html) | +30.84% | 3.280853 | 4.292728 | [4](#4-b146d7512c---jit-move-loop-inversion-to-after-loop-recognition-115850), [10](#10-ea43e17c95---jit-run-profile-repair-after-frontend-phases-111915) | @@ -523,7 +523,7 @@ **Commit:** [dc88476f10](https://github.com/dotnet/runtime/commit/dc88476f102123edebd6b2d2efe5a56146f60094) **Affected Tests:** 3 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Collections.IterateForEach.ConcurrentBag(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.IterateForEach%28Int32%29.ConcurrentBag%28Size%3A%20512%29.html) | +14.37% | 1449.769935 | 1658.088605 | None | | System.IO.Tests.BinaryReaderTests.ReadBool | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.IO.Tests.BinaryReaderTests.ReadBool.html) | +12.65% | 3.721051 | 4.191616 | [4](#4-b146d7512c---jit-move-loop-inversion-to-after-loop-recognition-115850) | @@ -537,7 +537,7 @@ **Commit:** [0ac2caf41a](https://github.com/dotnet/runtime/commit/0ac2caf41a88c56a287ab790e92eaf3ccf846fc8) **Affected Tests:** 3 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Formats.Tar.Tests.Perf_TarWriter.UstarTarEntry_WriteEntry | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Formats.Tar.Tests.Perf_TarWriter.UstarTarEntry_WriteEntry.html) | +20.76% | 232.498987 | 280.755205 | None | | System.Formats.Tar.Tests.Perf_TarWriter.V7TarEntry_WriteEntry | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Formats.Tar.Tests.Perf_TarWriter.V7TarEntry_WriteEntry.html) | +14.49% | 216.357063 | 247.716343 | None | @@ -551,7 +551,7 @@ **Commit:** [052da60b09](https://github.com/dotnet/runtime/commit/052da60b09439b1b82dd931fa40a46e2b089eadc) **Affected Tests:** 3 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Reflection.Invoke.Field_SetStatic_struct | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Reflection.Invoke.Field_SetStatic_struct.html) | +10.84% | 56.333137 | 62.437013 | [26](#26-a38ab4c0bc---remove-helpermethodframes-hmf-from-reflection-code-paths-108415) | | System.Reflection.Attributes.IsDefinedClassHit | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Reflection.Attributes.IsDefinedClassHit.html) | +7.07% | 485.280161 | 519.603678 | [9](#9-34f1db49db---jit-use-root-compiler-instance-for-sufficient-pgo-observation-115119) | @@ -565,7 +565,7 @@ **Commit:** [b0d68f75f9](https://github.com/dotnet/runtime/commit/b0d68f75f992d5af58b4c3ad12e5b8a7c3d6c2a0) **Affected Tests:** 3 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Buffers.Text.Tests.Utf8FormatterTests.FormatterUInt32(value: 4294967295) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Buffers.Text.Tests.Utf8FormatterTests.FormatterUInt32%28value%3A%204294967295%29.html) | +29.08% | 10.507694 | 13.563078 | [44](#44-cdfafde684---main-update-dependencies-from-dncenginternaldotnet-optimization-110308) | | System.Buffers.Text.Tests.Utf8FormatterTests.FormatterUInt32(value: 12345) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Buffers.Text.Tests.Utf8FormatterTests.FormatterUInt32%28value%3A%2012345%29.html) | +12.17% | 8.086258 | 9.070266 | None | @@ -579,7 +579,7 @@ **Commit:** [647b4f5792](https://github.com/dotnet/runtime/commit/647b4f5792444c431aca0144ee9144f10d3f7d71) **Affected Tests:** 3 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Collections.Perf_Frozen.Contains_True(Count: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.Perf_Frozen%28Int16%29.Contains_True%28Count%3A%20512%29.html) | +20.50% | 1827.220076 | 2201.820127 | [3](#3-41be5e229b---jit-graph-based-loop-inversion-116017), [4](#4-b146d7512c---jit-move-loop-inversion-to-after-loop-recognition-115850), [5](#5-6d12a304b3---jit-do-greedy-4-opt-for-backward-jumps-in-3-opt-layout-110277) | | SeekUnroll.Test(boxedIndex: 11) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/SeekUnroll.Test%28boxedIndex%3A%2011%29.html) | +20.06% | 1559736482.142857 | 1872685414.285714 | None | @@ -593,7 +593,7 @@ **Commit:** [a38ab4c0bc](https://github.com/dotnet/runtime/commit/a38ab4c0bc3780754259be600db1501cc2907a84) **Affected Tests:** 2 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Reflection.Invoke.Field_Set_struct | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Reflection.Invoke.Field_Set_struct.html) | +15.98% | 44.157518 | 51.212642 | None | | System.Reflection.Invoke.Field_SetStatic_struct | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Reflection.Invoke.Field_SetStatic_struct.html) | +10.84% | 56.333137 | 62.437013 | [23](#23-052da60b09---remove-_prefast_-and-_prefix_-115355) | @@ -606,7 +606,7 @@ **Commit:** [dedb7d17ac](https://github.com/dotnet/runtime/commit/dedb7d17aca56e7a4b892475e9cc83d7f077e0fa) **Affected Tests:** 2 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Linq.Tests.Perf_Enumerable.Count(input: IEnumerable) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Linq.Tests.Perf_Enumerable.Count%28input%3A%20IEnumerable%29.html) | +13.24% | 174.144196 | 197.202301 | [38](#38-76146eec5d---jit-move-hotcold-splitting-phase-to-backend-108639) | | System.Collections.CtorFromCollection.ConcurrentQueue(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.CtorFromCollection%28String%29.ConcurrentQueue%28Size%3A%20512%29.html) | +5.74% | 7498.559868 | 7928.915010 | None | @@ -619,7 +619,7 @@ **Commit:** [1434eeef6c](https://github.com/dotnet/runtime/commit/1434eeef6c9548c8be39cb0bb3aed11808146195) **Affected Tests:** 2 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Text.Json.Tests.Perf_Strings.WriteStringsUtf16(Formatted: True, SkipValidation: True, Escaped: AllEscaped) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Tests.Perf_Strings.WriteStringsUtf16%28Formatted%3A%20True%2C%20SkipValidation%3A%20True%2C%20Escaped%3A%20AllEscaped%29.html) | +10.22% | 71334026.785714 | 78627727.380952 | None | | System.Tests.Perf_Enum.ToString_Format_NonFlags(value: 7, format: "G") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_Enum.ToString_Format_NonFlags%28value%3A%207%2C%20format%3A%20%22G%22%29.html) | +5.23% | N/A | N/A | [16](#16-30082a461a---jit-save-pgo-data-in-inline-context-use-it-for-call-optimization-116241) | @@ -632,7 +632,7 @@ **Commit:** [489a1512f5](https://github.com/dotnet/runtime/commit/489a1512f55961e91e46054f06eaecafb94ce5ee) **Affected Tests:** 2 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Numerics.Tests.Perf_Vector4.TransformVector3ByMatrix4x4Benchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tests.Perf_Vector4.TransformVector3ByMatrix4x4Benchmark.html) | +9.44% | N/A | N/A | None | | System.Memory.Slice.MemorySpanStartLength | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Memory.Slice%28String%29.MemorySpanStartLength.html) | +7.45% | 3.031079 | 3.256775 | [39](#39-023686e6c2---jit-break-up-try-regions-in-compilerfgmovecoldblocks-and-fix-contiguity-later-108914) | @@ -645,7 +645,7 @@ **Commit:** [1ddfa144d9](https://github.com/dotnet/runtime/commit/1ddfa144d93c2bc336c8440fe6bfec7fc4af0d44) **Affected Tests:** 2 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Collections.CtorFromCollectionNonGeneric.Hashtable(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.CtorFromCollectionNonGeneric%28String%29.Hashtable%28Size%3A%20512%29.html) | +31.04% | 28913.111303 | 37888.660883 | [1](#1-ffcd1c5442---trust-single-edge-synthetic-profile-116054) | | System.Tests.Perf_Int128.TryParseSpan(value: "12345") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_Int128.TryParseSpan%28value%3A%20%2212345%22%29.html) | +11.27% | 18.347629 | 20.415811 | None | @@ -658,7 +658,7 @@ **Commit:** [eb456e6121](https://github.com/dotnet/runtime/commit/eb456e6121195405bfb676e3628be2f5db767409) **Affected Tests:** 2 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Tests.Perf_Array.ArrayAssign2D | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_Array.ArrayAssign2D.html) | +13.07% | 582381.554573 | 658517.719459 | [7](#7-34545d790e---jit-dont-mark-callees-noinline-for-non-fatal-observations-with-pgo-114821) | | System.Tests.Perf_Array.ArrayAssign3D | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_Array.ArrayAssign3D.html) | +8.71% | 645752.771577 | 701975.255766 | [16](#16-30082a461a---jit-save-pgo-data-in-inline-context-use-it-for-call-optimization-116241), [35](#35-c8cb0f87fe---jit-dont-clone-or-unroll-cold-loops-115744) | @@ -671,7 +671,7 @@ **Commit:** [373f048bae](https://github.com/dotnet/runtime/commit/373f048bae3c46810bc030ed7c1ee0568ee5ecc0) **Affected Tests:** 2 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Collections.ContainsFalse.Array(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.ContainsFalse%28String%29.Array%28Size%3A%20512%29.html) | +46.85% | 594918.396046 | 873660.223214 | None | | System.Collections.ContainsTrue.Array(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.ContainsTrue%28String%29.Array%28Size%3A%20512%29.html) | +33.97% | 301927.173913 | 404488.306591 | None | @@ -684,7 +684,7 @@ **Commit:** [845dc11a2d](https://github.com/dotnet/runtime/commit/845dc11a2dd779170dc0ca642a339afb883fdb1a) **Affected Tests:** 2 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.IO.Tests.Perf_Path.Combine | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.IO.Tests.Perf_Path.Combine.html) | +12.71% | 7.004453 | 7.894476 | [10](#10-ea43e17c95---jit-run-profile-repair-after-frontend-phases-111915) | | System.IO.Tests.BinaryReaderTests.ReadUInt64 | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.IO.Tests.BinaryReaderTests.ReadUInt64.html) | +9.25% | 5.900907 | 6.446611 | [45](#45-95814d0f99---main-update-dependencies-from-dncenginternaldotnet-optimization-110904) | @@ -697,7 +697,7 @@ **Commit:** [c37cfcc645](https://github.com/dotnet/runtime/commit/c37cfcc6459605e7cd1e1311c6dc74ee087ec08c) **Affected Tests:** 2 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | Benchstone.MDBenchI.MDArray2.Test | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/Benchstone.MDBenchI.MDArray2.Test.html) | +42.29% | 1341308426.785714 | 1908533569.642857 | [6](#6-1c10ceecbf---jit-add-3-opt-implementation-for-improving-upon-rpo-based-block-layout-103450), [10](#10-ea43e17c95---jit-run-profile-repair-after-frontend-phases-111915) | | Benchstone.BenchF.MatInv4.Test | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/Benchstone.BenchF.MatInv4.Test.html) | +8.09% | 2138345.982143 | 2311430.233990 | [15](#15-8b00880aad---jit-shrink-data-section-for-const-vector-loads-114040) | @@ -710,7 +710,7 @@ **Commit:** [c8cb0f87fe](https://github.com/dotnet/runtime/commit/c8cb0f87fe8616619462f517fcbe149b55c94354) **Affected Tests:** 2 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Tests.Perf_UInt16.TryParse(value: "0") | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_UInt16.TryParse%28value%3A%20%220%22%29.html) | +10.44% | 9.049546 | 9.994569 | None | | System.Tests.Perf_Array.ArrayAssign3D | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_Array.ArrayAssign3D.html) | +8.71% | 645752.771577 | 701975.255766 | [16](#16-30082a461a---jit-save-pgo-data-in-inline-context-use-it-for-call-optimization-116241), [31](#31-eb456e6121---move-unboxing-helpers-to-managed-code-109135) | @@ -723,7 +723,7 @@ **Commit:** [ac7097cb47](https://github.com/dotnet/runtime/commit/ac7097cb4761d9c71e212bf07e4d916d1571c96b) **Affected Tests:** 2 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Threading.Channels.Tests.BoundedChannelPerfTests.TryWriteThenTryRead | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Threading.Channels.Tests.BoundedChannelPerfTests.TryWriteThenTryRead.html) | +10.08% | 51.325378 | 56.499731 | None | | System.Numerics.Tests.Perf_BigInteger.Equals(arguments: 67 bytes, DiffLastByte) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tests.Perf_BigInteger.Equals%28arguments%3A%2067%20bytes%2C%20DiffLastByte%29.html) | +10.46% | 5.893115 | 6.509473 | None | @@ -736,7 +736,7 @@ **Commit:** [5428078859](https://github.com/dotnet/runtime/commit/54280788590d6012758302d4056aa45720133be2) **Affected Tests:** 1 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Tests.Perf_GC.AllocateUninitializedArray(length: 10000, pinned: False) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_GC%28Byte%29.AllocateUninitializedArray%28length%3A%2010000%2C%20pinned%3A%20False%29.html) | +6.70% | 128.930735 | 137.570091 | None | @@ -748,7 +748,7 @@ **Commit:** [76146eec5d](https://github.com/dotnet/runtime/commit/76146eec5db3346536c659aea3505c1f4100873f) **Affected Tests:** 1 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Linq.Tests.Perf_Enumerable.Count(input: IEnumerable) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Linq.Tests.Perf_Enumerable.Count%28input%3A%20IEnumerable%29.html) | +13.24% | 174.144196 | 197.202301 | [27](#27-dedb7d17ac---unblock-cloning-of-loops-where-the-header-is-a-try-begin-108604) | @@ -760,7 +760,7 @@ **Commit:** [023686e6c2](https://github.com/dotnet/runtime/commit/023686e6c2b0e6d8161680fff14b0703cd041ca5) **Affected Tests:** 1 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Memory.Slice.MemorySpanStartLength | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Memory.Slice%28String%29.MemorySpanStartLength.html) | +7.45% | 3.031079 | 3.256775 | [29](#29-489a1512f5---remove-ldsfld-quirk-108606) | @@ -772,7 +772,7 @@ **Commit:** [6cea093a3a](https://github.com/dotnet/runtime/commit/6cea093a3a378e9ebd3885e4c14957e738cc2009) **Affected Tests:** 1 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Text.Json.Tests.Perf_Strings.WriteStringsUtf16(Formatted: True, SkipValidation: False, Escaped: AllEscaped) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.Json.Tests.Perf_Strings.WriteStringsUtf16%28Formatted%3A%20True%2C%20SkipValidation%3A%20False%2C%20Escaped%3A%20AllEscaped%29.html) | +16.09% | 71001483.928571 | 82422739.285714 | None | @@ -784,7 +784,7 @@ **Commit:** [26612c84ca](https://github.com/dotnet/runtime/commit/26612c84cad2b5a17e3de3484fa0caadb430c7b6) **Affected Tests:** 1 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Buffers.Tests.RentReturnArrayPoolTests.MultipleSerial(RentalSize: 4096, ManipulateArray: False, Async: False, UseSharedPool: True) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Buffers.Tests.RentReturnArrayPoolTests%28Object%29.MultipleSerial%28RentalSize%3A%204096%2C%20ManipulateArray%3A%20False%2C%20Async%3A%20False%2C%20UseSharedPool%3A%20True%29.html) | +5.39% | N/A | N/A | None | @@ -796,7 +796,7 @@ **Commit:** [54b86f1843](https://github.com/dotnet/runtime/commit/54b86f18439397f51fbf4b14f6127a337446f3cf) **Affected Tests:** 1 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Numerics.Tests.Perf_VectorOf.SquareRootBenchmark | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tests.Perf_VectorOf%28Single%29.SquareRootBenchmark.html) | +343.73% | 2.069841 | 9.184416 | None | @@ -808,7 +808,7 @@ **Commit:** [dfb2b8a861](https://github.com/dotnet/runtime/commit/dfb2b8a861fc97ce90c8f31c886d4d27c5b36f46) **Affected Tests:** 1 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Xml.Linq.Perf_XElementList.Enumerator | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Xml.Linq.Perf_XElementList.Enumerator.html) | +13.26% | 185.776112 | 210.411357 | None | @@ -820,7 +820,7 @@ **Commit:** [cdfafde684](https://github.com/dotnet/runtime/commit/cdfafde684f4cf62db38dd0168362f43a15c89c1) **Affected Tests:** 1 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Buffers.Text.Tests.Utf8FormatterTests.FormatterUInt32(value: 4294967295) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Buffers.Text.Tests.Utf8FormatterTests.FormatterUInt32%28value%3A%204294967295%29.html) | +29.08% | 10.507694 | 13.563078 | [24](#24-b0d68f75f9---jit-use-flowgraph-annotations-to-scale-loop-blocks-in-optsetblockweights-116120) | @@ -832,7 +832,7 @@ **Commit:** [95814d0f99](https://github.com/dotnet/runtime/commit/95814d0f99fd876fdc2f6b5b4cf5d5fc94adaea9) **Affected Tests:** 1 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.IO.Tests.BinaryReaderTests.ReadUInt64 | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.IO.Tests.BinaryReaderTests.ReadUInt64.html) | +9.25% | 5.900907 | 6.446611 | [33](#33-845dc11a2d---jit-move-profile-consistency-checks-to-after-morph-111253) | @@ -844,7 +844,7 @@ **Commit:** [aecae2c385](https://github.com/dotnet/runtime/commit/aecae2c3853ea793ede98906320312ca6c199ec1) **Affected Tests:** 1 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | Microsoft.Extensions.Primitives.Performance.StringValuesBenchmark.Indexer_FirstElement_Array | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/Microsoft.Extensions.Primitives.Performance.StringValuesBenchmark.Indexer_FirstElement_Array.html) | +12.81% | 4.139284 | 4.669323 | None | @@ -856,7 +856,7 @@ **Commit:** [4020e05efd](https://github.com/dotnet/runtime/commit/4020e05efdfcc6b10eab90aeb8a8b5d80f75786f) **Affected Tests:** 1 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Buffers.Text.Tests.Utf8FormatterTests.FormatterUInt64(value: 12345) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Buffers.Text.Tests.Utf8FormatterTests.FormatterUInt64%28value%3A%2012345%29.html) | +11.32% | 8.906934 | 9.915216 | [3](#3-41be5e229b---jit-graph-based-loop-inversion-116017) | @@ -868,7 +868,7 @@ **Commit:** [dde00d376e](https://github.com/dotnet/runtime/commit/dde00d376e4b40674488c5c688899d7a343f4eca) **Affected Tests:** 1 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Collections.AddGivenSize.Stack(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.AddGivenSize%28Int32%29.Stack%28Size%3A%20512%29.html) | +13.23% | 971.297094 | 1099.778245 | None | @@ -880,7 +880,7 @@ **Commit:** [1af7c2370b](https://github.com/dotnet/runtime/commit/1af7c2370bce80cba73d442d69f4a2f1b02dcbef) **Affected Tests:** 1 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.MathBenchmarks.Double.ILogB | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.MathBenchmarks.Double.ILogB.html) | +8.43% | 7854.336984 | 8516.370698 | None | @@ -892,7 +892,7 @@ **Commit:** [397863948b](https://github.com/dotnet/runtime/commit/397863948b5e0ca98ee849053153078acdf3be86) **Affected Tests:** 1 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | ByteMark.BenchNumericSortRectangular | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/ByteMark.BenchNumericSortRectangular.html) | +6.76% | 1120886460.000000 | 1196654188.000000 | [6](#6-1c10ceecbf---jit-add-3-opt-implementation-for-improving-upon-rpo-based-block-layout-103450) | @@ -904,7 +904,7 @@ **Commit:** [fc8b63c3b3](https://github.com/dotnet/runtime/commit/fc8b63c3b36744b4012210e67cabb7fd96c938b5) **Affected Tests:** 1 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Text.RegularExpressions.Tests.Perf_Regex_Common.CtorInvoke(Options: IgnoreCase, Compiled) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Text.RegularExpressions.Tests.Perf_Regex_Common.CtorInvoke%28Options%3A%20IgnoreCase%2C%20Compiled%29.html) | +12.94% | 337287.419076 | 380922.283664 | [15](#15-8b00880aad---jit-shrink-data-section-for-const-vector-loads-114040) | @@ -916,7 +916,7 @@ **Commit:** [e9a91f90b8](https://github.com/dotnet/runtime/commit/e9a91f90b84e79a2d21f480778e5d4850579b594) **Affected Tests:** 1 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | SciMark2.kernel.benchSparseMult | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/SciMark2.kernel.benchSparseMult.html) | +67.64% | 596219400.000000 | 999489944.642857 | [2](#2-ddf8075a2f---jit-visit-blocks-in-rpo-during-lsra-107927), [3](#3-41be5e229b---jit-graph-based-loop-inversion-116017) | @@ -928,7 +928,7 @@ **Commit:** [343b0349fa](https://github.com/dotnet/runtime/commit/343b0349fae8d2a32aefd058cc779e9b3647a646) **Affected Tests:** 1 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Memory.Span.IndexOfAnyTwoValues(Size: 4) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Memory.Span%28Byte%29.IndexOfAnyTwoValues%28Size%3A%204%29.html) | +5.81% | 5.030917 | 5.323267 | [2](#2-ddf8075a2f---jit-visit-blocks-in-rpo-during-lsra-107927), [3](#3-41be5e229b---jit-graph-based-loop-inversion-116017) | @@ -940,7 +940,7 @@ **Commit:** [2ec50bd313](https://github.com/dotnet/runtime/commit/2ec50bd31322da4c261e541a3db209a38be1ca81) **Affected Tests:** 1 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Tests.Perf_Enum.ToString_Flags(value: Red, Orange, Yellow, Green, Blue) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_Enum.ToString_Flags%28value%3A%20Red%2C%20Orange%2C%20Yellow%2C%20Green%2C%20Blue%29.html) | +11.99% | 58.137628 | 65.108616 | [16](#16-30082a461a---jit-save-pgo-data-in-inline-context-use-it-for-call-optimization-116241) | @@ -952,7 +952,7 @@ **Commit:** [48ace183c4](https://github.com/dotnet/runtime/commit/48ace183c442e367738374671a86bd82ed60e7d9) **Affected Tests:** 1 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | Span.Sorting.BubbleSortSpan(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/Span.Sorting.BubbleSortSpan%28Size%3A%20512%29.html) | +56.16% | 212227.260218 | 331405.043971 | [6](#6-1c10ceecbf---jit-add-3-opt-implementation-for-improving-upon-rpo-based-block-layout-103450) | @@ -964,7 +964,7 @@ **Commit:** [630de838ac](https://github.com/dotnet/runtime/commit/630de838aca00a7d7af635ca00312bd7a5d75c5d) **Affected Tests:** 1 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Tests.Perf_GC.AllocateUninitializedArray(length: 10000, pinned: False) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Tests.Perf_GC%28Char%29.AllocateUninitializedArray%28length%3A%2010000%2C%20pinned%3A%20False%29.html) | +6.25% | 178.127119 | 189.257301 | None | @@ -976,7 +976,7 @@ **Commit:** [33b5215c15](https://github.com/dotnet/runtime/commit/33b5215c15b16ad9e2738c325f6b562702c308d3) **Affected Tests:** 1 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Numerics.Tests.Perf_BigInteger.Equals(arguments: 259 bytes, Same) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Numerics.Tests.Perf_BigInteger.Equals%28arguments%3A%20259%20bytes%2C%20Same%29.html) | +21.05% | 9.046885 | 10.951312 | [14](#14-02127c782a---jit-dont-put-cold-blocks-in-rpo-during-layout-112448) | @@ -988,7 +988,7 @@ **Commit:** [fd8933aac2](https://github.com/dotnet/runtime/commit/fd8933aac237d2f3103de071ec4bc1547bfef16c) **Affected Tests:** 1 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | Interop.ComWrappersTests.ParallelRCWLookUp | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/Interop.ComWrappersTests.ParallelRCWLookUp.html) | +60.90% | 410610157.142857 | 660667346.428571 | None | @@ -1000,7 +1000,7 @@ **Commit:** [3c8bae3ff0](https://github.com/dotnet/runtime/commit/3c8bae3ff0906f590c6eec61eb114eac205ac2cc) **Affected Tests:** 1 -| Test Name | Link | Change | Before | After | Other Changepoints | +| Test Name | Link | Change | .NET 9 | .NET 10 | Other Changepoints | |-----------|------|--------|--------|-------|--------------------| | System.Collections.IterateForEach.Stack(Size: 512) | [Link](https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows%2010.0.22621/System.Collections.IterateForEach%28Int32%29.Stack%28Size%3A%20512%29.html) | +10.26% | 1467.246764 | 1617.809652 | None |