Skip to content

Commit 6fa3a9e

Browse files
authored
docs(tests): mention performance tests in TESTPLAN.md #5793
1 parent 8a5b8d9 commit 6fa3a9e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/TESTPLAN.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,11 @@ The test suite has the following categories of tests:
4242
- Live in `src/testE2E`
4343
- These tests are heavier than Integration tests.
4444
- Some E2E tests have a more complicated architecture, described in [TEST_E2E](./TEST_E2E.md)
45+
- Performance Tests: **slow** tests
46+
- Live in `src/testInteg/perf`.
47+
- A subset of integration tests focused on catching performance regressions.
48+
- Use a combination of operation counting and system usage statistics such as cpu usage, memory usage, and duration.
49+
- Each test is often repeated 10 or more times for less variant system usage statistics, then median of runs is used.
4550

4651
## Test files
4752

0 commit comments

Comments
 (0)