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

Scenario Steps and Step Templates should have Length Limit #82

Open
bitterblue opened this issue Aug 18, 2017 · 0 comments
Open

Scenario Steps and Step Templates should have Length Limit #82

bitterblue opened this issue Aug 18, 2017 · 0 comments
Milestone

Comments

@bitterblue
Copy link
Member

Both ScenarioStep and StepTemplate length have a quadratic impact on execution performance (the alignment algorithm runs O(n*m) in time and space). EspeciallyScenarioStep is easily modifiable user input and can have widely varying lengths. We should define a configurable maximum length to ensure we don't accidentally bust the JVM heap.

@bitterblue bitterblue added this to the 2.0.M1 milestone Aug 18, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant