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

improve aggregate, clock, event bus and message decorator docs #483

Merged
merged 7 commits into from
Feb 2, 2024

Conversation

DavidBadura
Copy link
Member

No description provided.

@DavidBadura DavidBadura added the documentation Improvements or additions to documentation label Feb 1, 2024
@DavidBadura DavidBadura added this to the 3.0.0 milestone Feb 1, 2024
@DavidBadura DavidBadura mentioned this pull request Feb 1, 2024
19 tasks
Copy link

github-actions bot commented Feb 1, 2024

Hello 👋

here is the most recent benchmark result:

SplitStreamBench
================

+-------------------------+--------------------+--------------------+-----------------+------------+
|                         | time (kde mode)                         | memory                       |
+-------------------------+--------------------+--------------------+-----------------+------------+
| subject                 | Tag: <current>     | Tag: base          | Tag: <current>  | Tag: base  |
+-------------------------+--------------------+--------------------+-----------------+------------+
| benchLoad10000Events () | 2.389ms (±0.00%)   | 2.395ms (±0.00%)   | 36.020mb        | 36.020mb   |
| benchSave10000Events () | 320.271ms (±0.00%) | 322.864ms (±0.00%) | 36.288mb        | 36.288mb   |
+-------------------------+--------------------+--------------------+-----------------+------------+

SnapshotsBench
==============

+----------------------------------------+--------------------+--------------------+-----------------+------------+
|                                        | time (kde mode)                         | memory                       |
+----------------------------------------+--------------------+--------------------+-----------------+------------+
| subject                                | Tag: <current>     | Tag: base          | Tag: <current>  | Tag: base  |
+----------------------------------------+--------------------+--------------------+-----------------+------------+
| benchLoad10000EventsMissingSnapshot () | 125.665ms (±0.00%) | 125.502ms (±0.00%) | 32.658mb        | 32.658mb   |
| benchLoad10000Events ()                | 220.350μs (±0.00%) | 221.850μs (±0.00%) | 32.658mb        | 32.658mb   |
+----------------------------------------+--------------------+--------------------+-----------------+------------+

SyncProjectionistBench
======================

+-------------------------+--------------------+--------------------+-----------------+------------+
|                         | time (kde mode)                         | memory                       |
+-------------------------+--------------------+--------------------+-----------------+------------+
| subject                 | Tag: <current>     | Tag: base          | Tag: <current>  | Tag: base  |
+-------------------------+--------------------+--------------------+-----------------+------------+
| benchSave1Event ()      | 1.923ms (±0.00%)   | 1.825ms (±0.00%)   | 8.163mb         | 8.163mb    |
| benchSave10000Events () | 448.168ms (±0.00%) | 450.766ms (±0.00%) | 33.495mb        | 33.495mb   |
+-------------------------+--------------------+--------------------+-----------------+------------+

SimpleSetupBench
================

+----------------------------------------+--------------------+--------------------+-----------------+------------+
|                                        | time (kde mode)                         | memory                       |
+----------------------------------------+--------------------+--------------------+-----------------+------------+
| subject                                | Tag: <current>     | Tag: base          | Tag: <current>  | Tag: base  |
+----------------------------------------+--------------------+--------------------+-----------------+------------+
| benchLoad10000Events ()                | 123.990ms (±0.00%) | 128.197ms (±0.00%) | 32.637mb        | 32.637mb   |
| benchSave1Event ()                     | 1.545ms (±0.00%)   | 1.459ms (±0.00%)   | 32.637mb        | 32.637mb   |
| benchSave10000Events ()                | 283.683ms (±0.00%) | 284.933ms (±0.00%) | 32.862mb        | 32.862mb   |
| benchSave10000Aggregates ()            | 15.440s (±0.00%)   | 13.197s (±0.00%)   | 32.637mb        | 32.637mb   |
| benchSave10000AggregatesTransaction () | 763.860ms (±0.00%) | 758.956ms (±0.00%) | 32.637mb        | 32.637mb   |
+----------------------------------------+--------------------+--------------------+-----------------+------------+

This comment gets update everytime a new commit comes in!

@DavidBadura DavidBadura linked an issue Feb 1, 2024 that may be closed by this pull request
19 tasks
@DavidBadura DavidBadura changed the title improve aggregate docs improve aggregate, clock, event bus and message decorator docs Feb 2, 2024
@DavidBadura DavidBadura merged commit 8943c67 into 3.0.x Feb 2, 2024
31 of 33 checks passed
@DavidBadura DavidBadura deleted the update-docs branch February 4, 2024 12:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Prepare docs for 3.0.0
1 participant