We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1fa1513 + 48b2bd1 commit 65330e0Copy full SHA for 65330e0
tests/dispatch_apply.c
@@ -40,6 +40,8 @@ static volatile int32_t busy_threads_started, busy_threads_finished;
40
#if TARGET_OS_EMBEDDED
41
// iPhone 4
42
#define ITERS_PER_SECOND 50000000UL
43
+#elif __s390x__
44
+#define ITERS_PER_SECOND 15000000000UL
45
#else
46
// On a 2.7 4-core i5 iMac12,2, one thread of this loop runs at ROUGHLY:
47
#define ITERS_PER_SECOND 1000000000UL
0 commit comments