benchkit 0.21.0

Lightweight benchmarking toolkit focused on practical performance analysis and report generation. Non-restrictive alternative to criterion, designed for easy integration and markdown report generation.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Pattern Doc Entity

### Scope

- **Purpose**: Document recurring architectural decisions that shape how benchkit is designed and extended.
- **Responsibility**: Collects problem/solution pairs with applicability criteria and trade-off analysis.
- **In Scope**: Architectural patterns that differentiate benchkit from alternatives; composability decisions.
- **Out of Scope**: Implementation algorithms (→ feature/); API surface (→ api/).

### Overview Table

| ID  | Name                                                            | Purpose                                              | Status |
|-----|-----------------------------------------------------------------|------------------------------------------------------|--------|
| 001 | [Toolkit Not Framework]001_toolkit_not_framework.md           | Composable tools over imposed workflow structure     ||
| 002 | [Markdown-First Reporting]002_markdown_first_reporting.md     | Write results into version-controlled markdown files ||