nosql-tests
nosql-tests copied to clipboard
NoSQL benchmark tests for documents and graphs
In the tests you use the JSON type, while for a "real" environment that was performance-sensitive it's likely that JSONB would be used instead. Optionally, you could also add a...
I would love to see couchbase 4 (both map reduce and N1QL) added to the tests. When I have some free time will try to put something togather.
`nodejs benchmark neo4j -a 10.240.0.2 -t shortest` ``` /home/maxdemarzi/nosql-tests/benchmark.js:93 tests = tests.split(',').map(trim); ^ ReferenceError: trim is not defined at Object. (/home/maxdemarzi/nosql-tests/benchmark.js:93:32) at Module._compile (module.js:456:26) at Object.Module._extensions..js (module.js:474:10) at Module.load (module.js:356:32)...