We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a5b8d9 commit 6fa3a9eCopy full SHA for 6fa3a9e
docs/TESTPLAN.md
@@ -42,6 +42,11 @@ The test suite has the following categories of tests:
42
- Live in `src/testE2E`
43
- These tests are heavier than Integration tests.
44
- 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.
50
51
## Test files
52
0 commit comments