Skip to content

Commit

Permalink
Fixed use of deprecated xargs flag
Browse files Browse the repository at this point in the history
  • Loading branch information
georgemalamidis-lh authored Jul 23, 2023
1 parent 07796d7 commit 8dec7a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ go run etc/dummyweb.go
Loop 10 times over a set of HTTP requests at 1x rate for 10 seconds, then at 5x for 10 seconds, then at 10x for the remaining requests

```bash
seq 10 | xargs -i cat etc/requests.jsonl | ./ripley -pace "10s@1 10s@5 1h@10"
seq 10 | xargs -I{} cat etc/requests.jsonl | ./ripley -pace "10s@1 10s@5 1h@10"
```

## Replaying HTTP traffic
Expand Down

0 comments on commit 8dec7a4

Please sign in to comment.