CI updates

This commit is contained in:
Markus F.X.J. Oberhumer
2025-11-25 09:15:40 +01:00
parent 98c00d0fcb
commit f83b7690e5
12 changed files with 123 additions and 57 deletions
+2 -1
View File
@@ -1467,7 +1467,8 @@ TEST_CASE("libc qsort") {
return true;
}
};
constexpr size_t N = 4096;
constexpr size_t N = 256;
Elem e[N];
for (size_t n = 0; n <= N; n = 2 * n + 1) {
// system sort functions