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

add subscription engine result #574

Merged
merged 1 commit into from
Apr 12, 2024
Merged

Conversation

DavidBadura
Copy link
Member

No description provided.

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

github-actions bot commented Apr 12, 2024

Hello 👋

here is the most recent benchmark result:

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

+----------------------------------------+--------------------+--------------------+-----------+-----------------+------------+-------------+
|                                        | time (kde mode)                                     | memory                                     |
+----------------------------------------+--------------------+--------------------+-----------+-----------------+------------+-------------+
| subject                                | Tag: <current>     | Tag: base          | time-diff | Tag: <current>  | Tag: base  | memory-diff |
+----------------------------------------+--------------------+--------------------+-----------+-----------------+------------+-------------+
| benchLoad1Event ()                     | 910.300μs (±0.00%) | 855.700μs (±0.00%) | +6.38%    | 33.762mb        | 34.272mb   | -1.49%      |
| benchLoad10000Events ()                | 51.882ms (±0.00%)  | 52.772ms (±0.00%)  | -1.69%    | 33.763mb        | 33.763mb   | 0.00%       |
| benchSave1Event ()                     | 964.300μs (±0.00%) | 1.235ms (±0.00%)   | -21.91%   | 33.762mb        | 33.762mb   | 0.00%       |
| benchSave10000Events ()                | 228.315ms (±0.00%) | 233.701ms (±0.00%) | -2.30%    | 33.763mb        | 33.763mb   | 0.00%       |
| benchSave10000Aggregates ()            | 8.299s (±0.00%)    | 8.699s (±0.00%)    | -4.60%    | 33.763mb        | 33.763mb   | 0.00%       |
| benchSave10000AggregatesTransaction () | 6.836s (±0.00%)    | 6.837s (±0.00%)    | -0.01%    | 33.763mb        | 33.763mb   | 0.00%       |
+----------------------------------------+--------------------+--------------------+-----------+-----------------+------------+-------------+

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

+----------------------------------------+--------------------+--------------------+-----------+-----------------+------------+-------------+
|                                        | time (kde mode)                                     | memory                                     |
+----------------------------------------+--------------------+--------------------+-----------+-----------------+------------+-------------+
| subject                                | Tag: <current>     | Tag: base          | time-diff | Tag: <current>  | Tag: base  | memory-diff |
+----------------------------------------+--------------------+--------------------+-----------+-----------------+------------+-------------+
| benchLoad10000EventsMissingSnapshot () | 52.509ms (±0.00%)  | 52.632ms (±0.00%)  | -0.23%    | 33.763mb        | 33.763mb   | 0.00%       |
| benchLoad10000Events ()                | 806.400μs (±0.00%) | 814.800μs (±0.00%) | -1.03%    | 33.763mb        | 33.763mb   | 0.00%       |
+----------------------------------------+--------------------+--------------------+-----------+-----------------+------------+-------------+

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

+-------------------------+--------------------+--------------------+-----------+-----------------+------------+-------------+
|                         | time (kde mode)                                     | memory                                     |
+-------------------------+--------------------+--------------------+-----------+-----------------+------------+-------------+
| subject                 | Tag: <current>     | Tag: base          | time-diff | Tag: <current>  | Tag: base  | memory-diff |
+-------------------------+--------------------+--------------------+-----------+-----------------+------------+-------------+
| benchLoad10000Events () | 5.049ms (±0.00%)   | 5.144ms (±0.00%)   | -1.85%    | 37.069mb        | 37.069mb   | 0.00%       |
| benchSave10000Events () | 385.751ms (±0.00%) | 395.650ms (±0.00%) | -2.50%    | 37.070mb        | 37.070mb   | +0.00%      |
+-------------------------+--------------------+--------------------+-----------+-----------------+------------+-------------+

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

+---------------------------+-----------------+-----------------+-----------+-----------------+------------+-------------+
|                           | time (kde mode)                               | memory                                     |
+---------------------------+-----------------+-----------------+-----------+-----------------+------------+-------------+
| subject                   | Tag: <current>  | Tag: base       | time-diff | Tag: <current>  | Tag: base  | memory-diff |
+---------------------------+-----------------+-----------------+-----------+-----------------+------------+-------------+
| benchHandle10000Events () | 3.067s (±0.00%) | 3.059s (±0.00%) | +0.26%    | 34.162mb        | 34.162mb   | 0.00%       |
+---------------------------+-----------------+-----------------+-----------+-----------------+------------+-------------+

PersonalDataBench
=================

+----------------------------------------+--------------------+--------------------+-----------+-----------------+------------+-------------+
|                                        | time (kde mode)                                     | memory                                     |
+----------------------------------------+--------------------+--------------------+-----------+-----------------+------------+-------------+
| subject                                | Tag: <current>     | Tag: base          | time-diff | Tag: <current>  | Tag: base  | memory-diff |
+----------------------------------------+--------------------+--------------------+-----------+-----------------+------------+-------------+
| benchLoad1Event ()                     | 829.400μs (±0.00%) | 841.400μs (±0.00%) | -1.43%    | 35.777mb        | 35.707mb   | +0.20%      |
| benchLoad10000Events ()                | 87.687ms (±0.00%)  | 88.010ms (±0.00%)  | -0.37%    | 35.777mb        | 35.707mb   | +0.20%      |
| benchSave1Event ()                     | 1.511ms (±0.00%)   | 1.702ms (±0.00%)   | -11.23%   | 35.777mb        | 35.707mb   | +0.20%      |
| benchSave10000Events ()                | 253.174ms (±0.00%) | 258.702ms (±0.00%) | -2.14%    | 35.779mb        | 35.709mb   | +0.20%      |
| benchSave10000Aggregates ()            | 12.467s (±0.00%)   | 12.706s (±0.00%)   | -1.89%    | 35.777mb        | 35.707mb   | +0.20%      |
| benchSave10000AggregatesTransaction () | 10.917s (±0.00%)   | 10.903s (±0.00%)   | +0.13%    | 36.278mb        | 36.278mb   | +0.00%      |
+----------------------------------------+--------------------+--------------------+-----------+-----------------+------------+-------------+

This comment gets update everytime a new commit comes in!

@DavidBadura DavidBadura force-pushed the subscription-engine-result branch from 45748a1 to 75fb435 Compare April 12, 2024 09:04
@DavidBadura DavidBadura merged commit b573bcc into 3.0.x Apr 12, 2024
34 of 36 checks passed
@DanielBadura DanielBadura deleted the subscription-engine-result branch April 12, 2024 12:38
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