luocooong commented on pull request #2287: URL: https://github.com/apache/drill/pull/2287#issuecomment-894603254
Done. the current options is faster (included the C* startup and tests). Saved 10 seconds. current options (JDK 8), spend 48 seconds ``` 2021-08-07T03:55:45.7691691Z [INFO] ------------------------------------------------------- 2021-08-07T03:55:45.7692311Z [INFO] T E S T S 2021-08-07T03:55:45.7693143Z [INFO] ------------------------------------------------------- 2021-08-07T03:56:33.1223519Z [INFO] Tests run: 30, Failures: 0, Errors: 0, Skipped: 0 ``` current options (JDK 11), spend 40 seconds ``` 2021-08-07T04:00:34.0149031Z [INFO] ------------------------------------------------------- 2021-08-07T04:00:34.0149860Z [INFO] T E S T S 2021-08-07T04:00:34.0150857Z [INFO] ------------------------------------------------------- 2021-08-07T04:01:14.6705624Z [INFO] Tests run: 30, Failures: 0, Errors: 0, Skipped: 0 ``` more options (JDK 8), spend 58 seconds ``` 2021-08-07T02:08:46.6741617Z [INFO] ------------------------------------------------------- 2021-08-07T02:08:46.6744463Z [INFO] T E S T S 2021-08-07T02:08:46.6746502Z [INFO] ------------------------------------------------------- 2021-08-07T02:09:44.7628630Z [INFO] Tests run: 30, Failures: 0, Errors: 0, Skipped: 0 ``` more options (JDK 11), spend 38 seconds ``` 2021-08-07T02:00:06.0005436Z [INFO] ------------------------------------------------------- 2021-08-07T02:00:06.0006095Z [INFO] T E S T S 2021-08-07T02:00:06.0006901Z [INFO] ------------------------------------------------------- 2021-08-07T02:00:44.6733692Z [INFO] Tests run: 30, Failures: 0, Errors: 0, Skipped: 0 ``` -- 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]
