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

Improve performances (with OS ressources) #59

Closed
sebastianpfischer opened this issue May 10, 2022 · 0 comments · Fixed by #84, #80, #77 or #85
Closed

Improve performances (with OS ressources) #59

sebastianpfischer opened this issue May 10, 2022 · 0 comments · Fixed by #84, #80, #77 or #85
Assignees
Labels
feature New feature or request performance Internal optimisation towards performance size XL Complexity of the ticket

Comments

@sebastianpfischer
Copy link
Contributor

in order to optimise the kiso-testing resources (e.g., run when really requested)
we want to implement asynchronous capabilities with a semaphore

Todos:

  • Measure, measure, measure if we gain something (cProfile or else)
  • Improve the behaviour for all pykiso auxiliaries
  • Make sure all examples and unittest are green
  • Make sure that the coverage is better
  • Make sure no warnings are popping

PoC
https://github.com/eclipse/kiso-testing/pull/39/files

Acceptance Criteria
AC1: Working & profiles shown
AC2: DoD
AC3: merge on master

@sebastianpfischer sebastianpfischer added feature New feature or request size XL Complexity of the ticket labels May 10, 2022
@sebastianpfischer sebastianpfischer added the performance Internal optimisation towards performance label May 10, 2022
@sebastianpfischer sebastianpfischer added this to the Release 0.19.0 milestone Jun 3, 2022
@sebastianpfischer sebastianpfischer linked a pull request Jul 5, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment