dotnet/runtime

System.Reflection Performance Tests

Open

#21.268 aberto em 21 de abr. de 2017

Ver no GitHub
 (2 comments) (0 reactions) (0 assignees)C# (5.445 forks)batch import
area-System.Reflectionhelp wantedtenet-performancetest-enhancement

Métricas do repositório

Stars
 (17.886 stars)
Métricas de merge de PR
 (Mesclagem média 12d 11h) (661 fundiu PRs em 30d)

Description

This is a tracking issue describing the current performance tests we have in the System.Reflection area, and what coverage is missing. The work items below can be completed independently, and they are all of different priority.

When adding performance tests, please adhere to the guidelines listed here.

NOTE: System.Reflection is split across several "contracts", but the majority is actually located and implemented in System.Private.CoreLib / System.Runtime.

Existing Coverage:

None

Missing Coverage:

Core Types (System.Runtime), listed in a general order of importance (but not set in stone).

  • Type
  • TypeInfo
  • Assembly
  • MemberInfo (and subtypes)
  • RuntimeReflectionExtensions
  • TypedReference
  • CustomAttributeExtensions

System.Reflection.TypeExtensions (less important than above)

  • TypeExtensions
  • *_InfoExtensions
  • AssemblyExtensions

Guia do colaborador