From 6a345d7466bdb5213d599d94d8258d31adfabacb Mon Sep 17 00:00:00 2001 From: sangge <2251250136@qq.com> Date: Fri, 17 Nov 2023 08:13:49 +0800 Subject: [PATCH] docs: add x64 speed test log --- src/perf.log | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 src/perf.log diff --git a/src/perf.log b/src/perf.log new file mode 100644 index 0000000..58e72eb --- /dev/null +++ b/src/perf.log @@ -0,0 +1,49 @@ +default +当前门限值: N = 20, T = 10 +密钥生成运行时间:0.0026531219482421875秒 +加密算法运行时间:0.005305290222167969秒 +重加密密钥生成算法运行时间:0.0764169692993164秒 +重加密算法运行时间:0.007088994979858399秒 +解密算法运行时间:0.08717870712280273秒 +成功解密: b'hello world' +算法总运行时间:0.1786430835723877秒 + +0.01 cores +当前门限值: N = 20, T = 10 +密钥生成运行时间:0.9953160285949707秒 +加密算法运行时间:0.006381511688232422秒 +重加密密钥生成算法运行时间:12.903082609176636秒 +重加密算法运行时间:0.989858603477478秒 +解密算法运行时间:19.69758915901184秒 +成功解密: b'hello world' +算法总运行时间:34.59222791194916秒 + +0.1 cores +当前门限值: N = 20, T = 10 +密钥生成运行时间:0.004191160202026367秒 +加密算法运行时间:0.09498381614685059秒 +重加密密钥生成算法运行时间:0.7050104141235352秒 +重加密算法运行时间:0.09499671459197997秒 +解密算法运行时间:1.5005874633789062秒 +成功解密: b'hello world' +算法总运行时间:2.3997695684432983秒 + +1 cores +当前门限值: N = 20, T = 10 +密钥生成运行时间:0.0030488967895507812秒 +加密算法运行时间:0.005570888519287109秒 +重加密密钥生成算法运行时间:0.07791781425476074秒 +重加密算法运行时间:0.006881630420684815秒 +解密算法运行时间:0.08786344528198242秒 +成功解密: b'hello world' +算法总运行时间:0.18128267526626587秒 + +4 cores +当前门限值: N = 20, T = 10 +密钥生成运行时间:0.0026373863220214844秒 +加密算法运行时间:0.004965305328369141秒 +重加密密钥生成算法运行时间:0.07313323020935059秒 +重加密算法运行时间:0.006896591186523438秒 +解密算法运行时间:0.08880448341369629秒 +成功解密: b'hello world' +算法总运行时间:0.17643699645996094秒 \ No newline at end of file