From 26292b15c062e06e7ba6151edf338123c1b0fb61 Mon Sep 17 00:00:00 2001 From: "jif2.zhang" Date: Tue, 12 Aug 2025 15:50:44 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A8=B3=E5=AE=9A=E6=80=A7=E6=B5=8B=E8=AF=95?= =?UTF-8?q?=E6=94=B9=E6=88=90=E7=9F=AD=E9=93=BE=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/test/java/test/TestAll.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/test/java/test/TestAll.java b/src/test/java/test/TestAll.java index 5f80545..c5289d3 100644 --- a/src/test/java/test/TestAll.java +++ b/src/test/java/test/TestAll.java @@ -135,7 +135,7 @@ public class TestAll { case 4: SydApi.SYD_SetLogConfig("./logs", 0); startPerformanceFile(); - test.perfAll(); + test.shortLinkPerfAll(); stopPerformanceFile(); break; case 5: @@ -841,7 +841,7 @@ public class TestAll { test.sm3ShortEndes(); break; case 6: - test.sm4ShortMacEndes(); + test.sm4ShortMacEndes1(); break; case 7: test.sm4BatchMacEndes();