Skip to content

Commit

Permalink
chore(release): 7.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Soontao committed Oct 6, 2023
1 parent 9c2f308 commit 48e93a9
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [7.2.1](https://github.com/Soontao/cds-mysql/compare/v7.2.0...v7.2.1) (2023-10-06)


### Bug Fixes

* **deps:** update dependency cds-internal-tool to v1.7.6 ([16ac161](https://github.com/Soontao/cds-mysql/commit/16ac16123b944e7d7d3123d46a7b95324c3a4c1c))
* **deps:** update dependency cds-internal-tool to v1.7.8 ([5cd6d93](https://github.com/Soontao/cds-mysql/commit/5cd6d93fbad4fb2b5bc190fc0165c2cdd1adfe2f))
* fixed cds version 7.2.0 ([9c2f308](https://github.com/Soontao/cds-mysql/commit/9c2f308ede7161c197dcaf0131113fa58c6ae392))

## [7.2.0](https://github.com/Soontao/cds-mysql/compare/v7.1.1...v7.2.0) (2023-09-29)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cds-mysql",
"version": "7.2.0",
"version": "7.2.1",
"main": "lib/index.js",
"cds.main": "./index.cds",
"description": "mysql database adapter for cds",
Expand Down

1 comment on commit 48e93a9

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cds-mysql benchmark

Benchmark suite Current: 48e93a9 Previous: c618983 Ratio
query#select_only 26598 ops/sec (±1.93%) 27437 ops/sec (±1.94%) 1.03
query#select_limit 26295 ops/sec (±1.35%) 26509 ops/sec (±2.39%) 1.01
query#select_projection_where 11200 ops/sec (±1.38%) 11408 ops/sec (±1.23%) 1.02
query#select_where_expr 6905 ops/sec (±7.70%) 8213 ops/sec (±1.43%) 1.19
query#select_for_update 26481 ops/sec (±0.48%) 27431 ops/sec (±1.63%) 1.04
query#select_for_update_wait 26450 ops/sec (±0.59%) 27637 ops/sec (±1.15%) 1.04
query#select_from_inner_table 14847 ops/sec (±1.50%) 15036 ops/sec (±1.62%) 1.01
query#upsert_into_entries 24337 ops/sec (±1.80%) 24554 ops/sec (±2.56%) 1.01
query#insert_into_entries 24343 ops/sec (±2.57%) 24339 ops/sec (±1.59%) 1.00
query#insert_into_as_select 21497 ops/sec (±1.71%) 22023 ops/sec (±1.52%) 1.02
query#update_where_set 15012 ops/sec (±1.42%) 14655 ops/sec (±1.98%) 0.98
query#update_with 21589 ops/sec (±2.12%) 22331 ops/sec (±1.35%) 1.03
query#delete_all 27590 ops/sec (±1.70%) 27922 ops/sec (±1.20%) 1.01
query#delete_simple_where 17099 ops/sec (±1.63%) 17899 ops/sec (±1.48%) 1.05
query#delete_complicated_where 14216 ops/sec (±1.25%) 14619 ops/sec (±1.49%) 1.03
typeorm#build_typeorm_entity_for_integration 12.48 ops/sec (±5.93%) 16.19 ops/sec (±5.89%) 1.30
typeorm#build_typeorm_entity_for_fiori 15.54 ops/sec (±1.76%) 19.44 ops/sec (±0.72%) 1.25

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.