https://issues.apache.org/bugzilla/show_bug.cgi?id=54960
--- Comment #6 from Mikhail Epikhin <[email protected]> --- I released three samplers for MongoDB with support this into core for operations: insert, find and findOne. All this samplers give a json, convert to bson and works with mongodb fine on high throughput. For exmaple, insert works cool on 20krps throughput. But, i have a problem. In json's objects a haven't support operators. Like $inc, $gt, and other. It's a big problem. We can include simple samplers insert/find/findOne if you want. Source code: https://github.com/sch1z0phren1a/ApacheJMeter-mongodb-extensions/tree/master/src/main/java/me Example testplan in attachment:) -- You are receiving this mail because: You are the assignee for the bug.
