文件最后提交记录最后更新时间
1 年前
7 个月前
5 个月前
17 天前
1 个月前
1 年前
1 年前
8 个月前
8 个月前
6 个月前
1 个月前
1 年前
1 年前
1 年前
1 年前
6 个月前
1 年前
8 个月前
README

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