Skip to content

Operations, requests, and transactions. Oh my! #130

@schwern

Description

@schwern

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions