From: khizmax Date: Tue, 21 Feb 2017 07:34:41 +0000 (+0300) Subject: Tuning stress test parameters X-Git-Tag: v2.3.0~163^2 X-Git-Url: http://plrg.eecs.uci.edu/git/?p=libcds.git;a=commitdiff_plain;h=a3032a87093208132cd04fb7e09b89ba9299af49;hp=c1cfce22dcb92ac8d1cf2b3b06a18adc2cd5692f Tuning stress test parameters --- diff --git a/test/stress/data/test.conf b/test/stress/data/test.conf index cd20f8bc..5c00c3a8 100644 --- a/test/stress/data/test.conf +++ b/test/stress/data/test.conf @@ -18,15 +18,15 @@ StackSize=2000000 EliminationSize=4 [Stack_PushPop] -PushThreadCount=16 -PopThreadCount=16 -StackSize=16000000 +PushThreadCount=4 +PopThreadCount=4 +StackSize=8000000 EliminationSize=4 [IntrusiveStack_PushPop] -PushThreadCount=16 -PopThreadCount=16 -StackSize=32000000 +PushThreadCount=4 +PopThreadCount=4 +StackSize=8000000 EliminationSize=4 # Flat combining stack parameters # FCIterate=1 - the test will be run iteratively @@ -102,16 +102,16 @@ PassCount=1000000 [pqueue_pop] ThreadCount=8 -QueueSize=10000000 +QueueSize=2000000 [pqueue_push] ThreadCount=8 -QueueSize=10000000 +QueueSize=2000000 [pqueue_push_pop] PushThreadCount=4 PopThreadCount=4 -QueueSize=10000000 +QueueSize=2000000 [map_find_string] ThreadCount=8