#40_Improve_Preformance #41
No reviewers
Labels
No labels
Trainee - Good First Issue
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Skynet/discord-bot#41
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "#40_Improve_Preformance"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
While not exactly what was planned (
18349f7bba/examples/e13_parallel_loops/src/main.rs (L48)
) in #40 the end result is the same.The scripts now wait for the cache to be populated before running.
Additionally some major changes to
common/set_roles
where some isseus with setting committee roles was not working as planned (trying to remove teh committee role from folks who did not have it)Now the scripts run mostly under 10-15s each, allowing for greater ability to run them often withou incurring a time cost
Closes #40
Preformance before
Committee taking 3 min
Users taking a few sec anyways before these changes, seems it was jsut lucky with the cache being filled
13ee1643c1
to854e946a8f
Here is committee after, quite a drastic improvement