Skip to content

Commit

Permalink
Merge master into feature/cwltail
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-toolkit-automation authored Oct 16, 2024
2 parents b11d626 + 6fa3a9e commit b4c1852
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/TESTPLAN.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,11 @@ The test suite has the following categories of tests:
- Live in `src/testE2E`
- These tests are heavier than Integration tests.
- Some E2E tests have a more complicated architecture, described in [TEST_E2E](./TEST_E2E.md)
- Performance Tests: **slow** tests
- Live in `src/testInteg/perf`.
- A subset of integration tests focused on catching performance regressions.
- Use a combination of operation counting and system usage statistics such as cpu usage, memory usage, and duration.
- Each test is often repeated 10 or more times for less variant system usage statistics, then median of runs is used.

## Test files

Expand Down

0 comments on commit b4c1852

Please sign in to comment.