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

CPU usage is high when tests are run in parallel #75

Open
sswaroopgupta opened this issue Apr 26, 2018 · 1 comment
Open

CPU usage is high when tests are run in parallel #75

sswaroopgupta opened this issue Apr 26, 2018 · 1 comment
Assignees

Comments

@sswaroopgupta
Copy link
Contributor

Actual behavior
The CPU usage while running tests in parallel should be comparable to the same run in python

Steps to replicate

  • Run gauge-tests for ruby
    mvn -q clean install -Denv=ci-ruby -Dtags="ruby"
@sriv
Copy link
Member

sriv commented Apr 27, 2018

Observations:

Platform: osx Sierra, on macbook pro late 2016 edition.

gauge tests execution's CPU usage observed (parallel runs, 8 streams):

  • gauge-java ~90%
  • gauge-ruby ~60%
  • gauge-js ~40%

multithreading was enabled for all the runs.

If this needs to be investigated further, we need to start benchmarking.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants