hey2022 / tls-xb

tls-xb is a cli tool that fetches scores and GPA from https://tsinglanstudent.schoolis.cn
https://crates.io/crates/tls-xb
GNU General Public License v3.0
9 stars 1 forks source link

perf: run more things asynchronously #30

Closed hey2022 closed 6 months ago

hey2022 commented 6 months ago

Made these run asynchronously

hey2022 commented 6 months ago

❯ hyperfine ./target/release/tls-xb tls-xb --warmup 3 Benchmark 1: ./target/release/tls-xb Time (mean ± σ): 1.542 s ± 0.048 s [User: 0.047 s, System: 0.023 s] Range (min … max): 1.464 s … 1.623 s 10 runs

Benchmark 2: tls-xb Time (mean ± σ): 2.609 s ± 0.151 s [User: 0.043 s, System: 0.019 s] Range (min … max): 2.367 s … 2.831 s 10 runs

Summary ./target/release/tls-xb ran 1.69 ± 0.11 times faster than tls-xb