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

Linux gcc fixes #784

Merged
merged 1 commit into from
Aug 31, 2024
Merged

Linux gcc fixes #784

merged 1 commit into from
Aug 31, 2024

Conversation

erincatto
Copy link
Owner

@erincatto erincatto commented Aug 31, 2024

Fixes #774 and more.

Added Intel N100 benchmarks.

@erincatto erincatto merged commit e6cbbfc into main Aug 31, 2024
4 checks passed
@erincatto erincatto deleted the erincatto/linux_fixes branch August 31, 2024 18:33
@terroo
Copy link

terroo commented Aug 31, 2024

Take advantage and include cstdio in the file: samples/sample_determinism.cpp as there is an error when compiling due to the lack of this header.

@erincatto
Copy link
Owner Author

Take advantage and include cstdio in the file: samples/sample_determinism.cpp as there is an error when compiling due to the lack of this header.

This pull requests already adds <stdio.h> to that file. I was able to compile and run the samples on ubuntu.

@define-private-public
Copy link

Thanks for doing this. I'm looking to do some benchmarking of C & C++ language features and I thought using Box2D would be good since it's a more real-world application/library.

Can the benchmarks be run in a headless mode?

@erincatto
Copy link
Owner Author

Thanks for doing this. I'm looking to do some benchmarking of C & C++ language features and I thought using Box2D would be good since it's a more real-world application/library.

Can the benchmarks be run in a headless mode?

Yes, the benchmark application runs on the console and emits csv files.

@tobim tobim mentioned this pull request Sep 15, 2024
13 tasks
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.

BUILD_BENCHMARKS=ON fails
3 participants