mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 15:47:58 +00:00
Fix benchmarks: set cache_size to higher value (#5585)
* 128 -> 1024 * add trace and set = 512 * fix doc comment
This commit is contained in:
@@ -186,7 +186,7 @@ impl BenchDb {
|
||||
pruning: PruningMode::ArchiveAll,
|
||||
source: sc_client_db::DatabaseSettingsSrc::Path {
|
||||
path: dir.into(),
|
||||
cache_size: 128,
|
||||
cache_size: 512,
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user