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

Fix mastodon notification #603

Merged
merged 1 commit into from
May 10, 2024
Merged

Fix mastodon notification #603

merged 1 commit into from
May 10, 2024

Conversation

DanielBadura
Copy link
Member

@DanielBadura DanielBadura self-assigned this May 10, 2024
Copy link

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.734ms (±0.00%)   | 4.763ms (±0.00%)   | -0.61%    | 37.570mb        | 37.578mb   | -0.02%      |
| benchSave10000Events () | 338.152ms (±0.00%) | 362.853ms (±0.00%) | -6.81%    | 37.572mb        | 37.580mb   | -0.02%      |
+-------------------------+--------------------+--------------------+-----------+-----------------+------------+-------------+

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

+----------------------------------------+--------------------+--------------------+-----------+-----------------+------------+-------------+
|                                        | time (kde mode)                                     | memory                                     |
+----------------------------------------+--------------------+--------------------+-----------+-----------------+------------+-------------+
| subject                                | Tag: <current>     | Tag: base          | time-diff | Tag: <current>  | Tag: base  | memory-diff |
+----------------------------------------+--------------------+--------------------+-----------+-----------------+------------+-------------+
| benchLoad1Event ()                     | 984.200μs (±0.00%) | 1.001ms (±0.00%)   | -1.71%    | 33.761mb        | 33.761mb   | 0.00%       |
| benchLoad10000Events ()                | 49.598ms (±0.00%)  | 50.699ms (±0.00%)  | -2.17%    | 33.762mb        | 33.762mb   | 0.00%       |
| benchSave1Event ()                     | 925.600μs (±0.00%) | 940.500μs (±0.00%) | -1.58%    | 33.761mb        | 33.761mb   | 0.00%       |
| benchSave10000Events ()                | 216.058ms (±0.00%) | 223.747ms (±0.00%) | -3.44%    | 33.762mb        | 33.762mb   | 0.00%       |
| benchSave10000Aggregates ()            | 6.636s (±0.00%)    | 6.641s (±0.00%)    | -0.07%    | 33.762mb        | 33.762mb   | 0.00%       |
| benchSave10000AggregatesTransaction () | 4.708s (±0.00%)    | 4.717s (±0.00%)    | -0.19%    | 33.762mb        | 33.762mb   | 0.00%       |
+----------------------------------------+--------------------+--------------------+-----------+-----------------+------------+-------------+

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

+----------------------------------------+--------------------+--------------------+-----------+-----------------+------------+-------------+
|                                        | time (kde mode)                                     | memory                                     |
+----------------------------------------+--------------------+--------------------+-----------+-----------------+------------+-------------+
| subject                                | Tag: <current>     | Tag: base          | time-diff | Tag: <current>  | Tag: base  | memory-diff |
+----------------------------------------+--------------------+--------------------+-----------+-----------------+------------+-------------+
| benchLoad10000EventsMissingSnapshot () | 51.674ms (±0.00%)  | 50.418ms (±0.00%)  | +2.49%    | 33.762mb        | 33.762mb   | 0.00%       |
| benchLoad10000Events ()                | 887.700μs (±0.00%) | 877.800μs (±0.00%) | +1.13%    | 33.762mb        | 33.762mb   | 0.00%       |
+----------------------------------------+--------------------+--------------------+-----------+-----------------+------------+-------------+

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

+----------------------------------------+--------------------+--------------------+-----------+-----------------+------------+-------------+
|                                        | time (kde mode)                                     | memory                                     |
+----------------------------------------+--------------------+--------------------+-----------+-----------------+------------+-------------+
| subject                                | Tag: <current>     | Tag: base          | time-diff | Tag: <current>  | Tag: base  | memory-diff |
+----------------------------------------+--------------------+--------------------+-----------+-----------------+------------+-------------+
| benchLoad1Event ()                     | 896.500μs (±0.00%) | 893.900μs (±0.00%) | +0.29%    | 34.891mb        | 34.891mb   | 0.00%       |
| benchLoad10000Events ()                | 84.536ms (±0.00%)  | 86.298ms (±0.00%)  | -2.04%    | 34.891mb        | 34.891mb   | 0.00%       |
| benchSave1Event ()                     | 1.389ms (±0.00%)   | 1.387ms (±0.00%)   | +0.14%    | 34.891mb        | 34.891mb   | 0.00%       |
| benchSave10000Events ()                | 249.312ms (±0.00%) | 246.663ms (±0.00%) | +1.07%    | 34.893mb        | 34.893mb   | 0.00%       |
| benchSave10000Aggregates ()            | 10.583s (±0.00%)   | 10.681s (±0.00%)   | -0.91%    | 34.892mb        | 34.892mb   | 0.00%       |
| benchSave10000AggregatesTransaction () | 8.719s (±0.00%)    | 8.730s (±0.00%)    | -0.13%    | 35.392mb        | 35.392mb   | 0.00%       |
+----------------------------------------+--------------------+--------------------+-----------+-----------------+------------+-------------+

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

+---------------------------+-----------------+-----------------+-----------+-----------------+------------+-------------+
|                           | time (kde mode)                               | memory                                     |
+---------------------------+-----------------+-----------------+-----------+-----------------+------------+-------------+
| subject                   | Tag: <current>  | Tag: base       | time-diff | Tag: <current>  | Tag: base  | memory-diff |
+---------------------------+-----------------+-----------------+-----------+-----------------+------------+-------------+
| benchHandle10000Events () | 3.087s (±0.00%) | 3.077s (±0.00%) | +0.33%    | 34.161mb        | 34.161mb   | 0.00%       |
+---------------------------+-----------------+-----------------+-----------+-----------------+------------+-------------+

This comment gets update everytime a new commit comes in!

@DanielBadura DanielBadura merged commit 3586d07 into 3.0.x May 10, 2024
37 checks passed
@DanielBadura DanielBadura deleted the DanielBadura-patch-1 branch May 10, 2024 13:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants