Fix benchmarks: set cache_size to higher value (#5585)

* 128 -> 1024

* add trace and set = 512

* fix doc comment
This commit is contained in:
Nikolay Volf
2020-04-09 01:37:26 -07:00
committed by GitHub
parent 5913969f8d
commit 2faabff007
3 changed files with 11 additions and 2 deletions
+1 -1
View File
@@ -186,7 +186,7 @@ impl BenchDb {
pruning: PruningMode::ArchiveAll,
source: sc_client_db::DatabaseSettingsSrc::Path {
path: dir.into(),
cache_size: 128,
cache_size: 512,
},
};