fast-cli/src/lib
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
..
tests Switch to CoV algorithm for automatic early stopping 2025-06-19 14:18:52 +02:00
workers Refactor: Update build process and improve memory management 2025-08-23 23:20:03 +00:00
bandwidth.zig Refactor: Update build process and improve memory management 2025-08-23 23:20:03 +00:00
fast.zig Refactor: Update build process and improve memory management 2025-08-23 23:20:03 +00:00
http_latency_tester.zig Refactor: Update build process and improve memory management 2025-08-23 23:20:03 +00:00
http_speed_tester_v2.zig Refactor: Update build process and improve memory management 2025-08-23 23:20:03 +00:00
measurement_strategy.zig Refactor: Update build process and improve memory management 2025-08-23 23:20:03 +00:00
progress.zig Switch to CoV algorithm for automatic early stopping 2025-06-19 14:18:52 +02:00