Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions benches/db_1KiB.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ async function main() {
},
},
dbPath: dbPath1,
// @ts-ignore - version of js-logger is incompatible (remove when js-db updates to 5.* here)
logger,
});
// Db2 uses workers
Expand All @@ -52,7 +51,6 @@ async function main() {
},
},
dbPath: dbPath2,
// @ts-ignore - version of js-logger is incompatible (remove when js-db updates to 5.* here)
logger,
});
db2.setWorkerManager(workerManager);
Expand Down
2 changes: 0 additions & 2 deletions benches/db_1MiB.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ async function main() {
},
},
dbPath: dbPath1,
// @ts-ignore - version of js-logger is incompatible (remove when js-db updates to 5.* here)
logger,
});
// Db2 uses workers
Expand All @@ -52,7 +51,6 @@ async function main() {
},
},
dbPath: dbPath2,
// @ts-ignore - version of js-logger is incompatible (remove when js-db updates to 5.* here)
logger,
});
db2.setWorkerManager(workerManager);
Expand Down
2 changes: 0 additions & 2 deletions benches/db_24KiB.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ async function main() {
},
},
dbPath: dbPath1,
// @ts-ignore - version of js-logger is incompatible (remove when js-db updates to 5.* here)
logger,
});
// Db2 uses workers
Expand All @@ -52,7 +51,6 @@ async function main() {
},
},
dbPath: dbPath2,
// @ts-ignore - version of js-logger is incompatible (remove when js-db updates to 5.* here)
logger,
});
db2.setWorkerManager(workerManager);
Expand Down
Loading