You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: book/src/framework/chaos/chaos.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ We offer Docker and Kubernetes boilerplates designed to test the resilience of `
5
5
6
6
## Goals
7
7
8
-
We recommend structuring your tests as a linear suite that applies various chaos experiments and verifies the outcomes using a [load](../../libs/wasp.md) testing suite. Focus on critical user metrics, such as:
8
+
We recommend structuring your tests as a linear suite that applies various chaos experiments and verifies the outcomes using a load testing suite. Focus on critical user metrics, such as:
9
9
10
10
- The ratio of successful responses to failed responses
11
11
- The nth percentile of response latency
@@ -32,7 +32,7 @@ You can also use [fake](../../framework/components/mocking.md) package to create
32
32
33
33
Given the complexity of `Kubernetes`, we recommend starting with `Docker` first. Identifying faulty behavior in your services early—such as cascading latency—can prevent more severe issues when scaling up. Addressing these problems at a smaller scale can save significant time and effort later.
@@ -56,4 +56,4 @@ We also offer a set of blockchain-specific experiments, which typically involve
56
56
57
57
- Utilizing developer APIs (e.g., Anvil)
58
58
59
-
Check [gas]() and [reorg]() examples.
59
+
Check [gas](https://github.com/smartcontractkit/chainlink-testing-framework/blob/main/framework/examples/myproject/chaos/chaos_blockchain_evm_gas_test.go) and [reorg](https://github.com/smartcontractkit/chainlink-testing-framework/blob/main/framework/examples/myproject/chaos/chaos_blockchain_evm_reorg_test.go) examples.
0 commit comments