maxsxu commented on issue #58: URL: https://github.com/apache/pulsar-test-infra/issues/58#issuecomment-1225869732
@tisonkun You have raised a very valuable question. I do curious about the real performance between composite action and docker action. So I did a quick test and the results show that composite action takes only about half the execution time of docker action. - [Comparison](https://github.com/open-github/pulsar/actions/workflows/ci-documentbot.yml) as shown below: > <img width="925" alt="image" src="https://user-images.githubusercontent.com/15963141/186450802-7b95a180-6ee5-4f19-8653-697846bbc1de.png"> - [Details of composite action](https://github.com/open-github/pulsar/runs/7995320623?check_suite_focus=true): > <img width="611" alt="image" src="https://user-images.githubusercontent.com/15963141/186451495-04591dfd-e813-4896-9465-de000309847b.png"> - [Details of docker action:](https://github.com/open-github/pulsar/runs/7997522614?check_suite_focus=true) > <img width="611" alt="image" src="https://user-images.githubusercontent.com/15963141/186451851-c94ea119-7076-41b7-a129-003a8dc0468d.png"> For short operations like labeling, we need to run our action quickly. So execution speed is the primary requirement. -- 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: dev-unsubscr...@pulsar.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org