Created
January 6, 2020 10:40
-
-
Save diegolovison/3dde29715b72f53f694e2ec156783d3d to your computer and use it in GitHub Desktop.
ispn.hf.yaml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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