This repository was archived by the owner on May 27, 2020. It is now read-only.
Draft
Conversation
Member
Author
|
Pushing the macro test up by another order of magnitude seems to hang the test (ie up to 1 million lines). The terminal also is not happy with something like that though, so its not a surprise. Similarly, the jump from 6 million to 10 million doesn't seem happy on the undo. The 6 million one is already pretty slow, and drags the tests out. I'm intending to add a few more of the tests outlined in the linked issue, and basically see how far I can push them and then drop back and add a high, but reasonable test to check for any regressions. I think then it would be useful to duplicate this on the oni2 side, to check the differences between the raw lib and the GUI. |
This file contains hidden or 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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Starting to add some buffer stress tests, to narrow down what is happening in onivim/oni2#296.
What is odd currently is that locally the second test fails, despite being a copy-paste of the first test. As far as I can see, I'm resetting correctly, at least based on the buffer test I'm basing this off.