> hyperfine --warmup 10 'curl
https://www.qq.com -o index.html' 'wget
https://www.qq.com -O index.html'
Benchmark 1: curl
https://www.qq.com -o index.html
Time (mean ± σ): 60.8 ms ± 4.5 ms [User: 10.2 ms, System: 4.1 ms]
Range (min … max): 53.2 ms … 73.0 ms 49 runs
Benchmark 2: wget
https://www.qq.com -O index.html
Time (mean ± σ): 76.0 ms ± 4.4 ms [User: 33.7 ms, System: 6.7 ms]
Range (min … max): 69.4 ms … 88.2 ms 39 runs
Summary
'curl
https://www.qq.com -o index.html' ran
1.25 ± 0.12 times faster than 'wget
https://www.qq.com -O index.html'