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
@@ -284,7 +284,7 @@ pub enum DatabaseSettingsSrc {
Path {
/// Path to the database.
path: PathBuf,
/// Cache size in bytes.
/// Cache size in MiB.
cache_size: usize,
},