We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 279d5a8 commit 53a666fCopy full SHA for 53a666f
1 file changed
README.md
@@ -17,5 +17,14 @@ start redis on `127.0.0.1:6379`, then:
17
18
`go run ./cmd/bench -jobs 5000 -workers 16`
19
20
+## failure simulation
21
+use worker failure simulation:
22
+
23
+`go run ./cmd/worker -concurrency 8 -fail-rate 0.05`
24
25
+use benchmark worker-kill simulation:
26
27
+`go run ./cmd/bench -jobs 5000 -workers 16 -simulate-failure=true -failure-delay-ms 250`
28
29
## tests
30
unit + integration tests live under `pkg/*`.
0 commit comments