Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Performance updates #97

Merged
merged 11 commits into from
Apr 22, 2021
Merged

Performance updates #97

merged 11 commits into from
Apr 22, 2021

Conversation

m-1-k-3
Copy link
Member

@m-1-k-3 m-1-k-3 commented Apr 20, 2021

Multiple speed improvements. Emba now takes all the cores:

image

Started last week with the runtime:
[!] Test ended on Sa 17. Apr 15:11:05 CEST 2021 and took about 01:24:07

Current runtime:
[!] Test ended on Mi 21. Apr 15:37:30 CEST 2021 and took about 00:29:10

There are multiple areas that we can improve in future. Currently a lot of modules are not finally optimised and are not running on multiple cores.

Additionally I have started a Strg-C catcher. So, that we are able to cleanup a bit if we kill emba. Currently it is always a mess.

@m-1-k-3 m-1-k-3 added the enhancement New feature or request label Apr 20, 2021
@m-1-k-3 m-1-k-3 requested a review from p4cx April 20, 2021 14:39
@m-1-k-3 m-1-k-3 marked this pull request as ready for review April 21, 2021 13:14
@m-1-k-3 m-1-k-3 changed the title Speed updates Performance updates Apr 21, 2021
#
# Author(s): Michael Messner, Pascal Eckmann

# Description: Multiple usefull helpers
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Typo: useful

TEMP_PIDS=()
# check for really running PIDs and re-create the array
for PID in ${WAIT_PIDS[*]}; do
#print_output "[*] max pid protection: ${#WAIT_PIDS[@]}"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please delete all the comments lines with printing statements.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lets leave it here for further debugging in the next days

Copy link
Member

@p4cx p4cx left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code looks fine to me.

@p4cx p4cx merged commit 3dd7be4 into e-m-b-a:master Apr 22, 2021
@m-1-k-3 m-1-k-3 deleted the updates branch May 12, 2021 13:38
@m-1-k-3 m-1-k-3 mentioned this pull request May 19, 2021
16 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants