From 69478bc238f939ef6009d2d8b468bbdf01915a47 Mon Sep 17 00:00:00 2001 From: khizmax Date: Tue, 7 Mar 2017 10:44:58 +0300 Subject: [PATCH] Tuning stress test parameters --- test/stress/data/test-debug.conf | 2 +- test/stress/data/test-express.conf | 2 +- test/stress/data/test.conf | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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 -- 2.34.1