We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6ac199 commit 6993b70Copy full SHA for 6993b70
benches/criterion/writes.rs
@@ -61,7 +61,7 @@ fn single_write(c: &mut Criterion) {
61
let option = DbOption::from(fusio::path::Path::from_filesystem_path("/tmp/tonbo").unwrap())
62
.disable_wal();
63
let db = runtime
64
- .block_on(async { DB::new(option, TokioExecutor::current()).await })
+ .block_on(async { DB::new(option, TokioExecutor::current(), KVSchema).await })
65
.unwrap();
66
67
group.bench_with_input(BenchmarkId::new("Tonbo", batch), &batch, |b, batch| {
0 commit comments