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

Report-sending performance #46

Open
Arian04 opened this issue Jun 30, 2024 · 0 comments
Open

Report-sending performance #46

Arian04 opened this issue Jun 30, 2024 · 0 comments

Comments

@Arian04
Copy link
Owner

Arian04 commented Jun 30, 2024

I don't think there's an issue with performance to be honest, but I took some time to check, so I thought I should document what I found in case I ever need to reference the information later.

Testing Details

App version: b7d3c5f in "profileable" mode (baseline profiles enabled, debugging disabled, but I don't think it has all the extra release optimizations enabled)

keyboard - this website and just copy pasting a big string into manual input. it reports every "key up, key down" as 1 keystroke.

mouse - evhz

Results

keyboard - after a few tests with different long strings, it seems to send around 250-280 keystrokes per second, so roughly twice as many reports per second.

mouse - consistently 90Hz. I wonder if this is tied to the screen refresh rate somehow, or just coincidentally the same as my phone screen's refresh rate.

@Arian04 Arian04 changed the title Send more reports per second Report-sending performance Jun 30, 2024
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

No branches or pull requests

1 participant