nnstreamer / TAOS-CI

:tangerine: TAOS-CI (a.k.a LightSys) is an lightweight and efficient CI system to achieve "Review less, merge faster" with a tool-based review system. It is completely compatible with all GitHub repositories although TAOS-CI is designed & implemented for NNStreamer repository. (Homepage: https://taos-ci.github.io/)
http://nnstreamer.mooo.com/TAOS-CI/ci/taos/
Apache License 2.0
117 stars 90 forks source link

How to optimize shell scripts #709

Open leemgs opened 3 years ago

leemgs commented 3 years ago

As we all know, the shell (e.g., bash) script is easy-to-use and portable. However, at this time, we need to think about the overhead of the complex shell statements.

So, we need to find an appropriate technique to do not generate a system overhead of the server.

TODO

taos-ci commented 3 years ago

:octocat: cibot: Thank you for posting issue #709. The person in charge will reply soon.

myungjoo commented 3 years ago

Do shell scripts really incur noticeable overheads?

kparichay commented 3 years ago

@leemgs Can you please describe the overhead you are talking about? Is it related to the fork done with subshells or just optimization of certain shell-based operations used in TAOS-CI?