Advertisement
Guest User

Untitled

a guest
Mar 7th, 2024
28
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.08 KB | None | 0 0
  1. $ hyperfine "vpython3 ~/depot_tools/autoninja.py -help" "python3 ~/depot_tools/autoninja.py -help"
  2. Benchmark 1: vpython3 ~/depot_tools/autoninja.py -help
  3. Error: Command terminated with non-zero exit code: 1. Use the '-i'/'--ignore-failure' option if you want to ignore this. Alternatively, use the '--show-output' option to debug what went wrong.
  4. tikuta@tikuta1:~/chromium/src$ hyperfine -i "vpython3 ~/depot_tools/autoninja.py -help" "python3 ~/depot_tools/autoninja.py -help"
  5. Benchmark 1: vpython3 ~/depot_tools/autoninja.py -help
  6. Time (mean ± σ): 240.0 ms ± 5.0 ms [User: 236.1 ms, System: 109.5 ms]
  7. Range (min … max): 235.7 ms … 254.7 ms 12 runs
  8.  
  9. Warning: Ignoring non-zero exit code.
  10.  
  11. Benchmark 2: python3 ~/depot_tools/autoninja.py -help
  12. Time (mean ± σ): 99.1 ms ± 0.9 ms [User: 73.6 ms, System: 25.5 ms]
  13. Range (min … max): 97.1 ms … 101.0 ms 29 runs
  14.  
  15. Warning: Ignoring non-zero exit code.
  16.  
  17. Summary
  18. python3 ~/depot_tools/autoninja.py -help ran
  19. 2.42 ± 0.05 times faster than vpython3 ~/depot_tools/autoninja.py -help
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement