Sample Configuration file for running performance test

A performance test can be run through mesheryctl as a client with the help of a pre-defined configuration file. This file is SMP spec compatible. A sample is provided below,

smp_version: v0.0.1
id: test
name: test
labels: {}
clients:
- internal: false
  load_generator: fortio
  protocol: 1
  connections: 2
  rps: 10
  headers: {}
  cookies: {}
  body: ""
  content_type: ""
  endpoint_urls:
  - https://github.com
  - https://google.com
duration: "5s"
1 Like