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

Support creation of large string messages #171

Open
vajda opened this issue Aug 19, 2017 · 0 comments
Open

Support creation of large string messages #171

vajda opened this issue Aug 19, 2017 · 0 comments

Comments

@vajda
Copy link

vajda commented Aug 19, 2017

Sometimes, there is a need to create message of 1MB or 10MB in size. Currently, one can do that using java API by reading text from custom file, or by incorporating huge string in YAML configuration. Usually, content of such string is not important, just it's size. It would be better to have option to specify it somehow:

values:
  largeMessage: fixedContentString(1000000)
  alternativeMessage1: fixedContentString(1MB)
  alternativeMessage2: fixedContentString(10MB)

Those values would be calculated only once and used each time in comparison with randomContentString where values are calculated in every iteration.
Another option would be to specify it by referencing file with content, maybe something similar as in #152 could be done.

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

No branches or pull requests

1 participant