Details
-
Task
-
Resolution: Done
-
Trivial - P5
-
None
-
None
-
None
-
None
Description
The README in mongo-c-driver-performance has outdated and incorrect instructions.
- The link to installation instructions for libbson / libmongoc does not work.
- Compilation does not succeed on macOS with clang 11 compiler due to duplicate symbol errors on global variables defined in mongo-c-driver-performance.h (NUM_ITERATIONS, NUM_DOCS, and g_test_dir)
- The download-test-data.py script expects the destination directory (performance-testdata) to exist.