[General] # HZP scan strategy, possible values are "classic", "inplace". Default is "classic" HZP_scan_strategy=inplace hazard_pointer_count=72 # cds::gc::DHP initialization parameters dhp_liberate_threshold=1024 dhp_init_guard_count=8 dhp_epoch_count=16 # cds::urcu::gc initialization parameters rcu_buffer_size=256 [Atomic_ST] iterCount=10000 [thread_init_fini] ThreadCount=4 PassCount=100000 [Allocator_ST] PassCount=10 # Total allocation per pass, Megabytes AllocPerPass=1024 [Linux_Scale] # Allocation count per test PassCount=1000000 # Max allocated block size in bytes MaxBlockSize=65000 # Max thread count. 0 is processor_count * 2 MaxThreadCount=0 [Hoard_ThreadTest] MinBlockSize=16 MaxBlockSize=64 BlockCount=5000 PassCount=25 # Max thread count. 0 is processor_count * 2 MaxThreadCount=0 [Larson] MinBlockSize=8 MaxBlockSize=1024 PassCount=100000 # Max thread count. 0 is processor_count * 2 MaxThreadCount=0 [Random_Alloc] DataSize=1000 MinBlockSize=8 MaxBlockSize=100000 PassCount=100000 # Max thread count. 0 is processor_count * 2 MaxThreadCount=0 [Spinlock_MT] ThreadCount=4 LoopCount=100000 [Stack_Push] ThreadCount=8 StackSize=100000 EliminationSize=4 [Stack_PushPop] PushThreadCount=16 PopThreadCount=16 StackSize=1600000 EliminationSize=4 [IntrusiveStack_PushPop] PushThreadCount=16 PopThreadCount=16 StackSize=1600000 EliminationSize=4 # Flat combining stack parameters # FCIterate=1 - the test will be run iteratively # for combine pass count from 1 to FCCombinePassCount # and compact factor from 1 to FCCompactFactor # FCIterate=0 - the test runs only once for giving # FCCombinePassCount and FCCompactFactor FCIterate=0 FCCombinePassCount=4 FCCompactFactor=64 [queue_push] ThreadCount=4 QueueSize=100000 # SegmentedQueue parameters: # SegmentedQueue_Iterate: # 1 - run test iteratively for segment size from 4 up to SegmentedQueue_SegmentSize # 0 - run test for segment size equal to SegmentedQueue_SegmentSize SegmentedQueue_Iterate=0 SegmentedQueue_SegmentSize=64 [queue_pop] ThreadCount=8 QueueSize=100000 # SegmentedQueue parameters: # SegmentedQueue_Iterate: # 1 - run test iteratively for segment size from 4 up to SegmentedQueue_SegmentSize # 0 - run test for segment size equal to SegmentedQueue_SegmentSize SegmentedQueue_Iterate=0 SegmentedQueue_SegmentSize=64 [queue_push_pop] ProducerCount=3 ConsumerCount=3 QueueSize=100000 # SegmentedQueue parameters: # SegmentedQueue_Iterate: # 1 - run test iteratively for segment size from 4 up to SegmentedQueue_SegmentSize # 0 - run test for segment size equal to SegmentedQueue_SegmentSize SegmentedQueue_Iterate=0 SegmentedQueue_SegmentSize=64 [queue_random] ThreadCount=4 QueueSize=500000 # SegmentedQueue parameters: # SegmentedQueue_Iterate: # 1 - run test iteratively for segment size from 4 up to SegmentedQueue_SegmentSize # 0 - run test for segment size equal to SegmentedQueue_SegmentSize SegmentedQueue_Iterate=0 SegmentedQueue_SegmentSize=64 [intrusive_queue_push_pop] ReaderCount=3 WriterCount=3 QueueSize=100000 # Flat combining queue parameters FCCompactFactor=64 FCPassCount=8 # SegmentedQueue parameters: # SegmentedQueue_Iterate: # 1 - run test iteratively for segment size from 4 up to SegmentedQueue_SegmentSize # 0 - run test for segment size equal to SegmentedQueue_SegmentSize SegmentedQueue_Iterate=0 SegmentedQueue_SegmentSize=64 [bounded_queue_fulness] ThreadCount=4 QueueSize=1024 PassCount=100000 [pqueue_pop] ThreadCount=4 QueueSize=10000 [pqueue_push] ThreadCount=4 QueueSize=10000 [pqueue_push_pop] PushThreadCount=4 PopThreadCount=4 QueueSize=10000 [Map_Nonconcurrent_iterator] MapSize=1000000 [Map_Nonconcurrent_iterator_MT] ThreadCount=4 MapSize=1000000 [map_find_int] ThreadCount=2 MapSize=10000 PercentExists=50 PassCount=2 MaxLoadFactor=4 # *** Cuckoo map properties CuckooInitialSize=256 CuckooProbesetSize=8 # 0 - use default CuckooProbesetThreshold=0 # *** FeldmanHashMap properties FeldmanMapHeadBits=8 FeldmanMapArrayBits=4 [map_find_string] ThreadCount=2 MapSize=10000 PercentExists=50 PassCount=2 MaxLoadFactor=4 # *** Cuckoo map properties CuckooInitialSize=256 CuckooProbesetSize=8 # 0 - use default CuckooProbesetThreshold=0 # *** FeldmanHashMap properties FeldmanMapHeadBits=8 FeldmanMapArrayBits=4 [map_insdel_int] InsertThreadCount=4 DeleteThreadCount=4 ThreadPassCount=3 MapSize=30000 MaxLoadFactor=4 # *** Cuckoo map properties CuckooInitialSize=256 CuckooProbesetSize=8 # 0 - use default CuckooProbesetThreshold=0 # *** FeldmanHashMap properties FeldmanMapHeadBits=8 FeldmanMapArrayBits=4 [map_insdel_func] InsertThreadCount=4 DeleteThreadCount=4 UpdateThreadCount=4 ThreadPassCount=8 MapSize=10000 MaxLoadFactor=4 # *** Cuckoo map properties CuckooInitialSize=256 CuckooProbesetSize=8 # 0 - use default CuckooProbesetThreshold=0 # *** FeldmanHashMap properties FeldmanMapHeadBits=8 FeldmanMapArrayBits=4 [map_insdel_item_int] InsertThreadCount=4 DeleteThreadCount=4 MapSize=5000 GoalItem=2500 AttemptCount=200 MaxLoadFactor=4 # *** Cuckoo map properties CuckooInitialSize=256 CuckooProbesetSize=8 # 0 - use default CuckooProbesetThreshold=0 # *** FeldmanHashMap properties FeldmanMapHeadBits=8 FeldmanMapArrayBits=4 [map_insdel_string] InsertThreadCount=4 DeleteThreadCount=4 ThreadPassCount=4 MapSize=20000 MaxLoadFactor=4 PrintGCStateFlag=1 # *** Cuckoo map properties CuckooInitialSize=256 CuckooProbesetSize=8 # 0 - use default CuckooProbesetThreshold=0 # *** FeldmanHashMap properties FeldmanMapHeadBits=8 FeldmanMapArrayBits=4 [Map_InsDel_Item_string] ThreadCount=4 MapSize=10000 GoalItemIndex=5000 AttemptCount=1000 MaxLoadFactor=4 PrintGCStateFlag=1 # *** Cuckoo map properties CuckooInitialSize=256 CuckooProbesetSize=8 # 0 - use default CuckooProbesetThreshold=0 # *** FeldmanHashMap properties FeldmanMapHeadBits=8 FeldmanMapArrayBits=4 [Map_InsFind_int] ThreadCount=0 MapSize=1000 MaxLoadFactor=4 PrintGCStateFlag=1 # *** Cuckoo map properties CuckooInitialSize=256 CuckooProbesetSize=8 # 0 - use default CuckooProbesetThreshold=0 # *** FeldmanHashMap properties FeldmanMapHeadBits=8 FeldmanMapArrayBits=4 [map_insdelfind] InitialMapSize=50000 ThreadCount=4 MaxLoadFactor=8 InsertPercentage=5 DeletePercentage=5 Duration=5 # *** Cuckoo map properties CuckooInitialSize=256 CuckooProbesetSize=8 # 0 - use default CuckooProbesetThreshold=0 # *** FeldmanHashMap properties FeldmanMapHeadBits=8 FeldmanMapArrayBits=4 [map_delodd] MapSize=50000 InsThreadCount=2 DelThreadCount=2 ExtractThreadCount=2 MaxLoadFactor=4 #Cuckoo map properties CuckooInitialSize=256 CuckooProbesetSize=8 # 0 - use default CuckooProbesetThreshold=0 # *** FeldmanHashMap properties FeldmanMapHeadBits=8 FeldmanMapArrayBits=4