fixed adding file problem
[c11concurrency-benchmarks.git] / gdax-orderbook-hpp / demo / dependencies / libcds-2.3.2 / test / stress / data / test-debug.conf
diff --git a/gdax-orderbook-hpp/demo/dependencies/libcds-2.3.2/test/stress/data/test-debug.conf b/gdax-orderbook-hpp/demo/dependencies/libcds-2.3.2/test/stress/data/test-debug.conf
new file mode 100644 (file)
index 0000000..ddbd673
--- /dev/null
@@ -0,0 +1,257 @@
+[General]\r
+# HZP scan strategy, possible values are "classic", "inplace". Default is "classic"\r
+hp_scan_strategy=inplace\r
+hazard_pointer_count=72\r
+#hp_max_thread_count=32\r
+#hp_retired_ptr_count=256\r
+\r
+# cds::gc::DHP initialization parameters\r
+dhp_init_guard_count=8\r
+\r
+# cds::urcu::gc initialization parameters\r
+rcu_buffer_size=256\r
+\r
+\r
+[Stack_Push]\r
+ThreadCount=8\r
+StackSize=100000\r
+EliminationSize=4\r
+\r
+[Stack_PushPop]\r
+PushThreadCount=4\r
+PopThreadCount=4\r
+StackSize=800000\r
+EliminationSize=4\r
+\r
+[IntrusiveStack_PushPop]\r
+PushThreadCount=4\r
+PopThreadCount=4\r
+StackSize=800000\r
+EliminationSize=4\r
+# Flat combining stack parameters\r
+# FCIterate=1 - the test will be run iteratively\r
+#   for combine pass count from 1 to FCCombinePassCount\r
+#   and compact factor from 1 to FCCompactFactor\r
+# FCIterate=0 - the test runs only once for giving\r
+#   FCCombinePassCount and FCCompactFactor\r
+FCIterate=0\r
+FCCombinePassCount=4\r
+FCCompactFactor=64\r
+\r
+[queue_push]\r
+ThreadCount=4\r
+QueueSize=100000\r
+# SegmentedQueue parameters:\r
+# SegmentedQueue_Iterate: \r
+#    1 - run test iteratively for segment size from 4 up to SegmentedQueue_SegmentSize\r
+#    0 - run test for segment size equal to SegmentedQueue_SegmentSize\r
+SegmentedQueue_Iterate=0\r
+SegmentedQueue_SegmentSize=64\r
+\r
+[queue_pop]\r
+ThreadCount=4\r
+QueueSize=100000\r
+# SegmentedQueue parameters:\r
+# SegmentedQueue_Iterate: \r
+#    1 - run test iteratively for segment size from 4 up to SegmentedQueue_SegmentSize\r
+#    0 - run test for segment size equal to SegmentedQueue_SegmentSize\r
+SegmentedQueue_Iterate=0\r
+SegmentedQueue_SegmentSize=64\r
+\r
+[queue_push_pop]\r
+ProducerCount=3\r
+ConsumerCount=3\r
+QueueSize=100000\r
+# HeavyValueSize - size of value for flat cobining containers, default 100\r
+# HeavyValueSize=100\r
+# SegmentedQueue parameters:\r
+# SegmentedQueue_Iterate: \r
+#    1 - run test iteratively for segment size from 4 up to SegmentedQueue_SegmentSize\r
+#    0 - run test for segment size equal to SegmentedQueue_SegmentSize\r
+SegmentedQueue_Iterate=0\r
+SegmentedQueue_SegmentSize=64\r
+\r
+[queue_random]\r
+ThreadCount=4\r
+QueueSize=500000\r
+# SegmentedQueue parameters:\r
+# SegmentedQueue_Iterate: \r
+#    1 - run test iteratively for segment size from 4 up to SegmentedQueue_SegmentSize\r
+#    0 - run test for segment size equal to SegmentedQueue_SegmentSize\r
+SegmentedQueue_Iterate=0\r
+SegmentedQueue_SegmentSize=64\r
+\r
+[intrusive_queue_push_pop]\r
+ReaderCount=3\r
+WriterCount=3\r
+QueueSize=100000\r
+# Flat combining queue parameters\r
+FCCompactFactor=64\r
+FCPassCount=8\r
+# SegmentedQueue parameters:\r
+# SegmentedQueue_Iterate: \r
+#    1 - run test iteratively for segment size from 4 up to SegmentedQueue_SegmentSize\r
+#    0 - run test for segment size equal to SegmentedQueue_SegmentSize\r
+SegmentedQueue_Iterate=0\r
+SegmentedQueue_SegmentSize=64\r
+\r
+[bounded_queue_fulness]\r
+ThreadCount=4\r
+QueueSize=1024\r
+PassCount=100000\r
+\r
+[spsc_queue]\r
+QueueSize=1024\r
+PassCount=10000\r
+\r
+[spsc_buffer]\r
+BufferSize=100000\r
+PushCount=100000\r
+\r
+[pqueue_pop]\r
+ThreadCount=4\r
+QueueSize=30000\r
+\r
+[pqueue_push]\r
+ThreadCount=4\r
+QueueSize=30000\r
+\r
+[pqueue_push_pop]\r
+PushThreadCount=4\r
+PopThreadCount=4\r
+QueueSize=30000\r
+\r
+[map_find_string]\r
+ThreadCount=2\r
+MapSize=10000\r
+PercentExists=50\r
+PassCount=2\r
+MaxLoadFactor=4\r
+\r
+# *** Cuckoo map properties\r
+CuckooInitialSize=256\r
+CuckooProbesetSize=8\r
+# 0 - use default\r
+CuckooProbesetThreshold=0\r
+\r
+# *** FeldmanHashMap properties\r
+FeldmanMapHeadBits=8\r
+FeldmanMapArrayBits=8\r
+\r
+[map_insdel_func]\r
+InsertThreadCount=2\r
+DeleteThreadCount=2\r
+UpdateThreadCount=2\r
+ThreadPassCount=6\r
+MapSize=10000\r
+MaxLoadFactor=4\r
+\r
+# *** Cuckoo map properties\r
+CuckooInitialSize=256\r
+CuckooProbesetSize=8\r
+# 0 - use default\r
+CuckooProbesetThreshold=0\r
+\r
+# *** FeldmanHashMap properties\r
+FeldmanMapHeadBits=8\r
+FeldmanMapArrayBits=8\r
+\r
+[map_insdel_item_int]\r
+InsertThreadCount=4\r
+DeleteThreadCount=4\r
+MapSize=5000\r
+GoalItem=2500\r
+AttemptCount=500\r
+MaxLoadFactor=4\r
+\r
+# *** Cuckoo map properties\r
+CuckooInitialSize=256\r
+CuckooProbesetSize=8\r
+# 0 - use default\r
+CuckooProbesetThreshold=0\r
+\r
+# *** FeldmanHashMap properties\r
+FeldmanMapHeadBits=8\r
+FeldmanMapArrayBits=8\r
+\r
+[map_insdel_string]\r
+InsertThreadCount=2\r
+DeleteThreadCount=2\r
+ThreadPassCount=4\r
+MapSize=10000\r
+MaxLoadFactor=4\r
+PrintGCStateFlag=1\r
+\r
+# *** Cuckoo map properties\r
+CuckooInitialSize=256\r
+CuckooProbesetSize=8\r
+# 0 - use default\r
+CuckooProbesetThreshold=0\r
+\r
+# *** FeldmanHashMap properties\r
+FeldmanMapHeadBits=8\r
+FeldmanMapArrayBits=8\r
+\r
+[map_insdelfind]\r
+InitialMapSize=50000\r
+ThreadCount=4\r
+MaxLoadFactor=4\r
+InsertPercentage=20\r
+DeletePercentage=20\r
+Duration=3\r
+\r
+# *** Cuckoo map properties\r
+CuckooInitialSize=256\r
+CuckooProbesetSize=8\r
+# 0 - use default\r
+CuckooProbesetThreshold=0\r
+\r
+# *** FeldmanHashMap properties\r
+FeldmanMapHeadBits=8\r
+FeldmanMapArrayBits=8\r
+\r
+[map_delodd]\r
+MapSize=10000\r
+InsThreadCount=2\r
+DelThreadCount=2\r
+ExtractThreadCount=2\r
+FindThreadCount=2\r
+MaxLoadFactor=4\r
+PassCount=20\r
+\r
+#Cuckoo map properties\r
+CuckooInitialSize=256\r
+CuckooProbesetSize=8\r
+# 0 - use default\r
+CuckooProbesetThreshold=0\r
+\r
+# *** FeldmanHashMap properties\r
+FeldmanMapHeadBits=8\r
+FeldmanMapArrayBits=8\r
+\r
+[map_minmax]\r
+MapSize=50000\r
+InsThreadCount=2\r
+ExtractThreadCount=2\r
+PassCount=500\r
+\r
+# *** FeldmanHashMap properties\r
+FeldmanMapHeadBits=8\r
+FeldmanMapArrayBits=8\r
+\r
+[map_iter_erase]\r
+MapSize=5000\r
+InsThreadCount=2\r
+DelThreadCount=2\r
+ExtractThreadCount=2\r
+FindThreadCount=2\r
+MaxLoadFactor=4\r
+PassCount=400\r
+\r
+# *** FeldmanHashMap properties\r
+FeldmanMapHeadBits=8\r
+FeldmanMapArrayBits=8\r
+\r
+[free_list]\r
+ThreadCount=4\r
+PassCount=100000
\ No newline at end of file