Skip to content

Commit

Permalink
chore(deps): update dependency @types/jest to v29.5.9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 21, 2023
1 parent 4d1d79b commit 2a3560d
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.8",
"@types/jest": "29.5.9",
"@types/luxon": "3.3.4",
"@types/node": "20.9.2",
"@typescript-eslint/eslint-plugin": "6.12.0",
Expand Down

1 comment on commit 2a3560d

@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: 2a3560d Previous: c618983 Ratio
query#select_only 37247 ops/sec (±1.61%) 27437 ops/sec (±1.94%) 0.74
query#select_limit 36408 ops/sec (±2.11%) 26509 ops/sec (±2.39%) 0.73
query#select_projection_where 14964 ops/sec (±1.77%) 11408 ops/sec (±1.23%) 0.76
query#select_where_expr 9024 ops/sec (±2.18%) 8213 ops/sec (±1.43%) 0.91
query#select_for_update 35962 ops/sec (±1.51%) 27431 ops/sec (±1.63%) 0.76
query#select_for_update_wait 35874 ops/sec (±1.77%) 27637 ops/sec (±1.15%) 0.77
query#select_from_inner_table 19179 ops/sec (±1.61%) 15036 ops/sec (±1.62%) 0.78
query#upsert_into_entries 33830 ops/sec (±1.99%) 24554 ops/sec (±2.56%) 0.73
query#insert_into_entries 32850 ops/sec (±1.95%) 24339 ops/sec (±1.59%) 0.74
query#insert_into_as_select 28912 ops/sec (±1.86%) 22023 ops/sec (±1.52%) 0.76
query#update_where_set 18493 ops/sec (±1.69%) 14655 ops/sec (±1.98%) 0.79
query#update_with 29080 ops/sec (±1.90%) 22331 ops/sec (±1.35%) 0.77
query#delete_all 37284 ops/sec (±2.13%) 27922 ops/sec (±1.20%) 0.75
query#delete_simple_where 21994 ops/sec (±2.06%) 17899 ops/sec (±1.48%) 0.81
query#delete_complicated_where 18751 ops/sec (±1.89%) 14619 ops/sec (±1.49%) 0.78
typeorm#build_typeorm_entity_for_integration 16.28 ops/sec (±6.09%) 16.19 ops/sec (±5.89%) 0.99
typeorm#build_typeorm_entity_for_fiori 19.96 ops/sec (±1.35%) 19.44 ops/sec (±0.72%) 0.97

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

Please sign in to comment.