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

use for postgres pub/sub feature #525

Merged
merged 1 commit into from
Mar 21, 2024
Merged

use for postgres pub/sub feature #525

merged 1 commit into from
Mar 21, 2024

Conversation

DavidBadura
Copy link
Member

fix #509

@DavidBadura DavidBadura added the enhancement New feature or request label Mar 8, 2024
@DavidBadura DavidBadura added this to the 3.0.0 milestone Mar 8, 2024
Copy link

github-actions bot commented Mar 8, 2024

Hello 👋

here is the most recent benchmark result:

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

+----------------------------------------+--------------------+--------------------+-----------------+------------+
|                                        | time (kde mode)                         | memory                       |
+----------------------------------------+--------------------+--------------------+-----------------+------------+
| subject                                | Tag: <current>     | Tag: base          | Tag: <current>  | Tag: base  |
+----------------------------------------+--------------------+--------------------+-----------------+------------+
| benchLoad10000EventsMissingSnapshot () | 155.307ms (±0.00%) | 156.763ms (±0.00%) | 38.685mb        | 38.666mb   |
| benchLoad10000Events ()                | 506.200μs (±0.00%) | 524.700μs (±0.00%) | 38.685mb        | 38.666mb   |
+----------------------------------------+--------------------+--------------------+-----------------+------------+

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

+----------------------------------------+--------------------+--------------------+-----------------+------------+
|                                        | time (kde mode)                         | memory                       |
+----------------------------------------+--------------------+--------------------+-----------------+------------+
| subject                                | Tag: <current>     | Tag: base          | Tag: <current>  | Tag: base  |
+----------------------------------------+--------------------+--------------------+-----------------+------------+
| benchLoad10000Events ()                | 156.073ms (±0.00%) | 159.912ms (±0.00%) | 38.688mb        | 38.669mb   |
| benchSave1Event ()                     | 886.400μs (±0.00%) | 887.900μs (±0.00%) | 38.688mb        | 38.669mb   |
| benchSave10000Events ()                | 476.056ms (±0.00%) | 483.132ms (±0.00%) | 38.954mb        | 38.935mb   |
| benchSave10000Aggregates ()            | 9.101s (±0.00%)    | 9.234s (±0.00%)    | 38.688mb        | 38.669mb   |
| benchSave10000AggregatesTransaction () | 7.482s (±0.00%)    | 7.502s (±0.00%)    | 38.688mb        | 38.669mb   |
+----------------------------------------+--------------------+--------------------+-----------------+------------+

SubscriptionEngineBench
=======================

+---------------------------+-----------------+-----------------+-----------------+------------+
|                           | time (kde mode)                   | memory                       |
+---------------------------+-----------------+-----------------+-----------------+------------+
| subject                   | Tag: <current>  | Tag: base       | Tag: <current>  | Tag: base  |
+---------------------------+-----------------+-----------------+-----------------+------------+
| benchHandle10000Events () | 3.251s (±0.00%) | 3.234s (±0.00%) | 39.088mb        | 39.068mb   |
+---------------------------+-----------------+-----------------+-----------------+------------+

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

+-------------------------+--------------------+--------------------+-----------------+------------+
|                         | time (kde mode)                         | memory                       |
+-------------------------+--------------------+--------------------+-----------------+------------+
| subject                 | Tag: <current>     | Tag: base          | Tag: <current>  | Tag: base  |
+-------------------------+--------------------+--------------------+-----------------+------------+
| benchLoad10000Events () | 6.291ms (±0.00%)   | 5.461ms (±0.00%)   | 42.553mb        | 42.534mb   |
| benchSave10000Events () | 631.101ms (±0.00%) | 636.014ms (±0.00%) | 42.830mb        | 42.811mb   |
+-------------------------+--------------------+--------------------+-----------------+------------+

This comment gets update everytime a new commit comes in!

@DavidBadura DavidBadura force-pushed the pubsub branch 8 times, most recently from 68e757b to 060e951 Compare March 13, 2024 10:18
@DavidBadura DavidBadura marked this pull request as ready for review March 13, 2024 10:19
@DavidBadura DavidBadura changed the title poc pubsub use for postgres pub/sub feature Mar 13, 2024
@DavidBadura DavidBadura force-pushed the pubsub branch 2 times, most recently from a0bb4ed to ed12e61 Compare March 13, 2024 10:26
@DavidBadura DavidBadura merged commit a7ebc6e into 3.0.x Mar 21, 2024
32 of 34 checks passed
@DavidBadura DavidBadura deleted the pubsub branch March 21, 2024 11:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants