summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-07-01perf: optimize turbo mode for 2.87x faster serverless performancePaul Buetow
2025-07-01dont run old tests by defaultPaul Buetow
2025-07-01perf: optimize TestDMap3 to use higher concurrency configPaul Buetow
2025-07-01perf: increase MaxConcurrentCats to 10 for integration testsPaul Buetow
2025-07-01fix: restore missing test data filePaul Buetow
2025-07-01fix: resolve turbo mode race condition and improve TestDCat2Paul Buetow
2025-07-01feat: ensure command doesn't complete until all pending files are processedPaul Buetow
2025-06-30feat: track pending files to prevent premature server shutdownPaul Buetow
2025-06-30fix: resolve channel close panic and improve turbo mode synchronizationPaul Buetow
2025-06-30fix: ensure complete data transmission in turbo mode for dtail operationsPaul Buetow
2025-06-30fix: improve test server cleanup to prevent intermittent TestDMap2 failuresPaul Buetow
2025-06-30fix: disable turbo boost for MapReduce operations in server modePaul Buetow
2025-06-30fix: correct typo in testhelpers.go function namePaul Buetow
2025-06-29fix: improve aggregate channel switching for MapReduce operationsPaul Buetow
2025-06-29feat: enable turbo boost mode for tail (dtail) operationsPaul Buetow
2025-06-29feat: enable turbo boost mode for MapReduce (dmap) operationsPaul Buetow
2025-06-29fix: respect MaxLineLength in turbo boost mode for integration testsPaul Buetow
2025-06-29fix: auto-override hostname to 'integrationtest' in integration test modePaul Buetow
2025-06-29test: remove dcat1d.txt from integration testsPaul Buetow
2025-06-29fix: resolve dcat test failures with channel-less implementationPaul Buetow
2025-06-28refactor: consolidate optimization flags into DTAIL_TURBOBOOST_ENABLEPaul Buetow
2025-06-28feat: implement channel-less grep for 62% performance improvementPaul Buetow
2025-06-27Add comprehensive profiling documentation and clean up unused dependenciesPaul Buetow
2025-06-26Remove bash scripts and update documentation to use dtail-toolsPaul Buetow
2025-06-26Fix dmap CSV query syntax in profiling toolPaul Buetow
2025-06-26Refactor profiling and benchmarking tools from bash to GoPaul Buetow
2025-06-26feat: increase profiling test data sizes for meaningful resultsPaul Buetow
2025-06-26fix: update Makefile clean target and fix dmap profiling behaviorPaul Buetow
2025-06-26fix: update profiling scripts to use correct path for generate_profile_data.goPaul Buetow
2025-06-26refactor: optimize DMap large file test to generate file only oncePaul Buetow
2025-06-26update fedora releasePaul Buetow
2025-06-26test: add integration test for DMap with large 100MB filePaul Buetow
2025-06-26refactor: move profiling scripts from benchmarks/ to profiling/Paul Buetow
2025-06-26fix: resolve package conflicts and update documentationPaul Buetow
2025-06-26docs: document remaining serverless mode large file issuesPaul Buetow
2025-06-26fix: resolve serverless mode deadlock for profilingPaul Buetow
2025-06-26docs: add comprehensive plan to fix serverless mode deadlockPaul Buetow
2025-06-26docs: document serverless mode profiling hang issuePaul Buetow
2025-06-26fix: improve dmap profiling error handlingPaul Buetow
2025-06-26fix: handle dmap continuous execution in profiling frameworkPaul Buetow
2025-06-26fix: resolve dmap profiling issues and optimize profiling speedPaul Buetow
2025-06-26feat: add profiling framework with command echoingPaul Buetow
2025-06-26Add benchmark baseline for v4.3.0Paul Buetow
2025-06-25Add comprehensive benchmarking framework for DTailPaul Buetow
2025-06-25only ignore Test log filesPaul Buetow
2025-06-25Add comprehensive test logging infrastructure to integration testsPaul Buetow
2025-06-25Add multi-server MapReduce integration testPaul Buetow
2025-06-25fix: Add 2-minute timeout to dmap tests and fix TestDMap5CSV hanging issuePaul Buetow
2025-06-24Add test helpers and refactoring guide for integration testsPaul Buetow
2025-06-24Improve integration tests with colored output testsPaul Buetow