-
Notifications
You must be signed in to change notification settings - Fork 258
test(NODE-5692): Add new benchmarks using bson-bench #636
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
Changes from all commits
Commits
Show all changes
40 commits
Select commit
Hold shift + click to select a range
c9ec0a5
test(NODE-5692): start adding new test files
W-A-James cd42401
add runBenchmarks.js file
W-A-James e7b0912
test(NODE-5692): WIP: creating benchmark scripts
W-A-James 1cd8408
fix test gen script
W-A-James 6117aa2
add benchmark test files
W-A-James 5ef3aaf
migrates tests to their own files
W-A-James 250a5d1
add nested and mixed docs
W-A-James 16e68b6
generate mixed and nested docs
W-A-James 8732d61
restructure
W-A-James 2348817
add timestamp tsets
W-A-James efdadc9
add other mixed documents to mixed benchmark
W-A-James ec2bf7c
Use git version of package
W-A-James a0f846f
update run_granular_benchmarks.js
W-A-James b009cd8
add new ci task
W-A-James 1c51682
update evergreen config
W-A-James 2a2ce30
update package file
W-A-James 534302c
update dbx-js-tools
W-A-James a239cef
hack to ensure benchmarks run successfully
W-A-James fd7324d
print information
W-A-James 45a8b09
fix tests to get rid of duplicates
W-A-James c77caff
add library column
W-A-James f6254fb
update bson-bench
W-A-James cc0184a
Update script to check for duplicate entries before merging files
W-A-James a9bace3
add .gitignore
W-A-James 445dcb2
Update .gitignore
W-A-James 0e0e3d7
fix old tests
W-A-James dea4a52
remove old benchmark runner
W-A-James 58d07df
remove old benchmark files
W-A-James 957ec4f
eslint fixes
W-A-James 0c16e6d
add spec test ci task and update generate_documents script
W-A-James ae84ed9
Update docs and make fix to common.ts
W-A-James 09ce205
Merge branch 'main' into NODE-5692
W-A-James 4113dce
remove large binary
W-A-James d75b24a
Address review comments
W-A-James 9ca1e33
add xtrace for env variable debugging
W-A-James 12dc0b6
fix ci issues
W-A-James cb96358
fix result generation
W-A-James fac2e55
syntax cleanup
W-A-James 88bad89
fix result collection
W-A-James c8cd97c
Update FIXME comment
W-A-James File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
#!/usr/bin/env bash | ||
|
||
source "${PROJECT_DIRECTORY}/.evergreen/init-node-and-npm-env.sh" | ||
set -o xtrace | ||
WARMUP=$WARMUP | ||
ITERATIONS=$ITERATIONS | ||
|
||
WARMUP=$WARMUP ITERATIONS=$ITERATIONS npm run check:granular-bench |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,4 +2,4 @@ | |
|
||
source "${PROJECT_DIRECTORY}/.evergreen/init-node-and-npm-env.sh" | ||
|
||
npm run check:bench | ||
npm run check:spec-bench |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.