-
Notifications
You must be signed in to change notification settings - Fork 144
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tests: Do not retain values in StressTest
StressTest required a lot of memory since it collected all `init` and `mutate` return values in a list. Instead, cross values off of a short list for "contains" type checks and use `hashCode()` to stand in for the actual value in statistical tests. Verified locally that the test now passes with `--jvmopt=-Xmx512M`.
- Loading branch information
Showing
1 changed file
with
129 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters