-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Perf] Changes at 12/14/2020 10:40:50 PM #3687
Comments
Run Information
Regressions in System.Buffers.Text.Tests.Utf8FormatterTests
Reprogit clone https://github.com/dotnet/performance.git
python3 .\performance\scripts\benchmarks_ci.py -f netcoreapp5.0 --filter 'System.Buffers.Text.Tests.Utf8FormatterTests*' . PayloadsHistogramSystem.Buffers.Text.Tests.Utf8FormatterTests.FormatterInt64(value: 12345)
System.Buffers.Text.Tests.Utf8FormatterTests.FormatterUInt64(value: 12345)
System.Buffers.Text.Tests.Utf8FormatterTests.FormatterInt64(value: 9223372036854775807)
System.Buffers.Text.Tests.Utf8FormatterTests.FormatterUInt64(value: 18446744073709551615)
System.Buffers.Text.Tests.Utf8FormatterTests.FormatterInt64(value: -9223372036854775808)
System.Buffers.Text.Tests.Utf8FormatterTests.FormatterInt32(value: -2147483648)
System.Buffers.Text.Tests.Utf8FormatterTests.FormatterInt32(value: 2147483647)
System.Buffers.Text.Tests.Utf8FormatterTests.FormatterUInt32(value: 12345)
DocsProfiling workflow for dotnet/runtime repository
Regressions in System.Text.Json.Serialization.Tests.WriteJson<HashSet>
Reprogit clone https://github.com/dotnet/performance.git
python3 .\performance\scripts\benchmarks_ci.py -f netcoreapp5.0 --filter 'System.Text.Json.Serialization.Tests.WriteJson<HashSet<String>>*' . PayloadsHistogramSystem.Text.Json.Serialization.Tests.WriteJson<HashSet>.SerializeObjectProperty
System.Text.Json.Serialization.Tests.WriteJson<HashSet>.SerializeToStream
DocsProfiling workflow for dotnet/runtime repository Run Information
Regressions in BenchmarksGame.FannkuchRedux_5
Reprogit clone https://github.com/dotnet/performance.git
python3 .\performance\scripts\benchmarks_ci.py -f netcoreapp5.0 --filter 'BenchmarksGame.FannkuchRedux_5*' . PayloadsHistogramBenchmarksGame.FannkuchRedux_5.RunBench(n: 10, expectedSum: 38)
DocsProfiling workflow for dotnet/runtime repository Run Information
Regressions in System.Text.Json.Serialization.Tests.ReadJson
Reprogit clone https://github.com/dotnet/performance.git
python3 .\performance\scripts\benchmarks_ci.py -f netcoreapp5.0 --filter 'System.Text.Json.Serialization.Tests.ReadJson<BinaryData>*' . PayloadsHistogramSystem.Text.Json.Serialization.Tests.ReadJson.DeserializeFromString
System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromUtf8Bytes
System.Text.Json.Serialization.Tests.ReadJson.DeserializeFromStream
DocsProfiling workflow for dotnet/runtime repository Run Information
Regressions in GuardedDevirtualization.ThreeClassVirtual
Reprogit clone https://github.com/dotnet/performance.git
python3 .\performance\scripts\benchmarks_ci.py -f netcoreapp5.0 --filter 'GuardedDevirtualization.ThreeClassVirtual*' . PayloadsHistogramGuardedDevirtualization.ThreeClassVirtual.Call(testInput: pB=1.00 pD=0.00)
GuardedDevirtualization.ThreeClassVirtual.Call(testInput: pB=0.33 pD=0.33)
DocsProfiling workflow for dotnet/runtime repository Run Information
Regressions in System.Tests.Perf_UInt32
Related Issue on x64 Windows[Perf -11%] System.Tests.Perf_UInt32.TryParseHex
Reprogit clone https://github.com/dotnet/performance.git
python3 .\performance\scripts\benchmarks_ci.py -f netcoreapp5.0 --filter 'System.Tests.Perf_UInt32*' . PayloadsHistogramSystem.Tests.Perf_UInt32.Parse(value: "12345")
DocsProfiling workflow for dotnet/runtime repository Run Information
Regressions in System.Tests.Perf_Int32
Reprogit clone https://github.com/dotnet/performance.git
python3 .\performance\scripts\benchmarks_ci.py -f netcoreapp5.0 --filter 'System.Tests.Perf_Int32*' . PayloadsHistogramSystem.Tests.Perf_Int32.Parse(value: "4")
System.Tests.Perf_Int32.ParseHex(value: "4")
System.Tests.Perf_Int32.TryParseSpan(value: "2147483647")
System.Tests.Perf_Int32.Parse(value: "12345")
System.Tests.Perf_Int32.Parse(value: "-2147483648")
System.Tests.Perf_Int32.TryParseSpan(value: "-2147483648")
DocsProfiling workflow for dotnet/runtime repository Run Information
Regressions in Span.IndexerBench
Reprogit clone https://github.com/dotnet/performance.git
python3 .\performance\scripts\benchmarks_ci.py -f netcoreapp5.0 --filter 'Span.IndexerBench*' . PayloadsHistogramSpan.IndexerBench.Ref(length: 1024)
Span.IndexerBench.Indexer4(length: 1024)
Span.IndexerBench.Fixed1(length: 1024)
Span.IndexerBench.Indexer5(length: 1024)
Span.IndexerBench.Fixed2(length: 1024)
Span.IndexerBench.Indexer1(length: 1024)
DocsProfiling workflow for dotnet/runtime repository Run Information
Regressions in System.Buffers.Tests.ReadOnlySequenceTests
Related Issue on x86 Windows[Perf 6%] System.Buffers.Tests.ReadOnlySequenceTests.FirstSpanTenSegments
Reprogit clone https://github.com/dotnet/performance.git
python3 .\performance\scripts\benchmarks_ci.py -f netcoreapp5.0 --filter 'System.Buffers.Tests.ReadOnlySequenceTests<Char>*' . PayloadsHistogramSystem.Buffers.Tests.ReadOnlySequenceTests.SliceTenSegments
System.Buffers.Tests.ReadOnlySequenceTests.FirstSpanSingleSegment
System.Buffers.Tests.ReadOnlySequenceTests.SliceMemory
System.Buffers.Tests.ReadOnlySequenceTests.SliceArray
DocsProfiling workflow for dotnet/runtime repository |
Run Information
Regressions in System.Tests.Perf_String
Related Issue on x64 Windows[Perf -15%] System.Tests.Perf_String.Replace_String Related Issue on x64 Windows[Perf -6%] System.Tests.Perf_String.Concat_str_str_str Related Issue on x86 Windows[Perf -8%] System.Tests.Perf_String.Replace_Char
Reprogit clone https://github.com/dotnet/performance.git
python3 .\performance\scripts\benchmarks_ci.py -f netcoreapp5.0 --filter 'System.Tests.Perf_String*' . PayloadsHistogramSystem.Tests.Perf_String.PadLeft(n: 2142)
System.Tests.Perf_String.Concat_str_str(size: 100)
System.Tests.Perf_String.Concat_str_str_str(size: 1000)
System.Tests.Perf_String.Trim(s: " Te st ")
System.Tests.Perf_String.Concat_str_str_str_str(size: 100)
System.Tests.Perf_String.GetChars(size: 100)
System.Tests.Perf_String.Concat_str_str_str_str(size: 1000)
System.Tests.Perf_String.Concat_str_str_str(size: 100)
System.Tests.Perf_String.Trim_CharArr(s: " Te st ", c: [' ', ' '])
System.Tests.Perf_String.Trim_CharArr(s: " Test", c: [' ', ' '])
System.Tests.Perf_String.Remove_IntInt(s: "dzsdzsDDZSDZSDZSddsz", i1: 0, i2: 8)
System.Tests.Perf_String.Substring_Int(s: "dzsdzsDDZSDZSDZSddsz", i: 7)
System.Tests.Perf_String.IndexOfAny
System.Tests.Perf_String.Substring_Int(s: "dzsdzsDDZSDZSDZSddsz", i: 10)
System.Tests.Perf_String.Trim_CharArr(s: "Test", c: [' ', ' '])
System.Tests.Perf_String.IndexerCheckPathLength
System.Tests.Perf_String.TrimEnd_CharArr(s: "Test", c: [' ', ' '])
System.Tests.Perf_String.Remove_Int(s: "dzsdzsDDZSDZSDZSddsz", i: 10)
System.Tests.Perf_String.GetChars(size: 1000)
System.Tests.Perf_String.IndexerCheckLengthHoisting
DocsProfiling workflow for dotnet/runtime repository
Regressions in System.Collections.IndexerSetReverse
Reprogit clone https://github.com/dotnet/performance.git
python3 .\performance\scripts\benchmarks_ci.py -f netcoreapp5.0 --filter 'System.Collections.IndexerSetReverse<String>*' . PayloadsHistogramSystem.Collections.IndexerSetReverse.Array(Size: 512)
DocsProfiling workflow for dotnet/runtime repository Run Information
Regressions in System.Collections.TryGetValueFalse<String, String>
Reprogit clone https://github.com/dotnet/performance.git
python3 .\performance\scripts\benchmarks_ci.py -f netcoreapp5.0 --filter 'System.Collections.TryGetValueFalse<String, String>*' . PayloadsHistogramSystem.Collections.TryGetValueFalse<String, String>.Dictionary(Size: 512)
System.Collections.TryGetValueFalse<String, String>.IDictionary(Size: 512)
DocsProfiling workflow for dotnet/runtime repository Run Information
Regressions in Benchstone.BenchI.Midpoint
Reprogit clone https://github.com/dotnet/performance.git
python3 .\performance\scripts\benchmarks_ci.py -f netcoreapp5.0 --filter 'Benchstone.BenchI.Midpoint*' . PayloadsHistogramBenchstone.BenchI.Midpoint.Test
DocsProfiling workflow for dotnet/runtime repository Run Information
Regressions in Benchstone.BenchF.SqMtx
Reprogit clone https://github.com/dotnet/performance.git
python3 .\performance\scripts\benchmarks_ci.py -f netcoreapp5.0 --filter 'Benchstone.BenchF.SqMtx*' . PayloadsHistogramBenchstone.BenchF.SqMtx.Test
DocsProfiling workflow for dotnet/runtime repository Run Information
Regressions in System.Tests.Perf_Decimal
Reprogit clone https://github.com/dotnet/performance.git
python3 .\performance\scripts\benchmarks_ci.py -f netcoreapp5.0 --filter 'System.Tests.Perf_Decimal*' . PayloadsHistogramSystem.Tests.Perf_Decimal.Add
System.Tests.Perf_Decimal.Subtract
System.Tests.Perf_Decimal.Round
System.Tests.Perf_Decimal.TryParse(value: "123456.789")
DocsProfiling workflow for dotnet/runtime repository Run Information
Regressions in System.Collections.CreateAddAndClear
Reprogit clone https://github.com/dotnet/performance.git
python3 .\performance\scripts\benchmarks_ci.py -f netcoreapp5.0 --filter 'System.Collections.CreateAddAndClear<Int32>*' . PayloadsHistogramSystem.Collections.CreateAddAndClear.Stack(Size: 512)
System.Collections.CreateAddAndClear.Dictionary(Size: 512)
DocsProfiling workflow for dotnet/runtime repository Run Information
Regressions in System.Tests.Perf_Char
Related Issue on x64 Windows[Perf 26%] System.Tests.Perf_Char (2) Related Issue on x86 Windows[Perf 32%] System.Tests.Perf_Char (3)
Reprogit clone https://github.com/dotnet/performance.git
python3 .\performance\scripts\benchmarks_ci.py -f netcoreapp5.0 --filter 'System.Tests.Perf_Char*' . PayloadsHistogramSystem.Tests.Perf_Char.Char_ToUpperInvariant(input: "Hello World!")
System.Tests.Perf_Char.Char_ToUpper(c: '你', cultureName: zh-Hans)
System.Tests.Perf_Char.Char_ToUpper(c: 'İ', cultureName: en-US)
System.Tests.Perf_Char.Char_ToLower(c: 'İ', cultureName: en-US)
DocsProfiling workflow for dotnet/runtime repository Run Information
Regressions in System.Text.Tests.Perf_Encoding
Reprogit clone https://github.com/dotnet/performance.git
python3 .\performance\scripts\benchmarks_ci.py -f netcoreapp5.0 --filter 'System.Text.Tests.Perf_Encoding*' . PayloadsHistogramSystem.Text.Tests.Perf_Encoding.GetString(size: 16, encName: "utf-8")
System.Text.Tests.Perf_Encoding.GetChars(size: 16, encName: "utf-8")
System.Text.Tests.Perf_Encoding.GetString(size: 512, encName: "utf-8")
System.Text.Tests.Perf_Encoding.GetByteCount(size: 16, encName: "utf-8")
System.Text.Tests.Perf_Encoding.GetBytes(size: 16, encName: "utf-8")
DocsProfiling workflow for dotnet/runtime repository |
Run Information
Regressions in System.Collections.AddGivenSize
Reprogit clone https://github.com/dotnet/performance.git
python3 .\performance\scripts\benchmarks_ci.py -f netcoreapp5.0 --filter 'System.Collections.AddGivenSize<String>*' . PayloadsHistogramSystem.Collections.AddGivenSize.IDictionary(Size: 512)
DocsProfiling workflow for dotnet/runtime repository
Regressions in BenchmarksGame.FannkuchRedux_9
Reprogit clone https://github.com/dotnet/performance.git
python3 .\performance\scripts\benchmarks_ci.py -f netcoreapp5.0 --filter 'BenchmarksGame.FannkuchRedux_9*' . PayloadsHistogramBenchmarksGame.FannkuchRedux_9.RunBench(n: 11, expectedSum: 556355)
DocsProfiling workflow for dotnet/runtime repository Run Information
Regressions in Benchstone.BenchF.FFT
Reprogit clone https://github.com/dotnet/performance.git
python3 .\performance\scripts\benchmarks_ci.py -f netcoreapp5.0 --filter 'Benchstone.BenchF.FFT*' . PayloadsHistogramBenchstone.BenchF.FFT.Test
DocsProfiling workflow for dotnet/runtime repository Run Information
Regressions in System.Text.Json.Serialization.Tests.WriteJson
Related Issue on x64 Windows[Perf 24%] System.Text.Json.Serialization.Tests.WriteJson (4) Related Issue on x86 Windows[Perf 24%] System.Text.Json.Serialization.Tests.WriteJson (4)
Reprogit clone https://github.com/dotnet/performance.git
python3 .\performance\scripts\benchmarks_ci.py -f netcoreapp5.0 --filter 'System.Text.Json.Serialization.Tests.WriteJson<ArrayList>*' . PayloadsHistogramSystem.Text.Json.Serialization.Tests.WriteJson.SerializeToUtf8Bytes
DocsProfiling workflow for dotnet/runtime repository Run Information
Regressions in Benchstone.BenchI.Array2
Reprogit clone https://github.com/dotnet/performance.git
python3 .\performance\scripts\benchmarks_ci.py -f netcoreapp5.0 --filter 'Benchstone.BenchI.Array2*' . PayloadsHistogramBenchstone.BenchI.Array2.Test
DocsProfiling workflow for dotnet/runtime repository Run Information
Regressions in Benchstone.BenchI.BubbleSort2
Related Issue on x86 Windows[Perf -7%] Benchstone.BenchI.BubbleSort2.Test
Reprogit clone https://github.com/dotnet/performance.git
python3 .\performance\scripts\benchmarks_ci.py -f netcoreapp5.0 --filter 'Benchstone.BenchI.BubbleSort2*' . PayloadsHistogramBenchstone.BenchI.BubbleSort2.Test
DocsProfiling workflow for dotnet/runtime repository Run Information
Regressions in System.Text.Json.Tests.Perf_Get
Reprogit clone https://github.com/dotnet/performance.git
python3 .\performance\scripts\benchmarks_ci.py -f netcoreapp5.0 --filter 'System.Text.Json.Tests.Perf_Get*' . PayloadsHistogramSystem.Text.Json.Tests.Perf_Get.GetSingle
System.Text.Json.Tests.Perf_Get.GetDouble
DocsProfiling workflow for dotnet/runtime repository Run Information
Regressions in System.Collections.TryAddGiventSize
Reprogit clone https://github.com/dotnet/performance.git
python3 .\performance\scripts\benchmarks_ci.py -f netcoreapp5.0 --filter 'System.Collections.TryAddGiventSize<String>*' . PayloadsHistogramSystem.Collections.TryAddGiventSize.Dictionary(Count: 512)
DocsProfiling workflow for dotnet/runtime repository Run Information
Regressions in System.Net.Primitives.Tests.IPAddressPerformanceTests
Related Issue on x86 Windows[Perf 13%] System.Net.Primitives.Tests.IPAddressPerformanceTests (2)
Reprogit clone https://github.com/dotnet/performance.git
python3 .\performance\scripts\benchmarks_ci.py -f netcoreapp5.0 --filter 'System.Net.Primitives.Tests.IPAddressPerformanceTests*' . PayloadsHistogramSystem.Net.Primitives.Tests.IPAddressPerformanceTests.TryFormat(address: 143.24.20.36)
DocsProfiling workflow for dotnet/runtime repository Run Information
Regressions in System.Collections.AddGivenSize
Reprogit clone https://github.com/dotnet/performance.git
python3 .\performance\scripts\benchmarks_ci.py -f netcoreapp5.0 --filter 'System.Collections.AddGivenSize<Int32>*' . PayloadsHistogramSystem.Collections.AddGivenSize.Stack(Size: 512)
DocsProfiling workflow for dotnet/runtime repository Run Information
Regressions in PerfLabTests.DelegatePerf
Related Issue on x64 Windows[Perf -13%] PerfLabTests.DelegatePerf.MulticastDelegateInvoke Related Issue on x86 Windows[Perf 10%] PerfLabTests.DelegatePerf.MulticastDelegateCombineInvoke
Reprogit clone https://github.com/dotnet/performance.git
python3 .\performance\scripts\benchmarks_ci.py -f netcoreapp5.0 --filter 'PerfLabTests.DelegatePerf*' . PayloadsHistogramPerfLabTests.DelegatePerf.MulticastDelegateInvoke(length: 1000)
DocsProfiling workflow for dotnet/runtime repository Run Information
Regressions in System.MathBenchmarks.MathTests
Reprogit clone https://github.com/dotnet/performance.git
python3 .\performance\scripts\benchmarks_ci.py -f netcoreapp5.0 --filter 'System.MathBenchmarks.MathTests*' . PayloadsHistogramSystem.MathBenchmarks.MathTests.DivRemInt32
DocsProfiling workflow for dotnet/runtime repository Run Information
Regressions in System.Collections.CreateAddAndRemove
Reprogit clone https://github.com/dotnet/performance.git
python3 .\performance\scripts\benchmarks_ci.py -f netcoreapp5.0 --filter 'System.Collections.CreateAddAndRemove<String>*' . PayloadsHistogramSystem.Collections.CreateAddAndRemove.SortedList(Size: 512)
DocsProfiling workflow for dotnet/runtime repository Run Information
Regressions in Benchstone.BenchI.XposMatrix
Reprogit clone https://github.com/dotnet/performance.git
python3 .\performance\scripts\benchmarks_ci.py -f netcoreapp5.0 --filter 'Benchstone.BenchI.XposMatrix*' . PayloadsHistogramBenchstone.BenchI.XposMatrix.Test
DocsProfiling workflow for dotnet/runtime repository Run Information
Regressions in System.Text.RegularExpressions.Tests.Perf_Regex_Common
Reprogit clone https://github.com/dotnet/performance.git
python3 .\performance\scripts\benchmarks_ci.py -f netcoreapp5.0 --filter 'System.Text.RegularExpressions.Tests.Perf_Regex_Common*' . PayloadsHistogramSystem.Text.RegularExpressions.Tests.Perf_Regex_Common.MatchesWord(Options: IgnoreCase, Compiled)
DocsProfiling workflow for dotnet/runtime repository Run Information
Regressions in System.Numerics.Tests.Perf_Vector4
Reprogit clone https://github.com/dotnet/performance.git
python3 .\performance\scripts\benchmarks_ci.py -f netcoreapp5.0 --filter 'System.Numerics.Tests.Perf_Vector4*' . PayloadsHistogramSystem.Numerics.Tests.Perf_Vector4.TransformVector3ByQuaternionBenchmark
DocsProfiling workflow for dotnet/runtime repository |
Run Information
Regressions in System.IO.Tests.Perf_Path
Related Issue on x64 Windows[Perf 25%] System.IO.Tests.Perf_Path.Combine
Reprogit clone https://github.com/dotnet/performance.git
python3 .\performance\scripts\benchmarks_ci.py -f netcoreapp5.0 --filter 'System.IO.Tests.Perf_Path*' . PayloadsHistogramSystem.IO.Tests.Perf_Path.GetFullPathForReallyLongPath
System.IO.Tests.Perf_Path.GetDirectoryName
System.IO.Tests.Perf_Path.GetFullPathForTypicalLongPath
System.IO.Tests.Perf_Path.ChangeExtension
System.IO.Tests.Perf_Path.GetFileName
DocsProfiling workflow for dotnet/runtime repository
Regressions in System.Collections.Tests.Perf_BitArray
Related Issue on x64 Windows[Perf 7%] System.Collections.Tests.Perf_BitArray.BitArrayCopyToByteArray Related Issue on x64 Windows[Perf -6%] System.Collections.Tests.Perf_BitArray.BitArrayIntArrayCtor
Reprogit clone https://github.com/dotnet/performance.git
python3 .\performance\scripts\benchmarks_ci.py -f netcoreapp5.0 --filter 'System.Collections.Tests.Perf_BitArray*' . PayloadsHistogramSystem.Collections.Tests.Perf_BitArray.BitArrayXor(Size: 512)
System.Collections.Tests.Perf_BitArray.BitArrayAnd(Size: 512)
System.Collections.Tests.Perf_BitArray.BitArrayLengthValueCtor(Size: 512)
System.Collections.Tests.Perf_BitArray.BitArraySetAll(Size: 512)
System.Collections.Tests.Perf_BitArray.BitArrayRightShift(Size: 4)
System.Collections.Tests.Perf_BitArray.BitArrayNot(Size: 512)
System.Collections.Tests.Perf_BitArray.BitArrayCopyToBoolArray(Size: 4)
System.Collections.Tests.Perf_BitArray.BitArrayBoolArrayCtor(Size: 4)
DocsProfiling workflow for dotnet/runtime repository Run Information
Regressions in System.Tests.Perf_Array
Related Issue on x64 Windows[Perf -10%] System.Tests.Perf_Array (3) Related Issue on x86 Windows[Perf 24%] System.Tests.Perf_Array.ArrayResize
Reprogit clone https://github.com/dotnet/performance.git
python3 .\performance\scripts\benchmarks_ci.py -f netcoreapp5.0 --filter 'System.Tests.Perf_Array*' . PayloadsHistogramSystem.Tests.Perf_Array.Reverse
System.Tests.Perf_Array.ArrayResize
DocsProfiling workflow for dotnet/runtime repository Run Information
Regressions in System.Memory.Span
Reprogit clone https://github.com/dotnet/performance.git
python3 .\performance\scripts\benchmarks_ci.py -f netcoreapp5.0 --filter 'System.Memory.Span<Int32>*' . PayloadsHistogramSystem.Memory.Span.Fill(Size: 512)
System.Memory.Span.Reverse(Size: 512)
System.Memory.Span.EndsWith(Size: 512)
DocsProfiling workflow for dotnet/runtime repository Run Information
Regressions in System.Xml.Linq.Perf_XElement
Related Issue on x64 Windows[Perf 8%] System.Xml.Linq.Perf_XElement.GetValue Related Issue on x86 Windows[Perf 7%] System.Xml.Linq.Perf_XElement.GetValue
Reprogit clone https://github.com/dotnet/performance.git
python3 .\performance\scripts\benchmarks_ci.py -f netcoreapp5.0 --filter 'System.Xml.Linq.Perf_XElement*' . PayloadsHistogramSystem.Xml.Linq.Perf_XElement.GetValue
System.Xml.Linq.Perf_XElement.GetElementWithNamespace
DocsProfiling workflow for dotnet/runtime repository Run Information
Regressions in System.Collections.ContainsKeyTrue<String, String>
Related Issue on x86 Windows[Perf -14%] System.Collections.ContainsKeyTrue<String, String>.SortedDictionary
Reprogit clone https://github.com/dotnet/performance.git
python3 .\performance\scripts\benchmarks_ci.py -f netcoreapp5.0 --filter 'System.Collections.ContainsKeyTrue<String, String>*' . PayloadsHistogramSystem.Collections.ContainsKeyTrue<String, String>.Dictionary(Size: 512)
DocsProfiling workflow for dotnet/runtime repository Run Information
Regressions in System.Collections.IterateForEach
Reprogit clone https://github.com/dotnet/performance.git
python3 .\performance\scripts\benchmarks_ci.py -f netcoreapp5.0 --filter 'System.Collections.IterateForEach<Int32>*' . PayloadsHistogramSystem.Collections.IterateForEach.Array(Size: 512)
DocsProfiling workflow for dotnet/runtime repository Run Information
Regressions in System.Text.Json.Tests.Perf_Reader
Reprogit clone https://github.com/dotnet/performance.git
python3 .\performance\scripts\benchmarks_ci.py -f netcoreapp5.0 --filter 'System.Text.Json.Tests.Perf_Reader*' . PayloadsHistogramSystem.Text.Json.Tests.Perf_Reader.ReadSpanEmptyLoop(IsDataCompact: True, TestCase: Json40KB)
System.Text.Json.Tests.Perf_Reader.ReadMultiSpanSequenceEmptyLoop(IsDataCompact: True, TestCase: Json40KB)
System.Text.Json.Tests.Perf_Reader.ReadSingleSpanSequenceEmptyLoop(IsDataCompact: True, TestCase: Json40KB)
DocsProfiling workflow for dotnet/runtime repository Run Information
Regressions in Layout.SearchLoops
Reprogit clone https://github.com/dotnet/performance.git
python3 .\performance\scripts\benchmarks_ci.py -f netcoreapp5.0 --filter 'Layout.SearchLoops*' . PayloadsHistogramLayout.SearchLoops.LoopGoto
Layout.SearchLoops.LoopReturn
DocsProfiling workflow for dotnet/runtime repository Run Information
Regressions in System.Memory.ReadOnlySpan
Related Issue on x64 Windows[Perf 75%] System.Memory.ReadOnlySpan.IndexOfString Related Issue on x86 Windows[Perf 28%] System.Memory.ReadOnlySpan (4)
Reprogit clone https://github.com/dotnet/performance.git
python3 .\performance\scripts\benchmarks_ci.py -f netcoreapp5.0 --filter 'System.Memory.ReadOnlySpan*' . PayloadsHistogramSystem.Memory.ReadOnlySpan.IndexOfString(input: "StrIng", value: "string", comparisonType: OrdinalIgnoreCase)
System.Memory.ReadOnlySpan.IndexOfString(input: "ABCDE", value: "c", comparisonType: InvariantCultureIgnoreCase)
DocsProfiling workflow for dotnet/runtime repository Run Information
Regressions in System.Memory.Slice
Reprogit clone https://github.com/dotnet/performance.git
python3 .\performance\scripts\benchmarks_ci.py -f netcoreapp5.0 --filter 'System.Memory.Slice<Byte>*' . PayloadsHistogramSystem.Memory.Slice.ReadOnlyMemorySpanStartLength
DocsProfiling workflow for dotnet/runtime repository Run Information
Regressions in System.Perf_Convert
Reprogit clone https://github.com/dotnet/performance.git
python3 .\performance\scripts\benchmarks_ci.py -f netcoreapp5.0 --filter 'System.Perf_Convert*' . PayloadsHistogramSystem.Perf_Convert.FromBase64Chars
DocsProfiling workflow for dotnet/runtime repository Run Information
Regressions in System.Collections.CtorFromCollection
Related Issue on x64 Windows[Perf 72%] System.Collections.CtorFromCollection.Dictionary Related Issue on x86 Windows[Perf 6%] System.Collections.CtorFromCollection.ConcurrentBag Related Issue on x86 Windows[Perf 63%] System.Collections.CtorFromCollection.Dictionary
Reprogit clone https://github.com/dotnet/performance.git
python3 .\performance\scripts\benchmarks_ci.py -f netcoreapp5.0 --filter 'System.Collections.CtorFromCollection<String>*' . PayloadsHistogramSystem.Collections.CtorFromCollection.ImmutableSortedSet(Size: 512)
DocsProfiling workflow for dotnet/runtime repository |
Run Information
Regressions in System.Xml.Linq.Perf_XName
Reprogit clone https://github.com/dotnet/performance.git
python3 .\performance\scripts\benchmarks_ci.py -f netcoreapp5.0 --filter 'System.Xml.Linq.Perf_XName*' . PayloadsHistogramSystem.Xml.Linq.Perf_XName.NonEmptyNameSpaceToString
DocsProfiling workflow for dotnet/runtime repository
Regressions in Benchstone.BenchI.Permutate
Reprogit clone https://github.com/dotnet/performance.git
python3 .\performance\scripts\benchmarks_ci.py -f netcoreapp5.0 --filter 'Benchstone.BenchI.Permutate*' . PayloadsHistogramBenchstone.BenchI.Permutate.Test
DocsProfiling workflow for dotnet/runtime repository Run Information
Regressions in System.Text.Json.Serialization.Tests.WriteJson<Dictionary<String, String>>
Reprogit clone https://github.com/dotnet/performance.git
python3 .\performance\scripts\benchmarks_ci.py -f netcoreapp5.0 --filter 'System.Text.Json.Serialization.Tests.WriteJson<Dictionary<String, String>>*' . PayloadsHistogramSystem.Text.Json.Serialization.Tests.WriteJson<Dictionary<String, String>>.SerializeToString
System.Text.Json.Serialization.Tests.WriteJson<Dictionary<String, String>>.SerializeObjectProperty
DocsProfiling workflow for dotnet/runtime repository Run Information
Regressions in Benchstone.BenchI.AddArray
Reprogit clone https://github.com/dotnet/performance.git
python3 .\performance\scripts\benchmarks_ci.py -f netcoreapp5.0 --filter 'Benchstone.BenchI.AddArray*' . PayloadsHistogramBenchstone.BenchI.AddArray.Test
DocsProfiling workflow for dotnet/runtime repository Run Information
Regressions in System.Tests.Perf_Byte
Related Issue on x64 Windows[Perf 46%] System.Tests.Perf_Byte.ToString
Reprogit clone https://github.com/dotnet/performance.git
python3 .\performance\scripts\benchmarks_ci.py -f netcoreapp5.0 --filter 'System.Tests.Perf_Byte*' . PayloadsHistogramSystem.Tests.Perf_Byte.Parse(value: "255")
System.Tests.Perf_Byte.TryParse(value: "0")
DocsProfiling workflow for dotnet/runtime repository Run Information
Regressions in Benchstone.BenchI.NDhrystone
Reprogit clone https://github.com/dotnet/performance.git
python3 .\performance\scripts\benchmarks_ci.py -f netcoreapp5.0 --filter 'Benchstone.BenchI.NDhrystone*' . PayloadsHistogramBenchstone.BenchI.NDhrystone.Test
DocsProfiling workflow for dotnet/runtime repository Run Information
Regressions in System.Text.Encodings.Web.Tests.Perf_Encoders
Reprogit clone https://github.com/dotnet/performance.git
python3 .\performance\scripts\benchmarks_ci.py -f netcoreapp5.0 --filter 'System.Text.Encodings.Web.Tests.Perf_Encoders*' . PayloadsHistogramSystem.Text.Encodings.Web.Tests.Perf_Encoders.EncodeUtf16(arguments: Url,�2020,512)
System.Text.Encodings.Web.Tests.Perf_Encoders.EncodeUtf16(arguments: JavaScript,no escaping required,512)
System.Text.Encodings.Web.Tests.Perf_Encoders.EncodeUtf16(arguments: JavaScript,&Hello+!,512)
System.Text.Encodings.Web.Tests.Perf_Encoders.EncodeUtf16(arguments: UnsafeRelaxed,hello "there",16)
System.Text.Encodings.Web.Tests.Perf_Encoders.EncodeUtf16(arguments: JavaScript,no escaping required,16)
System.Text.Encodings.Web.Tests.Perf_Encoders.EncodeUtf16(arguments: Url,&lorem ipsum=dolor sit amet,512)
System.Text.Encodings.Web.Tests.Perf_Encoders.EncodeUtf16(arguments: Url,&lorem ipsum=dolor sit amet,16)
System.Text.Encodings.Web.Tests.Perf_Encoders.EncodeUtf16(arguments: UnsafeRelaxed,no required,16)
DocsProfiling workflow for dotnet/runtime repository Run Information
Regressions in System.Text.Json.Tests.Perf_Basic
Reprogit clone https://github.com/dotnet/performance.git
python3 .\performance\scripts\benchmarks_ci.py -f netcoreapp5.0 --filter 'System.Text.Json.Tests.Perf_Basic*' . PayloadsHistogramSystem.Text.Json.Tests.Perf_Basic.WriteBasicUtf16(Formatted: True, SkipValidation: True, DataSize: 100000)
System.Text.Json.Tests.Perf_Basic.WriteBasicUtf8(Formatted: True, SkipValidation: True, DataSize: 100000)
System.Text.Json.Tests.Perf_Basic.WriteBasicUtf16(Formatted: False, SkipValidation: True, DataSize: 100000)
System.Text.Json.Tests.Perf_Basic.WriteBasicUtf8(Formatted: True, SkipValidation: False, DataSize: 100000)
DocsProfiling workflow for dotnet/runtime repository Run Information
Regressions in System.Text.Json.Document.Tests.Perf_EnumerateArray
Reprogit clone https://github.com/dotnet/performance.git
python3 .\performance\scripts\benchmarks_ci.py -f netcoreapp5.0 --filter 'System.Text.Json.Document.Tests.Perf_EnumerateArray*' . PayloadsHistogramSystem.Text.Json.Document.Tests.Perf_EnumerateArray.EnumerateUsingIndexer(TestCase: Json400KB)
DocsProfiling workflow for dotnet/runtime repository Run Information
Regressions in System.Tests.Perf_DateTimeOffset
Reprogit clone https://github.com/dotnet/performance.git
python3 .\performance\scripts\benchmarks_ci.py -f netcoreapp5.0 --filter 'System.Tests.Perf_DateTimeOffset*' . PayloadsHistogramSystem.Tests.Perf_DateTimeOffset.ToString(format: "r")
DocsProfiling workflow for dotnet/runtime repository Run Information
Regressions in System.Collections.TryAddDefaultSize
Reprogit clone https://github.com/dotnet/performance.git
python3 .\performance\scripts\benchmarks_ci.py -f netcoreapp5.0 --filter 'System.Collections.TryAddDefaultSize<String>*' . PayloadsHistogramSystem.Collections.TryAddDefaultSize.Dictionary(Count: 512)
DocsProfiling workflow for dotnet/runtime repository Run Information
Regressions in ByteMark
Related Issue on x64 Windows[Perf -19%] ByteMark.BenchBitOps Related Issue on x86 Windows[Perf -21%] ByteMark.BenchBitOps
Reprogit clone https://github.com/dotnet/performance.git
python3 .\performance\scripts\benchmarks_ci.py -f netcoreapp5.0 --filter 'ByteMark*' . PayloadsHistogramByteMark.BenchLUDecomp
ByteMark.BenchEmFloatClass
ByteMark.BenchNumericSortJagged
DocsProfiling workflow for dotnet/runtime repository Run Information
Regressions in System.Threading.Tests.Perf_SpinLock
Reprogit clone https://github.com/dotnet/performance.git
python3 .\performance\scripts\benchmarks_ci.py -f netcoreapp5.0 --filter 'System.Threading.Tests.Perf_SpinLock*' . PayloadsHistogramSystem.Threading.Tests.Perf_SpinLock.TryEnter_Fail
DocsProfiling workflow for dotnet/runtime repository Run Information
Regressions in System.Tests.Perf_DateTime
Related Issue on x64 Windows[Perf 7%] System.Tests.Perf_DateTime.ParseR
Reprogit clone https://github.com/dotnet/performance.git
python3 .\performance\scripts\benchmarks_ci.py -f netcoreapp5.0 --filter 'System.Tests.Perf_DateTime*' . PayloadsHistogramSystem.Tests.Perf_DateTime.ToString(format: "r")
DocsProfiling workflow for dotnet/runtime repository |
Run Information
Regressions in Microsoft.Extensions.Primitives.StringSegmentBenchmark
Reprogit clone https://github.com/dotnet/performance.git
python3 .\performance\scripts\benchmarks_ci.py -f netcoreapp5.0 --filter 'Microsoft.Extensions.Primitives.StringSegmentBenchmark*' . PayloadsHistogramMicrosoft.Extensions.Primitives.StringSegmentBenchmark.SubString
DocsProfiling workflow for dotnet/runtime repository
Regressions in System.Tests.Perf_UInt64
Reprogit clone https://github.com/dotnet/performance.git
python3 .\performance\scripts\benchmarks_ci.py -f netcoreapp5.0 --filter 'System.Tests.Perf_UInt64*' . PayloadsHistogramSystem.Tests.Perf_UInt64.TryParseHex(value: "0")
System.Tests.Perf_UInt64.Parse(value: "0")
System.Tests.Perf_UInt64.TryParse(value: "12345")
DocsProfiling workflow for dotnet/runtime repository Run Information
Regressions in Benchstone.BenchI.AddArray2
Reprogit clone https://github.com/dotnet/performance.git
python3 .\performance\scripts\benchmarks_ci.py -f netcoreapp5.0 --filter 'Benchstone.BenchI.AddArray2*' . PayloadsHistogramBenchstone.BenchI.AddArray2.Test
DocsProfiling workflow for dotnet/runtime repository Run Information
Regressions in System.Tests.Perf_Single
Reprogit clone https://github.com/dotnet/performance.git
python3 .\performance\scripts\benchmarks_ci.py -f netcoreapp5.0 --filter 'System.Tests.Perf_Single*' . PayloadsHistogramSystem.Tests.Perf_Single.Parse(value: "12345")
DocsProfiling workflow for dotnet/runtime repository Run Information
Regressions in BenchmarksGame.FannkuchRedux_2
Related Issue on x86 Windows[Perf 6%] BenchmarksGame.FannkuchRedux_2.RunBench
Reprogit clone https://github.com/dotnet/performance.git
python3 .\performance\scripts\benchmarks_ci.py -f netcoreapp5.0 --filter 'BenchmarksGame.FannkuchRedux_2*' . PayloadsHistogramBenchmarksGame.FannkuchRedux_2.RunBench(n: 10, expectedSum: 73196)
DocsProfiling workflow for dotnet/runtime repository Run Information
Regressions in System.Collections.Tests.Add_Remove_SteadyState
Related Issue on x64 Windows[Perf -8%] System.Collections.Tests.Add_Remove_SteadyState.ConcurrentQueue
Reprogit clone https://github.com/dotnet/performance.git
python3 .\performance\scripts\benchmarks_ci.py -f netcoreapp5.0 --filter 'System.Collections.Tests.Add_Remove_SteadyState<String>*' . PayloadsHistogramSystem.Collections.Tests.Add_Remove_SteadyState.Stack(Count: 512)
DocsProfiling workflow for dotnet/runtime repository Run Information
Regressions in GuardedDevirtualization.TwoClassVirtual
Reprogit clone https://github.com/dotnet/performance.git
python3 .\performance\scripts\benchmarks_ci.py -f netcoreapp5.0 --filter 'GuardedDevirtualization.TwoClassVirtual*' . PayloadsHistogramGuardedDevirtualization.TwoClassVirtual.Call(testInput: pB = 0.50)
DocsProfiling workflow for dotnet/runtime repository Run Information
Regressions in Benchstone.BenchI.IniArray
Related Issue on x64 Windows[Perf -89%] Benchstone.BenchI.IniArray.Test
Reprogit clone https://github.com/dotnet/performance.git
python3 .\performance\scripts\benchmarks_ci.py -f netcoreapp5.0 --filter 'Benchstone.BenchI.IniArray*' . PayloadsHistogramBenchstone.BenchI.IniArray.Test
DocsProfiling workflow for dotnet/runtime repository Run Information
Regressions in System.Text.Json.Tests.Perf_Booleans
Reprogit clone https://github.com/dotnet/performance.git
python3 .\performance\scripts\benchmarks_ci.py -f netcoreapp5.0 --filter 'System.Text.Json.Tests.Perf_Booleans*' . PayloadsHistogramSystem.Text.Json.Tests.Perf_Booleans.WriteBooleans(Formatted: False, SkipValidation: False)
System.Text.Json.Tests.Perf_Booleans.WriteBooleans(Formatted: False, SkipValidation: True)
DocsProfiling workflow for dotnet/runtime repository Run Information
Regressions in Benchstone.BenchI.QuickSort
Reprogit clone https://github.com/dotnet/performance.git
python3 .\performance\scripts\benchmarks_ci.py -f netcoreapp5.0 --filter 'Benchstone.BenchI.QuickSort*' . PayloadsHistogramBenchstone.BenchI.QuickSort.Test
DocsProfiling workflow for dotnet/runtime repository Run Information
Regressions in Benchstone.BenchI.Array1
Reprogit clone https://github.com/dotnet/performance.git
python3 .\performance\scripts\benchmarks_ci.py -f netcoreapp5.0 --filter 'Benchstone.BenchI.Array1*' . PayloadsHistogramBenchstone.BenchI.Array1.Test
DocsProfiling workflow for dotnet/runtime repository Run Information
Regressions in System.Collections.ContainsKeyFalse<String, String>
Reprogit clone https://github.com/dotnet/performance.git
python3 .\performance\scripts\benchmarks_ci.py -f netcoreapp5.0 --filter 'System.Collections.ContainsKeyFalse<String, String>*' . PayloadsHistogramSystem.Collections.ContainsKeyFalse<String, String>.IDictionary(Size: 512)
DocsProfiling workflow for dotnet/runtime repository Run Information
Regressions in System.Buffers.Text.Tests.Utf8ParserTests
Related Issue on x64 Windows[Perf 6%] System.Buffers.Text.Tests.Utf8ParserTests.TryParseUInt64 Related Issue on x86 Windows[Perf 16%] System.Buffers.Text.Tests.Utf8ParserTests.TryParseDateTimeOffset
Reprogit clone https://github.com/dotnet/performance.git
python3 .\performance\scripts\benchmarks_ci.py -f netcoreapp5.0 --filter 'System.Buffers.Text.Tests.Utf8ParserTests*' . PayloadsHistogramSystem.Buffers.Text.Tests.Utf8ParserTests.TryParseSingle(value: 12345)
DocsProfiling workflow for dotnet/runtime repository Run Information
Regressions in System.Collections.CreateAddAndClear
Reprogit clone https://github.com/dotnet/performance.git
python3 .\performance\scripts\benchmarks_ci.py -f netcoreapp5.0 --filter 'System.Collections.CreateAddAndClear<String>*' . PayloadsHistogramSystem.Collections.CreateAddAndClear.IDictionary(Size: 512)
System.Collections.CreateAddAndClear.HashSet(Size: 512)
DocsProfiling workflow for dotnet/runtime repository Run Information
Regressions in System.Numerics.Tests.Perf_BitOperations
Reprogit clone https://github.com/dotnet/performance.git
python3 .\performance\scripts\benchmarks_ci.py -f netcoreapp5.0 --filter 'System.Numerics.Tests.Perf_BitOperations*' . PayloadsHistogramSystem.Numerics.Tests.Perf_BitOperations.PopCount_ulong
DocsProfiling workflow for dotnet/runtime repository Run Information
Regressions in Benchstone.BenchI.BenchE
Reprogit clone https://github.com/dotnet/performance.git
python3 .\performance\scripts\benchmarks_ci.py -f netcoreapp5.0 --filter 'Benchstone.BenchI.BenchE*' . PayloadsHistogramBenchstone.BenchI.BenchE.Test
DocsProfiling workflow for dotnet/runtime repository Run Information
Regressions in Benchstone.BenchI.TreeInsert
Reprogit clone https://github.com/dotnet/performance.git
python3 .\performance\scripts\benchmarks_ci.py -f netcoreapp5.0 --filter 'Benchstone.BenchI.TreeInsert*' . PayloadsHistogramBenchstone.BenchI.TreeInsert.Test
DocsProfiling workflow for dotnet/runtime repository Run Information
Regressions in System.Text.Json.Reader.Tests.Perf_Base64
Related Issue on x64 Windows[Perf -21%] System.Text.Json.Reader.Tests.Perf_Base64.ReadBase64EncodedByteArray_HeavyEscaping Related Issue on x86 Windows[Perf 11%] System.Text.Json.Reader.Tests.Perf_Base64.ReadBase64EncodedByteArray_HeavyEscaping
Reprogit clone https://github.com/dotnet/performance.git
python3 .\performance\scripts\benchmarks_ci.py -f netcoreapp5.0 --filter 'System.Text.Json.Reader.Tests.Perf_Base64*' . PayloadsHistogramSystem.Text.Json.Reader.Tests.Perf_Base64.ReadBase64EncodedByteArray_HeavyEscaping(NumberOfBytes: 1000)
System.Text.Json.Reader.Tests.Perf_Base64.ReadBase64EncodedByteArray_NoEscaping(NumberOfBytes: 1000)
System.Text.Json.Reader.Tests.Perf_Base64.ReadBase64EncodedByteArray_HeavyEscaping(NumberOfBytes: 100)
DocsProfiling workflow for dotnet/runtime repository |
It doesn't look like nay of the changes in the time window could have caused this. |
…1227.4 (#3687) Microsoft.Extensions.Logging , Microsoft.NET.ILLink , Microsoft.NET.ILLink.Tasks , System.Threading.Channels From Version 9.0.0-alpha.1.23626.2 -> To Version 9.0.0-alpha.1.23627.4 Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Run Information
Regressions in System.Tests.Perf_SByte
Historical Data in Reporting System
Repro
.
Payloads
Baseline
Compare
Histogram
System.Tests.Perf_SByte.Parse(value: "127")
System.Tests.Perf_SByte.Parse(value: "-128")
Docs
Profiling workflow for dotnet/runtime repository
Benchmarking workflow for dotnet/runtime repository
Regressions in System.Collections.ContainsTrue
Historical Data in Reporting System
Repro
.
Payloads
Baseline
Compare
Histogram
System.Collections.ContainsTrue.List(Size: 512)
System.Collections.ContainsTrue.HashSet(Size: 512)
System.Collections.ContainsTrue.Queue(Size: 512)
System.Collections.ContainsTrue.ICollection(Size: 512)
Docs
Profiling workflow for dotnet/runtime repository
Benchmarking workflow for dotnet/runtime repository
Run Information
Regressions in System.Buffers.Tests.ReadOnlySequenceTests
Historical Data in Reporting System
Repro
.
Payloads
Baseline
Compare
Histogram
System.Buffers.Tests.ReadOnlySequenceTests.FirstSpanTenSegments
System.Buffers.Tests.ReadOnlySequenceTests.IterateTryGetMemory
System.Buffers.Tests.ReadOnlySequenceTests.SliceMemory
System.Buffers.Tests.ReadOnlySequenceTests.IterateForEachTenSegments
System.Buffers.Tests.ReadOnlySequenceTests.FirstSpanMemory
System.Buffers.Tests.ReadOnlySequenceTests.SliceSingleSegment
Docs
Profiling workflow for dotnet/runtime repository
Benchmarking workflow for dotnet/runtime repository
Run Information
Regressions in System.MathBenchmarks.Single
Historical Data in Reporting System
Repro
.
Payloads
Baseline
Compare
Histogram
System.MathBenchmarks.Single.Cbrt
System.MathBenchmarks.Single.FusedMultiplyAdd
System.MathBenchmarks.Single.Atan2
System.MathBenchmarks.Single.ScaleB
System.MathBenchmarks.Single.Max
System.MathBenchmarks.Single.Min
System.MathBenchmarks.Single.Sinh
Docs
Profiling workflow for dotnet/runtime repository
Benchmarking workflow for dotnet/runtime repository
Run Information
Regressions in System.Collections.ContainsFalse
Historical Data in Reporting System
Repro
.
Payloads
Baseline
Compare
Histogram
System.Collections.ContainsFalse.Queue(Size: 512)
System.Collections.ContainsFalse.HashSet(Size: 512)
Docs
Profiling workflow for dotnet/runtime repository
Benchmarking workflow for dotnet/runtime repository
Run Information
Regressions in System.Text.Json.Tests.Perf_Strings
Historical Data in Reporting System
Repro
.
Payloads
Baseline
Compare
Histogram
System.Text.Json.Tests.Perf_Strings.WriteStringsUtf16(Formatted: True, SkipValidation: True, Escaped: AllEscaped)
System.Text.Json.Tests.Perf_Strings.WriteStringsUtf8(Formatted: True, SkipValidation: False, Escaped: AllEscaped)
System.Text.Json.Tests.Perf_Strings.WriteStringsUtf16(Formatted: False, SkipValidation: False, Escaped: NoneEscaped)
System.Text.Json.Tests.Perf_Strings.WriteStringsUtf16(Formatted: False, SkipValidation: True, Escaped: AllEscaped)
System.Text.Json.Tests.Perf_Strings.WriteStringsUtf8(Formatted: False, SkipValidation: False, Escaped: AllEscaped)
System.Text.Json.Tests.Perf_Strings.WriteStringsUtf16(Formatted: True, SkipValidation: True, Escaped: OneEscaped)
System.Text.Json.Tests.Perf_Strings.WriteStringsUtf8(Formatted: False, SkipValidation: False, Escaped: OneEscaped)
System.Text.Json.Tests.Perf_Strings.WriteStringsUtf16(Formatted: False, SkipValidation: True, Escaped: NoneEscaped)
System.Text.Json.Tests.Perf_Strings.WriteStringsUtf8(Formatted: True, SkipValidation: False, Escaped: OneEscaped)
System.Text.Json.Tests.Perf_Strings.WriteStringsUtf16(Formatted: False, SkipValidation: True, Escaped: OneEscaped)
System.Text.Json.Tests.Perf_Strings.WriteStringsUtf16(Formatted: False, SkipValidation: False, Escaped: AllEscaped)
System.Text.Json.Tests.Perf_Strings.WriteStringsUtf16(Formatted: True, SkipValidation: False, Escaped: AllEscaped)
System.Text.Json.Tests.Perf_Strings.WriteStringsUtf16(Formatted: True, SkipValidation: False, Escaped: NoneEscaped)
Docs
Profiling workflow for dotnet/runtime repository
Benchmarking workflow for dotnet/runtime repository
Run Information
Regressions in System.Text.Tests.Perf_StringBuilder
Related Issue on x64 Windows
[Perf -20%] System.Text.Tests.Perf_StringBuilder (4)
Related Issue on x86 Windows
[Perf -21%] System.Text.Tests.Perf_StringBuilder (2)
Historical Data in Reporting System
Repro
.
Payloads
Baseline
Compare
Histogram
System.Text.Tests.Perf_StringBuilder.Append_Memory
System.Text.Tests.Perf_StringBuilder.ToString_SingleSegment(length: 100)
System.Text.Tests.Perf_StringBuilder.AppendLine_Strings
System.Text.Tests.Perf_StringBuilder.Append_Char(length: 100)
System.Text.Tests.Perf_StringBuilder.Append_Strings(repeat: 1)
System.Text.Tests.Perf_StringBuilder.ctor_string(length: 100)
Docs
Profiling workflow for dotnet/runtime repository
Benchmarking workflow for dotnet/runtime repository
The text was updated successfully, but these errors were encountered: