Skip to content

Add soak testing and refactor system test harness#34

Merged
szeka9 merged 1 commit into
mainfrom
development
Jul 12, 2026
Merged

Add soak testing and refactor system test harness#34
szeka9 merged 1 commit into
mainfrom
development

Conversation

@szeka9

@szeka9 szeka9 commented Jul 12, 2026

Copy link
Copy Markdown
Owner

Add a soak test to evaluate system stability under sustained load, helping detect issues such as heap fragmentation and gradual performance degradation.

Restructure the system test modules to reduce the boilerplate required when adding new test types.

Improve generated plots by visualizing heap usage
distributions with box plots.

Normalize test conditions for consistent timing:

  • refactor logging of heap measurements, use fixed sampling intervals, and store heap usage metrics in files
  • normalize all measurements to 1-second intervals using interpolation
  • measure idle heap before and after each test

Add a soak test to evaluate system stability under sustained
load, helping detect issues such as heap fragmentation and
gradual performance degradation.

Restructure the system test modules to reduce the boilerplate
required when adding new test types.

Improve generated plots by visualizing heap usage
distributions with box plots.

Normalize test conditions for consistent timing:
- refactor logging of heap measurements, use fixed sampling
  intervals, and store heap usage metrics in files
- normalize all measurements to 1-second intervals using
  interpolation
- measure idle heap before and after each test
@szeka9 szeka9 merged commit 051aebf into main Jul 12, 2026
1 check passed
@szeka9 szeka9 deleted the development branch July 12, 2026 15:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant