forked from globalsign/mgo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'development' into merge-development
* development: Credit @fmpwizard in the README. Add link to improvement by @jameinel Credit @BenLubar in README. Credit @reenjii in the README. Add Runner.SetOptions to control maximum queue length. fix json time zone Set an upper limit of how large we will let txn-queues grow. See if cleaning up mongo instances fixes the build Both features only wrk starting on 2.6 Added Hint and MaxTimeMS support to Count() fix running test on mongo 3.2 Revert "try to reuse the info.Queue conversion has a negative performance effect" try to reuse the info.Queue conversion has a negative performance effect Batch the preload into chunks. Include preloading of a bunch of transactions. Cache conversion from token to TXN ObjectId. Add the test cases that show O(N^2) performance run 'go fmt' using go 1.8 add test case for no-timeout cursors Fix SetCursorTimeout. See https://jira.mongodb.org/browse/SERVER-24899 # Conflicts: # README.md
- Loading branch information
Showing
9 changed files
with
487 additions
and
46 deletions.
There are no files selected for viewing
This file contains 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 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 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 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 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 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
Oops, something went wrong.