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 support for doctrine/dbal v4 #437

Merged
merged 7 commits into from
Feb 5, 2024
Merged

Add support for doctrine/dbal v4 #437

merged 7 commits into from
Feb 5, 2024

Conversation

DavidBadura
Copy link
Member

No description provided.

@DavidBadura DavidBadura added the enhancement New feature or request label Dec 13, 2023
Copy link

github-actions bot commented Dec 13, 2023

Hello 👋

here is the most recent benchmark result:

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

+-------------------------+--------------------+--------------------+-----------------+------------+
|                         | time (kde mode)                         | memory                       |
+-------------------------+--------------------+--------------------+-----------------+------------+
| subject                 | Tag: <current>     | Tag: base          | Tag: <current>  | Tag: base  |
+-------------------------+--------------------+--------------------+-----------------+------------+
| benchLoad10000Events () | 2.384ms (±0.00%)   | 2.398ms (±0.00%)   | 38.085mb        | 36.019mb   |
| benchSave10000Events () | 331.256ms (±0.00%) | 342.101ms (±0.00%) | 38.383mb        | 36.286mb   |
+-------------------------+--------------------+--------------------+-----------------+------------+

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

+----------------------------------------+--------------------+--------------------+-----------------+------------+
|                                        | time (kde mode)                         | memory                       |
+----------------------------------------+--------------------+--------------------+-----------------+------------+
| subject                                | Tag: <current>     | Tag: base          | Tag: <current>  | Tag: base  |
+----------------------------------------+--------------------+--------------------+-----------------+------------+
| benchLoad10000EventsMissingSnapshot () | 127.959ms (±0.00%) | 124.897ms (±0.00%) | 34.723mb        | 32.656mb   |
| benchLoad10000Events ()                | 201.200μs (±0.00%) | 212.550μs (±0.00%) | 34.723mb        | 32.656mb   |
+----------------------------------------+--------------------+--------------------+-----------------+------------+

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

+-------------------------+--------------------+--------------------+-----------------+------------+
|                         | time (kde mode)                         | memory                       |
+-------------------------+--------------------+--------------------+-----------------+------------+
| subject                 | Tag: <current>     | Tag: base          | Tag: <current>  | Tag: base  |
+-------------------------+--------------------+--------------------+-----------------+------------+
| benchSave1Event ()      | 1.481ms (±0.00%)   | 2.459ms (±0.00%)   | 7.636mb         | 8.162mb    |
| benchSave10000Events () | 464.503ms (±0.00%) | 456.896ms (±0.00%) | 35.589mb        | 33.493mb   |
+-------------------------+--------------------+--------------------+-----------------+------------+

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

+----------------------------------------+--------------------+--------------------+-----------------+------------+
|                                        | time (kde mode)                         | memory                       |
+----------------------------------------+--------------------+--------------------+-----------------+------------+
| subject                                | Tag: <current>     | Tag: base          | Tag: <current>  | Tag: base  |
+----------------------------------------+--------------------+--------------------+-----------------+------------+
| benchLoad10000Events ()                | 125.122ms (±0.00%) | 127.017ms (±0.00%) | 34.702mb        | 32.635mb   |
| benchSave1Event ()                     | 1.816ms (±0.00%)   | 1.640ms (±0.00%)   | 34.702mb        | 32.635mb   |
| benchSave10000Events ()                | 300.393ms (±0.00%) | 293.924ms (±0.00%) | 34.969mb        | 32.861mb   |
| benchSave10000Aggregates ()            | 19.681s (±0.00%)   | 17.347s (±0.00%)   | 34.702mb        | 32.635mb   |
| benchSave10000AggregatesTransaction () | 851.954ms (±0.00%) | 772.280ms (±0.00%) | 34.702mb        | 32.635mb   |
+----------------------------------------+--------------------+--------------------+-----------------+------------+

This comment gets update everytime a new commit comes in!

@DavidBadura DavidBadura force-pushed the dbal4 branch 3 times, most recently from dc10dd6 to fd6414b Compare February 4, 2024 10:02
@DavidBadura DavidBadura added this to the 3.0.0 milestone Feb 4, 2024
@DavidBadura DavidBadura marked this pull request as ready for review February 4, 2024 13:14
@DavidBadura DavidBadura merged commit 9b461fd into 3.0.x Feb 5, 2024
31 of 33 checks passed
@DavidBadura DavidBadura deleted the dbal4 branch February 5, 2024 10:20
@DanielBadura DanielBadura changed the title support dbal 4 Add support for doctrine/dbal v4 Feb 5, 2024
@DanielBadura DanielBadura added the dependencies Pull requests that update a dependency file label Feb 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants