Guest User

Untitled

a guest
Mar 7th, 2024
23
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. $ hyperfine --warmup 1 -i "vpython3 ~/git/depot_tools/autoninja.py -help" "python3 ~/git/depot_tools/autoninja.py -help"
  2. Benchmark 1: vpython3 ~/git/depot_tools/autoninja.py -help
  3. Time (mean ± σ): 386.2 ms ± 5.4 ms [User: 179.7 ms, System: 56.5 ms]
  4. Range (min … max): 380.1 ms … 397.4 ms 10 runs
  5.  
  6. Warning: Ignoring non-zero exit code.
  7.  
  8. Benchmark 2: python3 ~/git/depot_tools/autoninja.py -help
  9. Time (mean ± σ): 280.1 ms ± 43.3 ms [User: 192.6 ms, System: 62.6 ms]
  10. Range (min … max): 238.9 ms … 375.3 ms 12 runs
  11.  
  12. Warning: Ignoring non-zero exit code.
  13.  
  14. Summary
  15. python3 ~/git/depot_tools/autoninja.py -help ran
  16. 1.38 ± 0.21 times faster than vpython3 ~/git/depot_tools/autoninja.py -help
Add Comment
Please, Sign In to add comment