// Concurrent durable-write benchmark: N clients each do M sequential // insertOne ({w:1, j:true} by default) into their own collection, reporting // aggregate docs/s. Exercises the group-commit path under real contention. // // node tests/e2e/concurrent.js --url mongodb://127.0.0.1:27019 --label multiforadb // [--clients 8] [--per-client 2000] [--wc j|none] // // Output (stdout, tab-separated, one line): //