| Age | Commit message (Collapse) | Author |
|
- Move main package files to benchmarks/cmd/ to fix test failures
- Update CLAUDE.md with comprehensive benchmarking and profiling instructions
- Fix unused imports in serverless.go
- Remove experimental buffered pipe/copy implementations
- Remove outdated documentation files
All integration tests now pass successfully.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
|
|
Add documentation about the current limitations of serverless mode
with files larger than 10KB. While the immediate profiling deadlock
is resolved for small files, larger files still experience timeouts.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
|
|
Document multiple solution approaches for fixing the io.Copy deadlock
in serverless mode, with a recommended buffered pipe implementation.
Includes detailed implementation phases and success criteria.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
|
|
Add detailed analysis of the deadlock that occurs when profiling
dtail commands in serverless mode with large files. The issue is
caused by bidirectional io.Copy operations that deadlock when
processing files larger than ~478KB.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
|