Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
Soontao committed Nov 22, 2023
1 parent 13491a0 commit 25441aa
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,6 @@ setup the `mysql` database driver for cds -> edit the `package.json` > `cds` nod
"requires": {
"db": {
"kind": "mysql"
},
"kinds": {
"mysql": {
"impl": "cds-mysql"
}
}
}
}
Expand Down
9 changes: 9 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,15 @@
"ts-node": "10.9.1",
"typescript": "5.3.2"
},
"cds": {
"requires": {
"kinds": {
"mysql": {
"impl": "cds-mysql"
}
}
}
},
"optionalDependencies": {
"fsevents": "^2.3.3"
},
Expand Down

1 comment on commit 25441aa

@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: 25441aa Previous: c618983 Ratio
query#select_only 36815 ops/sec (±1.82%) 27437 ops/sec (±1.94%) 0.75
query#select_limit 36322 ops/sec (±1.83%) 26509 ops/sec (±2.39%) 0.73
query#select_projection_where 14372 ops/sec (±2.84%) 11408 ops/sec (±1.23%) 0.79
query#select_where_expr 8683 ops/sec (±2.62%) 8213 ops/sec (±1.43%) 0.95
query#select_for_update 36592 ops/sec (±1.09%) 27431 ops/sec (±1.63%) 0.75
query#select_for_update_wait 36275 ops/sec (±1.76%) 27637 ops/sec (±1.15%) 0.76
query#select_from_inner_table 18921 ops/sec (±2.13%) 15036 ops/sec (±1.62%) 0.79
query#upsert_into_entries 34011 ops/sec (±0.65%) 24554 ops/sec (±2.56%) 0.72
query#insert_into_entries 32688 ops/sec (±2.80%) 24339 ops/sec (±1.59%) 0.74
query#insert_into_as_select 28011 ops/sec (±2.13%) 22023 ops/sec (±1.52%) 0.79
query#update_where_set 18477 ops/sec (±2.20%) 14655 ops/sec (±1.98%) 0.79
query#update_with 28365 ops/sec (±2.33%) 22331 ops/sec (±1.35%) 0.79
query#delete_all 38076 ops/sec (±1.88%) 27922 ops/sec (±1.20%) 0.73
query#delete_simple_where 22338 ops/sec (±2.07%) 17899 ops/sec (±1.48%) 0.80
query#delete_complicated_where 18672 ops/sec (±2.10%) 14619 ops/sec (±1.49%) 0.78
typeorm#build_typeorm_entity_for_integration 16.43 ops/sec (±5.92%) 16.19 ops/sec (±5.89%) 0.99
typeorm#build_typeorm_entity_for_fiori 19.46 ops/sec (±1.78%) 19.44 ops/sec (±0.72%) 1.00

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

Please sign in to comment.