| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 1 个月前 | ||
| 1 个月前 | ||
| 2 个月前 | ||
| 1 个月前 | ||
| 1 个月前 | ||
| 1 个月前 | ||
| 1 个月前 | ||
| 1 个月前 | ||
| 1 个月前 | ||
| 1 个月前 | ||
| 1 个月前 | ||
| 1 个月前 | ||
| 1 个月前 | ||
| 1 个月前 | ||
| 1 个月前 | ||
| 16 天前 | ||
| 1 个月前 | ||
| 1 个月前 |
openhitls benchmark
Before running benchmark, openhitls should be built firstly.
run like
openhitls_benchmark // run all benchmark testcases
openhitls_benchmark -a sm2* // run all sm2 benchmark testcases
openhitls_benchmark -a sm2-KeyGen // just run sm2 KeyGen
openhitls_benchmark -a *-KeyGen // run all KeyGen benchmark testcases, the '-' is needed when match operations.
openhitls_benchmark -a sm2-KeyGen -t 10000 // run 'sm2 KeyGen' 10000 times
openhitls_benchmark -t 10000 // run every benchmark testcase 10000 times
openhitls_benchmark -s 5 // run every benchmark testcase 5 seconds