You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## What was changed
Adds `ruby/harness/` package, effectively a port of the same Python
harness (`python/harness`).
`ruby/harness is a standalone Ruby package that supports the same
harness semantics, structure, and API as the existing Python harness.
The test suite (`ruby/harness/tests`) similarly mimics the existing
Python harness test suite.
Notable, a significant portion of the change comes from making the
harness a standalone Ruby package with linting support (RBS, Steepfile,
etc.).
## Why?
- load testing ergonomics / DX
- Language parity
0 commit comments