-
Type: New Feature
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Performance, Testing Infrastructure
-
None
-
Minor Change
-
v4.0
-
TIG 2018-07-02, TIG 2018-07-16
-
0
-
8
This makes it possible use our existing https://github.com/mongodb/mongo-perf tests as performance tests for embedded. We can likely get away with creating separate executables for each mongo-perf test case that uses ServiceEntryPointEmbedded, embedded::initialize(), and DBDirectClient (instead of DBClientConnection) to perform operations.
Note: We'll also need to remove or split out the "check" function as it requires linking in the JavaScript engine.
- related to
-
SERVER-36073 Save stats from BenchRunner::finish() to a JSON file in mongoebench
- Closed