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

change event bus api #207

Merged
merged 4 commits into from
Mar 28, 2022
Merged

change event bus api #207

merged 4 commits into from
Mar 28, 2022

Conversation

DavidBadura
Copy link
Member

No description provided.

@github-actions
Copy link

github-actions bot commented Mar 28, 2022

Hello 👋

here is the most recent benchmark result:

LoadEventsBench
===============

Average iteration times by variant

70.5ms    │ ██ 
61.7ms    │ ██ 
52.9ms    │ ██ 
44.1ms    │ ██ 
35.3ms    │ ██ 
26.5ms    │ ██ 
17.6ms    │ ██ 
8.8ms     │ ██ 
          └────
            1  

[█ <current>] [█ base] 

1: benchLoadEvents 

Memory by variant

19.4mb    │ █▇ 
17.0mb    │ ██ 
14.6mb    │ ██ 
12.1mb    │ ██ 
9.7mb     │ ██ 
7.3mb     │ ██ 
4.9mb     │ ██ 
2.4mb     │ ██ 
          └────
            1  

[█ <current>] [█ base] 

1: benchLoadEvents 

+--------------------+-------------------+-------------------+-----------------+------------+
|                    | time (kde mode)                       | memory                       |
+--------------------+-------------------+-------------------+-----------------+------------+
| subject            | Tag: <current>    | Tag: base         | Tag: <current>  | Tag: base  |
+--------------------+-------------------+-------------------+-----------------+------------+
| benchLoadEvents () | 70.549ms (±0.54%) | 70.126ms (±0.50%) | 19.423mb        | 18.895mb   |
+--------------------+-------------------+-------------------+-----------------+------------+

LoadEventsWithSnapshotsBench
============================

Average iteration times by variant

246.0μs   │ █▆ 
215.3μs   │ ██ 
184.5μs   │ ██ 
153.8μs   │ ██ 
123.0μs   │ ██ 
92.3μs    │ ██ 
61.5μs    │ ██ 
30.8μs    │ ██ 
          └────
            1  

[█ <current>] [█ base] 

1: benchLoadEvents 

Memory by variant

12.7mb    │ █▆ 
11.1mb    │ ██ 
9.5mb     │ ██ 
7.9mb     │ ██ 
6.4mb     │ ██ 
4.8mb     │ ██ 
3.2mb     │ ██ 
1.6mb     │ ██ 
          └────
            1  

[█ <current>] [█ base] 

1: benchLoadEvents 

+--------------------+--------------------+--------------------+-----------------+------------+
|                    | time (kde mode)                         | memory                       |
+--------------------+--------------------+--------------------+-----------------+------------+
| subject            | Tag: <current>     | Tag: base          | Tag: <current>  | Tag: base  |
+--------------------+--------------------+--------------------+-----------------+------------+
| benchLoadEvents () | 246.000μs (±0.20%) | 237.752μs (±0.44%) | 12.710mb        | 12.228mb   |
+--------------------+--------------------+--------------------+-----------------+------------+

WriteEventsBench
================

Average iteration times by variant

32.4ms    │    ██ 
28.4ms    │    ██ 
24.3ms    │    ██ 
20.3ms    │    ██ 
16.2ms    │    ██ 
12.2ms    │    ██ 
8.1ms     │    ██ 
4.1ms     │ ▂▂ ██ 
          └───────
            1  2  

[█ <current>] [█ base] 

1: benchSaveOneEvent    2: benchSaveAfterThous᠁ 

Memory by variant

6.7mb     │ ▂▂ ██ 
5.8mb     │ ██ ██ 
5.0mb     │ ██ ██ 
4.2mb     │ ██ ██ 
3.3mb     │ ██ ██ 
2.5mb     │ ██ ██ 
1.7mb     │ ██ ██ 
834.9kb   │ ██ ██ 
          └───────
            1  2  

[█ <current>] [█ base] 

1: benchSaveOneEvent    2: benchSaveAfterThous᠁ 

+---------------------------------+--------------------+--------------------+-----------------+------------+
|                                 | time (kde mode)                         | memory                       |
+---------------------------------+--------------------+--------------------+-----------------+------------+
| subject                         | Tag: <current>     | Tag: base          | Tag: <current>  | Tag: base  |
+---------------------------------+--------------------+--------------------+-----------------+------------+
| benchSaveOneEvent ()            | 887.267μs (±0.97%) | 947.750μs (±5.71%) | 6.051mb         | 6.051mb    |
| benchSaveAfterThousandEvents () | 32.362ms (±1.09%)  | 32.405ms (±2.18%)  | 6.679mb         | 6.612mb    |
+---------------------------------+--------------------+--------------------+-----------------+------------+

This comment gets update everytime a new commit comes in!

@DavidBadura DavidBadura added this to the 2.0.0 milestone Mar 28, 2022
@DavidBadura DavidBadura force-pushed the change-event-bus-api branch from 2ece60d to a7a4805 Compare March 28, 2022 20:32
@DavidBadura DavidBadura merged commit 78eb500 into 2.0.x Mar 28, 2022
@DavidBadura DavidBadura deleted the change-event-bus-api branch March 28, 2022 20:37
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