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 batch processing in projectionist #517

Merged
merged 1 commit into from
Mar 3, 2024

Conversation

DavidBadura
Copy link
Member

No description provided.

@DavidBadura DavidBadura added this to the 3.0.0 milestone Mar 3, 2024
@DavidBadura DavidBadura added the enhancement New feature or request label Mar 3, 2024
Copy link

github-actions bot commented Mar 3, 2024

Hello 👋

here is the most recent benchmark result:

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

+----------------------------------------+--------------------+--------------------+-----------------+------------+
|                                        | time (kde mode)                         | memory                       |
+----------------------------------------+--------------------+--------------------+-----------------+------------+
| subject                                | Tag: <current>     | Tag: base          | Tag: <current>  | Tag: base  |
+----------------------------------------+--------------------+--------------------+-----------------+------------+
| benchLoad10000Events ()                | 161.638ms (±0.00%) | 161.977ms (±0.00%) | 41.107mb        | 41.107mb   |
| benchSave1Event ()                     | 1.343ms (±0.00%)   | 1.182ms (±0.00%)   | 41.107mb        | 41.107mb   |
| benchSave10000Events ()                | 345.976ms (±0.00%) | 358.584ms (±0.00%) | 41.374mb        | 41.374mb   |
| benchSave10000Aggregates ()            | 13.920s (±0.00%)   | 11.625s (±0.00%)   | 41.107mb        | 41.107mb   |
| benchSave10000AggregatesTransaction () | 990.573ms (±0.00%) | 958.402ms (±0.00%) | 41.107mb        | 41.107mb   |
+----------------------------------------+--------------------+--------------------+-----------------+------------+

ProjectionistBench
==================

+---------------------------+--------------------+-----------------+-----------------+------------+
|                           | time (kde mode)                      | memory                       |
+---------------------------+--------------------+-----------------+-----------------+------------+
| subject                   | Tag: <current>     | Tag: base       | Tag: <current>  | Tag: base  |
+---------------------------+--------------------+-----------------+-----------------+------------+
| benchHandle10000Events () | 403.859ms (±0.00%) | 1.245s (±0.00%) | 41.548mb        | 41.548mb   |
+---------------------------+--------------------+-----------------+-----------------+------------+

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

+----------------------------------------+--------------------+--------------------+-----------------+------------+
|                                        | time (kde mode)                         | memory                       |
+----------------------------------------+--------------------+--------------------+-----------------+------------+
| subject                                | Tag: <current>     | Tag: base          | Tag: <current>  | Tag: base  |
+----------------------------------------+--------------------+--------------------+-----------------+------------+
| benchLoad10000EventsMissingSnapshot () | 168.923ms (±0.00%) | 162.105ms (±0.00%) | 41.124mb        | 41.124mb   |
| benchLoad10000Events ()                | 209.450μs (±0.00%) | 204.650μs (±0.00%) | 41.124mb        | 41.124mb   |
+----------------------------------------+--------------------+--------------------+-----------------+------------+

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

+-------------------------+--------------------+--------------------+-----------------+------------+
|                         | time (kde mode)                         | memory                       |
+-------------------------+--------------------+--------------------+-----------------+------------+
| subject                 | Tag: <current>     | Tag: base          | Tag: <current>  | Tag: base  |
+-------------------------+--------------------+--------------------+-----------------+------------+
| benchLoad10000Events () | 2.758ms (±0.00%)   | 2.747ms (±0.00%)   | 44.555mb        | 44.555mb   |
| benchSave10000Events () | 373.140ms (±0.00%) | 371.608ms (±0.00%) | 44.852mb        | 44.852mb   |
+-------------------------+--------------------+--------------------+-----------------+------------+

This comment gets update everytime a new commit comes in!

@DavidBadura DavidBadura force-pushed the improve-batch-processing branch from 7b543d6 to 4ebeacc Compare March 3, 2024 10:41
@DavidBadura DavidBadura requested a review from DanielBadura March 3, 2024 10:42
@DavidBadura DavidBadura merged commit d522673 into 3.0.x Mar 3, 2024
32 of 33 checks passed
@DavidBadura DavidBadura deleted the improve-batch-processing branch March 3, 2024 10:47
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.

1 participant