文件名称:bencherl:ErlangOTP 的可扩展性基准套件
文件大小:118.69MB
文件格式:ZIP
更新时间:2024-07-08 13:52:50
Erlang
bencherl - Erlang 的可扩展性基准套件 如何准备构建基准套件 确保您的机器上安装了以下内容: 制作 如何构建基准套件 $ make all or just $ make to omit the web interface. If you want to add that later, see the next section. 如何构建Web界面 Web 界面需要 OTP R16B03-1 或更高版本。 $ make ui 如果您移动 bencherl 文件夹,则必须再次构建 Web 界面: $ make clean-ui $ make ui 如何运行基准测试套件 在conf/run.conf指定要运行的内容和方式,然后使用bencherl运行基准测试套件。 $ ./bencherl 如何为运行指定助记符名称 使用bencherl脚本的-m选项。 $ .