We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1077ee commit ec7b69cCopy full SHA for ec7b69c
tests/integration_tests/build/test_coverage.py
@@ -23,7 +23,7 @@
23
# this contains the frequency while on AMD it does not.
24
# Checkout the cpuid crate. In the future other
25
# differences may appear.
26
-COVERAGE_DICT = {"Intel": 84.8, "AMD": 84.7}
+COVERAGE_DICT = {"Intel": 84.76, "AMD": 84.68}
27
PROC_MODEL = proc.proc_type()
28
29
COVERAGE_MAX_DELTA = 0.05
0 commit comments