Skip to content

Instantly share code, notes, and snippets.

@diegolovison
Created January 6, 2020 10:40
Show Gist options
  • Save diegolovison/3dde29715b72f53f694e2ec156783d3d to your computer and use it in GitHub Desktop.
Save diegolovison/3dde29715b72f53f694e2ec156783d3d to your computer and use it in GitHub Desktop.
ispn.hf.yaml
name: ispn
http:
host: http://127.0.0.1:11223
phases:
- example:
atOnce:
users: 10
scenario:
- test:
- randomInt: cacheId <- 1 .. 999
- httpRequest:
POST:
pattern: /rest/v2/caches/fooCache/${cacheId}
handler:
rawBytes:
responseSizeRecorder: foobar
sync: true
body:
text: The cache value
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment