Research for profiling tools for Rust #211
josecelano
started this conversation in
Ideas
Replies: 2 comments
-
|
Relates to: #733 |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Relates to: https://torrust.com/profiling-the-torrust-bittorrent-udp-tracker |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi @WarmBeer @da2ce7, since @WarmBeer thinks the performance is a key feature of the tracker, I think we could try to run a profiling tool to find out the tracker's slowest parts.
For example:
On the other hand, we could also add a performance test to detect changes that dramatically increase the response time.
We should also define which type of performance: memory consumption, response time, etcetera. From our discussions, I assume it's response time and especially the maximum time waiting for the server:
Beta Was this translation helpful? Give feedback.
All reactions