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

Uniformize env and configuration with openpaas-gatling #108

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

rouazana
Copy link
Contributor

@rouazana rouazana commented Dec 7, 2020

No description provided.

val NumberOfMailboxes = 10
val NumberOfMessages = 20
val InjectDuration = Properties.envOrElse("INJECT_DURATION", "10").toInt seconds
val ScenarioDuration = Properties.envOrElse("SCENARIO_DURATION", "10").toInt seconds
Copy link
Member

Choose a reason for hiding this comment

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

That would potentially need to be synced with the bench before being merged I think? as we have a duration injected to simulate a warmup

Copy link
Member

Choose a reason for hiding this comment

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

And likely the stress file test in james too

Copy link
Member

@chibenwa chibenwa left a comment

Choose a reason for hiding this comment

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

Agree, let's make sure we do not break the bench.

Use a feature branch if you need the change quickly?

@rouazana
Copy link
Contributor Author

rouazana commented Dec 7, 2020

I'm not sure it prevents this to be merged, as nothing forces you to pull on the bench.
Anyway finally I don't need this fix urgently to have a full platform scenario, so merge it when it's better for you.

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

Successfully merging this pull request may close these issues.

3 participants