7 个版本
0.2.5 | 2021 年 12 月 29 日 |
---|---|
0.2.4 | 2021 年 12 月 28 日 |
0.1.6 | 2021 年 12 月 9 日 |
#235 在 性能分析
61KB
1.5K SLoC
需求
- docker
设置
此程序应在 https://github.com/PlummersSoftwareLLC/Primes 的副本中运行
安装 docker
安装后,您需要以非 root 用户启用 docker。请按照以下步骤操作
sudogroupadd docker
sudousermod -aGdocker$USER
注销并重新登录,以便重新评估您的组成员资格。
git clone https://github.com/PlummersSoftwareLLC/Primes.git
cd Primes
cp /path/to/plummerprimes/binary ./
运行程序
USAGE:
plummerprimes [FLAGS] [OPTIONS]
FLAGS:
--compat Make json output compatible with the primes project's nodejs output
--debug Debug
-h, --help Prints help information
-l, --list-formatters List formats to output to
--only-output-report Only output report
-u, --unconfined Run with seccomp:unconfined (native performance for interpreted languages)
-V, --version Prints version information
OPTIONS:
-f, --formatter <formatter> Output formatter [default: table]
-b, --report-base <report-base> Report file base name [default: report]
-r, --report-dir <report-dir> Write report file(s) to given file [default: ./]
--save-file <save-file> Read/Write save from/to given file [default: save.db]
-s, --solution <solution> Build and run specified solution name (Does not save to the save file) [example:
primerust_solution_1]
依赖
~18–31MB
~489K SLoC