稳定性测试改成短链接

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: case 4:
SydApi.SYD_SetLogConfig("./logs", 0); SydApi.SYD_SetLogConfig("./logs", 0);
startPerformanceFile(); startPerformanceFile();
test.perfAll(); test.shortLinkPerfAll();
stopPerformanceFile(); stopPerformanceFile();
break; break;
case 5: case 5:
@ -841,7 +841,7 @@ public class TestAll {
test.sm3ShortEndes(); test.sm3ShortEndes();
break; break;
case 6: case 6:
test.sm4ShortMacEndes(); test.sm4ShortMacEndes1();
break; break;
case 7: case 7:
test.sm4BatchMacEndes(); test.sm4BatchMacEndes();