dotnet / runtime

.NET is a cross-platform runtime for cloud, mobile, desktop, and IoT apps.
https://docs.microsoft.com/dotnet/core/
MIT License
15.28k stars 4.74k forks source link

Perf Test Coverage: Port Xamarin benchmarks to xunit #6610

Open valenis opened 8 years ago

valenis commented 8 years ago

Port relevant benchmarks from: https://github.com/xamarin/benchmarker/tree/master/tests to xunit and enable them for coreclr

category:cq theme:benchmarks skill-level:beginner cost:medium

am11 commented 1 month ago

Do we still need this? given:

cc @jkotas, @EgorBo

EgorBo commented 1 month ago

It looks like some (if not all) benchmarks are checked in as binaries there, so not sure it's even possible to port. I think we have a good coverage in microbenchmarks already indeed.