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

move archive logic into store #598

Merged
merged 1 commit into from
Apr 26, 2024
Merged

Conversation

DavidBadura
Copy link
Member

No description provided.

@DavidBadura DavidBadura added this to the 3.0.0 milestone Apr 26, 2024
Copy link

github-actions bot commented Apr 26, 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.701ms (±0.00%)   | 4.599ms (±0.00%)   | +2.24%    | 37.570mb        | 37.578mb   | -0.02%      |
| benchSave10000Events () | 335.453ms (±0.00%) | 352.861ms (±0.00%) | -4.93%    | 37.573mb        | 37.070mb   | +1.36%      |
+-------------------------+--------------------+--------------------+-----------+-----------------+------------+-------------+

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

+----------------------------------------+--------------------+--------------------+-----------+-----------------+------------+-------------+
|                                        | time (kde mode)                                     | memory                                     |
+----------------------------------------+--------------------+--------------------+-----------+-----------------+------------+-------------+
| subject                                | Tag: <current>     | Tag: base          | time-diff | Tag: <current>  | Tag: base  | memory-diff |
+----------------------------------------+--------------------+--------------------+-----------+-----------------+------------+-------------+
| benchLoad1Event ()                     | 977.300μs (±0.00%) | 930.500μs (±0.00%) | +5.03%    | 33.761mb        | 33.762mb   | -0.00%      |
| benchLoad10000Events ()                | 48.640ms (±0.00%)  | 51.006ms (±0.00%)  | -4.64%    | 33.761mb        | 33.762mb   | -0.00%      |
| benchSave1Event ()                     | 871.700μs (±0.00%) | 991.800μs (±0.00%) | -12.11%   | 33.761mb        | 33.762mb   | -0.00%      |
| benchSave10000Events ()                | 211.543ms (±0.00%) | 216.419ms (±0.00%) | -2.25%    | 33.761mb        | 33.764mb   | -0.01%      |
| benchSave10000Aggregates ()            | 6.263s (±0.00%)    | 8.488s (±0.00%)    | -26.21%   | 33.762mb        | 33.762mb   | -0.00%      |
| benchSave10000AggregatesTransaction () | 4.668s (±0.00%)    | 6.784s (±0.00%)    | -31.20%   | 33.762mb        | 33.763mb   | -0.00%      |
+----------------------------------------+--------------------+--------------------+-----------+-----------------+------------+-------------+

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

+----------------------------------------+--------------------+--------------------+-----------+-----------------+------------+-------------+
|                                        | time (kde mode)                                     | memory                                     |
+----------------------------------------+--------------------+--------------------+-----------+-----------------+------------+-------------+
| subject                                | Tag: <current>     | Tag: base          | time-diff | Tag: <current>  | Tag: base  | memory-diff |
+----------------------------------------+--------------------+--------------------+-----------+-----------------+------------+-------------+
| benchLoad10000EventsMissingSnapshot () | 50.212ms (±0.00%)  | 50.905ms (±0.00%)  | -1.36%    | 33.762mb        | 33.763mb   | -0.00%      |
| benchLoad10000Events ()                | 878.500μs (±0.00%) | 891.100μs (±0.00%) | -1.41%    | 33.762mb        | 33.763mb   | -0.00%      |
+----------------------------------------+--------------------+--------------------+-----------+-----------------+------------+-------------+

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

+----------------------------------------+--------------------+--------------------+-----------+-----------------+------------+-------------+
|                                        | time (kde mode)                                     | memory                                     |
+----------------------------------------+--------------------+--------------------+-----------+-----------------+------------+-------------+
| subject                                | Tag: <current>     | Tag: base          | time-diff | Tag: <current>  | Tag: base  | memory-diff |
+----------------------------------------+--------------------+--------------------+-----------+-----------------+------------+-------------+
| benchLoad1Event ()                     | 894.100μs (±0.00%) | 860.700μs (±0.00%) | +3.88%    | 34.891mb        | 34.892mb   | -0.00%      |
| benchLoad10000Events ()                | 87.880ms (±0.00%)  | 81.333ms (±0.00%)  | +8.05%    | 34.891mb        | 34.892mb   | -0.00%      |
| benchSave1Event ()                     | 1.347ms (±0.00%)   | 1.453ms (±0.00%)   | -7.30%    | 34.891mb        | 34.892mb   | -0.00%      |
| benchSave10000Events ()                | 236.698ms (±0.00%) | 239.567ms (±0.00%) | -1.20%    | 34.893mb        | 34.894mb   | -0.00%      |
| benchSave10000Aggregates ()            | 10.179s (±0.00%)   | 12.436s (±0.00%)   | -18.15%   | 34.891mb        | 34.892mb   | -0.00%      |
| benchSave10000AggregatesTransaction () | 8.616s (±0.00%)    | 10.790s (±0.00%)   | -20.15%   | 35.392mb        | 35.394mb   | -0.01%      |
+----------------------------------------+--------------------+--------------------+-----------+-----------------+------------+-------------+

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

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

This comment gets update everytime a new commit comes in!

@DavidBadura DavidBadura force-pushed the move-archive-logic-to-store branch from aca7cd8 to e316dd3 Compare April 26, 2024 10:23
@DavidBadura DavidBadura merged commit a2d385d into 3.0.x Apr 26, 2024
36 of 37 checks passed
@DavidBadura DavidBadura deleted the move-archive-logic-to-store branch April 26, 2024 10:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants