Skip to content

Port System.Memory.Performance.Tests #58

Description

@adamsitnik

There is a LOT of Memory benchmarks

  • Port
  • Make sure we don't measure empty loops:
  • Take a short look at CoreCLR Span benchmarks, create new issue for removing duplicated benchmarks
for (int i = 0; i < Benchmark.InnerIterationCount; i++)
{
      Span<char> span = memory.Span;
}

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