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

possible calculation discrepancy in wl_stats? #80

Open
ThomUK opened this issue Aug 7, 2024 · 1 comment
Open

possible calculation discrepancy in wl_stats? #80

ThomUK opened this issue Aug 7, 2024 · 1 comment
Assignees
Labels
must do v1 Need resolving for first release

Comments

@ThomUK
Copy link
Collaborator

ThomUK commented Aug 7, 2024

The wl_stats function defines pressure manually as:
"pressure" = mean_wait * 4 / target_wait

The calc_waiting_list_pressure function defines it as:
wait_pressure <- 2 * mean_wait / target_wait

We need to find which is right, and ideally use the calc_waiting_list_pressure function within the wl_stats function.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
must do v1 Need resolving for first release
Projects
None yet
Development

No branches or pull requests

3 participants