This commit is contained in:
2025-04-20 06:44:16 +02:00
parent 189971509a
commit e1ea2c06cd
5 changed files with 18 additions and 185 deletions

View File

@@ -135,7 +135,7 @@ fn performance_benchmark(base_path: &PathBuf) -> Result<(), ourdb::Error> {
let config = OurDBConfig {
path: db_path,
incremental_mode: true,
file_size: Some(10 * 1024 * 1024), // 10MB
file_size: Some(1024 * 1024), // 10MB
keysize: Some(4), // 4-byte keys
};