Fixed explicit ctor bugs in stress tests
[libcds.git] / test / stress / data / test.conf
index c46970c50d7db7c87b507619118cf00136eec644..565e448b12744eab6aa9ca45e104644e5865a07f 100644 (file)
@@ -11,53 +11,6 @@ dhp_epoch_count=16
 # cds::urcu::gc initialization parameters\r
 rcu_buffer_size=256\r
 \r
-[Atomic_ST]\r
-iterCount=1000000\r
-\r
-[thread_init_fini]\r
-ThreadCount=8\r
-PassCount=100000\r
-\r
-[Allocator_ST]\r
-PassCount=10\r
-# Total allocation per pass, Megabytes\r
-AllocPerPass=1024\r
-\r
-[Linux_Scale]\r
-# Allocation count per test\r
-PassCount=10000000\r
-# Max allocated block size in bytes\r
-MaxBlockSize=66000\r
-# Max thread count. 0 is processor_count * 2\r
-MaxThreadCount=0\r
-\r
-[Hoard_ThreadTest]\r
-MinBlockSize=16\r
-MaxBlockSize=1024\r
-BlockCount=10000\r
-PassCount=500\r
-# Max thread count. 0 is processor_count * 2\r
-MaxThreadCount=0\r
-\r
-[Larson]\r
-MinBlockSize=8\r
-MaxBlockSize=1024\r
-BlocksPerThread=1000\r
-PassCount=5000000\r
-# Max thread count. 0 is processor_count * 2\r
-MaxThreadCount=0\r
-\r
-[Random_Alloc]\r
-DataSize=1000\r
-MinBlockSize=8\r
-MaxBlockSize=100000\r
-PassCount=500000\r
-# Max thread count. 0 is processor_count * 2\r
-MaxThreadCount=0\r
-\r
-[Spinlock_MT]\r
-ThreadCount=8\r
-LoopCount=1000000\r
 \r
 [Stack_Push]\r
 ThreadCount=8\r
@@ -195,10 +148,10 @@ FeldmanMapArrayBits=4
 [map_insdel_int]\r
 InsertThreadCount=4\r
 DeleteThreadCount=4\r
-ThreadPassCount=2\r
-MapSize=1000000\r
+ThreadPassCount=5\r
+MapSize=50000\r
 MaxLoadFactor=4\r
-PrintGCStateFlag=1\r
+\r
 # *** Cuckoo map properties\r
 CuckooInitialSize=1024\r
 CuckooProbesetSize=16\r
@@ -227,13 +180,14 @@ CuckooProbesetThreshold=0
 FeldmanMapHeadBits=10\r
 FeldmanMapArrayBits=4\r
 \r
-[Map_InsDel_Item_int]\r
-ThreadCount=8\r
+[map_insdel_item_int]\r
+InsertThreadCount=4\r
+DeleteThreadCount=4\r
 MapSize=10000\r
 GoalItem=5000\r
-AttemptCount=10000\r
+AttemptCount=1000\r
 MaxLoadFactor=4\r
-PrintGCStateFlag=1\r
+\r
 # *** Cuckoo map properties\r
 CuckooInitialSize=1024\r
 CuckooProbesetSize=16\r
@@ -246,8 +200,8 @@ FeldmanMapArrayBits=4
 [map_insdel_string]\r
 InsertThreadCount=4\r
 DeleteThreadCount=4\r
-ThreadPassCount=2\r
-MapSize=500000\r
+ThreadPassCount=5\r
+MapSize=50000\r
 MaxLoadFactor=4\r
 \r
 # *** Cuckoo map properties\r
@@ -260,27 +214,11 @@ CuckooProbesetThreshold=0
 FeldmanMapHeadBits=10\r
 FeldmanMapArrayBits=4\r
 \r
-[Map_InsDel_Item_string]\r
-ThreadCount=8\r
-MapSize=10000\r
-GoalItemIndex=5000\r
-AttemptCount=10000\r
-MaxLoadFactor=4\r
-PrintGCStateFlag=1\r
-# *** Cuckoo map properties\r
-CuckooInitialSize=1024\r
-CuckooProbesetSize=16\r
-# 0 - use default\r
-CuckooProbesetThreshold=0\r
-# *** FeldmanHashMap properties\r
-FeldmanMapHeadBits=10\r
-FeldmanMapArrayBits=4\r
-\r
-[Map_InsFind_int]\r
+[map_insfind_int]\r
 ThreadCount=0\r
 MapSize=5000\r
 MaxLoadFactor=4\r
-PrintGCStateFlag=1\r
+\r
 # *** Cuckoo map properties\r
 CuckooInitialSize=1024\r
 CuckooProbesetSize=16\r
@@ -326,3 +264,7 @@ CuckooProbesetThreshold=0
 # *** FeldmanHashMap properties\r
 FeldmanMapHeadBits=10\r
 FeldmanMapArrayBits=4\r
+\r
+[free_list]\r
+ThreadCount=4\r
+PassCount=1000000
\ No newline at end of file