Update Contributing Guide

2025-11-12 15:16:31 +00:00
parent 827efa9a53
commit 23aac6a5e3

@@ -882,9 +882,9 @@ yappi.get_func_stats().print_all()
| Bot startup time | <5 seconds | Time to "Bot ready" log |
| Embed update cycle | <30 seconds | Time to update all embeds |
| Command response time | <1 second | Time to ephemeral response |
| Memory usage (idle) | <100 MB | Docker stats |
| Memory usage (active) | <200 MB | Docker stats |
| API calls per minute | <60 | Log analysis |
| CPU usage (average) | <1% of single modern CPU thread | Docker stats |
| Memory usage (average) | <200 MB | Docker stats |
| API calls per minute | <100 | Log analysis |
### Advanced Contribution Topics