| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-04-24 | task a8: move all binaries under ./cmd/<name>/main.go | Paul Buetow | |
| Relocates the two non-canonical main packages so every binary in the repo lives at ./cmd/<BINARY>/main.go: - tools/filewriter/ -> cmd/filewriter/ - integrationtests/cmd/ioworkload/ (20 files) -> cmd/ioworkload/ Consumers updated: - Magefile.go: workloadSourcePath now ./cmd/ioworkload - integrationtests/README.md: structure note points at ../cmd/ioworkload Files moved with git mv so git log --follow history is preserved. cmd/ior/main.go was already canonical and is untouched. Verified: mage build produces the ior binary; go build ./cmd/... builds filewriter and ioworkload; go test ./cmd/ioworkload passes; go vet ./cmd/filewriter ./cmd/ioworkload is clean. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> | |||
| 2026-03-12 | docs: finalize libbpfgo upgrade guidance | Paul Buetow | |
| 2026-03-12 | internal: embed BPF object into ior binary | Paul Buetow | |
| 2026-02-23 | Use NumCPU*2 as default integration test parallelism | Paul Buetow | |
| 2026-02-23 | Run integration tests in parallel by default and stabilize flaky scenarios | Paul Buetow | |
| 2026-02-23 | integrationtests: add opt-in parallel execution mode | Paul Buetow | |
| 2026-02-21 | Add integration test framework: plan, workload binary, harness scaffolding | Paul Buetow | |
| - INTEGRATIONTESTS-PLAN.md: full design for e2e integration tests - integrationtests/cmd/ioworkload: standalone binary with 13 I/O scenarios - integrationtests/expectations.go: ExpectedEvent type and assertion helpers - integrationtests/parse.go: .ior.zst parser producing TestResult - Export IterRecord and LoadFromFile in flamegraph package - Fix TraceId -> TraceID, StringByName returns error instead of panic Amp-Thread-ID: https://ampcode.com/threads/T-019c8031-c106-757a-95a0-7a5457163ce7 Co-authored-by: Amp <amp@ampcode.com> | |||
