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

more cleaning and adding some benchmark results. #43

Merged
merged 2 commits into from
Jun 18, 2024
Merged

Conversation

lemire
Copy link
Member

@lemire lemire commented Jun 18, 2024

  • Presentation of some ARM benchmarks
  • cleaning some code comments
  • Making the benchmark routine friendlier

As soon as we have AVX-512 support, we shall be able to do the same for x64. I have added a section in the README which we should fill out.

@lemire lemire requested a review from Nick-Nuon June 18, 2024 01:02
BenchmarkSwitcher.FromAssembly(typeof(Program).Assembly).Run(args, DefaultConfig.Instance.AddJob(job).WithSummaryStyle(SummaryStyle.Default.WithMaxParameterColumnWidth(100)));
}
}
// static void Main(string[] args) => BenchmarkSwitcher.FromAssembly(typeof(Program).Assembly).Run(args, DefaultConfig.Instance
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this commented out code might no longer be necessary?

the above line seems to be working fine.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Indeed.

Copy link
Collaborator

@Nick-Nuon Nick-Nuon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Outside the one comment, looks good to me !

@lemire
Copy link
Member Author

lemire commented Jun 18, 2024

Good catch. Merging.

@lemire
Copy link
Member Author

lemire commented Jun 18, 2024

@Nick-Nuon Tests are failing because the project is out of money. I have been trying to put more money in the system but I have failed so far. Don't worry about it.

@lemire lemire merged commit 2e85602 into main Jun 18, 2024
0 of 6 checks passed
@lemire
Copy link
Member Author

lemire commented Jun 18, 2024

@Nick-Nuon I have merged and added a budget for the tests.

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