-
Notifications
You must be signed in to change notification settings - Fork 1
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
feat(bson-bench): add bson-bench library #1
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We've actually got more useful failures on the actions now: https://github.com/mongodb-js/dbx-js-tools/actions/runs/6773529163/job/18408594706?pr=1 (tests are actually running)
Getting one failure I can't yet account for. On Node 20, we fail to install bson-ext from a git commit due to a failure with node-gyp. The other failures are with installing bson-6.0.0 which is strange because when these tests are run in isolation, they pass. |
Discussing with @W-A-James we can go ahead an merge this to get a majority of the code landed, and he will open subtasks and corresponding new PRs here if there are further small bug fixes needed to get the bench runner working over in that CI. |
Description
This PR adds the bson-bench library described in NODE-5693.
What is changing?
Double check the following
npm run check:lint
script