summaryrefslogtreecommitdiff
path: root/benchtests/thread_create-inputs
diff options
context:
space:
mode:
Diffstat (limited to 'benchtests/thread_create-inputs')
-rw-r--r--benchtests/thread_create-inputs14
1 files changed, 14 insertions, 0 deletions
diff --git a/benchtests/thread_create-inputs b/benchtests/thread_create-inputs
new file mode 100644
index 0000000000..e3ca03b0da
--- /dev/null
+++ b/benchtests/thread_create-inputs
@@ -0,0 +1,14 @@
+## args: int:size_t:size_t
+## init: thread_create_init
+## includes: pthread.h
+## include-sources: thread_create-source.c
+
+## name: stack=1024,guard=1
+32, 1024, 1
+## name: stack=1024,guard=2
+32, 1024, 2
+
+## name: stack=2048,guard=1
+32, 2048, 1
+## name: stack=2048,guard=2
+32, 2048, 2