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

FPS added to Android benchmark #2944

Merged
merged 7 commits into from
Oct 21, 2024

Conversation

alexcristici
Copy link
Collaborator

Android benchmark will run first with synchronous rendering and then async rendering.
It will save the results in different files: benchmark_results_sync_rendering.json and benchmark_results_async_rendering.json.
For each it will report FPS, encoding time and rendering time.

@alexcristici alexcristici self-assigned this Oct 16, 2024
@alexcristici alexcristici linked an issue Oct 16, 2024 that may be closed by this pull request
@alexcristici alexcristici changed the title Added FPS to Android benchmark FPS added to Android benchmark Oct 16, 2024
Copy link
Collaborator

@sjg-wdw sjg-wdw left a comment

Choose a reason for hiding this comment

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

Thanks!

Copy link
Collaborator

@louwers louwers left a comment

Choose a reason for hiding this comment

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

I would like all benchmark results in one JSON file. Makes processing a bit easier.

@alexcristici If you want I can make the needed changes.

@alexcristici
Copy link
Collaborator Author

I would like all benchmark results in one JSON file. Makes processing a bit easier.

@alexcristici If you want I can make the needed changes.

Sure, thank you!

@louwers
Copy link
Collaborator

louwers commented Oct 21, 2024

I have added another style and write out the results of each run individually (along with syncRendering boolean).

Also I cleaned up the code a little bit.

alexcristici#25

@louwers
Copy link
Collaborator

louwers commented Oct 21, 2024

!benchmark android

@louwers louwers enabled auto-merge (squash) October 21, 2024 15:30
@louwers louwers merged commit 600abc6 into maplibre:main Oct 21, 2024
22 checks passed
@alexcristici alexcristici deleted the android-benchmark-fps-included branch October 22, 2024 14:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Performance Metric Run
3 participants