hyperfine:命令行基准测试工具

📝

内容提要

测一个命令要跑多久,大多数人第一反应是 =time= : #+begin_src shell time find /usr/share/doc -maxdepth 2 -name "*.txt" #+end_src #+begin_example real 0m0.012s user 0m0.004s sys 0m0.007s #+end_example 但跑第二次,结果可能变成...

🏷️

标签

➡️

继续阅读