Skip to content

perf(NODE-6616): shortcircuit logging ejson.stringify #4377

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 19 commits into from
Jan 24, 2025
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
test lint
  • Loading branch information
W-A-James committed Jan 24, 2025
commit 52c6f16e897d16f024d7c675a30ccbbc961562b9
11 changes: 1 addition & 10 deletions test/unit/mongo_logger.test.ts
Original file line number Diff line number Diff line change
@@ -1,13 +1,4 @@
import {
BSONRegExp,
Code,
Double,
EJSON,
Int32,
MaxKey,
MinKey,
ObjectId
} from 'bson';
import { BSONRegExp, Code, Double, EJSON, Int32, MaxKey, MinKey, ObjectId } from 'bson';
import { expect } from 'chai';
import * as sinon from 'sinon';
import { Readable, Writable } from 'stream';
Expand Down