feat: increase TEST_SAMPLE_INTRINSICS_PERCENTAGE of x86_64 to 30%

This commit is contained in:
Madhav Madhusoodanan 2025-11-04 22:09:13 +05:30
parent a472b5dcd9
commit 09a67dfab0

View file

@ -75,7 +75,7 @@ case ${TARGET} in
TEST_CXX_COMPILER="clang++"
TEST_RUNNER="${CARGO_TARGET_X86_64_UNKNOWN_LINUX_GNU_RUNNER}"
TEST_SKIP_INTRINSICS=crates/intrinsic-test/missing_x86.txt
: "${TEST_SAMPLE_INTRINSICS_PERCENTAGE:=5}"
: "${TEST_SAMPLE_INTRINSICS_PERCENTAGE:=30}"
;;
*)
;;