Skip to content

Introduce BenchmarkDotNet.Annotations #678

@AndreyAkinshin

Description

@AndreyAkinshin

We should move all API which includes attributes and configs to a separate NuGet package BenchmarkDotNet.Annotations.
Benefits:

  • This package can target .NETStandard 1.0, so it will be possible to declare benchmarks in .NETStandard projects
  • We should be able to run benchmarks from such projects not only managed API (BenchmarkRunner.Run), but also via command line (like dotnet benchmark, see Add a "benchmark" cmd to dotnet #213)
  • It will be possible to implement adapters for other benchmark attribute systems (like xunit-performance)

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions