hawk9821 commented on PR #10486: URL: https://github.com/apache/seatunnel/pull/10486#issuecomment-4656057854
@DanielLeens Disable the original performance test cases and add new ones for different scenarios; the total time consumed is not long, which is acceptable. ``` Performance testing has been split into 5 methods: testParsePerformanceAutoFormatPatternFirst, testParsePerformanceAutoFormatPatternFirstLast, testParsePerformanceFormatterEnum, testParsePerformanceCustomFormat, testToStringPerformance Auto-format[2023-12-25 15:30:45] parsing: 10000000 iterations in 5022 ms Auto-format[2023年12月25日15时30分45秒] parsing: 10000000 iterations in 7589 ms ToString performance: 10000000 iterations in 1598 ms Auto-format[2023/1/25 8:30:45] parsing: 10000000 iterations in 5859 ms Auto-format-enum parsing: 10000000 iterations in 3106 ms Auto-format-custom parsing: 10000000 iterations in 5285 ms ``` Other issues have been fixed. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
