Skip to content

Latest commit

 

History

History
 
 

load-tests

Inferable Load Testing

This directory contains load tests for the Inferable Control Plane using k6.

Prerequisites

Running the Tests

  1. First, start the machine service:
npm run machine:start
  1. 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