Skip to content

Commit 6993b70

Browse files
crwenethe
authored andcommitted
fix: compile error
1 parent a6ac199 commit 6993b70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benches/criterion/writes.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ fn single_write(c: &mut Criterion) {
6161
let option = DbOption::from(fusio::path::Path::from_filesystem_path("/tmp/tonbo").unwrap())
6262
.disable_wal();
6363
let db = runtime
64-
.block_on(async { DB::new(option, TokioExecutor::current()).await })
64+
.block_on(async { DB::new(option, TokioExecutor::current(), KVSchema).await })
6565
.unwrap();
6666

6767
group.bench_with_input(BenchmarkId::new("Tonbo", batch), &batch, |b, batch| {

0 commit comments

Comments
 (0)