fast-cli/src
xcaeser b2c615fc7d Refactor: Update build process and improve memory management
- Commented out library tests in build.zig for clarity.
- Changed minimum Zig version to 0.15.1 in build.zig.zon.
- Modified root.zig to accept a Writer for output instead of using log.
- Updated bandwidth.zig tests to use std.Thread.sleep for consistency.
- Adjusted fast.zig to improve memory allocation handling.
- Enhanced http_latency_tester.zig to manage latencies with allocator.
- Refined speed_worker.zig to utilize std.Thread.sleep for delays.
- Improved measurement_strategy.zig to handle speed measurements with allocator.
- Updated main.zig to flush writer after command execution.
2025-08-23 23:20:03 +00:00
..
cli Refactor: Update build process and improve memory management 2025-08-23 23:20:03 +00:00
lib Refactor: Update build process and improve memory management 2025-08-23 23:20:03 +00:00
main.zig Refactor: Update build process and improve memory management 2025-08-23 23:20:03 +00:00
test.zig fix latency tester import 2025-06-19 14:21:07 +02:00