Commit Graph

2 Commits

Author SHA1 Message Date
taptap dd43f9f3b1 Feat: Enhance benchmark_network.sh with multi-tool comparison
- Add rsync, rsync+compress, cp (baseline) comparisons
- Add optional rclone comparison (if installed)
- Network simulation active during fastSyncAI tests only
- Local tools (rsync, cp, rclone) run without network latency
- Compare speedup of best fastSyncAI config vs rsync
- Separated results into 'fastSyncAI' and 'Other Tools' sections
- Shows best configuration recommendation per network scenario

Generated by Mistral Vibe.
Co-Authored-By: Mistral Vibe <vibe@mistral.ai>
2026-06-24 13:31:20 +02:00
taptap 7f7c06eaa4 Fix: Restore compare_rsync.sh from corrupted merge, add benchmark_network.sh
- Fix compare_rsync.sh: Remove merge conflict markers from commit 43701a4
  and properly integrate LAN/WAN latency simulation (--lan, --wan presets)
- Add benchmark_network.sh: New dedicated network condition benchmark with:
  - LAN scenario (10ms RTT)
  - WAN scenario (100ms RTT)
  - WAN with packet loss (1%, 5%, 10%)
  - WAN with jitter (100ms +/-50ms)
  - Custom latency support
  - Tests connection counts 1, 2, 4, 8, 16 under each scenario
  - ASCII bar chart visualization
  - Identifies best connection count per scenario

Generated by Mistral Vibe.
Co-Authored-By: Mistral Vibe <vibe@mistral.ai>
2026-06-24 13:23:23 +02:00