From 5809f227ba5709cb5a68bc01c094c0a92f79c6e9 Mon Sep 17 00:00:00 2001 From: atridadl Date: Mon, 15 Jan 2024 00:52:00 -0700 Subject: [PATCH] One more readme change --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ecdfcc9..d77d20e 100644 --- a/README.md +++ b/README.md @@ -2,16 +2,16 @@ A lightweight REST load testing tool with rubust support for different verbs, token auth, and performance reports. -## Example using source: +## Example using source 1. `go run main.go -rate=20 -max=100 -url=https://api.example.com/resource -type=POST -json=./data.json -token=YourBearerTokenHere` -## Example using binary: +## Example using binary 1. go build 2. `./loadr -rate=20 -max=100 -url=https://api.example.com/resource -type=POST -json=./data.json -token=YourBearerTokenHere` -## Flags: +## Flags - `-rate`: Number of requests per second. Default is 10. - `-max`: Maximum number of requests to send. Must be a non-zero integer. Default is 50.