The load-gen example uses "operation", "request", and "transaction" all to mean the same thing. * totalNumberOfOperationsToExecute * printStatsEveryNRequests * numberOfConcurrentRequests * maxRequestsPerSecond * `const numOperationsPerWorker = this.totalNumberOfOperationsToExecute / this.numberOfConcurrentRequests` 🤯 * tps (transactions per second?) I suspect the rest of the code does the same thing, and I suspect the other SDKs have the same issue. - [ ] Pick one and use it consistently.