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

Improve benchmark tests #415

Merged
merged 3 commits into from
Dec 13, 2023
Merged

Improve benchmark tests #415

merged 3 commits into from
Dec 13, 2023

Conversation

DavidBadura
Copy link
Member

No description provided.

@DavidBadura DavidBadura added this to the 3.0.0 milestone Aug 23, 2023
@DavidBadura DavidBadura marked this pull request as draft August 23, 2023 12:35
Copy link

github-actions bot commented Dec 13, 2023

Hello 👋

here is the most recent benchmark result:

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

+----------------------------------------+--------------------+-----------------+
|                                        | time (kde mode)    | memory          |
+----------------------------------------+--------------------+-----------------+
| subject                                | Tag: <current>     | Tag: <current>  |
+----------------------------------------+--------------------+-----------------+
| benchLoad10000EventsMissingSnapshot () | 122.051ms (±0.00%) | 13.758mb        |
| benchLoad10000Events ()                | 193.450μs (±0.00%) | 13.758mb        |
+----------------------------------------+--------------------+-----------------+

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

+-------------------------+--------------------+-----------------+
|                         | time (kde mode)    | memory          |
+-------------------------+--------------------+-----------------+
| subject                 | Tag: <current>     | Tag: <current>  |
+-------------------------+--------------------+-----------------+
| benchLoad10000Events () | 121.670ms (±0.00%) | 13.730mb        |
| benchSave1Event ()      | 1.234ms (±0.00%)   | 13.730mb        |
| benchSave10000Events () | 493.622ms (±0.00%) | 13.736mb        |
+-------------------------+--------------------+-----------------+

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

+--------------------------+--------------------+-----------------+
|                          | time (kde mode)    | memory          |
+--------------------------+--------------------+-----------------+
| subject                  | Tag: <current>     | Tag: <current>  |
+--------------------------+--------------------+-----------------+
| benchLoad10000Events ()  | 2.256ms (±0.00%)   | 17.050mb        |
| benchWrite10000Events () | 582.696ms (±0.00%) | 17.056mb        |
+--------------------------+--------------------+-----------------+

SyncProjectionistBench
======================

+-------------------------+--------------------+-----------------+
|                         | time (kde mode)    | memory          |
+-------------------------+--------------------+-----------------+
| subject                 | Tag: <current>     | Tag: <current>  |
+-------------------------+--------------------+-----------------+
| benchSave1Event ()      | 2.071ms (±0.00%)   | 7.457mb         |
| benchSave10000Events () | 665.122ms (±0.00%) | 14.849mb        |
+-------------------------+--------------------+-----------------+

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

+-------------------------+--------------------+------------+
|                         | time (kde mode)    | memory     |
+-------------------------+--------------------+------------+
| subject                 | Tag: base          | Tag: base  |
+-------------------------+--------------------+------------+
| benchLoad10000Events () | 200.900μs (±0.00%) | 13.752mb   |
+-------------------------+--------------------+------------+

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

+-------------------------+--------------------+------------+
|                         | time (kde mode)    | memory     |
+-------------------------+--------------------+------------+
| subject                 | Tag: base          | Tag: base  |
+-------------------------+--------------------+------------+
| benchLoad10000Events () | 124.939ms (±0.00%) | 13.722mb   |
+-------------------------+--------------------+------------+

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

+-------------------------+--------------------+------------+
|                         | time (kde mode)    | memory     |
+-------------------------+--------------------+------------+
| subject                 | Tag: base          | Tag: base  |
+-------------------------+--------------------+------------+
| benchSave1Event ()      | 1.199ms (±0.00%)   | 7.243mb    |
| benchSave10000Events () | 501.013ms (±0.00%) | 14.125mb   |
+-------------------------+--------------------+------------+

WriteEventsWithSyncProjectionistBench
=====================================

+-------------------------+--------------------+------------+
|                         | time (kde mode)    | memory     |
+-------------------------+--------------------+------------+
| subject                 | Tag: base          | Tag: base  |
+-------------------------+--------------------+------------+
| benchSave1Event ()      | 1.474ms (±0.00%)   | 7.453mb    |
| benchSave10000Events () | 662.167ms (±0.00%) | 14.845mb   |
+-------------------------+--------------------+------------+

This comment gets update everytime a new commit comes in!

@DavidBadura DavidBadura marked this pull request as ready for review December 13, 2023 12:14
@DavidBadura DavidBadura added the enhancement New feature or request label Dec 13, 2023
@DanielBadura DanielBadura merged commit bd34952 into 3.0.x Dec 13, 2023
30 of 31 checks passed
@DanielBadura DanielBadura deleted the more-benchmark branch December 13, 2023 12:43
@DanielBadura DanielBadura changed the title add more benchmark tests Improve benchmark tests Dec 13, 2023
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