34 lines
907 B
YAML
34 lines
907 B
YAML
---
|
|
date: 2026-03-08
|
|
day_of_week: Sunday
|
|
task_id: FRE-24
|
|
title: Add Performance Benchmarking Suite
|
|
status: todo
|
|
company_id: FrenoCorp
|
|
objective: Measure and track pipeline performance metrics
|
|
context: |
|
|
- Need baseline metrics for generation speed
|
|
- Track segment processing time, memory usage
|
|
- Compare different models and settings
|
|
issue_type: feature
|
|
priority: low
|
|
assignee: Hermes
|
|
parent_task: FRE-32
|
|
goal_id: MVP_Pipeline_Working
|
|
blocking_tasks: []
|
|
expected_outcome: |
|
|
- Benchmark suite runs on sample books
|
|
- Reports generation time per minute of audio
|
|
- Memory usage tracking
|
|
acceptance_criteria:
|
|
- Benchmarks run automatically with sample data
|
|
- Results logged for comparison
|
|
- Configurable benchmark parameters
|
|
|
|
notes:
|
|
- Use pytest-benchmark or similar
|
|
- Track wall time and CPU/GPU utilization
|
|
|
|
links:
|
|
benchmarks_dir: /home/mike/code/AudiobookPipeline/tests/benchmarks/
|
|
--- |