From: khizmax Date: Tue, 7 Mar 2017 07:44:58 +0000 (+0300) Subject: Tuning stress test parameters X-Git-Tag: v2.3.0~134 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=69478bc238f939ef6009d2d8b468bbdf01915a47;p=libcds.git Tuning stress test parameters --- diff --git a/test/stress/data/test-debug.conf b/test/stress/data/test-debug.conf index cf18f270..29b8d9c3 100644 --- a/test/stress/data/test-debug.conf +++ b/test/stress/data/test-debug.conf @@ -187,7 +187,7 @@ FeldmanMapArrayBits=8 [map_insdelfind] InitialMapSize=50000 ThreadCount=4 -MaxLoadFactor=8 +MaxLoadFactor=4 InsertPercentage=20 DeletePercentage=20 Duration=3 diff --git a/test/stress/data/test-express.conf b/test/stress/data/test-express.conf index 048ab04f..e7c1fb75 100644 --- a/test/stress/data/test-express.conf +++ b/test/stress/data/test-express.conf @@ -183,7 +183,7 @@ FeldmanMapHeadBits=8 FeldmanMapArrayBits=8 [map_insdelfind] -InitialMapSize=500000 +InitialMapSize=50000 ThreadCount=8 MaxLoadFactor=4 InsertPercentage=20 diff --git a/test/stress/data/test.conf b/test/stress/data/test.conf index 5c00c3a8..256617eb 100644 --- a/test/stress/data/test.conf +++ b/test/stress/data/test.conf @@ -183,7 +183,7 @@ FeldmanMapHeadBits=8 FeldmanMapArrayBits=8 [map_insdelfind] -InitialMapSize=500000 +InitialMapSize=50000 ThreadCount=8 MaxLoadFactor=4 InsertPercentage=20