This directory contains load tests for the Inferable Control Plane using k6.
- Node.js
- k6 (Installation Guide)
- First, start the machine service:
npm run machine:start
- In a new terminal, run the k6 tests:
// Test a run with tool call
npm run test:start:run
// Test a workflow (Which it self triggers a run with tool call)
npm run test:start:workflow