You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* prefer AppContext.BaseDirectory over typeof(X).Assembly.Location
* GetReferencedAssemblies() is not supported on AOT
* Arrays with non-zero lower bounds are not supported
* BinaryFormatter serialization and deserialization are disabled within this application.
* Dynamic code generation is not supported on this platform.
* disable AddRemoveFromDifferentThreads as it hangs
* disable more serialization benchmarks
* disable Activator.CreateInstance(_assemblyName, _typeName) benchmark as it's not supported
* add NativeAOT and CoreRT support to the python scripts
* bump BDN version
* address code review feedback, don't use the CoreRT name anymore
* add NativeAOT CI leg
* increase build timeout
Run Information
Regressions in System.Collections.CtorFromCollection
Related Issue on x64 ubuntu
[Perf 41%] System.Collections.CtorFromCollection (3)
Related Issue on x64 ubuntu
[Perf 71%] System.Collections.CtorFromCollection.Dictionary
Related Issue on x64 Windows
[Perf 72%] System.Collections.CtorFromCollection.Dictionary
Historical Data in Reporting System
Repro
Histogram
System.Collections.CtorFromCollection.Dictionary(Size: 512)
Docs
Profiling workflow for dotnet/runtime repository
Benchmarking workflow for dotnet/runtime repository
The text was updated successfully, but these errors were encountered: