Skip to content

Commit c682003

Browse files
committed
Add antipattern examples and update references in documentation
1 parent 77acac0 commit c682003

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@
2525

2626
1. [Automated Testing](./recipes/automated-testing.md)
2727

28+
## Examples
29+
30+
1. [Performance Testing - Antipattern Examples](./examples/automated-testing-performance-tests.md)
31+
2832
## 🙌 Want to contribute?
2933

3034
We are open to all kinds of contributions. If you want to:

examples/automated-testing-performance-tests.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Performance Testing - Examples
1+
# Performance Testing - Antipattern Examples
22

33
## Antipattern 1: Ignoring Think Time
44

recipes/automated-testing.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,8 @@ single performance test.
238238
in terms of infrastructure performance. (tests should be developed on a local
239239
instance, but the actual measurements should be performed live)
240240

241+
#### [Antipattern Examples](/examples/automated-testing-performance-tests.md)
242+
241243

242244
### Visual Tests
243245

0 commit comments

Comments
 (0)