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

change listener provider api #475

Merged
merged 1 commit into from
Jan 29, 2024
Merged

Conversation

DavidBadura
Copy link
Member

No description provided.

@DavidBadura DavidBadura added enhancement New feature or request BC-Break labels Jan 29, 2024
@DavidBadura DavidBadura added this to the 3.0.0 milestone Jan 29, 2024
Copy link

Hello 👋

here is the most recent benchmark result:

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

+-------------------------+--------------------+--------------------+-----------------+------------+
|                         | time (kde mode)                         | memory                       |
+-------------------------+--------------------+--------------------+-----------------+------------+
| subject                 | Tag: <current>     | Tag: base          | Tag: <current>  | Tag: base  |
+-------------------------+--------------------+--------------------+-----------------+------------+
| benchSave1Event ()      | 1.465ms (±0.00%)   | 1.918ms (±0.00%)   | 8.127mb         | 8.127mb    |
| benchSave10000Events () | 475.699ms (±0.00%) | 472.383ms (±0.00%) | 33.458mb        | 33.459mb   |
+-------------------------+--------------------+--------------------+-----------------+------------+

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

+----------------------------------------+--------------------+--------------------+-----------------+------------+
|                                        | time (kde mode)                         | memory                       |
+----------------------------------------+--------------------+--------------------+-----------------+------------+
| subject                                | Tag: <current>     | Tag: base          | Tag: <current>  | Tag: base  |
+----------------------------------------+--------------------+--------------------+-----------------+------------+
| benchLoad10000EventsMissingSnapshot () | 129.499ms (±0.00%) | 129.527ms (±0.00%) | 32.647mb        | 32.648mb   |
| benchLoad10000Events ()                | 198.300μs (±0.00%) | 196.250μs (±0.00%) | 32.647mb        | 32.648mb   |
+----------------------------------------+--------------------+--------------------+-----------------+------------+

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

+-------------------------+--------------------+--------------------+-----------------+------------+
|                         | time (kde mode)                         | memory                       |
+-------------------------+--------------------+--------------------+-----------------+------------+
| subject                 | Tag: <current>     | Tag: base          | Tag: <current>  | Tag: base  |
+-------------------------+--------------------+--------------------+-----------------+------------+
| benchLoad10000Events () | 2.404ms (±0.00%)   | 2.411ms (±0.00%)   | 36.010mb        | 36.010mb   |
| benchSave10000Events () | 330.753ms (±0.00%) | 333.668ms (±0.00%) | 36.277mb        | 36.278mb   |
+-------------------------+--------------------+--------------------+-----------------+------------+

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

+----------------------------------------+--------------------+--------------------+-----------------+------------+
|                                        | time (kde mode)                         | memory                       |
+----------------------------------------+--------------------+--------------------+-----------------+------------+
| subject                                | Tag: <current>     | Tag: base          | Tag: <current>  | Tag: base  |
+----------------------------------------+--------------------+--------------------+-----------------+------------+
| benchLoad10000Events ()                | 131.538ms (±0.00%) | 128.355ms (±0.00%) | 32.626mb        | 32.627mb   |
| benchSave1Event ()                     | 1.228ms (±0.00%)   | 1.157ms (±0.00%)   | 32.626mb        | 32.627mb   |
| benchSave10000Events ()                | 301.618ms (±0.00%) | 300.035ms (±0.00%) | 32.852mb        | 32.853mb   |
| benchSave10000Aggregates ()            | 13.419s (±0.00%)   | 13.399s (±0.00%)   | 32.626mb        | 32.627mb   |
| benchSave10000AggregatesTransaction () | 788.897ms (±0.00%) | 781.072ms (±0.00%) | 32.626mb        | 32.627mb   |
+----------------------------------------+--------------------+--------------------+-----------------+------------+

This comment gets update everytime a new commit comes in!

@DavidBadura DavidBadura merged commit c62e9bd into 3.0.x Jan 29, 2024
21 of 33 checks passed
@DavidBadura DavidBadura deleted the change-listener-provider-api branch January 29, 2024 17:33
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