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

refactor uuid implementation & add a test uuid factory #584

Merged
merged 1 commit into from
Apr 20, 2024

Conversation

DavidBadura
Copy link
Member

No description provided.

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

github-actions bot commented Apr 19, 2024

Hello 👋

here is the most recent benchmark result:

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

+-------------------------+--------------------+--------------------+-----------+-----------------+------------+-------------+
|                         | time (kde mode)                                     | memory                                     |
+-------------------------+--------------------+--------------------+-----------+-----------------+------------+-------------+
| subject                 | Tag: <current>     | Tag: base          | time-diff | Tag: <current>  | Tag: base  | memory-diff |
+-------------------------+--------------------+--------------------+-----------+-----------------+------------+-------------+
| benchLoad10000Events () | 4.833ms (±0.00%)   | 4.810ms (±0.00%)   | +0.46%    | 37.573mb        | 37.578mb   | -0.02%      |
| benchSave10000Events () | 343.150ms (±0.00%) | 361.435ms (±0.00%) | -5.06%    | 37.573mb        | 37.580mb   | -0.02%      |
+-------------------------+--------------------+--------------------+-----------+-----------------+------------+-------------+

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

+----------------------------------------+--------------------+--------------------+-----------+-----------------+------------+-------------+
|                                        | time (kde mode)                                     | memory                                     |
+----------------------------------------+--------------------+--------------------+-----------+-----------------+------------+-------------+
| subject                                | Tag: <current>     | Tag: base          | time-diff | Tag: <current>  | Tag: base  | memory-diff |
+----------------------------------------+--------------------+--------------------+-----------+-----------------+------------+-------------+
| benchLoad1Event ()                     | 939.800μs (±0.00%) | 941.800μs (±0.00%) | -0.21%    | 33.762mb        | 33.762mb   | 0.00%       |
| benchLoad10000Events ()                | 52.184ms (±0.00%)  | 48.901ms (±0.00%)  | +6.71%    | 33.763mb        | 33.763mb   | 0.00%       |
| benchSave1Event ()                     | 971.400μs (±0.00%) | 1.069ms (±0.00%)   | -9.16%    | 33.762mb        | 33.762mb   | 0.00%       |
| benchSave10000Events ()                | 217.254ms (±0.00%) | 218.595ms (±0.00%) | -0.61%    | 33.764mb        | 33.763mb   | +0.00%      |
| benchSave10000Aggregates ()            | 8.684s (±0.00%)    | 8.671s (±0.00%)    | +0.15%    | 33.763mb        | 33.763mb   | 0.00%       |
| benchSave10000AggregatesTransaction () | 6.810s (±0.00%)    | 6.817s (±0.00%)    | -0.11%    | 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 () | 50.337ms (±0.00%)  | 51.557ms (±0.00%)  | -2.37%    | 33.763mb        | 33.763mb   | 0.00%       |
| benchLoad10000Events ()                | 877.700μs (±0.00%) | 893.800μs (±0.00%) | -1.80%    | 33.763mb        | 33.763mb   | 0.00%       |
+----------------------------------------+--------------------+--------------------+-----------+-----------------+------------+-------------+

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

+----------------------------------------+--------------------+--------------------+-----------+-----------------+------------+-------------+
|                                        | time (kde mode)                                     | memory                                     |
+----------------------------------------+--------------------+--------------------+-----------+-----------------+------------+-------------+
| subject                                | Tag: <current>     | Tag: base          | time-diff | Tag: <current>  | Tag: base  | memory-diff |
+----------------------------------------+--------------------+--------------------+-----------+-----------------+------------+-------------+
| benchLoad1Event ()                     | 856.800μs (±0.00%) | 842.700μs (±0.00%) | +1.67%    | 34.892mb        | 34.892mb   | 0.00%       |
| benchLoad10000Events ()                | 84.659ms (±0.00%)  | 83.790ms (±0.00%)  | +1.04%    | 34.892mb        | 34.892mb   | 0.00%       |
| benchSave1Event ()                     | 1.440ms (±0.00%)   | 1.708ms (±0.00%)   | -15.68%   | 34.892mb        | 34.892mb   | 0.00%       |
| benchSave10000Events ()                | 245.358ms (±0.00%) | 240.668ms (±0.00%) | +1.95%    | 34.894mb        | 34.894mb   | 0.00%       |
| benchSave10000Aggregates ()            | 12.655s (±0.00%)   | 12.696s (±0.00%)   | -0.32%    | 34.892mb        | 34.892mb   | 0.00%       |
| benchSave10000AggregatesTransaction () | 10.880s (±0.00%)   | 10.822s (±0.00%)   | +0.53%    | 35.394mb        | 35.394mb   | 0.00%       |
+----------------------------------------+--------------------+--------------------+-----------+-----------------+------------+-------------+

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

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

This comment gets update everytime a new commit comes in!

@DavidBadura DavidBadura enabled auto-merge April 19, 2024 15:45
@DavidBadura DavidBadura merged commit dde70c5 into 3.0.x Apr 20, 2024
35 of 36 checks passed
@DanielBadura DanielBadura deleted the refactor-uuid branch April 20, 2024 18:18
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