Skip to content

cccaaannn/simple_speed_test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simple_speed_test

Simple download speed test.

GitHub top language GitHub repo size GitHub Coverage Status


Downloads files to calculate download speed, it is not too accurate.

Run

cargo run

Test

cargo test

Coverage

cargo install cargo-tarpaulin
cargo tarpaulin --exclude-files src/main.rs