[General] # HZP scan strategy, possible values are "classic", "inplace". Default is "classic" HZP_scan_strategy=inplace # Hazard pointer count per thread, for gc::HP hazard_pointer_count=72 # cds::gc::DHP initialization parameters dhp_liberate_threshold=1024 dhp_init_guard_count=16 dhp_epoch_count=16 # cds::urcu::gc initialization parameters rcu_buffer_size=256 [Atomic_ST] iterCount=1000000 [thread_init_fini] ThreadCount=8 PassCount=100000 [Allocator_ST] PassCount=5 # Total allocation per pass, Megabytes AllocPerPass=256 [Linux_Scale] # Allocation count per test PassCount=100000 # Max allocated block size in bytes MaxBlockSize=10000 # Max thread count. 0 is processor_count * 2 MaxThreadCount=4 [Hoard_ThreadTest] MinBlockSize=16 MaxBlockSize=64 BlockCount=10000 PassCount=10 # Max thread count. 0 is processor_count * 2 MaxThreadCount=4 [Larson] MinBlockSize=8 MaxBlockSize=1024 BlocksPerThread=1000 PassCount=1000000 # Max thread count. 0 is processor_count * 2 MaxThreadCount=4 [Random_Alloc] DataSize=1000 MinBlockSize=8 MaxBlockSize=65000 PassCount=100000 # Max thread count. 0 is processor_count * 2 MaxThreadCount=4 [Spinlock_MT] ThreadCount=8 LoopCount=1000000 [Stack_Push] ThreadCount=8 StackSize=500000 EliminationSize=4 [Stack_PushPop] PushThreadCount=4 PopThreadCount=4 StackSize=4000000 EliminationSize=4 [IntrusiveStack_PushPop] PushThreadCount=4 PopThreadCount=4 StackSize=4000000 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=8 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 [queue_pop] ThreadCount=8 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 [queue_push_pop] ConsumerCount=4 ProducerCount=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 [queue_random] ThreadCount=8 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=4 WriterCount=4 QueueSize=500000 # 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=8 QueueSize=1000000 [pqueue_push] ThreadCount=8 QueueSize=1000000 [pqueue_push_pop] PushThreadCount=4 PopThreadCount=4 QueueSize=500000 [map_find_int] ThreadCount=8 MapSize=100000 PercentExists=50 PassCount=2 MaxLoadFactor=4 # *** Cuckoo map properties CuckooInitialSize=1024 CuckooProbesetSize=16 # 0 - use default CuckooProbesetThreshold=0 # *** FeldmanHashMap properties FeldmanMapHeadBits=8 FeldmanMapArrayBits=4 [map_find_string] ThreadCount=8 MapSize=100000 PercentExists=50 PassCount=2 MaxLoadFactor=4 # *** Cuckoo map properties CuckooInitialSize=1024 CuckooProbesetSize=16 # 0 - use default CuckooProbesetThreshold=0 # *** FeldmanHashMap properties FeldmanMapHeadBits=8 FeldmanMapArrayBits=4 [Map_InsDel_int] InsertThreadCount=4 DeleteThreadCount=4 ThreadPassCount=2 MapSize=100000 MaxLoadFactor=4 PrintGCStateFlag=1 # *** Cuckoo map properties CuckooInitialSize=1024 CuckooProbesetSize=16 # 0 - use default CuckooProbesetThreshold=0 # *** FeldmanHashMap properties FeldmanMapHeadBits=8 FeldmanMapArrayBits=4 [map_insdel_func] InsertThreadCount=4 DeleteThreadCount=4 UpdateThreadCount=4 ThreadPassCount=4 MapSize=100000 MaxLoadFactor=4 PrintGCStateFlag=1 # *** Cuckoo map properties CuckooInitialSize=1024 CuckooProbesetSize=16 # 0 - use default CuckooProbesetThreshold=0 # *** FeldmanHashMap properties FeldmanMapHeadBits=8 FeldmanMapArrayBits=4 [Map_InsDel_Item_int] ThreadCount=8 MapSize=100000 GoalItem=50000 AttemptCount=100 MaxLoadFactor=4 PrintGCStateFlag=1 # *** Cuckoo map properties CuckooInitialSize=1024 CuckooProbesetSize=16 # 0 - use default CuckooProbesetThreshold=0 # *** FeldmanHashMap properties FeldmanMapHeadBits=8 FeldmanMapArrayBits=4 [map_insdel_string] InsertThreadCount=4 DeleteThreadCount=4 ThreadPassCount=2 MapSize=100000 MaxLoadFactor=4 PrintGCStateFlag=1 # *** Cuckoo map properties CuckooInitialSize=1024 CuckooProbesetSize=16 # 0 - use default CuckooProbesetThreshold=0 # *** FeldmanHashMap properties FeldmanMapHeadBits=8 FeldmanMapArrayBits=4 [Map_InsDel_Item_string] ThreadCount=8 MapSize=100000 GoalItemIndex=50000 AttemptCount=100 MaxLoadFactor=4 PrintGCStateFlag=1 # *** Cuckoo map properties CuckooInitialSize=1024 CuckooProbesetSize=16 # 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=1024 CuckooProbesetSize=16 # 0 - use default CuckooProbesetThreshold=0 # *** FeldmanHashMap properties FeldmanMapHeadBits=8 FeldmanMapArrayBits=4 [map_insdelfind] InitialMapSize=500000 ThreadCount=8 MaxLoadFactor=4 InsertPercentage=5 DeletePercentage=5 Duration=5 # *** Cuckoo map properties CuckooInitialSize=1024 CuckooProbesetSize=16 # 0 - use default CuckooProbesetThreshold=0 # *** FeldmanHashMap properties FeldmanMapHeadBits=8 FeldmanMapArrayBits=4 [map_delodd] MapSize=500000 InsThreadCount=4 DelThreadCount=3 ExtractThreadCount=3 MaxLoadFactor=4 #Cuckoo map properties CuckooInitialSize=1024 CuckooProbesetSize=16 # 0 - use default CuckooProbesetThreshold=0 # *** FeldmanHashMap properties FeldmanMapHeadBits=8 FeldmanMapArrayBits=4