Skip to content

Commit a3ec495

Browse files
authored
Merge pull request #67 from MatrixAI/feature-logger-update
Updating js-db to 5.x.x (integrating RocksDB and DB-native concurrency control)
2 parents 6e54747 + 2e99692 commit a3ec495

15 files changed

+1102
-855
lines changed

Diff for: benches/db_1KiB.ts

-2
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ async function main() {
3838
},
3939
},
4040
dbPath: dbPath1,
41-
// @ts-ignore - version of js-logger is incompatible (remove when js-db updates to 5.* here)
4241
logger,
4342
});
4443
// Db2 uses workers
@@ -52,7 +51,6 @@ async function main() {
5251
},
5352
},
5453
dbPath: dbPath2,
55-
// @ts-ignore - version of js-logger is incompatible (remove when js-db updates to 5.* here)
5654
logger,
5755
});
5856
db2.setWorkerManager(workerManager);

Diff for: benches/db_1MiB.ts

-2
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ async function main() {
3838
},
3939
},
4040
dbPath: dbPath1,
41-
// @ts-ignore - version of js-logger is incompatible (remove when js-db updates to 5.* here)
4241
logger,
4342
});
4443
// Db2 uses workers
@@ -52,7 +51,6 @@ async function main() {
5251
},
5352
},
5453
dbPath: dbPath2,
55-
// @ts-ignore - version of js-logger is incompatible (remove when js-db updates to 5.* here)
5654
logger,
5755
});
5856
db2.setWorkerManager(workerManager);

Diff for: benches/db_24KiB.ts

-2
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ async function main() {
3838
},
3939
},
4040
dbPath: dbPath1,
41-
// @ts-ignore - version of js-logger is incompatible (remove when js-db updates to 5.* here)
4241
logger,
4342
});
4443
// Db2 uses workers
@@ -52,7 +51,6 @@ async function main() {
5251
},
5352
},
5453
dbPath: dbPath2,
55-
// @ts-ignore - version of js-logger is incompatible (remove when js-db updates to 5.* here)
5654
logger,
5755
});
5856
db2.setWorkerManager(workerManager);

0 commit comments

Comments
 (0)