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

Update OutboxStore schema, extract MessageSerializer from WatchServer #493

Merged
merged 7 commits into from
Feb 7, 2024

Conversation

DavidBadura
Copy link
Member

No description provided.

Copy link

github-actions bot commented Feb 6, 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.359ms (±0.00%)   | 2.855ms (±0.00%)   | 38.074mb        | 38.074mb   |
| benchSave10000Events () | 333.225ms (±0.00%) | 333.272ms (±0.00%) | 38.371mb        | 38.372mb   |
+-------------------------+--------------------+--------------------+-----------------+------------+

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

+----------------------------------------+--------------------+--------------------+-----------------+------------+
|                                        | time (kde mode)                         | memory                       |
+----------------------------------------+--------------------+--------------------+-----------------+------------+
| subject                                | Tag: <current>     | Tag: base          | Tag: <current>  | Tag: base  |
+----------------------------------------+--------------------+--------------------+-----------------+------------+
| benchLoad10000EventsMissingSnapshot () | 125.127ms (±0.00%) | 130.896ms (±0.00%) | 34.707mb        | 34.707mb   |
| benchLoad10000Events ()                | 201.100μs (±0.00%) | 198.500μs (±0.00%) | 34.707mb        | 34.707mb   |
+----------------------------------------+--------------------+--------------------+-----------------+------------+

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

+-------------------------+--------------------+--------------------+-----------------+------------+
|                         | time (kde mode)                         | memory                       |
+-------------------------+--------------------+--------------------+-----------------+------------+
| subject                 | Tag: <current>     | Tag: base          | Tag: <current>  | Tag: base  |
+-------------------------+--------------------+--------------------+-----------------+------------+
| benchSave1Event ()      | 2.000ms (±0.00%)   | 2.763ms (±0.00%)   | 7.628mb         | 7.628mb    |
| benchSave10000Events () | 470.382ms (±0.00%) | 468.796ms (±0.00%) | 35.581mb        | 35.581mb   |
+-------------------------+--------------------+--------------------+-----------------+------------+

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

+----------------------------------------+--------------------+--------------------+-----------------+------------+
|                                        | time (kde mode)                         | memory                       |
+----------------------------------------+--------------------+--------------------+-----------------+------------+
| subject                                | Tag: <current>     | Tag: base          | Tag: <current>  | Tag: base  |
+----------------------------------------+--------------------+--------------------+-----------------+------------+
| benchLoad10000Events ()                | 124.989ms (±0.00%) | 126.351ms (±0.00%) | 34.690mb        | 34.690mb   |
| benchSave1Event ()                     | 1.876ms (±0.00%)   | 1.274ms (±0.00%)   | 34.690mb        | 34.690mb   |
| benchSave10000Events ()                | 291.199ms (±0.00%) | 293.378ms (±0.00%) | 34.958mb        | 34.958mb   |
| benchSave10000Aggregates ()            | 15.229s (±0.00%)   | 15.630s (±0.00%)   | 34.690mb        | 34.690mb   |
| benchSave10000AggregatesTransaction () | 857.280ms (±0.00%) | 866.944ms (±0.00%) | 34.690mb        | 34.690mb   |
+----------------------------------------+--------------------+--------------------+-----------------+------------+

This comment gets update everytime a new commit comes in!

@DavidBadura DavidBadura marked this pull request as ready for review February 6, 2024 18:04
@DavidBadura DavidBadura added this to the 3.0.0 milestone Feb 6, 2024
@DavidBadura DavidBadura added enhancement New feature or request BC-Break labels Feb 6, 2024
@DavidBadura DavidBadura changed the title rewrite outbox store rewrite outbox store and watch server Feb 7, 2024
@DanielBadura DanielBadura changed the title rewrite outbox store and watch server Update OutboxStore schema, extract MessageSerializer from WatchServer Feb 7, 2024
@DavidBadura DavidBadura merged commit 0b14347 into 3.0.x Feb 7, 2024
32 of 33 checks passed
@DavidBadura DavidBadura deleted the rewrite-outbox-store branch February 7, 2024 10:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BC-Break enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants