summaryrefslogtreecommitdiff
path: root/internal/clients/turbo_benchmark_test.go
AgeCommit message (Collapse)Author
2025-07-04fix: remove unnecessary delays in turbo mode for serverless operationPaul Buetow
In serverless mode (when dcat runs locally), data is written directly to stdout and doesn't need network transmission delays. This fix eliminates the 500ms+ exit delay by skipping unnecessary sleep calls when running in serverless mode. Changes: - Skip 500ms wait in readFiles() when serverless - Skip 50ms wait in readWithTurboProcessor() when serverless - Skip aggregate serialization waits when serverless - Fix turbo benchmark test compilation errors 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>