稳定性测试改成短链接

This commit is contained in:
jif2.zhang 2025-08-12 15:50:44 +08:00
parent 7fe4118083
commit 26292b15c0

View File

@ -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();