Skip to content
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

Port System.Memory.Performance.Tests #58

Closed
3 tasks done
adamsitnik opened this issue Jun 26, 2018 · 1 comment
Closed
3 tasks done

Port System.Memory.Performance.Tests #58

adamsitnik opened this issue Jun 26, 2018 · 1 comment
Assignees

Comments

@adamsitnik
Copy link
Member

adamsitnik commented Jun 26, 2018

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;
}
@adamsitnik adamsitnik self-assigned this Jul 17, 2018
@adamsitnik
Copy link
Member Author

Fixed by #94

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant