update test code
Some checks failed
Build and Push Base Image / build-and-push (push) Failing after 7m15s
Test CI / test speed (push) Successful in 5s

This commit is contained in:
2025-03-30 21:38:30 +08:00
parent 2a238f75c6
commit ef14e4851c
4 changed files with 40 additions and 4 deletions

View File

@@ -1,10 +1,19 @@
from tpre import *
from tpre import (
GenerateKeyPair,
Encrypt,
GenerateReKey,
ReEncrypt,
MergeCFrag,
DecryptFrags,
)
import time
import openpyxl
# 初始化Excel工作簿和工作表
wb = openpyxl.Workbook()
ws = wb.active
if ws is None:
raise Exception("无法创建Excel文件")
ws.title = "算法性能结果"
headers = [
"门限值 N",