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

print full architecture name #1213

Merged
merged 1 commit into from
Jul 28, 2019
Merged

Conversation

adamsitnik
Copy link
Member

@AndreyAkinshin I've recently been running a lot of benchmarks for x64, x86, ARM and ARM64. The reported results always contained "64bit" or "32bit" which does not tell if it's ARM or not. I think that we should use full architecture name.

Before:

BenchmarkDotNet=v0.11.5.20190727-develop, OS=Windows 10.0.18362
Intel Xeon CPU E5-1650 v4 3.60GHz, 1 CPU, 12 logical and 6 physical cores
  [Host]     : .NET Framework 4.8 (4.8.3815.0), 64bit RyuJIT
  DefaultJob : .NET Framework 4.8 (4.8.3815.0), 64bit RyuJIT

After:

BenchmarkDotNet=v0.11.5.20190727-develop, OS=Windows 10.0.18362
Intel Xeon CPU E5-1650 v4 3.60GHz, 1 CPU, 12 logical and 6 physical cores
  [Host]     : .NET Framework 4.8 (4.8.3815.0), X64 RyuJIT
  DefaultJob : .NET Framework 4.8 (4.8.3815.0), X64 RyuJIT

@AndreyAkinshin AndreyAkinshin merged commit 6620cda into master Jul 28, 2019
@AndreyAkinshin AndreyAkinshin deleted the useFullArchitectureName branch July 28, 2019 13:20
@AndreyAkinshin AndreyAkinshin added this to the v0.11.6 milestone Jul 28, 2019
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

Successfully merging this pull request may close these issues.

2 participants