From 554434d181be00b694899eaee0e6d554452ae767 Mon Sep 17 00:00:00 2001 From: khizmax Date: Tue, 23 May 2017 10:42:01 +0300 Subject: [PATCH] Tuning parameters of map_insdel_item_int stress test --- test/stress/data/test-express-x86.conf | 2 +- test/stress/data/test-express.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/stress/data/test-express-x86.conf b/test/stress/data/test-express-x86.conf index aed3e4f4..eb93e2a6 100644 --- a/test/stress/data/test-express-x86.conf +++ b/test/stress/data/test-express-x86.conf @@ -160,7 +160,7 @@ InsertThreadCount=2 DeleteThreadCount=2 MapSize=10000 GoalItem=5000 -AttemptCount=10000 +AttemptCount=700 MaxLoadFactor=4 # *** Cuckoo map properties diff --git a/test/stress/data/test-express.conf b/test/stress/data/test-express.conf index 4316df80..a401b513 100644 --- a/test/stress/data/test-express.conf +++ b/test/stress/data/test-express.conf @@ -159,7 +159,7 @@ InsertThreadCount=4 DeleteThreadCount=4 MapSize=10000 GoalItem=5000 -AttemptCount=10000 +AttemptCount=1000 MaxLoadFactor=4 # *** Cuckoo map properties -- 2.34.1