temporalio / sdk-core

Core Temporal SDK that can be used as a base for language specific Temporal SDKs
MIT License
246 stars 67 forks source link

[Feature Request] Stress tester CLI #336

Open cretz opened 2 years ago

cretz commented 2 years ago

Is your feature request related to a problem? Please describe.

Today in TypeScript we have https://github.com/temporalio/sdk-typescript/blob/ca0d6e8622000d9f8da63b170dc043a3132c59c1/packages/test/src/load/starter.ts which is a relatively simple standalone process that runs a bunch of stressful client opts based on given CLI args. This is buried in the TS SDK and we want a general-purpose workflow stresser.

Describe the solution you'd like

cretz commented 1 year ago

After recent discussion, we are going to try to reuse https://github.com/temporalio/xk6-temporal before writing this. Leaving open for now, but hopefully will close soon.