Skip to content

Add some semblance of a real-world scenario to the tests#33

Merged
abelbraaksma merged 3 commits intomainfrom
add-streaming-tests
Oct 17, 2022
Merged

Add some semblance of a real-world scenario to the tests#33
abelbraaksma merged 3 commits intomainfrom
add-streaming-tests

Conversation

@abelbraaksma
Copy link
Copy Markdown
Member

Essentially just a simple, naïve implementation of IAsyncEnumerable<_>, deliberately written without taskSeq as workhorse, to be used with tests. Currently it's just a buffered streamreader (BufferedStream), where the stream is a MemoryStream.

It also helps in writing some more performance tests by comparing it with barebones handling.

@abelbraaksma
Copy link
Copy Markdown
Member Author

Let's get this in. There'll be more realworld scenarios to be added. But let's first fix the bugs that this has given us, see #36 for follow up.

@abelbraaksma abelbraaksma merged commit 3d195e4 into main Oct 17, 2022
@abelbraaksma abelbraaksma deleted the add-streaming-tests branch October 17, 2022 02:03
@abelbraaksma abelbraaksma added this to the v0.1.0 milestone Mar 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant