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 backwards stream #405

Merged
merged 1 commit into from
Aug 16, 2023
Merged

add backwards stream #405

merged 1 commit into from
Aug 16, 2023

Conversation

DavidBadura
Copy link
Member

No description provided.

@DavidBadura DavidBadura added the enhancement New feature or request label Aug 10, 2023
@DavidBadura DavidBadura added this to the 3.0.0 milestone Aug 10, 2023
@github-actions
Copy link

github-actions bot commented Aug 10, 2023

Hello 👋

here is the most recent benchmark result:

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

Average iteration times by variant

86.4ms    │    ▇█ 
75.6ms    │    ██ 
64.8ms    │    ██ 
54.0ms    │    ██ 
43.2ms    │    ██ 
32.4ms    │    ██ 
21.6ms    │    ██ 
10.8ms    │ ▃▂ ██ 
          └───────
            1  2  

[█ <current>] [█ base] 

1: benchSaveOneEvent    2: benchSaveAfterThous᠁ 

Memory by variant

7.8mb     │ ▃▃ ██ 
6.9mb     │ ██ ██ 
5.9mb     │ ██ ██ 
4.9mb     │ ██ ██ 
3.9mb     │ ██ ██ 
2.9mb     │ ██ ██ 
2.0mb     │ ██ ██ 
980.9kb   │ ██ ██ 
          └───────
            1  2  

[█ <current>] [█ base] 

1: benchSaveOneEvent    2: benchSaveAfterThous᠁ 

+---------------------------------+-------------------+-------------------+-----------------+------------+
|                                 | time (kde mode)                       | memory                       |
+---------------------------------+-------------------+-------------------+-----------------+------------+
| subject                         | Tag: <current>    | Tag: base         | Tag: <current>  | Tag: base  |
+---------------------------------+-------------------+-------------------+-----------------+------------+
| benchSaveOneEvent ()            | 3.294ms (±27.69%) | 2.424ms (±15.41%) | 7.215mb         | 7.214mb    |
| benchSaveAfterThousandEvents () | 84.189ms (±1.23%) | 86.443ms (±0.38%) | 7.847mb         | 7.847mb    |
+---------------------------------+-------------------+-------------------+-----------------+------------+

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

Average iteration times by variant

155.9ms   │ ██ 
136.4ms   │ ██ 
116.9ms   │ ██ 
97.4ms    │ ██ 
77.9ms    │ ██ 
58.5ms    │ ██ 
39.0ms    │ ██ 
19.5ms    │ ██ 
          └────
            1  

[█ <current>] [█ base] 

1: benchLoadEvents 

Memory by variant

13.5mb    │ ██ 
11.8mb    │ ██ 
10.1mb    │ ██ 
8.5mb     │ ██ 
6.8mb     │ ██ 
5.1mb     │ ██ 
3.4mb     │ ██ 
1.7mb     │ ██ 
          └────
            1  

[█ <current>] [█ base] 

1: benchLoadEvents 

+--------------------+--------------------+--------------------+-----------------+------------+
|                    | time (kde mode)                         | memory                       |
+--------------------+--------------------+--------------------+-----------------+------------+
| subject            | Tag: <current>     | Tag: base          | Tag: <current>  | Tag: base  |
+--------------------+--------------------+--------------------+-----------------+------------+
| benchLoadEvents () | 155.898ms (±0.35%) | 154.223ms (±0.42%) | 13.523mb        | 13.523mb   |
+--------------------+--------------------+--------------------+-----------------+------------+

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

Average iteration times by variant

426.0μs   │ █▂ 
372.8μs   │ ██ 
319.5μs   │ ██ 
266.3μs   │ ██ 
213.0μs   │ ██ 
159.8μs   │ ██ 
106.5μs   │ ██ 
53.3μs    │ ██ 
          └────
            1  

[█ <current>] [█ base] 

1: benchLoadEvents 

Memory by variant

13.6mb    │ ██ 
11.9mb    │ ██ 
10.2mb    │ ██ 
8.5mb     │ ██ 
6.8mb     │ ██ 
5.1mb     │ ██ 
3.4mb     │ ██ 
1.7mb     │ ██ 
          └────
            1  

[█ <current>] [█ base] 

1: benchLoadEvents 

+--------------------+--------------------+--------------------+-----------------+------------+
|                    | time (kde mode)                         | memory                       |
+--------------------+--------------------+--------------------+-----------------+------------+
| subject            | Tag: <current>     | Tag: base          | Tag: <current>  | Tag: base  |
+--------------------+--------------------+--------------------+-----------------+------------+
| benchLoadEvents () | 426.000μs (±3.50%) | 382.885μs (±2.01%) | 13.553mb        | 13.553mb   |
+--------------------+--------------------+--------------------+-----------------+------------+

This comment gets update everytime a new commit comes in!

@DavidBadura DavidBadura merged commit cfc839f into 3.0.x Aug 16, 2023
26 of 27 checks passed
@DavidBadura DavidBadura deleted the backwards-stream branch August 16, 2023 10:03
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