(编程语言)基准测试工具

Tool for (programming language) benchmarks

计算机语言 Benchmarks Game 比较了不同编程语言中一系列算法的速度。它不包括不太流行的语言,例如Perl 6.

是否有易于使用的工具(超过 time,最好带有一些可视化工具)来创建我自己的不同语言脚本基准?

对于 easy-to-use 的某些定义 -- 您可以使用与基准游戏相同的脚本。

Python 测量脚本 -- https://benchmarksgame-team.pages.debian.net/benchmarksgame/download/benchmarksgame-script.zip

当前程序的源代码 -- https://benchmarksgame-team.pages.debian.net/benchmarksgame/download/benchmarksgame-sourcecode.zip


那是 what the "Python Interpreters Benchmarks" guy does

我没用过这个,但觉得它看起来很有趣 -- https://github.com/sharkdp/hyperfine

hyperfine was inspired by bench,如果需要,可以生成可视化效果。