ktstr 0.3.2

Test harness for Linux process schedulers
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Recipes

Standalone examples for common tasks. Each recipe is self-contained.

- [Test a new scheduler]recipes/test-new-scheduler.md -- end-to-end
  from binary to integration tests
- [Investigate a crash]recipes/investigate-crash.md -- auto-repro,
  reading BPF probe output
- [A/B compare branches]recipes/ab-compare.md -- worktree setup,
  run and compare
- [Write a dynamic scenario]recipes/dynamic-scenario.md -- ops/steps
  with CgroupDef
- [Customize verification]recipes/custom-verification.md -- scheduler
  thresholds, per-test overrides
- [Benchmarking and negative tests]recipes/benchmarking-tests.md --
  performance gates, intentional degradation, Assert verification