Skip to content

Commit

Permalink
chore(deps): update dependency @types/jest to v29.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 18, 2023
1 parent 345ba74 commit 55b07ac
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.5",
"@types/jest": "29.5.6",
"@types/luxon": "3.3.2",
"@types/node": "18.18.5",
"@typescript-eslint/eslint-plugin": "6.8.0",
Expand Down

1 comment on commit 55b07ac

@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: 55b07ac Previous: c618983 Ratio
query#select_only 26639 ops/sec (±1.48%) 27437 ops/sec (±1.94%) 1.03
query#select_limit 25920 ops/sec (±2.09%) 26509 ops/sec (±2.39%) 1.02
query#select_projection_where 10800 ops/sec (±2.91%) 11408 ops/sec (±1.23%) 1.06
query#select_where_expr 6889 ops/sec (±5.79%) 8213 ops/sec (±1.43%) 1.19
query#select_for_update 26058 ops/sec (±1.22%) 27431 ops/sec (±1.63%) 1.05
query#select_for_update_wait 25633 ops/sec (±1.20%) 27637 ops/sec (±1.15%) 1.08
query#select_from_inner_table 14843 ops/sec (±1.70%) 15036 ops/sec (±1.62%) 1.01
query#upsert_into_entries 23933 ops/sec (±3.08%) 24554 ops/sec (±2.56%) 1.03
query#insert_into_entries 24011 ops/sec (±2.36%) 24339 ops/sec (±1.59%) 1.01
query#insert_into_as_select 21235 ops/sec (±1.42%) 22023 ops/sec (±1.52%) 1.04
query#update_where_set 14358 ops/sec (±1.91%) 14655 ops/sec (±1.98%) 1.02
query#update_with 21199 ops/sec (±2.64%) 22331 ops/sec (±1.35%) 1.05
query#delete_all 27840 ops/sec (±1.84%) 27922 ops/sec (±1.20%) 1.00
query#delete_simple_where 17213 ops/sec (±1.15%) 17899 ops/sec (±1.48%) 1.04
query#delete_complicated_where 14709 ops/sec (±1.22%) 14619 ops/sec (±1.49%) 0.99
typeorm#build_typeorm_entity_for_integration 12.6 ops/sec (±5.31%) 16.19 ops/sec (±5.89%) 1.28
typeorm#build_typeorm_entity_for_fiori 14.34 ops/sec (±2.14%) 19.44 ops/sec (±0.72%) 1.36

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

Please sign in to comment.