generated from Soontao/ts-project-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: #217 transparent deploy improvement
- Loading branch information
Showing
9 changed files
with
66 additions
and
3,186 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
gen |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# Extension Project of Integration Test Project | ||
|
||
```bash | ||
npx cds pull -u theo-on-tenant-2:pass --from localhost:4004 | ||
npx cds build --for mtx-extension | ||
npx cds push ./gen/extension.tgz -u theo-on-tenant-2:pass --to localhost:4004 | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
using from '_base'; | ||
|
||
extend entity test.resources.fiori.db.Form with { | ||
zz_ExtValue : String(155); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"name": "fiori-ext-1", | ||
"dependencies": {} | ||
} |
Oops, something went wrong.
d2d2e94
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cds-mysql benchmark
query#select_only
27240
ops/sec (±1.79%
)27437
ops/sec (±1.94%
)1.01
query#select_limit
26961
ops/sec (±2.23%
)26509
ops/sec (±2.39%
)0.98
query#select_projection_where
11186
ops/sec (±2.45%
)11408
ops/sec (±1.23%
)1.02
query#select_where_expr
6978
ops/sec (±6.67%
)8213
ops/sec (±1.43%
)1.18
query#select_for_update
27012
ops/sec (±1.34%
)27431
ops/sec (±1.63%
)1.02
query#select_for_update_wait
27182
ops/sec (±1.34%
)27637
ops/sec (±1.15%
)1.02
query#select_from_inner_table
14944
ops/sec (±1.18%
)15036
ops/sec (±1.62%
)1.01
query#upsert_into_entries
25599
ops/sec (±1.94%
)24554
ops/sec (±2.56%
)0.96
query#insert_into_entries
24485
ops/sec (±3.32%
)24339
ops/sec (±1.59%
)0.99
query#insert_into_as_select
21883
ops/sec (±1.42%
)22023
ops/sec (±1.52%
)1.01
query#update_where_set
14493
ops/sec (±2.18%
)14655
ops/sec (±1.98%
)1.01
query#update_with
20845
ops/sec (±1.06%
)22331
ops/sec (±1.35%
)1.07
query#delete_all
28017
ops/sec (±2.25%
)27922
ops/sec (±1.20%
)1.00
query#delete_simple_where
17482
ops/sec (±1.85%
)17899
ops/sec (±1.48%
)1.02
query#delete_complicated_where
14594
ops/sec (±1.29%
)14619
ops/sec (±1.49%
)1.00
typeorm#build_typeorm_entity_for_integration
14.64
ops/sec (±7.09%
)16.19
ops/sec (±5.89%
)1.11
typeorm#build_typeorm_entity_for_fiori
17.76
ops/sec (±1.06%
)19.44
ops/sec (±0.72%
)1.09
This comment was automatically generated by workflow using github-action-benchmark.
d2d2e94
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cds-mysql benchmark
query#select_only
21699
ops/sec (±3.12%
)27437
ops/sec (±1.94%
)1.26
query#select_limit
21969
ops/sec (±2.17%
)26509
ops/sec (±2.39%
)1.21
query#select_projection_where
9745
ops/sec (±1.71%
)11408
ops/sec (±1.23%
)1.17
query#select_where_expr
5807
ops/sec (±7.74%
)8213
ops/sec (±1.43%
)1.41
query#select_for_update
22230
ops/sec (±2.08%
)27431
ops/sec (±1.63%
)1.23
query#select_for_update_wait
22357
ops/sec (±2.67%
)27637
ops/sec (±1.15%
)1.24
query#select_from_inner_table
12629
ops/sec (±1.68%
)15036
ops/sec (±1.62%
)1.19
query#upsert_into_entries
21874
ops/sec (±2.83%
)24554
ops/sec (±2.56%
)1.12
query#insert_into_entries
20832
ops/sec (±2.34%
)24339
ops/sec (±1.59%
)1.17
query#insert_into_as_select
18228
ops/sec (±2.26%
)22023
ops/sec (±1.52%
)1.21
query#update_where_set
12202
ops/sec (±2.92%
)14655
ops/sec (±1.98%
)1.20
query#update_with
17808
ops/sec (±1.66%
)22331
ops/sec (±1.35%
)1.25
query#delete_all
23444
ops/sec (±2.48%
)27922
ops/sec (±1.20%
)1.19
query#delete_simple_where
14843
ops/sec (±1.30%
)17899
ops/sec (±1.48%
)1.21
query#delete_complicated_where
12093
ops/sec (±2.72%
)14619
ops/sec (±1.49%
)1.21
typeorm#build_typeorm_entity_for_integration
13.52
ops/sec (±6.12%
)16.19
ops/sec (±5.89%
)1.20
typeorm#build_typeorm_entity_for_fiori
15.88
ops/sec (±2.15%
)19.44
ops/sec (±0.72%
)1.22
This comment was automatically generated by workflow using github-action-benchmark.