Skip to content

Commit

Permalink
Merge pull request #67 from MatrixAI/feature-logger-update
Browse files Browse the repository at this point in the history
Updating js-db to 5.x.x (integrating RocksDB and DB-native concurrency control)
  • Loading branch information
tegefaulkes authored Aug 19, 2022
2 parents 6e54747 + 2e99692 commit a3ec495
Show file tree
Hide file tree
Showing 15 changed files with 1,102 additions and 855 deletions.
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

0 comments on commit a3ec495

Please sign in to comment.