Skip to content

Commit

Permalink
chore(deps): update dependency @types/jest to v29.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 15, 2023
1 parent 41e2cbe commit 1353ed1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 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
Expand Up @@ -45,7 +45,7 @@
"devDependencies": {
"@types/generic-pool": "3.1.11",
"@types/glob": "8.1.0",
"@types/jest": "29.5.4",
"@types/jest": "29.5.5",
"@types/luxon": "3.3.2",
"@types/node": "18.17.16",
"@typescript-eslint/eslint-plugin": "6.7.0",
Expand Down

1 comment on commit 1353ed1

@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: 1353ed1 Previous: c618983 Ratio
query#select_only 25065 ops/sec (±2.20%) 27437 ops/sec (±1.94%) 1.09
query#select_limit 25266 ops/sec (±2.29%) 26509 ops/sec (±2.39%) 1.05
query#select_projection_where 10017 ops/sec (±3.20%) 11408 ops/sec (±1.23%) 1.14
query#select_where_expr 5837 ops/sec (±6.05%) 8213 ops/sec (±1.43%) 1.41
query#select_for_update 23033 ops/sec (±2.71%) 27431 ops/sec (±1.63%) 1.19
query#select_for_update_wait 23544 ops/sec (±1.94%) 27637 ops/sec (±1.15%) 1.17
query#select_from_inner_table 12673 ops/sec (±2.46%) 15036 ops/sec (±1.62%) 1.19
query#upsert_into_entries 22918 ops/sec (±1.05%) 24554 ops/sec (±2.56%) 1.07
query#insert_into_entries 22586 ops/sec (±1.56%) 24339 ops/sec (±1.59%) 1.08
query#insert_into_as_select 19402 ops/sec (±1.43%) 22023 ops/sec (±1.52%) 1.14
query#update_where_set 13580 ops/sec (±1.45%) 14655 ops/sec (±1.98%) 1.08
query#update_with 19671 ops/sec (±0.72%) 22331 ops/sec (±1.35%) 1.14
query#delete_all 24803 ops/sec (±2.61%) 27922 ops/sec (±1.20%) 1.13
query#delete_simple_where 15425 ops/sec (±1.68%) 17899 ops/sec (±1.48%) 1.16
query#delete_complicated_where 12770 ops/sec (±1.91%) 14619 ops/sec (±1.49%) 1.14
typeorm#build_typeorm_entity_for_integration 11.07 ops/sec (±5.59%) 16.19 ops/sec (±5.89%) 1.46
typeorm#build_typeorm_entity_for_fiori 12.95 ops/sec (±1.82%) 19.44 ops/sec (±0.72%) 1.50

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

Please sign in to comment.