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

Benchmark with direct comparison of the three latest versions #32

Closed
wants to merge 2 commits into from

Conversation

iblazhko
Copy link
Contributor

@iblazhko iblazhko commented Jun 14, 2023

Using BenchmarkDotNet feature where it can dynamically load desired version of Nuget package. This allowed us to have a report with direct comparison of last three versions of BullOak.Repositories.EventStore - 3.0.0-alpha-021, 3.0.0-alpha-023, and 3.0.0-alpha-024.

Results show noticeable improvement in both execution time and memory allocations for small streams in 3.0.0-alpha-024 compared to 3.0.0-alpha-023. This difference gets progressively smaller as the stream size increases, and for large streams (tens thousands of events), 3.0.0-alpha-024 is almost identical in terms of execution time and memory allocations compared to 3.0.0-alpha-023.

BOES-Benchmark-alpha24

Using BenchmarkDotNet feature where it can dynamically load
desired version of Nuget package. This allowed us to have a report
with direct comparison of latest three versions of
`BullOak.Repositories.EventStore` - `3.0.0-alpha-021`,
`3.0.0-alpha-023`, and `3.0.0-alpha-024`.

Results show noticeable improvement in both execution time and
memory allocations for small streams between in `3.0.0-alpha-024`
compared to `3.0.0-alpha-023`. This difference gets progressively
smaller as the stream size increases, and for large streams
(tens thousands of events), `3.0.0-alpha-024` is almost identical
in terms of execution time and memory allocations compared to
`3.0.0-alpha-023`.
@iblazhko
Copy link
Contributor Author

Superseded by #33

@iblazhko iblazhko closed this Jun 18, 2023
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

Successfully merging this pull request may close these issues.

None yet

1 participant