We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The script uses the default value for max_sigma, which is 2. Consider passing a higher threshold to avoid false positives on regressions.
ebpf-for-windows/.github/workflows/upload-perf-results.yml
Line 105 in 13cadc6
https://github.com/microsoft/bpf_performance/blob/492e048521959aa0e679e8779d8cdf743da0a9a1/scripts/check_perf_results.sql#L24
The text was updated successfully, but these errors were encountered:
We probably should use a more sophisticated statistical tool than 2xsigma. Possible candidates
Sorry, something went wrong.
vpidatala94
No branches or pull requests
The script uses the default value for max_sigma, which is 2. Consider passing a higher threshold to avoid false positives on regressions.
ebpf-for-windows/.github/workflows/upload-perf-results.yml
Line 105 in 13cadc6
https://github.com/microsoft/bpf_performance/blob/492e048521959aa0e679e8779d8cdf743da0a9a1/scripts/check_perf_results.sql#L24
The text was updated successfully, but these errors were encountered: