From ad80fa52776eb6364e4a8a8d8ab5a0f17372b64d Mon Sep 17 00:00:00 2001 From: khizmax Date: Thu, 2 Jun 2016 23:25:21 +0300 Subject: [PATCH] Removed old test from test configs --- test/stress/data/test-debug.conf | 47 ------------------------------ test/stress/data/test-express.conf | 47 ------------------------------ test/stress/data/test.conf | 47 ------------------------------ 3 files changed, 141 deletions(-) diff --git a/test/stress/data/test-debug.conf b/test/stress/data/test-debug.conf index 3ee90f14..b5e35f51 100644 --- a/test/stress/data/test-debug.conf +++ b/test/stress/data/test-debug.conf @@ -11,53 +11,6 @@ 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 diff --git a/test/stress/data/test-express.conf b/test/stress/data/test-express.conf index db39a265..d2813d28 100644 --- a/test/stress/data/test-express.conf +++ b/test/stress/data/test-express.conf @@ -12,53 +12,6 @@ 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 diff --git a/test/stress/data/test.conf b/test/stress/data/test.conf index b0039097..e6ab618d 100644 --- a/test/stress/data/test.conf +++ b/test/stress/data/test.conf @@ -11,53 +11,6 @@ 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=10 -# Total allocation per pass, Megabytes -AllocPerPass=1024 - -[Linux_Scale] -# Allocation count per test -PassCount=10000000 -# Max allocated block size in bytes -MaxBlockSize=66000 -# Max thread count. 0 is processor_count * 2 -MaxThreadCount=0 - -[Hoard_ThreadTest] -MinBlockSize=16 -MaxBlockSize=1024 -BlockCount=10000 -PassCount=500 -# Max thread count. 0 is processor_count * 2 -MaxThreadCount=0 - -[Larson] -MinBlockSize=8 -MaxBlockSize=1024 -BlocksPerThread=1000 -PassCount=5000000 -# Max thread count. 0 is processor_count * 2 -MaxThreadCount=0 - -[Random_Alloc] -DataSize=1000 -MinBlockSize=8 -MaxBlockSize=100000 -PassCount=500000 -# Max thread count. 0 is processor_count * 2 -MaxThreadCount=0 - -[Spinlock_MT] -ThreadCount=8 -LoopCount=1000000 [Stack_Push] ThreadCount=8 -- 2.34.1