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

Add benchmark mode to command-line options #5178

Merged
merged 1 commit into from
Oct 16, 2024

Conversation

ektor5
Copy link
Contributor

@ektor5 ektor5 commented Oct 8, 2024

Adding --benchmark to command-line options to automatically start benchmark mode, set unlimited fps, save results and exit.

Closes #5177

Agreement

By creating a pull request in stk-code, you hereby agree to dual-license your contribution as
GNU General Public License version 3 or any later version and
Mozilla Public License version 2 or any later version.

@ektor5 ektor5 force-pushed the feature/benchmark_cli branch from 40dcb28 to 8793601 Compare October 8, 2024 13:40
Adding `--benchmark` to commandline options to automatically start
benchmark mode, set unlimited FPS, save result and exit.

Signed-off-by: Ettore Chimenti <[email protected]>
@ektor5 ektor5 force-pushed the feature/benchmark_cli branch from 8793601 to c426f10 Compare October 9, 2024 16:22
@ektor5
Copy link
Contributor Author

ektor5 commented Oct 9, 2024

Setting unlimited FPS before starting benchmark. Probably initialized to default 120 FPS.

@CodingJellyfish
Copy link
Member

Works for me. Thank you so much for your contribution.

@CodingJellyfish CodingJellyfish merged commit 41d6aea into supertuxkart:master Oct 16, 2024
22 checks passed
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.

Start benchmark mode from command line
2 participants